Skip to content

Commit 308d68c

Browse files
committed
Fix ~9 css/html/http standard-track exceptions
1 parent 3465f1a commit 308d68c

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

css/properties/position.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"absolutely_positioned_flex_children": {
8989
"__compat": {
9090
"description": "Absolutely-positioned flex children",
91+
"spec_url": "https://drafts.csswg.org/css-flexbox-1/#abspos-items",
9192
"tags": [
9293
"web-features:flexbox"
9394
],

css/properties/transition.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@
330330
"gradients_can_animate": {
331331
"__compat": {
332332
"description": "Gradients can be animated",
333+
"spec_url": "https://drafts.csswg.org/css-images-4/#interpolating-gradients",
333334
"tags": [
334335
"web-features:transitions"
335336
],

css/types/calc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"color_component": {
7575
"__compat": {
7676
"description": "Color component support",
77+
"spec_url": "https://drafts.csswg.org/css-color-5/#relative-colors",
7778
"tags": [
7879
"web-features:relative-color"
7980
],

html/elements/details.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"search_match_opens": {
111111
"__compat": {
112112
"description": "Auto-opens when matched via page search",
113+
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#interaction-with-details-and-hidden=until-found",
113114
"support": {
114115
"chrome": {
115116
"version_added": "97"

html/elements/summary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"display_list_item": {
4141
"__compat": {
4242
"description": "`display: list-item`",
43+
"spec_url": "https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements",
4344
"tags": [
4445
"web-features:details"
4546
],

http/headers/Content-Length.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"cors_response_safelist": {
4444
"__compat": {
4545
"description": "CORS-safelisted response header",
46+
"spec_url": "https://fetch.spec.whatwg.org/#cors-safelisted-response-header-name",
4647
"support": {
4748
"chrome": {
4849
"version_added": "76"

http/headers/Content-Security-Policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"block-all-mixed-content": {
140140
"__compat": {
141141
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Content-Security-Policy/block-all-mixed-content",
142+
"spec_url": "https://www.w3.org/TR/mixed-content/#strict-checking",
142143
"support": {
143144
"chrome": {
144145
"version_added": "44",

http/headers/WWW-Authenticate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"SHA-256": {
125125
"__compat": {
126126
"description": "SHA2-256 digest authentication",
127+
"spec_url": "https://httpwg.org/specs/rfc7616.html#representation.of.digest.values",
127128
"tags": [
128129
"web-features:http-authentication"
129130
],
@@ -158,6 +159,7 @@
158159
"md5": {
159160
"__compat": {
160161
"description": "MD5 digest authentication",
162+
"spec_url": "https://httpwg.org/specs/rfc7616.html#representation.of.digest.values",
161163
"tags": [
162164
"web-features:http-authentication"
163165
],

lint/common/standard-track-exceptions.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,16 @@
55
# but where the required `spec_url` is missing.
66
#
77
# As soon as this list is empty, we can derive `standard_track` at build time.
8-
css.properties.position.absolutely_positioned_flex_children
9-
css.properties.transition.gradients_can_animate
108
css.selectors.after.animation_and_transition_support
119
css.selectors.backdrop.popover
1210
css.selectors.marker.animation_and_transition_support
13-
css.types.calc.color_component
1411
css.types.global_keywords
1512
html.elements.a.text_fragments
1613
html.elements.base.href.relative_url
17-
html.elements.details.search_match_opens
18-
html.elements.summary.display_list_item
1914
http.data-url.css_files
2015
http.data-url.html_files
2116
http.data-url.js_files
2217
http.data-url.top_level_navigation_blocked
23-
http.headers.Content-Length.cors_response_safelist
24-
http.headers.Content-Security-Policy.block-all-mixed-content
25-
http.headers.WWW-Authenticate.Digest.SHA-256
26-
http.headers.WWW-Authenticate.Digest.md5
2718
javascript.builtins.AggregateError.serializable_object
2819
javascript.builtins.Array.sort.stable_sorting
2920
javascript.builtins.Array.toLocaleString.locales_parameter

0 commit comments

Comments
 (0)