lighthouse 13.3.0 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/cli-flags.d.ts +8 -9
- package/cli/test/smokehouse/config/exclusions.js +2 -0
- package/cli/test/smokehouse/version-check.d.ts +1 -1
- package/core/audits/accessibility/accesskeys.js +1 -1
- package/core/audits/accessibility/aria-allowed-attr.js +1 -1
- package/core/audits/accessibility/aria-allowed-role.js +1 -1
- package/core/audits/accessibility/aria-command-name.js +1 -1
- package/core/audits/accessibility/aria-conditional-attr.js +1 -1
- package/core/audits/accessibility/aria-deprecated-role.js +1 -1
- package/core/audits/accessibility/aria-dialog-name.js +1 -1
- package/core/audits/accessibility/aria-hidden-body.js +1 -1
- package/core/audits/accessibility/aria-hidden-focus.js +1 -1
- package/core/audits/accessibility/aria-input-field-name.js +1 -1
- package/core/audits/accessibility/aria-meter-name.js +1 -1
- package/core/audits/accessibility/aria-progressbar-name.js +1 -1
- package/core/audits/accessibility/aria-prohibited-attr.js +1 -1
- package/core/audits/accessibility/aria-required-attr.js +1 -1
- package/core/audits/accessibility/aria-required-children.js +1 -1
- package/core/audits/accessibility/aria-required-parent.js +1 -1
- package/core/audits/accessibility/aria-roles.js +1 -1
- package/core/audits/accessibility/aria-text.js +1 -1
- package/core/audits/accessibility/aria-toggle-field-name.js +1 -1
- package/core/audits/accessibility/aria-tooltip-name.js +1 -1
- package/core/audits/accessibility/aria-treeitem-name.js +1 -1
- package/core/audits/accessibility/aria-valid-attr-value.js +1 -1
- package/core/audits/accessibility/aria-valid-attr.js +1 -1
- package/core/audits/accessibility/autocomplete-valid.js +1 -1
- package/core/audits/accessibility/button-name.js +1 -1
- package/core/audits/accessibility/bypass.js +1 -1
- package/core/audits/accessibility/color-contrast.js +1 -1
- package/core/audits/accessibility/definition-list.js +1 -1
- package/core/audits/accessibility/dlitem.js +1 -1
- package/core/audits/accessibility/document-title.js +1 -1
- package/core/audits/accessibility/duplicate-id-aria.js +1 -1
- package/core/audits/accessibility/empty-heading.js +1 -1
- package/core/audits/accessibility/form-field-multiple-labels.js +1 -1
- package/core/audits/accessibility/frame-title.js +1 -1
- package/core/audits/accessibility/heading-order.js +1 -1
- package/core/audits/accessibility/html-has-lang.js +1 -1
- package/core/audits/accessibility/html-lang-valid.js +1 -1
- package/core/audits/accessibility/html-xml-lang-mismatch.js +1 -1
- package/core/audits/accessibility/identical-links-same-purpose.js +1 -1
- package/core/audits/accessibility/image-alt.js +1 -1
- package/core/audits/accessibility/image-redundant-alt.js +1 -1
- package/core/audits/accessibility/input-button-name.js +1 -1
- package/core/audits/accessibility/input-image-alt.js +1 -1
- package/core/audits/accessibility/label-content-name-mismatch.js +1 -1
- package/core/audits/accessibility/label.js +1 -1
- package/core/audits/accessibility/landmark-one-main.js +1 -1
- package/core/audits/accessibility/link-in-text-block.js +1 -1
- package/core/audits/accessibility/link-name.js +1 -1
- package/core/audits/accessibility/list.js +1 -1
- package/core/audits/accessibility/listitem.js +1 -1
- package/core/audits/accessibility/meta-refresh.js +1 -1
- package/core/audits/accessibility/meta-viewport.js +1 -1
- package/core/audits/accessibility/object-alt.js +1 -1
- package/core/audits/accessibility/presentation-role-conflict.js +1 -1
- package/core/audits/accessibility/select-name.js +1 -1
- package/core/audits/accessibility/skip-link.js +1 -1
- package/core/audits/accessibility/svg-img-alt.js +1 -1
- package/core/audits/accessibility/tabindex.js +1 -1
- package/core/audits/accessibility/table-duplicate-name.js +1 -1
- package/core/audits/accessibility/table-fake-caption.js +1 -1
- package/core/audits/accessibility/target-size.js +1 -1
- package/core/audits/accessibility/td-has-header.js +1 -1
- package/core/audits/accessibility/td-headers-attr.js +1 -1
- package/core/audits/accessibility/th-has-data-cells.js +1 -1
- package/core/audits/accessibility/valid-lang.js +1 -1
- package/core/audits/accessibility/video-caption.js +1 -1
- package/core/audits/agentic/llms-txt.js +1 -1
- package/core/audits/baseline.js +10 -12
- package/core/audits/dobetterweb/geolocation-on-start.js +2 -1
- package/core/audits/network-requests.js +2 -0
- package/core/audits/seo/canonical.js +19 -7
- package/core/computed/js-bundles.d.ts +1 -1
- package/core/computed/load-simulator.d.ts +1 -1
- package/core/computed/metrics/first-contentful-paint-all-frames.d.ts +1 -1
- package/core/computed/metrics/first-contentful-paint.d.ts +1 -1
- package/core/computed/metrics/interactive.d.ts +1 -1
- package/core/computed/metrics/lantern-metric.d.ts +6 -6
- package/core/computed/metrics/largest-contentful-paint-all-frames.d.ts +1 -1
- package/core/computed/metrics/largest-contentful-paint.d.ts +1 -1
- package/core/computed/metrics/max-potential-fid.d.ts +1 -1
- package/core/computed/metrics/speed-index.d.ts +1 -1
- package/core/computed/metrics/time-to-first-byte.d.ts +1 -1
- package/core/computed/metrics/total-blocking-time.d.ts +1 -1
- package/core/computed/module-duplication.d.ts +1 -1
- package/core/computed/page-dependency-graph.d.ts +1 -1
- package/core/computed/unused-css.d.ts +1 -1
- package/core/config/agentic-browsing-config.d.ts +1 -0
- package/core/config/agentic-browsing-config.js +1 -0
- package/core/config/config-helpers.d.ts +1 -0
- package/core/config/config-helpers.js +1 -1
- package/core/config/config-plugin.d.ts +1 -0
- package/core/config/config-plugin.js +1 -0
- package/core/config/config.d.ts +1 -0
- package/core/config/config.js +1 -0
- package/core/config/constants.d.ts +1 -0
- package/core/config/constants.js +1 -0
- package/core/config/experimental-config.d.ts +1 -9
- package/core/config/experimental-config.js +2 -0
- package/core/config/filters.d.ts +1 -0
- package/core/config/filters.js +1 -0
- package/core/config/full-config.d.ts +1 -5
- package/core/config/full-config.js +2 -0
- package/core/config/lr-desktop-config.d.ts +1 -0
- package/core/config/lr-desktop-config.js +1 -0
- package/core/config/lr-mobile-config.d.ts +1 -5
- package/core/config/lr-mobile-config.js +2 -0
- package/core/config/perf-config.d.ts +1 -5
- package/core/config/perf-config.js +2 -0
- package/core/config/validation.d.ts +1 -0
- package/core/config/validation.js +1 -0
- package/core/gather/driver/execution-context.d.ts +23 -0
- package/core/gather/driver/execution-context.js +86 -1
- package/core/gather/driver/storage.js +13 -0
- package/core/gather/driver.d.ts +1 -1
- package/core/gather/gatherers/accessibility.js +1 -0
- package/core/gather/gatherers/trace-elements.d.ts +4 -1
- package/core/gather/gatherers/trace-elements.js +24 -28
- package/core/gather/gatherers/webmcp-schema.js +9 -16
- package/core/gather/gatherers/webmcp.d.ts +5 -0
- package/core/gather/gatherers/webmcp.js +34 -27
- package/core/lib/baseline/web-features-data.json +1177 -0
- package/core/lib/baseline/web-features-metadata.json +1 -1
- package/core/lib/deprecations-strings.d.ts +21 -5
- package/core/lib/deprecations-strings.js +16 -0
- package/core/lib/script-helpers.js +13 -1
- package/core/scoring.d.ts +58 -58
- package/dist/report/bundle.esm.js +4 -7
- package/dist/report/flow.js +6 -9
- package/dist/report/standalone.js +20 -12
- package/flow-report/types/flow-report.d.ts +2 -2
- package/package.json +20 -23
- package/report/assets/styles.css +1 -4
- package/report/renderer/components.js +1 -1
- package/report/renderer/details-renderer.d.ts +6 -1
- package/report/renderer/details-renderer.js +11 -3
- package/report/renderer/explodey-gauge.js +9 -7
- package/report/renderer/i18n-formatter.d.ts +1 -1
- package/report/renderer/logger.js +18 -4
- package/report/renderer/text-encoding.js +1 -1
- package/report/types/html-renderer.d.ts +2 -2
- package/shared/localization/locales/ar-XB.json +290 -65
- package/shared/localization/locales/ar.json +290 -65
- package/shared/localization/locales/bg.json +290 -65
- package/shared/localization/locales/ca.json +295 -70
- package/shared/localization/locales/cs.json +290 -65
- package/shared/localization/locales/da.json +294 -69
- package/shared/localization/locales/de.json +295 -70
- package/shared/localization/locales/el.json +290 -65
- package/shared/localization/locales/en-GB.json +290 -65
- package/shared/localization/locales/en-US.json +79 -67
- package/shared/localization/locales/en-XA.json +253 -64
- package/shared/localization/locales/en-XL.json +79 -67
- package/shared/localization/locales/es-419.json +290 -65
- package/shared/localization/locales/es.json +298 -73
- package/shared/localization/locales/fi.json +290 -65
- package/shared/localization/locales/fil.json +290 -65
- package/shared/localization/locales/fr.json +294 -69
- package/shared/localization/locales/he.json +293 -68
- package/shared/localization/locales/hi.json +291 -66
- package/shared/localization/locales/hr.json +290 -65
- package/shared/localization/locales/hu.json +290 -65
- package/shared/localization/locales/id.json +290 -65
- package/shared/localization/locales/it.json +294 -69
- package/shared/localization/locales/ja.json +290 -65
- package/shared/localization/locales/ko.json +290 -65
- package/shared/localization/locales/lt.json +290 -65
- package/shared/localization/locales/lv.json +290 -65
- package/shared/localization/locales/nl.json +290 -65
- package/shared/localization/locales/no.json +290 -65
- package/shared/localization/locales/pl.json +290 -65
- package/shared/localization/locales/pt-PT.json +291 -66
- package/shared/localization/locales/pt.json +290 -65
- package/shared/localization/locales/ro.json +290 -65
- package/shared/localization/locales/ru.json +301 -76
- package/shared/localization/locales/sk.json +291 -66
- package/shared/localization/locales/sl.json +290 -65
- package/shared/localization/locales/sr-Latn.json +290 -65
- package/shared/localization/locales/sr.json +290 -65
- package/shared/localization/locales/sv.json +297 -72
- package/shared/localization/locales/ta.json +291 -66
- package/shared/localization/locales/te.json +293 -68
- package/shared/localization/locales/th.json +291 -66
- package/shared/localization/locales/tr.json +290 -65
- package/shared/localization/locales/uk.json +290 -65
- package/shared/localization/locales/vi.json +291 -66
- package/shared/localization/locales/zh-HK.json +292 -67
- package/shared/localization/locales/zh-TW.json +291 -66
- package/shared/localization/locales/zh.json +291 -66
- package/shared/types/shared.d.ts +1 -1
- package/tsconfig-base.json +2 -1
- package/tsconfig.json +2 -0
- package/types/artifacts.d.ts +1 -1
- package/types/internal/rxjs.d.ts +1 -1
- package/types/internal/smokehouse.d.ts +1 -1
- package/types.d.ts +2 -0
- package/types.js +11 -0
|
@@ -0,0 +1,1177 @@
|
|
|
1
|
+
{
|
|
2
|
+
"high": {
|
|
3
|
+
"a": "2015-07-29",
|
|
4
|
+
"abbr": "2015-07-29",
|
|
5
|
+
"abortable-fetch": "2019-03-25",
|
|
6
|
+
"aborting": "2019-03-25",
|
|
7
|
+
"absolute-positioning": "2015-07-29",
|
|
8
|
+
"accesskey": "2015-07-29",
|
|
9
|
+
"address": "2015-07-29",
|
|
10
|
+
"alerts": "2015-07-29",
|
|
11
|
+
"all": "2020-01-15",
|
|
12
|
+
"angle-instanced-arrays": "2016-06-07",
|
|
13
|
+
"animation-composition": "2023-07-04",
|
|
14
|
+
"animations-css": "2015-09-30",
|
|
15
|
+
"appearance": "2022-03-14",
|
|
16
|
+
"aria-attribute-reflection": "2023-10-24",
|
|
17
|
+
"array": "2015-07-29",
|
|
18
|
+
"array-at": "2022-03-14",
|
|
19
|
+
"array-by-copy": "2023-07-04",
|
|
20
|
+
"array-copywithin": "2016-09-20",
|
|
21
|
+
"array-fill": "2016-09-20",
|
|
22
|
+
"array-find": "2016-09-20",
|
|
23
|
+
"array-findlast": "2022-08-23",
|
|
24
|
+
"array-flat": "2020-01-15",
|
|
25
|
+
"array-from": "2016-09-20",
|
|
26
|
+
"array-includes": "2016-09-20",
|
|
27
|
+
"array-isarray": "2015-07-29",
|
|
28
|
+
"array-iteration-methods": "2015-07-29",
|
|
29
|
+
"array-iterators": "2018-05-09",
|
|
30
|
+
"array-of": "2016-09-20",
|
|
31
|
+
"array-splice": "2015-07-29",
|
|
32
|
+
"article": "2015-07-29",
|
|
33
|
+
"aside": "2015-07-29",
|
|
34
|
+
"aspect-ratio": "2021-09-20",
|
|
35
|
+
"async-await": "2017-04-05",
|
|
36
|
+
"async-generators": "2020-01-15",
|
|
37
|
+
"async-iterators": "2020-01-15",
|
|
38
|
+
"attr-contents": "2015-07-29",
|
|
39
|
+
"audio": "2015-07-29",
|
|
40
|
+
"audio-worklet": "2021-04-26",
|
|
41
|
+
"autofocus": "2015-07-29",
|
|
42
|
+
"autonomous-custom-elements": "2020-01-15",
|
|
43
|
+
"b": "2015-07-29",
|
|
44
|
+
"backdrop": "2022-03-14",
|
|
45
|
+
"background": "2015-07-29",
|
|
46
|
+
"background-blend-mode": "2020-01-15",
|
|
47
|
+
"background-clip": "2015-07-29",
|
|
48
|
+
"background-color": "2015-07-29",
|
|
49
|
+
"background-image": "2015-07-29",
|
|
50
|
+
"background-origin": "2015-07-29",
|
|
51
|
+
"background-position": "2015-07-29",
|
|
52
|
+
"background-repeat": "2016-09-20",
|
|
53
|
+
"background-size": "2015-07-29",
|
|
54
|
+
"barprop": "2015-07-29",
|
|
55
|
+
"base": "2015-07-29",
|
|
56
|
+
"base64encodedecode": "2016-09-20",
|
|
57
|
+
"bdi": "2020-01-15",
|
|
58
|
+
"bdo": "2015-07-29",
|
|
59
|
+
"beacons": "2018-04-12",
|
|
60
|
+
"before-after": "2015-07-29",
|
|
61
|
+
"bigint": "2020-09-16",
|
|
62
|
+
"bigint64array": "2021-09-20",
|
|
63
|
+
"blockquote": "2015-07-29",
|
|
64
|
+
"bmp": "2015-07-29",
|
|
65
|
+
"body": "2015-07-29",
|
|
66
|
+
"border-image": "2017-02-01",
|
|
67
|
+
"border-radius": "2015-07-29",
|
|
68
|
+
"borders": "2015-07-29",
|
|
69
|
+
"box-shadow": "2015-07-29",
|
|
70
|
+
"box-sizing": "2015-07-29",
|
|
71
|
+
"br": "2015-07-29",
|
|
72
|
+
"broadcast-channel": "2022-03-14",
|
|
73
|
+
"brotli": "2017-09-19",
|
|
74
|
+
"button": "2015-07-29",
|
|
75
|
+
"calc": "2015-07-29",
|
|
76
|
+
"calc-constants": "2023-06-06",
|
|
77
|
+
"canvas": "2015-07-29",
|
|
78
|
+
"canvas-2d": "2015-07-29",
|
|
79
|
+
"canvas-createconicgradient": "2023-04-11",
|
|
80
|
+
"canvas-roundrect": "2023-04-11",
|
|
81
|
+
"capture-stream-canvas": "2020-01-15",
|
|
82
|
+
"caret-color": "2020-01-15",
|
|
83
|
+
"cascade-layers": "2022-03-14",
|
|
84
|
+
"case-insensitive-attributes": "2020-01-15",
|
|
85
|
+
"ch": "2015-07-29",
|
|
86
|
+
"change-event": "2015-07-29",
|
|
87
|
+
"channel-messaging": "2015-09-22",
|
|
88
|
+
"charset": "2015-07-29",
|
|
89
|
+
"cite": "2015-07-29",
|
|
90
|
+
"class-syntax": "2016-03-08",
|
|
91
|
+
"clip-path": "2021-01-21",
|
|
92
|
+
"clip-path-animatable": "2020-01-15",
|
|
93
|
+
"clip-path-boxes": "2023-11-02",
|
|
94
|
+
"clipboard-events": "2017-03-27",
|
|
95
|
+
"code": "2015-07-29",
|
|
96
|
+
"color": "2015-07-29",
|
|
97
|
+
"color-function": "2023-05-09",
|
|
98
|
+
"color-gamut": "2023-02-14",
|
|
99
|
+
"color-mix": "2023-05-09",
|
|
100
|
+
"color-scheme": "2022-02-03",
|
|
101
|
+
"colrv0": "2020-01-15",
|
|
102
|
+
"column-fill": "2017-03-07",
|
|
103
|
+
"column-span": "2020-07-28",
|
|
104
|
+
"composition-events": "2017-04-19",
|
|
105
|
+
"compression-streams": "2023-05-09",
|
|
106
|
+
"conic-gradients": "2020-11-17",
|
|
107
|
+
"console": "2015-07-29",
|
|
108
|
+
"constraint-validation": "2018-12-11",
|
|
109
|
+
"constructed-stylesheets": "2023-03-27",
|
|
110
|
+
"contain": "2022-03-14",
|
|
111
|
+
"contain-inline-size": "2022-09-12",
|
|
112
|
+
"contain-intrinsic-size": "2023-09-18",
|
|
113
|
+
"contain-layout": "2022-03-14",
|
|
114
|
+
"contain-paint": "2022-03-14",
|
|
115
|
+
"contain-size": "2022-03-14",
|
|
116
|
+
"contain-style": "2022-07-26",
|
|
117
|
+
"container-queries": "2023-02-14",
|
|
118
|
+
"content": "2015-07-29",
|
|
119
|
+
"contenteditable": "2015-07-29",
|
|
120
|
+
"cookies": "2015-07-29",
|
|
121
|
+
"cors": "2015-07-29",
|
|
122
|
+
"counter-style": "2023-09-18",
|
|
123
|
+
"counters": "2015-07-29",
|
|
124
|
+
"credential-management": "2020-01-15",
|
|
125
|
+
"csp": "2016-08-02",
|
|
126
|
+
"css-escape": "2020-01-15",
|
|
127
|
+
"css-object-model": "2015-09-30",
|
|
128
|
+
"css-supports": "2020-01-15",
|
|
129
|
+
"cubic-bezier-easing": "2015-07-29",
|
|
130
|
+
"currentcolor": "2015-07-29",
|
|
131
|
+
"custom-properties": "2017-04-05",
|
|
132
|
+
"data": "2017-10-24",
|
|
133
|
+
"data-urls": "2015-07-29",
|
|
134
|
+
"dataset": "2015-07-29",
|
|
135
|
+
"date": "2015-07-29",
|
|
136
|
+
"dedicated-workers": "2015-07-29",
|
|
137
|
+
"default": "2020-01-15",
|
|
138
|
+
"del": "2015-07-29",
|
|
139
|
+
"description-list": "2015-07-29",
|
|
140
|
+
"destructuring": "2020-01-15",
|
|
141
|
+
"details": "2020-01-15",
|
|
142
|
+
"device-orientation-events": "2023-09-18",
|
|
143
|
+
"dfn": "2015-07-29",
|
|
144
|
+
"dialog": "2022-03-14",
|
|
145
|
+
"dirname": "2023-08-01",
|
|
146
|
+
"display": "2015-07-29",
|
|
147
|
+
"display-flow-root": "2020-01-15",
|
|
148
|
+
"display-list-item": "2015-07-29",
|
|
149
|
+
"display-table": "2015-07-29",
|
|
150
|
+
"div": "2015-07-29",
|
|
151
|
+
"dom": "2015-07-29",
|
|
152
|
+
"dom-geometry": "2020-01-15",
|
|
153
|
+
"dominant-baseline": "2020-01-15",
|
|
154
|
+
"domparser": "2016-03-21",
|
|
155
|
+
"download": "2019-09-19",
|
|
156
|
+
"draganddrop": "2015-07-29",
|
|
157
|
+
"dynamic-range": "2022-05-03",
|
|
158
|
+
"element-from-point": "2020-01-15",
|
|
159
|
+
"em": "2015-07-29",
|
|
160
|
+
"em-unit": "2015-07-29",
|
|
161
|
+
"embed": "2020-01-15",
|
|
162
|
+
"empty": "2015-07-29",
|
|
163
|
+
"encrypted-media-extensions": "2019-03-25",
|
|
164
|
+
"enterkeyhint": "2021-11-02",
|
|
165
|
+
"error-cause": "2021-09-20",
|
|
166
|
+
"events": "2015-07-29",
|
|
167
|
+
"ex": "2015-07-29",
|
|
168
|
+
"exponentiation": "2017-03-27",
|
|
169
|
+
"ext-blend-minmax": "2018-04-30",
|
|
170
|
+
"ext-color-buffer-float": "2021-09-20",
|
|
171
|
+
"ext-color-buffer-half-float": "2020-09-16",
|
|
172
|
+
"ext-srgb": "2020-02-07",
|
|
173
|
+
"ext-texture-filter-anisotropic": "2016-06-07",
|
|
174
|
+
"fetch": "2017-03-27",
|
|
175
|
+
"fieldset": "2015-07-29",
|
|
176
|
+
"figure": "2015-07-29",
|
|
177
|
+
"file": "2020-01-15",
|
|
178
|
+
"file-selector-button": "2021-04-26",
|
|
179
|
+
"filter": "2016-09-07",
|
|
180
|
+
"first-letter": "2015-07-29",
|
|
181
|
+
"first-line": "2015-07-29",
|
|
182
|
+
"fit-content": "2021-11-02",
|
|
183
|
+
"fixed-positioning": "2015-07-29",
|
|
184
|
+
"flexbox": "2015-09-30",
|
|
185
|
+
"flexbox-gap": "2021-04-26",
|
|
186
|
+
"float-clear": "2015-07-29",
|
|
187
|
+
"focus-events": "2015-07-29",
|
|
188
|
+
"focus-visible": "2022-03-14",
|
|
189
|
+
"focus-within": "2020-01-15",
|
|
190
|
+
"font-display": "2020-01-15",
|
|
191
|
+
"font-face": "2016-09-20",
|
|
192
|
+
"font-family": "2015-07-29",
|
|
193
|
+
"font-family-system": "2021-09-07",
|
|
194
|
+
"font-feature-settings": "2017-04-05",
|
|
195
|
+
"font-kerning": "2020-01-15",
|
|
196
|
+
"font-loading": "2020-01-15",
|
|
197
|
+
"font-optical-sizing": "2020-03-24",
|
|
198
|
+
"font-palette": "2022-11-15",
|
|
199
|
+
"font-shorthand": "2015-07-29",
|
|
200
|
+
"font-size": "2015-07-29",
|
|
201
|
+
"font-stretch": "2020-01-15",
|
|
202
|
+
"font-style": "2015-07-29",
|
|
203
|
+
"font-synthesis": "2022-01-06",
|
|
204
|
+
"font-synthesis-small-caps": "2023-03-27",
|
|
205
|
+
"font-synthesis-style": "2023-03-27",
|
|
206
|
+
"font-synthesis-weight": "2023-03-27",
|
|
207
|
+
"font-variant": "2015-07-29",
|
|
208
|
+
"font-variant-alternates": "2023-03-13",
|
|
209
|
+
"font-variant-caps": "2020-01-15",
|
|
210
|
+
"font-variant-east-asian": "2020-01-15",
|
|
211
|
+
"font-variant-ligatures": "2020-01-15",
|
|
212
|
+
"font-variant-numeric": "2020-01-15",
|
|
213
|
+
"font-variation-settings": "2018-09-05",
|
|
214
|
+
"font-weight": "2015-07-29",
|
|
215
|
+
"forced-colors": "2022-09-12",
|
|
216
|
+
"form": "2015-07-29",
|
|
217
|
+
"form-associated-custom-elements": "2023-03-27",
|
|
218
|
+
"form-validity-pseudos": "2015-07-29",
|
|
219
|
+
"functions": "2015-07-29",
|
|
220
|
+
"gamepad": "2017-03-27",
|
|
221
|
+
"generators": "2016-09-20",
|
|
222
|
+
"geolocation": "2015-07-29",
|
|
223
|
+
"get-computed-style": "2015-07-29",
|
|
224
|
+
"gif": "2015-07-29",
|
|
225
|
+
"globalthis": "2020-01-15",
|
|
226
|
+
"gradients": "2015-07-29",
|
|
227
|
+
"grid": "2017-10-17",
|
|
228
|
+
"grid-animation": "2022-10-27",
|
|
229
|
+
"hardware-concurrency": "2022-03-14",
|
|
230
|
+
"hashbang-comments": "2020-03-24",
|
|
231
|
+
"hashchange": "2015-07-29",
|
|
232
|
+
"head": "2015-07-29",
|
|
233
|
+
"header-footer": "2015-07-29",
|
|
234
|
+
"headings": "2015-07-29",
|
|
235
|
+
"hgroup": "2015-07-29",
|
|
236
|
+
"history": "2015-07-29",
|
|
237
|
+
"host": "2020-01-15",
|
|
238
|
+
"hr": "2015-07-29",
|
|
239
|
+
"hsl": "2020-01-15",
|
|
240
|
+
"hsts": "2015-07-29",
|
|
241
|
+
"html": "2015-07-29",
|
|
242
|
+
"http-authentication": "2015-07-29",
|
|
243
|
+
"http11": "2015-07-29",
|
|
244
|
+
"http2": "2015-09-30",
|
|
245
|
+
"hwb": "2022-04-28",
|
|
246
|
+
"hyphenate-character": "2023-09-18",
|
|
247
|
+
"hyphens": "2023-09-18",
|
|
248
|
+
"i": "2015-07-29",
|
|
249
|
+
"ic": "2022-10-03",
|
|
250
|
+
"iframe": "2015-07-29",
|
|
251
|
+
"iframe-sandbox": "2015-07-29",
|
|
252
|
+
"iframe-srcdoc": "2020-01-15",
|
|
253
|
+
"image-maps": "2015-07-29",
|
|
254
|
+
"image-orientation": "2020-04-13",
|
|
255
|
+
"image-rendering": "2021-10-05",
|
|
256
|
+
"image-set": "2023-09-18",
|
|
257
|
+
"imagebitmaprenderingcontext": "2020-01-15",
|
|
258
|
+
"img": "2015-07-29",
|
|
259
|
+
"import": "2015-07-29",
|
|
260
|
+
"import-maps": "2023-03-27",
|
|
261
|
+
"indeterminate": "2020-01-15",
|
|
262
|
+
"indexeddb": "2021-09-20",
|
|
263
|
+
"individual-transforms": "2022-08-05",
|
|
264
|
+
"inert": "2023-04-11",
|
|
265
|
+
"inherit-value": "2015-07-29",
|
|
266
|
+
"initial-value": "2015-11-12",
|
|
267
|
+
"input": "2015-07-29",
|
|
268
|
+
"input-button": "2015-07-29",
|
|
269
|
+
"input-checkbox": "2015-07-29",
|
|
270
|
+
"input-date-time": "2021-04-26",
|
|
271
|
+
"input-email-tel-url": "2015-07-29",
|
|
272
|
+
"input-event": "2020-01-15",
|
|
273
|
+
"input-file": "2015-07-29",
|
|
274
|
+
"input-file-multiple": "2015-07-29",
|
|
275
|
+
"input-hidden": "2015-07-29",
|
|
276
|
+
"input-image": "2015-07-29",
|
|
277
|
+
"input-number": "2015-07-29",
|
|
278
|
+
"input-password": "2015-07-29",
|
|
279
|
+
"input-radio": "2015-07-29",
|
|
280
|
+
"input-range": "2017-03-16",
|
|
281
|
+
"input-reset": "2015-07-29",
|
|
282
|
+
"input-selectors": "2015-07-29",
|
|
283
|
+
"input-submit": "2015-07-29",
|
|
284
|
+
"inputmode": "2021-12-07",
|
|
285
|
+
"ins": "2015-07-29",
|
|
286
|
+
"interaction": "2018-12-11",
|
|
287
|
+
"intersection-observer": "2019-03-25",
|
|
288
|
+
"intl": "2017-09-28",
|
|
289
|
+
"intl-display-names": "2021-04-26",
|
|
290
|
+
"intl-list-format": "2021-04-26",
|
|
291
|
+
"intl-locale": "2020-09-16",
|
|
292
|
+
"intl-plural-rules": "2019-09-19",
|
|
293
|
+
"intl-relative-time-format": "2020-09-16",
|
|
294
|
+
"is": "2021-01-21",
|
|
295
|
+
"is-secure-context": "2018-04-12",
|
|
296
|
+
"isolation": "2020-01-15",
|
|
297
|
+
"iterators": "2015-07-29",
|
|
298
|
+
"javascript": "2015-07-29",
|
|
299
|
+
"jpeg": "2015-07-29",
|
|
300
|
+
"js-modules": "2018-05-09",
|
|
301
|
+
"js-modules-workers": "2023-06-06",
|
|
302
|
+
"json": "2015-07-29",
|
|
303
|
+
"kbd": "2015-07-29",
|
|
304
|
+
"keyboard-events": "2015-07-29",
|
|
305
|
+
"lab": "2023-05-09",
|
|
306
|
+
"label": "2015-07-29",
|
|
307
|
+
"lang": "2015-07-29",
|
|
308
|
+
"lang-attr": "2015-07-29",
|
|
309
|
+
"language": "2015-07-29",
|
|
310
|
+
"layout-direction-override": "2020-01-15",
|
|
311
|
+
"let-const": "2016-09-20",
|
|
312
|
+
"letter-spacing": "2015-07-29",
|
|
313
|
+
"lh": "2023-11-21",
|
|
314
|
+
"line-break": "2020-07-28",
|
|
315
|
+
"line-height": "2015-07-29",
|
|
316
|
+
"link": "2015-07-29",
|
|
317
|
+
"link-rel-preconnect": "2020-01-15",
|
|
318
|
+
"link-rel-preload": "2021-01-26",
|
|
319
|
+
"link-selectors": "2020-01-15",
|
|
320
|
+
"list-elements": "2015-07-29",
|
|
321
|
+
"list-style": "2015-07-29",
|
|
322
|
+
"localstorage": "2015-07-29",
|
|
323
|
+
"location": "2015-07-29",
|
|
324
|
+
"logical-assignments": "2020-09-16",
|
|
325
|
+
"logical-properties": "2021-09-20",
|
|
326
|
+
"main": "2015-07-29",
|
|
327
|
+
"map": "2015-07-29",
|
|
328
|
+
"margin": "2015-07-29",
|
|
329
|
+
"mark": "2015-07-29",
|
|
330
|
+
"mask-type": "2020-01-15",
|
|
331
|
+
"matchmedia": "2015-07-29",
|
|
332
|
+
"mathml": "2023-01-12",
|
|
333
|
+
"media-capabilities": "2022-04-28",
|
|
334
|
+
"media-capture": "2017-09-19",
|
|
335
|
+
"media-playback-quality": "2020-02-04",
|
|
336
|
+
"media-queries": "2015-07-29",
|
|
337
|
+
"media-query-range-syntax": "2023-03-27",
|
|
338
|
+
"mediastream-recording": "2021-04-26",
|
|
339
|
+
"menu": "2015-07-29",
|
|
340
|
+
"messageerror": "2023-03-27",
|
|
341
|
+
"meta": "2015-07-29",
|
|
342
|
+
"meta-refresh": "2015-07-29",
|
|
343
|
+
"meter": "2018-10-02",
|
|
344
|
+
"min-max-clamp": "2020-07-28",
|
|
345
|
+
"min-max-content": "2020-01-15",
|
|
346
|
+
"min-max-width-height": "2015-07-29",
|
|
347
|
+
"mix-blend-mode": "2020-01-15",
|
|
348
|
+
"mixed-content": "2020-01-15",
|
|
349
|
+
"modal": "2022-09-02",
|
|
350
|
+
"modulepreload": "2023-09-18",
|
|
351
|
+
"motion-path": "2022-09-12",
|
|
352
|
+
"mouse-events": "2015-07-29",
|
|
353
|
+
"multi-column": "2017-03-07",
|
|
354
|
+
"mutationobserver": "2015-07-29",
|
|
355
|
+
"named-color": "2015-07-29",
|
|
356
|
+
"namespace": "2015-07-29",
|
|
357
|
+
"nav": "2015-07-29",
|
|
358
|
+
"navigation-timing": "2021-10-25",
|
|
359
|
+
"navigator": "2015-07-29",
|
|
360
|
+
"not": "2021-01-21",
|
|
361
|
+
"notifications-apps": "2023-03-27",
|
|
362
|
+
"nth-child": "2015-07-29",
|
|
363
|
+
"nth-child-of": "2023-05-09",
|
|
364
|
+
"nth-of-type": "2015-07-29",
|
|
365
|
+
"nullish-coalescing": "2020-09-16",
|
|
366
|
+
"number": "2015-07-29",
|
|
367
|
+
"numeric-separators": "2020-07-28",
|
|
368
|
+
"object": "2015-07-29",
|
|
369
|
+
"object-fit": "2020-01-15",
|
|
370
|
+
"object-hasown": "2022-03-14",
|
|
371
|
+
"object-object": "2015-07-29",
|
|
372
|
+
"object-position": "2020-01-15",
|
|
373
|
+
"oes-element-index-uint": "2015-07-29",
|
|
374
|
+
"oes-fbo-render-mipmap": "2021-04-26",
|
|
375
|
+
"oes-standard-derivatives": "2015-07-29",
|
|
376
|
+
"oes-texture-float": "2015-07-29",
|
|
377
|
+
"oes-texture-float-linear": "2015-07-29",
|
|
378
|
+
"oes-texture-half-float": "2016-08-02",
|
|
379
|
+
"oes-vertex-array-object": "2018-04-30",
|
|
380
|
+
"offline-audio-context": "2021-04-26",
|
|
381
|
+
"offscreen-canvas": "2023-03-27",
|
|
382
|
+
"oklab": "2023-05-09",
|
|
383
|
+
"online": "2015-07-29",
|
|
384
|
+
"opacity": "2015-07-29",
|
|
385
|
+
"opacity-svg": "≤2020-03-24",
|
|
386
|
+
"optional-catch-binding": "2020-01-15",
|
|
387
|
+
"origin-private-file-system": "2023-03-27",
|
|
388
|
+
"outline": "2023-03-27",
|
|
389
|
+
"outlines": "2017-04-05",
|
|
390
|
+
"output": "≤2018-10-02",
|
|
391
|
+
"overflow": "2023-09-18",
|
|
392
|
+
"overflow-clip": "2022-09-12",
|
|
393
|
+
"overflow-shorthand": "2020-03-24",
|
|
394
|
+
"overflow-wrap": "2018-10-02",
|
|
395
|
+
"p": "2015-07-29",
|
|
396
|
+
"padding": "2015-07-29",
|
|
397
|
+
"page-breaks": "2019-01-29",
|
|
398
|
+
"page-transition-events": "2015-07-29",
|
|
399
|
+
"page-visibility": "2015-07-29",
|
|
400
|
+
"paint-timing": "2021-04-26",
|
|
401
|
+
"pdf-viewer": "2023-03-27",
|
|
402
|
+
"performance": "2015-09-16",
|
|
403
|
+
"permissions": "2022-09-12",
|
|
404
|
+
"physical-properties": "2015-07-29",
|
|
405
|
+
"picture": "2016-03-21",
|
|
406
|
+
"placeholder": "2020-01-15",
|
|
407
|
+
"placeholder-shown": "2020-01-15",
|
|
408
|
+
"png": "2020-01-15",
|
|
409
|
+
"pointer-events": "2015-07-29",
|
|
410
|
+
"pointer-events-api": "2020-07-28",
|
|
411
|
+
"position": "2015-07-29",
|
|
412
|
+
"postmessage": "2015-07-29",
|
|
413
|
+
"pre": "2015-07-29",
|
|
414
|
+
"prefers-color-scheme": "2020-01-15",
|
|
415
|
+
"prefers-contrast": "2022-05-31",
|
|
416
|
+
"prefers-reduced-motion": "2020-01-15",
|
|
417
|
+
"print": "2023-06-06",
|
|
418
|
+
"print-events": "2019-09-19",
|
|
419
|
+
"progress": "2015-07-29",
|
|
420
|
+
"promise": "2015-07-29",
|
|
421
|
+
"promise-allsettled": "2020-07-28",
|
|
422
|
+
"promise-any": "2020-09-16",
|
|
423
|
+
"promise-finally": "2018-10-02",
|
|
424
|
+
"proxy-reflect": "2016-09-20",
|
|
425
|
+
"push": "2023-03-27",
|
|
426
|
+
"q": "2015-07-29",
|
|
427
|
+
"q-unit": "2020-03-24",
|
|
428
|
+
"queuemicrotask": "2020-07-28",
|
|
429
|
+
"quotes": "2021-04-26",
|
|
430
|
+
"read-write-pseudos": "2020-07-28",
|
|
431
|
+
"referrer-policy": "2021-09-20",
|
|
432
|
+
"regexp": "2015-07-29",
|
|
433
|
+
"relative-positioning": "2015-07-29",
|
|
434
|
+
"rem": "2015-07-29",
|
|
435
|
+
"request-animation-frame": "2015-07-29",
|
|
436
|
+
"request-animation-frame-workers": "2023-03-27",
|
|
437
|
+
"resize-observer": "2020-07-28",
|
|
438
|
+
"resolution": "2022-09-12",
|
|
439
|
+
"resolution-compat": "2018-10-23",
|
|
440
|
+
"resource-size": "2023-03-27",
|
|
441
|
+
"resource-timing": "2017-09-19",
|
|
442
|
+
"revert-value": "2020-07-27",
|
|
443
|
+
"rgb": "2020-01-15",
|
|
444
|
+
"rlh": "2023-11-21",
|
|
445
|
+
"root": "2015-07-29",
|
|
446
|
+
"ruby": "2015-07-29",
|
|
447
|
+
"s": "2015-07-29",
|
|
448
|
+
"safe-area-inset": "2020-01-15",
|
|
449
|
+
"samp": "2015-07-29",
|
|
450
|
+
"scope-pseudo": "2020-01-15",
|
|
451
|
+
"screen": "2015-07-29",
|
|
452
|
+
"screen-orientation": "2023-03-27",
|
|
453
|
+
"script": "2015-07-29",
|
|
454
|
+
"scroll-behavior": "2022-03-14",
|
|
455
|
+
"scroll-elements": "2020-09-16",
|
|
456
|
+
"scroll-into-view": "2020-01-15",
|
|
457
|
+
"scroll-snap": "2020-01-15",
|
|
458
|
+
"search": "2023-10-13",
|
|
459
|
+
"search-input-type": "2015-07-29",
|
|
460
|
+
"section": "2015-07-29",
|
|
461
|
+
"select": "2015-07-29",
|
|
462
|
+
"selection-api": "2017-03-07",
|
|
463
|
+
"selectors": "2015-07-29",
|
|
464
|
+
"server-sent-events": "2020-01-15",
|
|
465
|
+
"server-timing": "2023-03-27",
|
|
466
|
+
"service-workers": "2018-04-30",
|
|
467
|
+
"set": "2015-07-29",
|
|
468
|
+
"setinterval": "2015-07-29",
|
|
469
|
+
"settimeout": "2015-07-29",
|
|
470
|
+
"shadow-dom": "2020-01-15",
|
|
471
|
+
"shadow-parts": "2020-07-28",
|
|
472
|
+
"shape-outside": "2020-01-15",
|
|
473
|
+
"shapes": "2020-01-15",
|
|
474
|
+
"shared-memory": "2021-12-13",
|
|
475
|
+
"slot": "2020-01-15",
|
|
476
|
+
"slot-assign": "2023-03-27",
|
|
477
|
+
"small": "2015-07-29",
|
|
478
|
+
"smil-svg-animations": "2020-01-15",
|
|
479
|
+
"source": "2015-07-29",
|
|
480
|
+
"sourcemap-header": "2020-01-15",
|
|
481
|
+
"span": "2015-07-29",
|
|
482
|
+
"speech-synthesis": "2018-09-05",
|
|
483
|
+
"spellcheck": "2017-11-28",
|
|
484
|
+
"spread": "2020-01-15",
|
|
485
|
+
"srcset": "2017-03-27",
|
|
486
|
+
"stable-array-sort": "2020-01-15",
|
|
487
|
+
"static-positioning": "2015-07-29",
|
|
488
|
+
"steps-easing": "2020-09-16",
|
|
489
|
+
"sticky-positioning": "2019-09-19",
|
|
490
|
+
"storage-access": "2023-12-05",
|
|
491
|
+
"storage-manager": "2023-09-18",
|
|
492
|
+
"streams": "2022-06-28",
|
|
493
|
+
"string-at": "2022-03-14",
|
|
494
|
+
"string-codepoint": "2015-09-30",
|
|
495
|
+
"string-includes": "2015-09-30",
|
|
496
|
+
"string-matchall": "2020-01-15",
|
|
497
|
+
"string-normalize": "2016-09-20",
|
|
498
|
+
"string-pad": "2017-04-05",
|
|
499
|
+
"string-raw": "2015-09-30",
|
|
500
|
+
"string-repeat": "2015-09-30",
|
|
501
|
+
"string-replaceall": "2020-08-27",
|
|
502
|
+
"string-startsends-with": "2015-09-30",
|
|
503
|
+
"string-trim-startend": "2020-01-15",
|
|
504
|
+
"string-wellformed": "2023-10-24",
|
|
505
|
+
"strings": "2015-07-29",
|
|
506
|
+
"strong": "2015-07-29",
|
|
507
|
+
"structured-clone": "2022-03-14",
|
|
508
|
+
"style": "2015-07-29",
|
|
509
|
+
"style-attr": "2015-07-29",
|
|
510
|
+
"sub-sup": "2015-07-29",
|
|
511
|
+
"subgrid": "2023-09-15",
|
|
512
|
+
"subresource-integrity": "2018-04-30",
|
|
513
|
+
"supports": "2015-09-30",
|
|
514
|
+
"supports-compat": "2016-09-20",
|
|
515
|
+
"svg": "2020-01-15",
|
|
516
|
+
"svg-filters": "2015-07-29",
|
|
517
|
+
"symbol": "2015-09-30",
|
|
518
|
+
"system-color": "2015-07-29",
|
|
519
|
+
"tab-size": "2021-08-10",
|
|
520
|
+
"tabindex": "2018-10-02",
|
|
521
|
+
"table": "2015-07-29",
|
|
522
|
+
"target": "2015-07-29",
|
|
523
|
+
"template": "2015-11-12",
|
|
524
|
+
"template-literals": "2020-01-15",
|
|
525
|
+
"text-align": "2015-07-29",
|
|
526
|
+
"text-align-last": "2022-09-12",
|
|
527
|
+
"text-combine-upright": "2022-03-14",
|
|
528
|
+
"text-decoration": "2015-07-29",
|
|
529
|
+
"text-decoration-skip-ink": "2022-03-14",
|
|
530
|
+
"text-emphasis": "2022-03-03",
|
|
531
|
+
"text-encoding": "2020-01-15",
|
|
532
|
+
"text-indent": "2015-07-29",
|
|
533
|
+
"text-orientation": "2020-09-16",
|
|
534
|
+
"text-overflow": "2015-07-29",
|
|
535
|
+
"text-shadow": "2015-07-29",
|
|
536
|
+
"text-stroke-fill": "2017-04-05",
|
|
537
|
+
"text-tracks": "2015-07-29",
|
|
538
|
+
"text-transform": "2015-07-29",
|
|
539
|
+
"text-underline-offset": "2020-11-19",
|
|
540
|
+
"text-underline-position": "2020-07-28",
|
|
541
|
+
"textarea": "2015-07-29",
|
|
542
|
+
"time": "2017-10-24",
|
|
543
|
+
"title": "2015-07-29",
|
|
544
|
+
"title-attr": "2015-07-29",
|
|
545
|
+
"touch-action": "2019-09-19",
|
|
546
|
+
"transforms2d": "2015-09-30",
|
|
547
|
+
"transforms3d": "2022-03-14",
|
|
548
|
+
"transitions": "2015-09-30",
|
|
549
|
+
"translate": "2023-03-14",
|
|
550
|
+
"trig-functions": "2023-03-13",
|
|
551
|
+
"two-value-display": "2023-07-21",
|
|
552
|
+
"typed-array-iteration-methods": "2016-09-20",
|
|
553
|
+
"typed-array-iterators": "2016-09-20",
|
|
554
|
+
"typed-arrays": "2015-07-29",
|
|
555
|
+
"u": "2015-07-29",
|
|
556
|
+
"unicode-point-escapes": "2015-09-30",
|
|
557
|
+
"unset-value": "2016-03-21",
|
|
558
|
+
"update": "2023-09-18",
|
|
559
|
+
"upgrade-insecure-requests": "2018-04-30",
|
|
560
|
+
"url": "2015-07-29",
|
|
561
|
+
"user-action-pseudos": "2015-07-29",
|
|
562
|
+
"user-activation": "2023-11-21",
|
|
563
|
+
"user-agent-sniffing": "2016-09-20",
|
|
564
|
+
"user-pseudos": "2023-11-02",
|
|
565
|
+
"var": "2015-07-29",
|
|
566
|
+
"vertical-align": "2015-07-29",
|
|
567
|
+
"video": "2015-07-29",
|
|
568
|
+
"viewport-unit-variants": "2022-12-05",
|
|
569
|
+
"viewport-units": "2017-10-17",
|
|
570
|
+
"visibility": "2015-07-29",
|
|
571
|
+
"visual-viewport": "2021-08-10",
|
|
572
|
+
"wasm": "2017-10-17",
|
|
573
|
+
"wasm-bigint": "2021-04-26",
|
|
574
|
+
"wasm-bulk-memory": "2021-10-25",
|
|
575
|
+
"wasm-exception-handling": "2022-05-03",
|
|
576
|
+
"wasm-multi-value": "2020-10-20",
|
|
577
|
+
"wasm-mutable-globals": "2020-03-24",
|
|
578
|
+
"wasm-non-trapping-float-to-int": "2021-10-25",
|
|
579
|
+
"wasm-reference-types": "2021-11-19",
|
|
580
|
+
"wasm-sign-extension-operators": "2021-04-26",
|
|
581
|
+
"wasm-simd": "2023-03-27",
|
|
582
|
+
"wasm-threads": "2021-12-13",
|
|
583
|
+
"wbr": "2015-07-29",
|
|
584
|
+
"weak-references": "2021-04-26",
|
|
585
|
+
"weakmap": "2015-07-29",
|
|
586
|
+
"weakset": "2015-09-30",
|
|
587
|
+
"web-animations": "2020-09-16",
|
|
588
|
+
"web-audio": "2021-04-26",
|
|
589
|
+
"web-cryptography": "2015-07-29",
|
|
590
|
+
"web-locks": "2022-03-14",
|
|
591
|
+
"webauthn": "2021-09-07",
|
|
592
|
+
"webauthn-public-key-easy": "2023-10-24",
|
|
593
|
+
"webgl": "2015-07-29",
|
|
594
|
+
"webgl-color-buffer-float": "2021-09-20",
|
|
595
|
+
"webgl-compressed-texture-astc": "2020-01-15",
|
|
596
|
+
"webgl-compressed-texture-etc": "2020-03-24",
|
|
597
|
+
"webgl-compressed-texture-etc1": "2020-03-24",
|
|
598
|
+
"webgl-debug-renderer-info": "2017-04-19",
|
|
599
|
+
"webgl-debug-shaders": "2020-09-16",
|
|
600
|
+
"webgl-depth-texture": "2015-07-29",
|
|
601
|
+
"webgl-lose-context": "2018-04-30",
|
|
602
|
+
"webgl-oes-draw-buffers-indexed": "2022-12-13",
|
|
603
|
+
"webgl2": "2021-09-20",
|
|
604
|
+
"webp": "2020-09-16",
|
|
605
|
+
"webrtc": "2020-01-15",
|
|
606
|
+
"webrtc-sctp": "2023-05-09",
|
|
607
|
+
"webrtc-stats": "2020-01-15",
|
|
608
|
+
"websockets": "2015-07-29",
|
|
609
|
+
"webvtt": "2015-07-29",
|
|
610
|
+
"webvtt-cue-settings": "2020-01-15",
|
|
611
|
+
"where": "2021-01-21",
|
|
612
|
+
"white-space": "2015-07-29",
|
|
613
|
+
"width-height": "2015-07-29",
|
|
614
|
+
"will-change": "2020-01-15",
|
|
615
|
+
"window": "2015-07-29",
|
|
616
|
+
"word-break": "2015-09-30",
|
|
617
|
+
"word-spacing": "2015-07-29",
|
|
618
|
+
"writing-mode": "2017-03-27",
|
|
619
|
+
"xhr": "2015-07-29",
|
|
620
|
+
"xml-serializer": "2015-07-29",
|
|
621
|
+
"xpath": "2015-07-29",
|
|
622
|
+
"xslt": "2015-07-29",
|
|
623
|
+
"z-index": "2015-07-29"
|
|
624
|
+
},
|
|
625
|
+
"low": {
|
|
626
|
+
"abortsignal-any": "2024-03-19",
|
|
627
|
+
"abortsignal-timeout": "2024-04-18",
|
|
628
|
+
"abs-sign": "2025-06-26",
|
|
629
|
+
"active-view-transition": "2026-01-13",
|
|
630
|
+
"align-content-block": "2024-04-16",
|
|
631
|
+
"alt-text-generated-content": "2024-07-09",
|
|
632
|
+
"array-fromasync": "2024-01-25",
|
|
633
|
+
"array-group": "2024-03-05",
|
|
634
|
+
"async-clipboard": "2024-06-11",
|
|
635
|
+
"atomics-pause": "2025-04-01",
|
|
636
|
+
"atomics-wait-async": "2025-11-11",
|
|
637
|
+
"avif": "2024-01-25",
|
|
638
|
+
"backdrop-filter": "2024-09-16",
|
|
639
|
+
"baseline-shift": "2026-03-24",
|
|
640
|
+
"canvas-2d-willreadfrequently": "2024-09-16",
|
|
641
|
+
"canvas-reset": "2023-12-11",
|
|
642
|
+
"cap": "2023-12-11",
|
|
643
|
+
"check-visibility": "2024-03-05",
|
|
644
|
+
"clipboard-supports": "2025-03-31",
|
|
645
|
+
"composed-ranges": "2025-08-19",
|
|
646
|
+
"container-style-queries": "2026-05-19",
|
|
647
|
+
"content-visibility": "2025-09-15",
|
|
648
|
+
"contenteditable-plaintextonly": "2025-03-04",
|
|
649
|
+
"contrast-color": "2026-04-10",
|
|
650
|
+
"cookie-enabled": "2024-09-16",
|
|
651
|
+
"counter-set": "2023-12-11",
|
|
652
|
+
"createimagebitmap": "2023-12-11",
|
|
653
|
+
"crisp-edges": "2026-05-07",
|
|
654
|
+
"declarative-shadow-dom": "2024-02-20",
|
|
655
|
+
"details-content": "2025-09-16",
|
|
656
|
+
"details-name": "2024-09-03",
|
|
657
|
+
"dir-pseudo": "2023-12-07",
|
|
658
|
+
"document-caretpositionfrompoint": "2025-12-12",
|
|
659
|
+
"event-timing": "2025-12-12",
|
|
660
|
+
"exp-functions": "2023-12-07",
|
|
661
|
+
"fetch-priority": "2024-10-29",
|
|
662
|
+
"float16array": "2025-04-04",
|
|
663
|
+
"font-family-math": "2026-03-24",
|
|
664
|
+
"font-size-adjust": "2024-07-25",
|
|
665
|
+
"gethtml": "2024-09-16",
|
|
666
|
+
"getorinsert": "2026-02-14",
|
|
667
|
+
"gradient-interpolation": "2024-06-11",
|
|
668
|
+
"has": "2023-12-19",
|
|
669
|
+
"highlight": "2026-03-24",
|
|
670
|
+
"http3": "2024-09-16",
|
|
671
|
+
"input-file-webkitdirectory": "2025-08-19",
|
|
672
|
+
"intl-duration-format": "2025-03-04",
|
|
673
|
+
"intl-segmenter": "2024-04-16",
|
|
674
|
+
"invoker-commands": "2025-12-12",
|
|
675
|
+
"iterator-concat": "2026-03-24",
|
|
676
|
+
"iterator-methods": "2025-03-31",
|
|
677
|
+
"js-modules-service-workers": "2026-01-13",
|
|
678
|
+
"js-modules-shared-workers": "2026-05-05",
|
|
679
|
+
"json-modules": "2025-04-29",
|
|
680
|
+
"json-raw": "2025-03-31",
|
|
681
|
+
"largest-contentful-paint": "2025-12-12",
|
|
682
|
+
"light-dark": "2024-05-13",
|
|
683
|
+
"linear-easing": "2023-12-11",
|
|
684
|
+
"link-rel-dns-prefetch": "2025-09-15",
|
|
685
|
+
"loading-lazy": "2023-12-19",
|
|
686
|
+
"masks": "2023-12-07",
|
|
687
|
+
"math-sum-precise": "2026-04-10",
|
|
688
|
+
"navigation": "2026-01-13",
|
|
689
|
+
"nesting": "2023-12-11",
|
|
690
|
+
"open-pseudo": "2026-05-11",
|
|
691
|
+
"page-setup": "2024-12-11",
|
|
692
|
+
"paint-order": "2024-03-22",
|
|
693
|
+
"parse-html-unsafe": "2025-09-15",
|
|
694
|
+
"popover": "2025-01-27",
|
|
695
|
+
"preloading-responsive-images": "2023-12-11",
|
|
696
|
+
"preserves-pitch": "2023-12-11",
|
|
697
|
+
"print-color-adjust": "2025-05-01",
|
|
698
|
+
"promise-try": "2025-01-07",
|
|
699
|
+
"promise-withresolvers": "2024-03-05",
|
|
700
|
+
"rcap": "2026-01-13",
|
|
701
|
+
"rch": "2026-01-13",
|
|
702
|
+
"readable-byte-streams": "2026-03-24",
|
|
703
|
+
"rect-xywh": "2024-01-23",
|
|
704
|
+
"regexp-escape": "2025-05-01",
|
|
705
|
+
"registered-custom-properties": "2024-07-09",
|
|
706
|
+
"relative-color": "2024-09-16",
|
|
707
|
+
"reporting": "2026-03-24",
|
|
708
|
+
"reporting-csp-violations": "2026-03-24",
|
|
709
|
+
"request-video-frame-callback": "2024-10-29",
|
|
710
|
+
"requestclose": "2025-05-27",
|
|
711
|
+
"resizable-buffers": "2024-07-09",
|
|
712
|
+
"rex": "2026-01-13",
|
|
713
|
+
"ric": "2026-01-13",
|
|
714
|
+
"round-mod-rem": "2024-05-17",
|
|
715
|
+
"ruby-align": "2024-12-11",
|
|
716
|
+
"ruby-position": "2024-12-11",
|
|
717
|
+
"scope": "2025-12-12",
|
|
718
|
+
"screen-wake-lock": "2025-03-31",
|
|
719
|
+
"scripting": "2023-12-07",
|
|
720
|
+
"scroll-to-text-fragment": "2024-10-01",
|
|
721
|
+
"scrollbar-color": "2025-12-12",
|
|
722
|
+
"scrollbar-gutter": "2024-12-11",
|
|
723
|
+
"scrollbar-width": "2024-12-11",
|
|
724
|
+
"scrollend": "2025-12-12",
|
|
725
|
+
"set-methods": "2024-06-11",
|
|
726
|
+
"shape-function": "2026-02-24",
|
|
727
|
+
"shared-workers": "2026-05-05",
|
|
728
|
+
"starting-style": "2024-08-06",
|
|
729
|
+
"state": "2024-05-17",
|
|
730
|
+
"target-text": "2024-12-11",
|
|
731
|
+
"text-decoration-skip-ink-all": "2026-05-07",
|
|
732
|
+
"text-decoration-spelling-grammar": "2025-12-12",
|
|
733
|
+
"text-indent-each-line": "2026-03-13",
|
|
734
|
+
"text-indent-hanging": "2026-03-13",
|
|
735
|
+
"text-wrap": "2024-10-17",
|
|
736
|
+
"text-wrap-balance": "2024-05-13",
|
|
737
|
+
"toggleevent-source": "2026-05-11",
|
|
738
|
+
"transferable-arraybuffer": "2024-03-05",
|
|
739
|
+
"transform-box": "2024-04-16",
|
|
740
|
+
"transition-behavior": "2024-08-06",
|
|
741
|
+
"trusted-types": "2026-02-24",
|
|
742
|
+
"uint8array-base64-hex": "2025-09-05",
|
|
743
|
+
"url-canparse": "2023-12-07",
|
|
744
|
+
"urlpattern": "2025-09-15",
|
|
745
|
+
"vertical-form-controls": "2024-04-18",
|
|
746
|
+
"view-transition-class": "2025-10-14",
|
|
747
|
+
"view-transitions": "2025-10-14",
|
|
748
|
+
"wasm-branch-hinting": "2026-02-24",
|
|
749
|
+
"wasm-extended-constant-expressions": "2024-03-05",
|
|
750
|
+
"wasm-garbage-collection": "2024-12-11",
|
|
751
|
+
"wasm-tail-call-optimization": "2024-12-11",
|
|
752
|
+
"wasm-typed-fun-refs": "2024-09-16",
|
|
753
|
+
"webgl-color-management": "2024-10-29",
|
|
754
|
+
"webgl2-color-management": "2024-10-29",
|
|
755
|
+
"webrtc-encoded-transform": "2025-10-03",
|
|
756
|
+
"webtransport": "2026-03-24",
|
|
757
|
+
"white-space-collapse": "2024-03-19",
|
|
758
|
+
"zoom": "2024-05-14",
|
|
759
|
+
"zstd": "2026-02-11"
|
|
760
|
+
},
|
|
761
|
+
"limited": [
|
|
762
|
+
"accelerometer",
|
|
763
|
+
"accent-color",
|
|
764
|
+
"accessor-methods",
|
|
765
|
+
"ad-selection",
|
|
766
|
+
"alignment-baseline",
|
|
767
|
+
"alternative-style-sheets",
|
|
768
|
+
"ambient-light",
|
|
769
|
+
"anchor-positioning",
|
|
770
|
+
"app-file-handlers",
|
|
771
|
+
"app-launch-handler",
|
|
772
|
+
"app-migration",
|
|
773
|
+
"app-protocol-handlers",
|
|
774
|
+
"app-share-targets",
|
|
775
|
+
"app-shortcuts",
|
|
776
|
+
"arguments-callee",
|
|
777
|
+
"arianotify",
|
|
778
|
+
"async-iterable-streams",
|
|
779
|
+
"attr",
|
|
780
|
+
"attribution-reporting",
|
|
781
|
+
"audio-session",
|
|
782
|
+
"audio-video-tracks",
|
|
783
|
+
"audiolistener",
|
|
784
|
+
"audiolistener-setposition-setorientation",
|
|
785
|
+
"autocapitalize",
|
|
786
|
+
"autocorrect",
|
|
787
|
+
"autofill",
|
|
788
|
+
"background-attachment",
|
|
789
|
+
"background-clip-border-area",
|
|
790
|
+
"background-clip-text",
|
|
791
|
+
"background-fetch",
|
|
792
|
+
"background-sync",
|
|
793
|
+
"badging",
|
|
794
|
+
"barcode",
|
|
795
|
+
"baseline-source",
|
|
796
|
+
"battery",
|
|
797
|
+
"beforeinstallprompt",
|
|
798
|
+
"beforeunload",
|
|
799
|
+
"bfcache-blocking-reasons",
|
|
800
|
+
"blocking-render",
|
|
801
|
+
"border-shape",
|
|
802
|
+
"box-decoration-break",
|
|
803
|
+
"calc-size",
|
|
804
|
+
"canvas-2d-alpha",
|
|
805
|
+
"canvas-2d-color-management",
|
|
806
|
+
"canvas-2d-desynchronized",
|
|
807
|
+
"canvas-context-lost",
|
|
808
|
+
"canvas-html",
|
|
809
|
+
"capture-handle",
|
|
810
|
+
"capture-stream-audio-video",
|
|
811
|
+
"caret-shape",
|
|
812
|
+
"case-sensitive-attributes",
|
|
813
|
+
"clear-site-data",
|
|
814
|
+
"clip",
|
|
815
|
+
"clipboard-custom-format",
|
|
816
|
+
"clipboard-svg",
|
|
817
|
+
"clipboard-unsanitized-formats",
|
|
818
|
+
"clipboardchange",
|
|
819
|
+
"closewatcher",
|
|
820
|
+
"color-adjust",
|
|
821
|
+
"color-contrast",
|
|
822
|
+
"color-mix-variadic",
|
|
823
|
+
"colrv1",
|
|
824
|
+
"column-breaks",
|
|
825
|
+
"column-pseudo",
|
|
826
|
+
"compression-dictionary-transport",
|
|
827
|
+
"compute-pressure",
|
|
828
|
+
"contact-picker",
|
|
829
|
+
"container-anchor-position-queries",
|
|
830
|
+
"container-scroll-state-queries",
|
|
831
|
+
"content-index",
|
|
832
|
+
"context-fill-stroke",
|
|
833
|
+
"controls-list",
|
|
834
|
+
"cookie-store",
|
|
835
|
+
"corner-shape",
|
|
836
|
+
"counter-reset-reversed",
|
|
837
|
+
"cross-document-view-transitions",
|
|
838
|
+
"cross-fade",
|
|
839
|
+
"css-modules",
|
|
840
|
+
"css-object-model-discouraged",
|
|
841
|
+
"css-typed-om",
|
|
842
|
+
"cursor",
|
|
843
|
+
"custom-ellipses",
|
|
844
|
+
"custom-media-queries",
|
|
845
|
+
"customizable-select",
|
|
846
|
+
"customized-built-in-elements",
|
|
847
|
+
"datalist",
|
|
848
|
+
"date-get-year-set-year",
|
|
849
|
+
"date-to-gmt-string",
|
|
850
|
+
"declarative-webmcp",
|
|
851
|
+
"device-bound-session-credentials",
|
|
852
|
+
"device-memory",
|
|
853
|
+
"device-posture",
|
|
854
|
+
"device-queries",
|
|
855
|
+
"devicepixelratio",
|
|
856
|
+
"dialog-closedby",
|
|
857
|
+
"digital-credentials",
|
|
858
|
+
"digital-goods",
|
|
859
|
+
"display-animation",
|
|
860
|
+
"display-contents",
|
|
861
|
+
"display-mode",
|
|
862
|
+
"display-ruby",
|
|
863
|
+
"document-colors",
|
|
864
|
+
"document-modelcontext",
|
|
865
|
+
"document-picture-in-picture",
|
|
866
|
+
"document-write",
|
|
867
|
+
"dynamic-range-limit",
|
|
868
|
+
"early-data",
|
|
869
|
+
"edit-context",
|
|
870
|
+
"element",
|
|
871
|
+
"element-capture",
|
|
872
|
+
"element-timing",
|
|
873
|
+
"escape-unescape",
|
|
874
|
+
"execcommand",
|
|
875
|
+
"explicit-resource-management",
|
|
876
|
+
"ext-disjoint-timer-query",
|
|
877
|
+
"ext-float-blend",
|
|
878
|
+
"ext-frag-depth",
|
|
879
|
+
"ext-shader-texture-lod",
|
|
880
|
+
"ext-texture-compression-bptc",
|
|
881
|
+
"ext-texture-compression-rgtc",
|
|
882
|
+
"ext-texture-norm16",
|
|
883
|
+
"external",
|
|
884
|
+
"eyedropper",
|
|
885
|
+
"fast-seek",
|
|
886
|
+
"feature-policy",
|
|
887
|
+
"fedcm",
|
|
888
|
+
"federated-credentials",
|
|
889
|
+
"fencedframe",
|
|
890
|
+
"fetch-formdata",
|
|
891
|
+
"fetch-metadata",
|
|
892
|
+
"fetch-request-streams",
|
|
893
|
+
"fetchlater",
|
|
894
|
+
"field-sizing",
|
|
895
|
+
"file-system-access",
|
|
896
|
+
"filter-function",
|
|
897
|
+
"fit-content-function",
|
|
898
|
+
"focusgroup",
|
|
899
|
+
"font-family-ui",
|
|
900
|
+
"font-language-override",
|
|
901
|
+
"font-metric-overrides",
|
|
902
|
+
"font-palette-animation",
|
|
903
|
+
"font-synthesis-position",
|
|
904
|
+
"font-variant-emoji",
|
|
905
|
+
"font-variant-position",
|
|
906
|
+
"font-width",
|
|
907
|
+
"fullscreen",
|
|
908
|
+
"function",
|
|
909
|
+
"functions-caller-arguments",
|
|
910
|
+
"gamepad-haptics",
|
|
911
|
+
"gamepad-touch",
|
|
912
|
+
"gamepad-vr",
|
|
913
|
+
"gap-decorations",
|
|
914
|
+
"geolocation-element",
|
|
915
|
+
"getallrecords",
|
|
916
|
+
"getboxquads",
|
|
917
|
+
"glyph-orientation-vertical",
|
|
918
|
+
"gpc",
|
|
919
|
+
"gyroscope",
|
|
920
|
+
"hanging-punctuation",
|
|
921
|
+
"has-slotted",
|
|
922
|
+
"heading-selectors",
|
|
923
|
+
"hidden-until-found",
|
|
924
|
+
"highlightsfrompoint",
|
|
925
|
+
"host-context",
|
|
926
|
+
"html-media-capture",
|
|
927
|
+
"html-wrapper-methods",
|
|
928
|
+
"hyphenate-limit-chars",
|
|
929
|
+
"idle-detection",
|
|
930
|
+
"if",
|
|
931
|
+
"iframe-credentialless",
|
|
932
|
+
"image-function",
|
|
933
|
+
"ime-mode",
|
|
934
|
+
"import-assertions",
|
|
935
|
+
"initial-letter",
|
|
936
|
+
"ink",
|
|
937
|
+
"input-color",
|
|
938
|
+
"input-color-alpha",
|
|
939
|
+
"insertable-streams",
|
|
940
|
+
"install",
|
|
941
|
+
"interactivity",
|
|
942
|
+
"interest-invokers",
|
|
943
|
+
"interpolate-size",
|
|
944
|
+
"intersection-observer-v2",
|
|
945
|
+
"intl-locale-info",
|
|
946
|
+
"inverted-colors",
|
|
947
|
+
"is-error",
|
|
948
|
+
"is-input-pending",
|
|
949
|
+
"jpegxl",
|
|
950
|
+
"justify-self-block",
|
|
951
|
+
"keyboard-lock",
|
|
952
|
+
"keyboard-map",
|
|
953
|
+
"khr-parallel-shader-compile",
|
|
954
|
+
"languagedetector",
|
|
955
|
+
"languagemodel",
|
|
956
|
+
"layout-instability",
|
|
957
|
+
"light-dark-image",
|
|
958
|
+
"line-clamp",
|
|
959
|
+
"link-rel-expect",
|
|
960
|
+
"link-rel-prefetch",
|
|
961
|
+
"loading-lazy-media",
|
|
962
|
+
"local-fonts",
|
|
963
|
+
"local-network-access",
|
|
964
|
+
"long-animation-frames",
|
|
965
|
+
"longtasks",
|
|
966
|
+
"magnetometer",
|
|
967
|
+
"managed-media-source",
|
|
968
|
+
"manifest",
|
|
969
|
+
"manifest-localization",
|
|
970
|
+
"margin-trim",
|
|
971
|
+
"marker",
|
|
972
|
+
"mask-border",
|
|
973
|
+
"masonry",
|
|
974
|
+
"mathml-full",
|
|
975
|
+
"measure-memory",
|
|
976
|
+
"media-pseudos",
|
|
977
|
+
"media-session",
|
|
978
|
+
"media-source",
|
|
979
|
+
"mediacontroller",
|
|
980
|
+
"meta-application-title",
|
|
981
|
+
"meta-text-scale",
|
|
982
|
+
"meta-theme-color",
|
|
983
|
+
"move-before",
|
|
984
|
+
"mutation-events",
|
|
985
|
+
"navigation-precommit-handlers",
|
|
986
|
+
"navigation-timing-confidence",
|
|
987
|
+
"navigator-install",
|
|
988
|
+
"network-information",
|
|
989
|
+
"non-cookie-storage-access",
|
|
990
|
+
"notifications",
|
|
991
|
+
"numeric-factory-functions",
|
|
992
|
+
"object-view-box",
|
|
993
|
+
"observable",
|
|
994
|
+
"oes-texture-half-float-linear",
|
|
995
|
+
"opaquerange",
|
|
996
|
+
"orientation-sensor",
|
|
997
|
+
"origin",
|
|
998
|
+
"overflow-anchor",
|
|
999
|
+
"overflow-clip-margin",
|
|
1000
|
+
"overflow-overlay",
|
|
1001
|
+
"overlay",
|
|
1002
|
+
"overscroll-behavior",
|
|
1003
|
+
"ovr-multiview2",
|
|
1004
|
+
"page-break-aliases",
|
|
1005
|
+
"page-lifecycle",
|
|
1006
|
+
"page-orientation",
|
|
1007
|
+
"page-selectors",
|
|
1008
|
+
"page-visibility-state",
|
|
1009
|
+
"paint",
|
|
1010
|
+
"partitioned-cookies",
|
|
1011
|
+
"password-credentials",
|
|
1012
|
+
"path-shape",
|
|
1013
|
+
"payment-handler",
|
|
1014
|
+
"payment-request",
|
|
1015
|
+
"performancetiming",
|
|
1016
|
+
"periodic-background-sync",
|
|
1017
|
+
"permissions-policy",
|
|
1018
|
+
"picture-in-picture",
|
|
1019
|
+
"ping",
|
|
1020
|
+
"pointer-lock",
|
|
1021
|
+
"popover-hint",
|
|
1022
|
+
"portal",
|
|
1023
|
+
"prefers-reduced-data",
|
|
1024
|
+
"prefers-reduced-transparency",
|
|
1025
|
+
"presentation-api",
|
|
1026
|
+
"private-click-measurement",
|
|
1027
|
+
"private-network-access",
|
|
1028
|
+
"profiler",
|
|
1029
|
+
"progress-function",
|
|
1030
|
+
"protected-audience",
|
|
1031
|
+
"proto",
|
|
1032
|
+
"random-function",
|
|
1033
|
+
"readablestream-from",
|
|
1034
|
+
"reading-flow",
|
|
1035
|
+
"referencetarget",
|
|
1036
|
+
"regexp-compile",
|
|
1037
|
+
"regexp-static-properties",
|
|
1038
|
+
"region-capture",
|
|
1039
|
+
"registerprotocolhandler",
|
|
1040
|
+
"related-apps",
|
|
1041
|
+
"related-website-sets",
|
|
1042
|
+
"remote-playback",
|
|
1043
|
+
"reporting-coep-violations",
|
|
1044
|
+
"reporting-crashes",
|
|
1045
|
+
"reporting-crashes-storage",
|
|
1046
|
+
"reporting-deprecation",
|
|
1047
|
+
"reporting-integrity-violations",
|
|
1048
|
+
"reporting-interventions",
|
|
1049
|
+
"reporting-permissions-policy-violations",
|
|
1050
|
+
"requestidlecallback",
|
|
1051
|
+
"resize",
|
|
1052
|
+
"rhythmic-sizing",
|
|
1053
|
+
"ruby-overhang",
|
|
1054
|
+
"sanitizer",
|
|
1055
|
+
"savedata",
|
|
1056
|
+
"scheduler",
|
|
1057
|
+
"scoped-custom-element-registries",
|
|
1058
|
+
"screen-capture",
|
|
1059
|
+
"screen-orientation-lock",
|
|
1060
|
+
"scroll-buttons",
|
|
1061
|
+
"scroll-driven-animations",
|
|
1062
|
+
"scroll-initial-target",
|
|
1063
|
+
"scroll-into-view-container",
|
|
1064
|
+
"scroll-marker-targets",
|
|
1065
|
+
"scroll-markers",
|
|
1066
|
+
"scroll-snap-events",
|
|
1067
|
+
"scroll-target-group",
|
|
1068
|
+
"secure-payment-confirmation",
|
|
1069
|
+
"selection",
|
|
1070
|
+
"serial",
|
|
1071
|
+
"serializable-errors",
|
|
1072
|
+
"share",
|
|
1073
|
+
"shared-storage",
|
|
1074
|
+
"shared-storage-locks",
|
|
1075
|
+
"show-picker-input",
|
|
1076
|
+
"show-picker-select",
|
|
1077
|
+
"sibling-count",
|
|
1078
|
+
"signature-based-resource-integrity",
|
|
1079
|
+
"sizes-auto",
|
|
1080
|
+
"smooth",
|
|
1081
|
+
"speak",
|
|
1082
|
+
"speak-as",
|
|
1083
|
+
"speculation-rules",
|
|
1084
|
+
"speech-recognition",
|
|
1085
|
+
"speech-recognition-grammar",
|
|
1086
|
+
"spelling-grammar-error",
|
|
1087
|
+
"storage-buckets",
|
|
1088
|
+
"stretch",
|
|
1089
|
+
"style-query-range-syntax",
|
|
1090
|
+
"summarizer",
|
|
1091
|
+
"supports-at-rule",
|
|
1092
|
+
"svg-discouraged",
|
|
1093
|
+
"table-discouraged",
|
|
1094
|
+
"target-within",
|
|
1095
|
+
"temporal",
|
|
1096
|
+
"text-autospace",
|
|
1097
|
+
"text-box",
|
|
1098
|
+
"text-decoration-line-blink",
|
|
1099
|
+
"text-decoration-selection",
|
|
1100
|
+
"text-fit",
|
|
1101
|
+
"text-justify",
|
|
1102
|
+
"text-size-adjust",
|
|
1103
|
+
"text-spacing-trim",
|
|
1104
|
+
"text-wrap-pretty",
|
|
1105
|
+
"time-relative-selectors",
|
|
1106
|
+
"top-level-await",
|
|
1107
|
+
"topics",
|
|
1108
|
+
"touch-events",
|
|
1109
|
+
"transferable-streams",
|
|
1110
|
+
"transformstream-transformer-cancel",
|
|
1111
|
+
"translator",
|
|
1112
|
+
"ua-client-hints",
|
|
1113
|
+
"url-cross-origin",
|
|
1114
|
+
"url-integrity",
|
|
1115
|
+
"url-referrer-policy",
|
|
1116
|
+
"user-select",
|
|
1117
|
+
"usermedia",
|
|
1118
|
+
"vibration",
|
|
1119
|
+
"video-dynamic-range",
|
|
1120
|
+
"view-transitions-element-scoped",
|
|
1121
|
+
"viewport-segments",
|
|
1122
|
+
"virtual-keyboard",
|
|
1123
|
+
"virtual-pressure-sources",
|
|
1124
|
+
"virtual-sensors",
|
|
1125
|
+
"wasm-exnref-exceptions",
|
|
1126
|
+
"wasm-jspi",
|
|
1127
|
+
"wasm-memory64",
|
|
1128
|
+
"wasm-multi-memory",
|
|
1129
|
+
"wasm-simd-relaxed",
|
|
1130
|
+
"wasm-string-builtins",
|
|
1131
|
+
"web-animations-iterationcomposite",
|
|
1132
|
+
"web-bluetooth",
|
|
1133
|
+
"web-midi",
|
|
1134
|
+
"web-nfc",
|
|
1135
|
+
"web-otp",
|
|
1136
|
+
"webauthn-signals",
|
|
1137
|
+
"webcodecs",
|
|
1138
|
+
"webdriver",
|
|
1139
|
+
"webdriver-bidi",
|
|
1140
|
+
"webgl-compressed-texture-pvrtc",
|
|
1141
|
+
"webgl-compressed-texture-s3tc",
|
|
1142
|
+
"webgl-compressed-texture-s3tc-srgb",
|
|
1143
|
+
"webgl-desynchronized",
|
|
1144
|
+
"webgl-draw-buffers",
|
|
1145
|
+
"webgl-multi-draw",
|
|
1146
|
+
"webgl-sab",
|
|
1147
|
+
"webgl2-desynchronized",
|
|
1148
|
+
"webgpu",
|
|
1149
|
+
"webgpu-subgroups",
|
|
1150
|
+
"webhid",
|
|
1151
|
+
"webnn",
|
|
1152
|
+
"webusb",
|
|
1153
|
+
"webvr",
|
|
1154
|
+
"webvtt-cue-alignment",
|
|
1155
|
+
"webvtt-regions",
|
|
1156
|
+
"webxr-anchors",
|
|
1157
|
+
"webxr-ar",
|
|
1158
|
+
"webxr-camera",
|
|
1159
|
+
"webxr-depth-sensing",
|
|
1160
|
+
"webxr-device",
|
|
1161
|
+
"webxr-dom-overlays",
|
|
1162
|
+
"webxr-gamepads",
|
|
1163
|
+
"webxr-hand-input",
|
|
1164
|
+
"webxr-hit-test",
|
|
1165
|
+
"webxr-layers",
|
|
1166
|
+
"webxr-lighting-estimation",
|
|
1167
|
+
"wheel-events",
|
|
1168
|
+
"widows-orphans",
|
|
1169
|
+
"window-controls-overlay",
|
|
1170
|
+
"window-management",
|
|
1171
|
+
"with",
|
|
1172
|
+
"word-break-auto-phrase",
|
|
1173
|
+
"word-break-break-word",
|
|
1174
|
+
"writing-mode-svg-values",
|
|
1175
|
+
"writingsuggestions"
|
|
1176
|
+
]
|
|
1177
|
+
}
|