Skip to content

Commit 7c995dd

Browse files
Update additional data
1 parent 08fe043 commit 7c995dd

File tree

3 files changed

+113
-5
lines changed

3 files changed

+113
-5
lines changed

additional-data/mdn-docs.json

Lines changed: 105 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"accesskey": [
3232
"Web/HTML/Global_attributes/accesskey"
3333
],
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+
],
3440
"active-view-transition": [],
3541
"address": [
3642
"Web/HTML/Element/address"
@@ -73,6 +79,9 @@
7379
"app-file-handlers": [
7480
"Web/Manifest/file_handlers"
7581
],
82+
"app-launch-handler": [
83+
"Web/API/Launch_Handler_API"
84+
],
7685
"app-protocol-handlers": [
7786
"Web/Manifest/protocol_handlers"
7887
],
@@ -85,6 +94,9 @@
8594
"appearance": [
8695
"Web/CSS/appearance"
8796
],
97+
"arguments-callee": [
98+
"Web/JavaScript/Reference/Functions/arguments/callee"
99+
],
88100
"aria-attribute-reflection": [
89101
"Web/API/Element#instance_properties",
90102
"Web/API/ElementInternals#instance_properties"
@@ -174,7 +186,9 @@
174186
"async-iterators": [
175187
"Web/JavaScript/Reference/Statements/for-await...of"
176188
],
177-
"atomics-pause": [],
189+
"atomics-pause": [
190+
"Web/JavaScript/Reference/Global_Objects/Atomics/pause"
191+
],
178192
"atomics-wait-async": [
179193
"Web/JavaScript/Reference/Global_Objects/Atomics/waitAsync"
180194
],
@@ -515,6 +529,7 @@
515529
"column-fill": [
516530
"Web/CSS/column-fill"
517531
],
532+
"column-pseudo": [],
518533
"column-span": [
519534
"Web/CSS/column-span"
520535
],
@@ -678,6 +693,7 @@
678693
"custom-properties": [
679694
"Web/CSS/--*"
680695
],
696+
"customizable-select": [],
681697
"customized-built-in-elements": [
682698
"Web/HTML/Global_attributes/is"
683699
],
@@ -696,9 +712,17 @@
696712
"date": [
697713
"Web/JavaScript/Reference/Global_Objects/Date"
698714
],
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+
],
699722
"declarative-shadow-dom": [
700723
"Web/HTML/Element/template#shadowrootmode"
701724
],
725+
"dedicated-workers": [],
702726
"default": [
703727
"Web/CSS/:default"
704728
],
@@ -793,6 +817,12 @@
793817
"document-picture-in-picture": [
794818
"Web/API/Document_Picture-in-Picture_API"
795819
],
820+
"document-write": [
821+
"Web/API/Document/open",
822+
"Web/API/Document/write",
823+
"Web/API/Document/writeln",
824+
"Web/API/Document/close"
825+
],
796826
"dom": [
797827
"Web/API/Document_Object_Model"
798828
],
@@ -821,7 +851,9 @@
821851
"element": [
822852
"Web/CSS/element"
823853
],
824-
"element-capture": [],
854+
"element-capture": [
855+
"Web/API/BrowserCaptureMediaStreamTrack/restrictTo"
856+
],
825857
"element-from-point": [
826858
"Web/API/Document/elementFromPoint",
827859
"Web/API/Document/elementsFromPoint"
@@ -850,6 +882,7 @@
850882
"error-cause": [
851883
"Web/JavaScript/Reference/Global_Objects/Error/cause"
852884
],
885+
"escape-unescape": [],
853886
"event-timing": [
854887
"Web/API/PerformanceEventTiming"
855888
],
@@ -859,6 +892,9 @@
859892
"ex": [
860893
"Web/CSS/length#ex"
861894
],
895+
"execcommand": [
896+
"Web/API/Document/execCommand"
897+
],
862898
"exp-functions": [
863899
"Web/CSS/pow",
864900
"Web/CSS/sqrt",
@@ -906,6 +942,7 @@
906942
"ext-texture-norm16": [
907943
"Web/API/EXT_texture_norm16"
908944
],
945+
"external": [],
909946
"eyedropper": [
910947
"Web/API/EyeDropper_API"
911948
],
@@ -1107,6 +1144,7 @@
11071144
"font-weight": [
11081145
"Web/CSS/font-weight"
11091146
],
1147+
"font-width": [],
11101148
"forced-colors": [
11111149
"Web/CSS/@media/forced-colors",
11121150
"Web/CSS/forced-color-adjust"
@@ -1132,6 +1170,10 @@
11321170
"functions": [
11331171
"Web/JavaScript/Reference/Functions"
11341172
],
1173+
"functions-caller-arguments": [
1174+
"Web/JavaScript/Reference/Global_Objects/Function/caller",
1175+
"Web/JavaScript/Reference/Global_Objects/Function/arguments"
1176+
],
11351177
"gamepad": [
11361178
"Web/API/Gamepad_API"
11371179
],
@@ -1155,6 +1197,7 @@
11551197
"get-computed-style": [
11561198
"Web/API/Window/getComputedStyle"
11571199
],
1200+
"getboxquads": [],
11581201
"gethtml": [
11591202
"Web/API/Element/getHTML",
11601203
"Web/API/ShadowRoot/getHTML"
@@ -1250,6 +1293,22 @@
12501293
"html-media-capture": [
12511294
"Web/HTML/Attributes/capture"
12521295
],
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+
],
12531312
"http-authentication": [
12541313
"Web/HTTP/Headers/Authorization",
12551314
"Web/HTTP/Headers/WWW-Authenticate"
@@ -1419,6 +1478,7 @@
14191478
"interaction": [
14201479
"Web/CSS/@media#media_features"
14211480
],
1481+
"interactivity": [],
14221482
"interpolate-size": [
14231483
"Web/CSS/interpolate-size"
14241484
],
@@ -1458,9 +1518,16 @@
14581518
"inverted-colors": [
14591519
"Web/CSS/@media/inverted-colors"
14601520
],
1521+
"invoker-commands": [],
14611522
"is": [
14621523
"Web/CSS/:is"
14631524
],
1525+
"is-error": [
1526+
"Web/JavaScript/Reference/Global_Objects/Error/isError"
1527+
],
1528+
"is-secure-context": [
1529+
"Web/API/Window/isSecureContext"
1530+
],
14641531
"isolation": [
14651532
"Web/CSS/isolation"
14661533
],
@@ -1710,6 +1777,7 @@
17101777
"meta": [
17111778
"Web/HTML/Element/meta"
17121779
],
1780+
"meta-application-title": [],
17131781
"meta-theme-color": [
17141782
"Web/HTML/Element/meta/name/theme-color"
17151783
],
@@ -1749,6 +1817,7 @@
17491817
"mouse-events": [
17501818
"Web/API/MouseEvent"
17511819
],
1820+
"move-before": [],
17521821
"multi-column": [
17531822
"Web/CSS/columns"
17541823
],
@@ -1907,6 +1976,7 @@
19071976
"overflow-anchor": [
19081977
"Web/CSS/overflow-anchor"
19091978
],
1979+
"overflow-clip": [],
19101980
"overflow-clip-margin": [
19111981
"Web/CSS/overflow-clip-margin"
19121982
],
@@ -2039,6 +2109,9 @@
20392109
"popover": [
20402110
"Web/API/Popover_API"
20412111
],
2112+
"popover-hint": [
2113+
"Web/HTML/Global_attributes/popover#hint"
2114+
],
20422115
"portal": [],
20432116
"position": [
20442117
"Web/CSS/position"
@@ -2108,6 +2181,9 @@
21082181
"promise-withresolvers": [
21092182
"Web/JavaScript/Reference/Global_Objects/Promise/withResolvers"
21102183
],
2184+
"proto": [
2185+
"Web/JavaScript/Reference/Global_Objects/Object/proto"
2186+
],
21112187
"proxy-reflect": [
21122188
"Web/JavaScript/Reference/Global_Objects/Proxy",
21132189
"Web/JavaScript/Reference/Global_Objects/Reflect"
@@ -2134,17 +2210,29 @@
21342210
"Web/CSS/:read-only",
21352211
"Web/CSS/:read-write"
21362212
],
2213+
"readable-byte-streams": [
2214+
"Web/API/Streams_API/Using_readable_byte_streams"
2215+
],
2216+
"readablestream-from": [
2217+
"Web/API/ReadableStream/from_static"
2218+
],
21372219
"reading-flow": [],
21382220
"referrer-policy": [
21392221
"Web/HTTP/Headers/Referrer-Policy"
21402222
],
21412223
"regexp": [
21422224
"Web/JavaScript/Reference/Global_Objects/RegExp"
21432225
],
2226+
"regexp-compile": [
2227+
"Web/JavaScript/Reference/Global_Objects/RegExp/compile"
2228+
],
21442229
"regexp-escape": [
21452230
"Web/JavaScript/Reference/Global_Objects/RegExp/escape"
21462231
],
2147-
"region-capture": [],
2232+
"regexp-static-properties": [],
2233+
"region-capture": [
2234+
"Web/API/Screen_Capture_API/Element_Region_Capture#the_region_capture_api"
2235+
],
21482236
"registered-custom-properties": [
21492237
"Web/API/CSS/registerProperty_static",
21502238
"Web/CSS/@property"
@@ -2292,6 +2380,7 @@
22922380
"scroll-behavior": [
22932381
"Web/CSS/scroll-behavior"
22942382
],
2383+
"scroll-buttons": [],
22952384
"scroll-driven-animations": [
22962385
"Web/CSS/CSS_scroll-driven_animations"
22972386
],
@@ -2300,6 +2389,7 @@
23002389
"Web/API/Element/scrollTo",
23012390
"Web/API/Element/scrollBy"
23022391
],
2392+
"scroll-initial-target": [],
23032393
"scroll-into-view": [
23042394
"Web/API/Element/scrollIntoView"
23052395
],
@@ -2415,6 +2505,8 @@
24152505
"shared-storage": [
24162506
"Web/API/Shared_Storage_API"
24172507
],
2508+
"shared-storage-locks": [],
2509+
"shared-workers": [],
24182510
"show-picker-input": [
24192511
"Web/API/HTMLInputElement/showPicker"
24202512
],
@@ -2456,6 +2548,7 @@
24562548
"speech-recognition": [
24572549
"Web/API/Web_Speech_API"
24582550
],
2551+
"speech-recognition-grammar": [],
24592552
"speech-synthesis": [
24602553
"Web/API/Web_Speech_API"
24612554
],
@@ -2623,7 +2716,10 @@
26232716
"text-align-last": [
26242717
"Web/CSS/text-align-last"
26252718
],
2626-
"text-box": [],
2719+
"text-autospace": [],
2720+
"text-box": [
2721+
"Web/CSS/text-box"
2722+
],
26272723
"text-combine-upright": [
26282724
"Web/CSS/text-combine-upright"
26292725
],
@@ -2679,6 +2775,9 @@
26792775
"text-transform": [
26802776
"Web/CSS/text-transform"
26812777
],
2778+
"text-underline-offset": [
2779+
"Web/CSS/text-underline-offset"
2780+
],
26822781
"text-underline-position": [
26832782
"Web/CSS/text-underline-position",
26842783
"Web/CSS/text-underline-offset"
@@ -2733,6 +2832,7 @@
27332832
"Web/JavaScript/Reference/Global_Objects/ArrayBuffer/transfer",
27342833
"Web/JavaScript/Reference/Global_Objects/ArrayBuffer/transferToFixedLength"
27352834
],
2835+
"transferable-streams": [],
27362836
"transform-box": [
27372837
"Web/CSS/transform-box"
27382838
],
@@ -2742,6 +2842,7 @@
27422842
"transforms3d": [
27432843
"Web/CSS/transform"
27442844
],
2845+
"transformstream-transformer-cancel": [],
27452846
"transition-behavior": [
27462847
"Web/CSS/transition-behavior"
27472848
],

0 commit comments

Comments
 (0)