Skip to content

Commit

Permalink
Add missing mdn urls for CSS selectors (#25555)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 2, 2025
1 parent c5fcb02 commit aefaa2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/selectors/buffering.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"buffering": {
"__compat": {
"description": "`:buffering`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:buffering",
"spec_url": [
"https://drafts.csswg.org/selectors/#selectordef-buffering",
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-buffering"
Expand Down
1 change: 1 addition & 0 deletions css/selectors/has-slotted.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"has-slotted": {
"__compat": {
"description": "`:has-slotted`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has-slotted",
"spec_url": "https://drafts.csswg.org/css-scoping/#the-has-slotted-pseudo",
"tags": [
"web-features:slot"
Expand Down
1 change: 1 addition & 0 deletions css/selectors/muted.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"muted": {
"__compat": {
"description": "`:muted`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:muted",
"spec_url": [
"https://drafts.csswg.org/selectors/#selectordef-muted",
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-muted"
Expand Down
1 change: 1 addition & 0 deletions css/selectors/seeking.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"seeking": {
"__compat": {
"description": "`:seeking`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:seeking",
"spec_url": [
"https://drafts.csswg.org/selectors/#selectordef-seeking",
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-seeking"
Expand Down
1 change: 1 addition & 0 deletions css/selectors/stalled.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"stalled": {
"__compat": {
"description": "`:stalled`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:stalled",
"spec_url": [
"https://drafts.csswg.org/selectors/#selectordef-stalled",
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-stalled"
Expand Down
1 change: 1 addition & 0 deletions css/selectors/volume-locked.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"volume-locked": {
"__compat": {
"description": "`:volume-locked`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:volume-locked",
"spec_url": [
"https://drafts.csswg.org/selectors/#selectordef-volume-locked",
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-volume-locked"
Expand Down

0 comments on commit aefaa2c

Please sign in to comment.