Skip to content

Commit

Permalink
CustomStateSet - spec links are wrong (#22102)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jan 30, 2024
1 parent 1e414ee commit 3eae7d1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions api/CustomStateSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"CustomStateSet": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#customstateset",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -50,7 +50,7 @@
"add": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/add",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#dom-customstateset-add",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -98,7 +98,7 @@
"clear": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/clear",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -146,7 +146,7 @@
"delete": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/delete",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -194,7 +194,7 @@
"entries": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/entries",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -242,7 +242,7 @@
"forEach": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/forEach",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -290,7 +290,7 @@
"has": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/has",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -338,7 +338,7 @@
"keys": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/keys",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -386,7 +386,7 @@
"size": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/size",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -434,7 +434,7 @@
"values": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomStateSet/values",
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down Expand Up @@ -481,7 +481,7 @@
},
"@@iterator": {
"__compat": {
"spec_url": "https://wicg.github.io/custom-state-pseudo-class/#customstateset",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
"support": {
"chrome": {
"version_added": "90"
Expand Down

0 comments on commit 3eae7d1

Please sign in to comment.