Skip to content

Commit 16d7b38

Browse files
committed
Fix ~268 standard-track exceptions
1 parent e202139 commit 16d7b38

71 files changed

Lines changed: 305 additions & 317 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/properties/position.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"position_sticky_table_elements": {
171171
"__compat": {
172172
"description": "Table elements as `sticky` positioning containers",
173+
"spec_url": "https://drafts.csswg.org/css-position/#valdef-position-sticky",
173174
"tags": [
174175
"web-features:sticky-positioning"
175176
],

css/selectors/placeholder-shown.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"non_text_types": {
5454
"__compat": {
5555
"description": "Support on non-`type="text"` elements (such as `type="number"` or `type="time"`)",
56+
"spec_url": [
57+
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-placeholder-shown",
58+
"https://drafts.csswg.org/selectors/#placeholder-shown-pseudo"
59+
],
5660
"tags": [
5761
"web-features:placeholder-shown"
5862
],

css/selectors/scope.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"dom_api": {
4141
"__compat": {
4242
"description": "Support in DOM API such as in `querySelector()` and `querySelectorAll()`",
43+
"spec_url": "https://drafts.csswg.org/selectors/#the-scope-pseudo",
4344
"tags": [
4445
"web-features:scope-pseudo"
4546
],

css/selectors/selection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"text-decoration": {
5757
"__compat": {
5858
"description": "Supports the `text-decoration` property",
59+
"spec_url": "https://drafts.csswg.org/css-pseudo/#highlight-styling",
5960
"tags": [
6061
"web-features:text-decoration-selection"
6162
],

css/selectors/type.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"namespaces": {
4949
"__compat": {
5050
"description": "Namespaces (`ns|elementName`)",
51+
"spec_url": "https://drafts.csswg.org/selectors/#type-nmsp",
5152
"tags": [
5253
"web-features:selectors"
5354
],

css/selectors/universal.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"namespaces": {
4949
"__compat": {
5050
"description": "Namespaces (`*|*`)",
51+
"spec_url": "https://drafts.csswg.org/selectors/#type-nmsp",
5152
"tags": [
5253
"web-features:selectors"
5354
],

css/selectors/valid.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
"form": {
5656
"__compat": {
5757
"description": "Applies to `<form>` elements",
58+
"spec_url": [
59+
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-valid",
60+
"https://drafts.csswg.org/selectors/#valid-pseudo"
61+
],
5862
"tags": [
5963
"web-features:form-validity-pseudos"
6064
],

css/selectors/visited.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"status": {
8181
"experimental": false,
82-
"standard_track": true,
82+
"standard_track": false,
8383
"deprecated": false
8484
}
8585
}
@@ -120,7 +120,7 @@
120120
},
121121
"status": {
122122
"experimental": false,
123-
"standard_track": true,
123+
"standard_track": false,
124124
"deprecated": false
125125
}
126126
}

css/selectors/where.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"__compat": {
66
"description": "`:where()`",
77
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:where",
8-
"spec_url": "https://drafts.csswg.org/selectors/#zero-matches",
8+
"spec_url": "https://drafts.csswg.org/selectors/#where-pseudo",
99
"tags": [
1010
"web-features:where"
1111
],
@@ -39,6 +39,7 @@
3939
"forgiving_selector_list": {
4040
"__compat": {
4141
"description": "Support for forgiving selector list",
42+
"spec_url": "https://drafts.csswg.org/selectors/#where-pseudo",
4243
"tags": [
4344
"web-features:where"
4445
],

css/types/anchor-size.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"inset_margin": {
4040
"__compat": {
4141
"description": "Valid in inset and margin property values.",
42+
"spec_url": "https://www.w3.org/TR/css-logical-1/#inset-properties,https://www.w3.org/TR/css-box-4/#margin-properties",
4243
"tags": [
4344
"web-features:anchor-positioning"
4445
],

0 commit comments

Comments
 (0)