|
31 | 31 | "accesskey": [ |
32 | 32 | "Web/HTML/Global_attributes/accesskey" |
33 | 33 | ], |
| 34 | + "accessor-methods": [ |
| 35 | + "Web/JavaScript/Reference/Global_Objects/Object/__defineGetter__", |
| 36 | + "Web/JavaScript/Reference/Global_Objects/Object/__defineSetter__", |
| 37 | + "Web/JavaScript/Reference/Global_Objects/Object/__lookupGetter__", |
| 38 | + "Web/JavaScript/Reference/Global_Objects/Object/__lookupSetter__" |
| 39 | + ], |
34 | 40 | "active-view-transition": [], |
35 | 41 | "address": [ |
36 | 42 | "Web/HTML/Element/address" |
|
73 | 79 | "app-file-handlers": [ |
74 | 80 | "Web/Manifest/file_handlers" |
75 | 81 | ], |
| 82 | + "app-launch-handler": [ |
| 83 | + "Web/API/Launch_Handler_API" |
| 84 | + ], |
76 | 85 | "app-protocol-handlers": [ |
77 | 86 | "Web/Manifest/protocol_handlers" |
78 | 87 | ], |
|
85 | 94 | "appearance": [ |
86 | 95 | "Web/CSS/appearance" |
87 | 96 | ], |
| 97 | + "arguments-callee": [ |
| 98 | + "Web/JavaScript/Reference/Functions/arguments/callee" |
| 99 | + ], |
88 | 100 | "aria-attribute-reflection": [ |
89 | 101 | "Web/API/Element#instance_properties", |
90 | 102 | "Web/API/ElementInternals#instance_properties" |
|
174 | 186 | "async-iterators": [ |
175 | 187 | "Web/JavaScript/Reference/Statements/for-await...of" |
176 | 188 | ], |
177 | | - "atomics-pause": [], |
| 189 | + "atomics-pause": [ |
| 190 | + "Web/JavaScript/Reference/Global_Objects/Atomics/pause" |
| 191 | + ], |
178 | 192 | "atomics-wait-async": [ |
179 | 193 | "Web/JavaScript/Reference/Global_Objects/Atomics/waitAsync" |
180 | 194 | ], |
|
515 | 529 | "column-fill": [ |
516 | 530 | "Web/CSS/column-fill" |
517 | 531 | ], |
| 532 | + "column-pseudo": [], |
518 | 533 | "column-span": [ |
519 | 534 | "Web/CSS/column-span" |
520 | 535 | ], |
|
678 | 693 | "custom-properties": [ |
679 | 694 | "Web/CSS/--*" |
680 | 695 | ], |
| 696 | + "customizable-select": [], |
681 | 697 | "customized-built-in-elements": [ |
682 | 698 | "Web/HTML/Global_attributes/is" |
683 | 699 | ], |
|
696 | 712 | "date": [ |
697 | 713 | "Web/JavaScript/Reference/Global_Objects/Date" |
698 | 714 | ], |
| 715 | + "date-get-year-set-year": [ |
| 716 | + "Web/JavaScript/Reference/Global_Objects/Date/getYear", |
| 717 | + "Web/JavaScript/Reference/Global_Objects/Date/setYear" |
| 718 | + ], |
| 719 | + "date-to-gmt-string": [ |
| 720 | + "Web/JavaScript/Reference/Global_Objects/Date/toUTCString" |
| 721 | + ], |
699 | 722 | "declarative-shadow-dom": [ |
700 | 723 | "Web/HTML/Element/template#shadowrootmode" |
701 | 724 | ], |
| 725 | + "dedicated-workers": [], |
702 | 726 | "default": [ |
703 | 727 | "Web/CSS/:default" |
704 | 728 | ], |
|
793 | 817 | "document-picture-in-picture": [ |
794 | 818 | "Web/API/Document_Picture-in-Picture_API" |
795 | 819 | ], |
| 820 | + "document-write": [ |
| 821 | + "Web/API/Document/open", |
| 822 | + "Web/API/Document/write", |
| 823 | + "Web/API/Document/writeln", |
| 824 | + "Web/API/Document/close" |
| 825 | + ], |
796 | 826 | "dom": [ |
797 | 827 | "Web/API/Document_Object_Model" |
798 | 828 | ], |
|
821 | 851 | "element": [ |
822 | 852 | "Web/CSS/element" |
823 | 853 | ], |
824 | | - "element-capture": [], |
| 854 | + "element-capture": [ |
| 855 | + "Web/API/BrowserCaptureMediaStreamTrack/restrictTo" |
| 856 | + ], |
825 | 857 | "element-from-point": [ |
826 | 858 | "Web/API/Document/elementFromPoint", |
827 | 859 | "Web/API/Document/elementsFromPoint" |
|
850 | 882 | "error-cause": [ |
851 | 883 | "Web/JavaScript/Reference/Global_Objects/Error/cause" |
852 | 884 | ], |
| 885 | + "escape-unescape": [], |
853 | 886 | "event-timing": [ |
854 | 887 | "Web/API/PerformanceEventTiming" |
855 | 888 | ], |
|
859 | 892 | "ex": [ |
860 | 893 | "Web/CSS/length#ex" |
861 | 894 | ], |
| 895 | + "execcommand": [ |
| 896 | + "Web/API/Document/execCommand" |
| 897 | + ], |
862 | 898 | "exp-functions": [ |
863 | 899 | "Web/CSS/pow", |
864 | 900 | "Web/CSS/sqrt", |
|
906 | 942 | "ext-texture-norm16": [ |
907 | 943 | "Web/API/EXT_texture_norm16" |
908 | 944 | ], |
| 945 | + "external": [], |
909 | 946 | "eyedropper": [ |
910 | 947 | "Web/API/EyeDropper_API" |
911 | 948 | ], |
|
1107 | 1144 | "font-weight": [ |
1108 | 1145 | "Web/CSS/font-weight" |
1109 | 1146 | ], |
| 1147 | + "font-width": [], |
1110 | 1148 | "forced-colors": [ |
1111 | 1149 | "Web/CSS/@media/forced-colors", |
1112 | 1150 | "Web/CSS/forced-color-adjust" |
|
1132 | 1170 | "functions": [ |
1133 | 1171 | "Web/JavaScript/Reference/Functions" |
1134 | 1172 | ], |
| 1173 | + "functions-caller-arguments": [ |
| 1174 | + "Web/JavaScript/Reference/Global_Objects/Function/caller", |
| 1175 | + "Web/JavaScript/Reference/Global_Objects/Function/arguments" |
| 1176 | + ], |
1135 | 1177 | "gamepad": [ |
1136 | 1178 | "Web/API/Gamepad_API" |
1137 | 1179 | ], |
|
1155 | 1197 | "get-computed-style": [ |
1156 | 1198 | "Web/API/Window/getComputedStyle" |
1157 | 1199 | ], |
| 1200 | + "getboxquads": [], |
1158 | 1201 | "gethtml": [ |
1159 | 1202 | "Web/API/Element/getHTML", |
1160 | 1203 | "Web/API/ShadowRoot/getHTML" |
|
1250 | 1293 | "html-media-capture": [ |
1251 | 1294 | "Web/HTML/Attributes/capture" |
1252 | 1295 | ], |
| 1296 | + "html-wrapper-methods": [ |
| 1297 | + "Web/JavaScript/Reference/Global_Objects/String/anchor", |
| 1298 | + "Web/JavaScript/Reference/Global_Objects/String/big", |
| 1299 | + "Web/JavaScript/Reference/Global_Objects/String/blink", |
| 1300 | + "Web/JavaScript/Reference/Global_Objects/String/bold", |
| 1301 | + "Web/JavaScript/Reference/Global_Objects/String/fixed", |
| 1302 | + "Web/JavaScript/Reference/Global_Objects/String/fontcolor", |
| 1303 | + "Web/JavaScript/Reference/Global_Objects/String/fontsize", |
| 1304 | + "Web/JavaScript/Reference/Global_Objects/String/italics", |
| 1305 | + "Web/JavaScript/Reference/Global_Objects/String/link", |
| 1306 | + "Web/JavaScript/Reference/Global_Objects/String/small", |
| 1307 | + "Web/JavaScript/Reference/Global_Objects/String/strike", |
| 1308 | + "Web/JavaScript/Reference/Global_Objects/String/sub", |
| 1309 | + "Web/JavaScript/Reference/Global_Objects/String/substr", |
| 1310 | + "Web/JavaScript/Reference/Global_Objects/String/sup" |
| 1311 | + ], |
1253 | 1312 | "http-authentication": [ |
1254 | 1313 | "Web/HTTP/Headers/Authorization", |
1255 | 1314 | "Web/HTTP/Headers/WWW-Authenticate" |
|
1419 | 1478 | "interaction": [ |
1420 | 1479 | "Web/CSS/@media#media_features" |
1421 | 1480 | ], |
| 1481 | + "interactivity": [], |
1422 | 1482 | "interpolate-size": [ |
1423 | 1483 | "Web/CSS/interpolate-size" |
1424 | 1484 | ], |
|
1458 | 1518 | "inverted-colors": [ |
1459 | 1519 | "Web/CSS/@media/inverted-colors" |
1460 | 1520 | ], |
| 1521 | + "invoker-commands": [], |
1461 | 1522 | "is": [ |
1462 | 1523 | "Web/CSS/:is" |
1463 | 1524 | ], |
| 1525 | + "is-error": [ |
| 1526 | + "Web/JavaScript/Reference/Global_Objects/Error/isError" |
| 1527 | + ], |
| 1528 | + "is-secure-context": [ |
| 1529 | + "Web/API/Window/isSecureContext" |
| 1530 | + ], |
1464 | 1531 | "isolation": [ |
1465 | 1532 | "Web/CSS/isolation" |
1466 | 1533 | ], |
|
1710 | 1777 | "meta": [ |
1711 | 1778 | "Web/HTML/Element/meta" |
1712 | 1779 | ], |
| 1780 | + "meta-application-title": [], |
1713 | 1781 | "meta-theme-color": [ |
1714 | 1782 | "Web/HTML/Element/meta/name/theme-color" |
1715 | 1783 | ], |
|
1749 | 1817 | "mouse-events": [ |
1750 | 1818 | "Web/API/MouseEvent" |
1751 | 1819 | ], |
| 1820 | + "move-before": [], |
1752 | 1821 | "multi-column": [ |
1753 | 1822 | "Web/CSS/columns" |
1754 | 1823 | ], |
|
1907 | 1976 | "overflow-anchor": [ |
1908 | 1977 | "Web/CSS/overflow-anchor" |
1909 | 1978 | ], |
| 1979 | + "overflow-clip": [], |
1910 | 1980 | "overflow-clip-margin": [ |
1911 | 1981 | "Web/CSS/overflow-clip-margin" |
1912 | 1982 | ], |
|
2039 | 2109 | "popover": [ |
2040 | 2110 | "Web/API/Popover_API" |
2041 | 2111 | ], |
| 2112 | + "popover-hint": [ |
| 2113 | + "Web/HTML/Global_attributes/popover#hint" |
| 2114 | + ], |
2042 | 2115 | "portal": [], |
2043 | 2116 | "position": [ |
2044 | 2117 | "Web/CSS/position" |
|
2108 | 2181 | "promise-withresolvers": [ |
2109 | 2182 | "Web/JavaScript/Reference/Global_Objects/Promise/withResolvers" |
2110 | 2183 | ], |
| 2184 | + "proto": [ |
| 2185 | + "Web/JavaScript/Reference/Global_Objects/Object/proto" |
| 2186 | + ], |
2111 | 2187 | "proxy-reflect": [ |
2112 | 2188 | "Web/JavaScript/Reference/Global_Objects/Proxy", |
2113 | 2189 | "Web/JavaScript/Reference/Global_Objects/Reflect" |
|
2134 | 2210 | "Web/CSS/:read-only", |
2135 | 2211 | "Web/CSS/:read-write" |
2136 | 2212 | ], |
| 2213 | + "readable-byte-streams": [ |
| 2214 | + "Web/API/Streams_API/Using_readable_byte_streams" |
| 2215 | + ], |
| 2216 | + "readablestream-from": [ |
| 2217 | + "Web/API/ReadableStream/from_static" |
| 2218 | + ], |
2137 | 2219 | "reading-flow": [], |
2138 | 2220 | "referrer-policy": [ |
2139 | 2221 | "Web/HTTP/Headers/Referrer-Policy" |
2140 | 2222 | ], |
2141 | 2223 | "regexp": [ |
2142 | 2224 | "Web/JavaScript/Reference/Global_Objects/RegExp" |
2143 | 2225 | ], |
| 2226 | + "regexp-compile": [ |
| 2227 | + "Web/JavaScript/Reference/Global_Objects/RegExp/compile" |
| 2228 | + ], |
2144 | 2229 | "regexp-escape": [ |
2145 | 2230 | "Web/JavaScript/Reference/Global_Objects/RegExp/escape" |
2146 | 2231 | ], |
2147 | | - "region-capture": [], |
| 2232 | + "regexp-static-properties": [], |
| 2233 | + "region-capture": [ |
| 2234 | + "Web/API/Screen_Capture_API/Element_Region_Capture#the_region_capture_api" |
| 2235 | + ], |
2148 | 2236 | "registered-custom-properties": [ |
2149 | 2237 | "Web/API/CSS/registerProperty_static", |
2150 | 2238 | "Web/CSS/@property" |
|
2292 | 2380 | "scroll-behavior": [ |
2293 | 2381 | "Web/CSS/scroll-behavior" |
2294 | 2382 | ], |
| 2383 | + "scroll-buttons": [], |
2295 | 2384 | "scroll-driven-animations": [ |
2296 | 2385 | "Web/CSS/CSS_scroll-driven_animations" |
2297 | 2386 | ], |
|
2300 | 2389 | "Web/API/Element/scrollTo", |
2301 | 2390 | "Web/API/Element/scrollBy" |
2302 | 2391 | ], |
| 2392 | + "scroll-initial-target": [], |
2303 | 2393 | "scroll-into-view": [ |
2304 | 2394 | "Web/API/Element/scrollIntoView" |
2305 | 2395 | ], |
|
2415 | 2505 | "shared-storage": [ |
2416 | 2506 | "Web/API/Shared_Storage_API" |
2417 | 2507 | ], |
| 2508 | + "shared-storage-locks": [], |
| 2509 | + "shared-workers": [], |
2418 | 2510 | "show-picker-input": [ |
2419 | 2511 | "Web/API/HTMLInputElement/showPicker" |
2420 | 2512 | ], |
|
2456 | 2548 | "speech-recognition": [ |
2457 | 2549 | "Web/API/Web_Speech_API" |
2458 | 2550 | ], |
| 2551 | + "speech-recognition-grammar": [], |
2459 | 2552 | "speech-synthesis": [ |
2460 | 2553 | "Web/API/Web_Speech_API" |
2461 | 2554 | ], |
|
2623 | 2716 | "text-align-last": [ |
2624 | 2717 | "Web/CSS/text-align-last" |
2625 | 2718 | ], |
2626 | | - "text-box": [], |
| 2719 | + "text-autospace": [], |
| 2720 | + "text-box": [ |
| 2721 | + "Web/CSS/text-box" |
| 2722 | + ], |
2627 | 2723 | "text-combine-upright": [ |
2628 | 2724 | "Web/CSS/text-combine-upright" |
2629 | 2725 | ], |
|
2679 | 2775 | "text-transform": [ |
2680 | 2776 | "Web/CSS/text-transform" |
2681 | 2777 | ], |
| 2778 | + "text-underline-offset": [ |
| 2779 | + "Web/CSS/text-underline-offset" |
| 2780 | + ], |
2682 | 2781 | "text-underline-position": [ |
2683 | 2782 | "Web/CSS/text-underline-position", |
2684 | 2783 | "Web/CSS/text-underline-offset" |
|
2733 | 2832 | "Web/JavaScript/Reference/Global_Objects/ArrayBuffer/transfer", |
2734 | 2833 | "Web/JavaScript/Reference/Global_Objects/ArrayBuffer/transferToFixedLength" |
2735 | 2834 | ], |
| 2835 | + "transferable-streams": [], |
2736 | 2836 | "transform-box": [ |
2737 | 2837 | "Web/CSS/transform-box" |
2738 | 2838 | ], |
|
2742 | 2842 | "transforms3d": [ |
2743 | 2843 | "Web/CSS/transform" |
2744 | 2844 | ], |
| 2845 | + "transformstream-transformer-cancel": [], |
2745 | 2846 | "transition-behavior": [ |
2746 | 2847 | "Web/CSS/transition-behavior" |
2747 | 2848 | ], |
|
0 commit comments