Skip to content

Commit

Permalink
fix description & add mdn_url (#23037)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored May 13, 2024
1 parent b65c97a commit 6f63bfe
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/selectors/-webkit-resizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"selectors": {
"-webkit-resizer": {
"__compat": {
"description": "::-webkit-resizer",
"description": "<code>::-webkit-resizer</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar",
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/-webkit-scrollbar-button.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"selectors": {
"-webkit-scrollbar-button": {
"__compat": {
"description": "::-webkit-scrollbar-button",
"description": "<code>::-webkit-scrollbar-button</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar",
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/-webkit-scrollbar-corner.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"selectors": {
"-webkit-scrollbar-corner": {
"__compat": {
"description": "::-webkit-scrollbar-corner",
"description": "<code>::-webkit-scrollbar-corner</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar",
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/-webkit-scrollbar-thumb.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"selectors": {
"-webkit-scrollbar-thumb": {
"__compat": {
"description": "::-webkit-scrollbar-thumb",
"description": "<code>::-webkit-scrollbar-thumb</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar",
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/-webkit-scrollbar-track-piece.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"selectors": {
"-webkit-scrollbar-track-piece": {
"__compat": {
"description": "::-webkit-scrollbar-track-piece",
"description": "<code>::-webkit-scrollbar-track-piece</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar",
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/-webkit-scrollbar-track.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"selectors": {
"-webkit-scrollbar-track": {
"__compat": {
"description": "::-webkit-scrollbar-track",
"description": "<code>::-webkit-scrollbar-track</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar",
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/-webkit-scrollbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"selectors": {
"-webkit-scrollbar": {
"__compat": {
"description": "::-webkit-scrollbar",
"description": "<code>::-webkit-scrollbar</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-scrollbar",
"support": {
"chrome": {
Expand Down
2 changes: 2 additions & 0 deletions css/selectors/-webkit-slider-runnable-track.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"selectors": {
"-webkit-slider-runnable-track": {
"__compat": {
"description": "<code>::-webkit-slider-runnable-track</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-runnable-track",
"support": {
"chrome": {
"version_added": "≤83"
Expand Down
2 changes: 2 additions & 0 deletions css/selectors/-webkit-slider-thumb.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"selectors": {
"-webkit-slider-thumb": {
"__compat": {
"description": "<code>::-webkit-slider-thumb</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-thumb",
"support": {
"chrome": {
"version_added": "≤83"
Expand Down

0 comments on commit 6f63bfe

Please sign in to comment.