@markuplint/html-spec 2.0.0-rc.1 → 2.0.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/README.md +0 -15
- package/index.json +67 -0
- package/package.json +6 -6
- package/src/attributes/svg_a.json +1 -0
- package/src/attributes/svg_animate.json +1 -0
- package/src/attributes/svg_circle.json +1 -0
- package/src/attributes/svg_defs.json +1 -0
- package/src/attributes/svg_ellipse.json +1 -0
- package/src/attributes/svg_feBlend.json +1 -0
- package/src/attributes/svg_feColorMatrix.json +1 -0
- package/src/attributes/svg_feComponentTransfer.json +1 -0
- package/src/attributes/svg_feComposite.json +1 -0
- package/src/attributes/svg_feConvolveMatrix.json +1 -0
- package/src/attributes/svg_feDiffuseLighting.json +1 -0
- package/src/attributes/svg_feDisplacementMap.json +1 -0
- package/src/attributes/svg_feDropShadow.json +1 -0
- package/src/attributes/svg_feFlood.json +1 -0
- package/src/attributes/svg_feGaussianBlur.json +1 -0
- package/src/attributes/svg_feImage.json +1 -0
- package/src/attributes/svg_feMerge.json +1 -0
- package/src/attributes/svg_feMorphology.json +1 -0
- package/src/attributes/svg_feOffset.json +1 -0
- package/src/attributes/svg_feSpecularLighting.json +1 -0
- package/src/attributes/svg_feTile.json +1 -0
- package/src/attributes/svg_feTurbulence.json +1 -0
- package/src/attributes/svg_filter.json +1 -0
- package/src/attributes/svg_foreignObject.json +1 -0
- package/src/attributes/svg_g.json +1 -0
- package/src/attributes/svg_image.json +1 -0
- package/src/attributes/svg_line.json +1 -0
- package/src/attributes/svg_marker.json +1 -0
- package/src/attributes/svg_mesh.json +1 -0
- package/src/attributes/svg_meshpatch.json +1 -0
- package/src/attributes/svg_meshrow.json +1 -0
- package/src/attributes/svg_path.json +1 -0
- package/src/attributes/svg_polygon.json +1 -0
- package/src/attributes/svg_polyline.json +1 -0
- package/src/attributes/svg_rect.json +1 -0
- package/src/attributes/svg_stop.json +1 -0
- package/src/attributes/svg_svg.json +1 -0
- package/src/attributes/svg_switch.json +1 -0
- package/src/attributes/svg_text.json +1 -0
- package/src/attributes/svg_textPath.json +1 -0
- package/src/attributes/svg_tspan.json +1 -0
- package/src/attributes/svg_use.json +1 -0
- package/src/global-attributes/_global.json +28 -0
package/README.md
CHANGED
|
@@ -6,23 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
|
-
Prerequisites: [Node.js](https://nodejs.org) (Version 12.4.0 or later)
|
|
10
|
-
|
|
11
9
|
```sh
|
|
12
10
|
$ npm install @markuplint/html-spec
|
|
13
11
|
|
|
14
12
|
$ yarn add @markuplint/html-spec
|
|
15
13
|
```
|
|
16
|
-
|
|
17
|
-
## Contributing
|
|
18
|
-
|
|
19
|
-
```
|
|
20
|
-
$ git clone git@github.com:markuplint/markuplint.git -b main
|
|
21
|
-
$ yarn
|
|
22
|
-
$ yarn build
|
|
23
|
-
$ yarn test
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
Copyright © 2021 markuplint. Under the MIT License.
|
package/index.json
CHANGED
|
@@ -402,6 +402,10 @@
|
|
|
402
402
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
|
|
403
403
|
"type": "FunctionBody"
|
|
404
404
|
},
|
|
405
|
+
"onbeforeinput": {
|
|
406
|
+
"ref": "https://w3c.github.io/uievents/#beforeinput",
|
|
407
|
+
"type": "FunctionBody"
|
|
408
|
+
},
|
|
405
409
|
"onblur": {
|
|
406
410
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
|
|
407
411
|
"type": "FunctionBody"
|
|
@@ -434,6 +438,18 @@
|
|
|
434
438
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextlost",
|
|
435
439
|
"type": "FunctionBody"
|
|
436
440
|
},
|
|
441
|
+
"oncompositionstart": {
|
|
442
|
+
"ref": "https://w3c.github.io/uievents/#compositionstart",
|
|
443
|
+
"type": "FunctionBody"
|
|
444
|
+
},
|
|
445
|
+
"oncompositionupdate": {
|
|
446
|
+
"ref": "https://w3c.github.io/uievents/#compositionupdate",
|
|
447
|
+
"type": "FunctionBody"
|
|
448
|
+
},
|
|
449
|
+
"oncompositionend": {
|
|
450
|
+
"ref": "https://w3c.github.io/uievents/#compositionend",
|
|
451
|
+
"type": "FunctionBody"
|
|
452
|
+
},
|
|
437
453
|
"oncontextmenu": {
|
|
438
454
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextmenu",
|
|
439
455
|
"type": "FunctionBody"
|
|
@@ -502,6 +518,14 @@
|
|
|
502
518
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onformdata",
|
|
503
519
|
"type": "FunctionBody"
|
|
504
520
|
},
|
|
521
|
+
"onfocusin": {
|
|
522
|
+
"ref": "https://w3c.github.io/uievents/#focusin",
|
|
523
|
+
"type": "FunctionBody"
|
|
524
|
+
},
|
|
525
|
+
"onfocusout": {
|
|
526
|
+
"ref": "https://w3c.github.io/uievents/#focusout",
|
|
527
|
+
"type": "FunctionBody"
|
|
528
|
+
},
|
|
505
529
|
"oninput": {
|
|
506
530
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninput",
|
|
507
531
|
"type": "FunctionBody"
|
|
@@ -646,6 +670,10 @@
|
|
|
646
670
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwaiting",
|
|
647
671
|
"type": "FunctionBody"
|
|
648
672
|
},
|
|
673
|
+
"onunload": {
|
|
674
|
+
"ref": "https://w3c.github.io/uievents/#unload",
|
|
675
|
+
"type": "FunctionBody"
|
|
676
|
+
},
|
|
649
677
|
"onwheel": {
|
|
650
678
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwheel",
|
|
651
679
|
"type": "FunctionBody"
|
|
@@ -17869,6 +17897,7 @@
|
|
|
17869
17897
|
"text-decoration",
|
|
17870
17898
|
"text-overflow",
|
|
17871
17899
|
"text-rendering",
|
|
17900
|
+
"transform",
|
|
17872
17901
|
"transform-origin",
|
|
17873
17902
|
"unicode-bidi",
|
|
17874
17903
|
"vector-effect",
|
|
@@ -18097,6 +18126,7 @@
|
|
|
18097
18126
|
"text-decoration",
|
|
18098
18127
|
"text-overflow",
|
|
18099
18128
|
"text-rendering",
|
|
18129
|
+
"transform",
|
|
18100
18130
|
"transform-origin",
|
|
18101
18131
|
"unicode-bidi",
|
|
18102
18132
|
"vector-effect",
|
|
@@ -18373,6 +18403,7 @@
|
|
|
18373
18403
|
"text-decoration",
|
|
18374
18404
|
"text-overflow",
|
|
18375
18405
|
"text-rendering",
|
|
18406
|
+
"transform",
|
|
18376
18407
|
"transform-origin",
|
|
18377
18408
|
"unicode-bidi",
|
|
18378
18409
|
"vector-effect",
|
|
@@ -18647,6 +18678,7 @@
|
|
|
18647
18678
|
"text-decoration",
|
|
18648
18679
|
"text-overflow",
|
|
18649
18680
|
"text-rendering",
|
|
18681
|
+
"transform",
|
|
18650
18682
|
"transform-origin",
|
|
18651
18683
|
"unicode-bidi",
|
|
18652
18684
|
"vector-effect",
|
|
@@ -18832,6 +18864,7 @@
|
|
|
18832
18864
|
"text-decoration",
|
|
18833
18865
|
"text-overflow",
|
|
18834
18866
|
"text-rendering",
|
|
18867
|
+
"transform",
|
|
18835
18868
|
"transform-origin",
|
|
18836
18869
|
"unicode-bidi",
|
|
18837
18870
|
"vector-effect",
|
|
@@ -18948,6 +18981,7 @@
|
|
|
18948
18981
|
"text-decoration",
|
|
18949
18982
|
"text-overflow",
|
|
18950
18983
|
"text-rendering",
|
|
18984
|
+
"transform",
|
|
18951
18985
|
"transform-origin",
|
|
18952
18986
|
"unicode-bidi",
|
|
18953
18987
|
"vector-effect",
|
|
@@ -19071,6 +19105,7 @@
|
|
|
19071
19105
|
"text-decoration",
|
|
19072
19106
|
"text-overflow",
|
|
19073
19107
|
"text-rendering",
|
|
19108
|
+
"transform",
|
|
19074
19109
|
"transform-origin",
|
|
19075
19110
|
"unicode-bidi",
|
|
19076
19111
|
"vector-effect",
|
|
@@ -19190,6 +19225,7 @@
|
|
|
19190
19225
|
"text-decoration",
|
|
19191
19226
|
"text-overflow",
|
|
19192
19227
|
"text-rendering",
|
|
19228
|
+
"transform",
|
|
19193
19229
|
"transform-origin",
|
|
19194
19230
|
"unicode-bidi",
|
|
19195
19231
|
"vector-effect",
|
|
@@ -19288,6 +19324,7 @@
|
|
|
19288
19324
|
"text-decoration",
|
|
19289
19325
|
"text-overflow",
|
|
19290
19326
|
"text-rendering",
|
|
19327
|
+
"transform",
|
|
19291
19328
|
"transform-origin",
|
|
19292
19329
|
"unicode-bidi",
|
|
19293
19330
|
"vector-effect",
|
|
@@ -19442,6 +19479,7 @@
|
|
|
19442
19479
|
"text-decoration",
|
|
19443
19480
|
"text-overflow",
|
|
19444
19481
|
"text-rendering",
|
|
19482
|
+
"transform",
|
|
19445
19483
|
"transform-origin",
|
|
19446
19484
|
"unicode-bidi",
|
|
19447
19485
|
"vector-effect",
|
|
@@ -19614,6 +19652,7 @@
|
|
|
19614
19652
|
"text-decoration",
|
|
19615
19653
|
"text-overflow",
|
|
19616
19654
|
"text-rendering",
|
|
19655
|
+
"transform",
|
|
19617
19656
|
"transform-origin",
|
|
19618
19657
|
"unicode-bidi",
|
|
19619
19658
|
"vector-effect",
|
|
@@ -19731,6 +19770,7 @@
|
|
|
19731
19770
|
"text-decoration",
|
|
19732
19771
|
"text-overflow",
|
|
19733
19772
|
"text-rendering",
|
|
19773
|
+
"transform",
|
|
19734
19774
|
"transform-origin",
|
|
19735
19775
|
"unicode-bidi",
|
|
19736
19776
|
"vector-effect",
|
|
@@ -19913,6 +19953,7 @@
|
|
|
19913
19953
|
"text-decoration",
|
|
19914
19954
|
"text-overflow",
|
|
19915
19955
|
"text-rendering",
|
|
19956
|
+
"transform",
|
|
19916
19957
|
"transform-origin",
|
|
19917
19958
|
"unicode-bidi",
|
|
19918
19959
|
"vector-effect",
|
|
@@ -20033,6 +20074,7 @@
|
|
|
20033
20074
|
"text-decoration",
|
|
20034
20075
|
"text-overflow",
|
|
20035
20076
|
"text-rendering",
|
|
20077
|
+
"transform",
|
|
20036
20078
|
"transform-origin",
|
|
20037
20079
|
"unicode-bidi",
|
|
20038
20080
|
"vector-effect",
|
|
@@ -20290,6 +20332,7 @@
|
|
|
20290
20332
|
"text-decoration",
|
|
20291
20333
|
"text-overflow",
|
|
20292
20334
|
"text-rendering",
|
|
20335
|
+
"transform",
|
|
20293
20336
|
"transform-origin",
|
|
20294
20337
|
"unicode-bidi",
|
|
20295
20338
|
"vector-effect",
|
|
@@ -20409,6 +20452,7 @@
|
|
|
20409
20452
|
"text-decoration",
|
|
20410
20453
|
"text-overflow",
|
|
20411
20454
|
"text-rendering",
|
|
20455
|
+
"transform",
|
|
20412
20456
|
"transform-origin",
|
|
20413
20457
|
"unicode-bidi",
|
|
20414
20458
|
"vector-effect",
|
|
@@ -20540,6 +20584,7 @@
|
|
|
20540
20584
|
"text-decoration",
|
|
20541
20585
|
"text-overflow",
|
|
20542
20586
|
"text-rendering",
|
|
20587
|
+
"transform",
|
|
20543
20588
|
"transform-origin",
|
|
20544
20589
|
"unicode-bidi",
|
|
20545
20590
|
"vector-effect",
|
|
@@ -20667,6 +20712,7 @@
|
|
|
20667
20712
|
"text-decoration",
|
|
20668
20713
|
"text-overflow",
|
|
20669
20714
|
"text-rendering",
|
|
20715
|
+
"transform",
|
|
20670
20716
|
"transform-origin",
|
|
20671
20717
|
"unicode-bidi",
|
|
20672
20718
|
"vector-effect",
|
|
@@ -20781,6 +20827,7 @@
|
|
|
20781
20827
|
"text-decoration",
|
|
20782
20828
|
"text-overflow",
|
|
20783
20829
|
"text-rendering",
|
|
20830
|
+
"transform",
|
|
20784
20831
|
"transform-origin",
|
|
20785
20832
|
"unicode-bidi",
|
|
20786
20833
|
"vector-effect",
|
|
@@ -20956,6 +21003,7 @@
|
|
|
20956
21003
|
"text-decoration",
|
|
20957
21004
|
"text-overflow",
|
|
20958
21005
|
"text-rendering",
|
|
21006
|
+
"transform",
|
|
20959
21007
|
"transform-origin",
|
|
20960
21008
|
"unicode-bidi",
|
|
20961
21009
|
"vector-effect",
|
|
@@ -21154,6 +21202,7 @@
|
|
|
21154
21202
|
"text-decoration",
|
|
21155
21203
|
"text-overflow",
|
|
21156
21204
|
"text-rendering",
|
|
21205
|
+
"transform",
|
|
21157
21206
|
"transform-origin",
|
|
21158
21207
|
"unicode-bidi",
|
|
21159
21208
|
"vector-effect",
|
|
@@ -21252,6 +21301,7 @@
|
|
|
21252
21301
|
"text-decoration",
|
|
21253
21302
|
"text-overflow",
|
|
21254
21303
|
"text-rendering",
|
|
21304
|
+
"transform",
|
|
21255
21305
|
"transform-origin",
|
|
21256
21306
|
"unicode-bidi",
|
|
21257
21307
|
"vector-effect",
|
|
@@ -21386,6 +21436,7 @@
|
|
|
21386
21436
|
"text-decoration",
|
|
21387
21437
|
"text-overflow",
|
|
21388
21438
|
"text-rendering",
|
|
21439
|
+
"transform",
|
|
21389
21440
|
"transform-origin",
|
|
21390
21441
|
"unicode-bidi",
|
|
21391
21442
|
"vector-effect",
|
|
@@ -21675,6 +21726,7 @@
|
|
|
21675
21726
|
"text-decoration",
|
|
21676
21727
|
"text-overflow",
|
|
21677
21728
|
"text-rendering",
|
|
21729
|
+
"transform",
|
|
21678
21730
|
"transform-origin",
|
|
21679
21731
|
"unicode-bidi",
|
|
21680
21732
|
"vector-effect",
|
|
@@ -21808,6 +21860,7 @@
|
|
|
21808
21860
|
"text-decoration",
|
|
21809
21861
|
"text-overflow",
|
|
21810
21862
|
"text-rendering",
|
|
21863
|
+
"transform",
|
|
21811
21864
|
"transform-origin",
|
|
21812
21865
|
"unicode-bidi",
|
|
21813
21866
|
"vector-effect",
|
|
@@ -22228,6 +22281,7 @@
|
|
|
22228
22281
|
"text-decoration",
|
|
22229
22282
|
"text-overflow",
|
|
22230
22283
|
"text-rendering",
|
|
22284
|
+
"transform",
|
|
22231
22285
|
"transform-origin",
|
|
22232
22286
|
"unicode-bidi",
|
|
22233
22287
|
"vector-effect",
|
|
@@ -22359,6 +22413,7 @@
|
|
|
22359
22413
|
"text-decoration",
|
|
22360
22414
|
"text-overflow",
|
|
22361
22415
|
"text-rendering",
|
|
22416
|
+
"transform",
|
|
22362
22417
|
"transform-origin",
|
|
22363
22418
|
"unicode-bidi",
|
|
22364
22419
|
"vector-effect",
|
|
@@ -22683,6 +22738,7 @@
|
|
|
22683
22738
|
"text-decoration",
|
|
22684
22739
|
"text-overflow",
|
|
22685
22740
|
"text-rendering",
|
|
22741
|
+
"transform",
|
|
22686
22742
|
"transform-origin",
|
|
22687
22743
|
"unicode-bidi",
|
|
22688
22744
|
"vector-effect",
|
|
@@ -23111,6 +23167,7 @@
|
|
|
23111
23167
|
"text-decoration",
|
|
23112
23168
|
"text-overflow",
|
|
23113
23169
|
"text-rendering",
|
|
23170
|
+
"transform",
|
|
23114
23171
|
"transform-origin",
|
|
23115
23172
|
"unicode-bidi",
|
|
23116
23173
|
"vector-effect",
|
|
@@ -23412,6 +23469,7 @@
|
|
|
23412
23469
|
"text-decoration",
|
|
23413
23470
|
"text-overflow",
|
|
23414
23471
|
"text-rendering",
|
|
23472
|
+
"transform",
|
|
23415
23473
|
"transform-origin",
|
|
23416
23474
|
"unicode-bidi",
|
|
23417
23475
|
"vector-effect",
|
|
@@ -23536,6 +23594,7 @@
|
|
|
23536
23594
|
"text-decoration",
|
|
23537
23595
|
"text-overflow",
|
|
23538
23596
|
"text-rendering",
|
|
23597
|
+
"transform",
|
|
23539
23598
|
"transform-origin",
|
|
23540
23599
|
"unicode-bidi",
|
|
23541
23600
|
"vector-effect",
|
|
@@ -23850,6 +23909,7 @@
|
|
|
23850
23909
|
"text-decoration",
|
|
23851
23910
|
"text-overflow",
|
|
23852
23911
|
"text-rendering",
|
|
23912
|
+
"transform",
|
|
23853
23913
|
"transform-origin",
|
|
23854
23914
|
"unicode-bidi",
|
|
23855
23915
|
"vector-effect",
|
|
@@ -24081,6 +24141,7 @@
|
|
|
24081
24141
|
"text-decoration",
|
|
24082
24142
|
"text-overflow",
|
|
24083
24143
|
"text-rendering",
|
|
24144
|
+
"transform",
|
|
24084
24145
|
"transform-origin",
|
|
24085
24146
|
"unicode-bidi",
|
|
24086
24147
|
"vector-effect",
|
|
@@ -24280,6 +24341,7 @@
|
|
|
24280
24341
|
"text-decoration",
|
|
24281
24342
|
"text-overflow",
|
|
24282
24343
|
"text-rendering",
|
|
24344
|
+
"transform",
|
|
24283
24345
|
"transform-origin",
|
|
24284
24346
|
"unicode-bidi",
|
|
24285
24347
|
"vector-effect",
|
|
@@ -24449,6 +24511,7 @@
|
|
|
24449
24511
|
"text-decoration",
|
|
24450
24512
|
"text-overflow",
|
|
24451
24513
|
"text-rendering",
|
|
24514
|
+
"transform",
|
|
24452
24515
|
"transform-origin",
|
|
24453
24516
|
"unicode-bidi",
|
|
24454
24517
|
"vector-effect",
|
|
@@ -24664,6 +24727,7 @@
|
|
|
24664
24727
|
"text-decoration",
|
|
24665
24728
|
"text-overflow",
|
|
24666
24729
|
"text-rendering",
|
|
24730
|
+
"transform",
|
|
24667
24731
|
"transform-origin",
|
|
24668
24732
|
"unicode-bidi",
|
|
24669
24733
|
"vector-effect",
|
|
@@ -24828,6 +24892,7 @@
|
|
|
24828
24892
|
"text-decoration",
|
|
24829
24893
|
"text-overflow",
|
|
24830
24894
|
"text-rendering",
|
|
24895
|
+
"transform",
|
|
24831
24896
|
"transform-origin",
|
|
24832
24897
|
"unicode-bidi",
|
|
24833
24898
|
"vector-effect",
|
|
@@ -25058,6 +25123,7 @@
|
|
|
25058
25123
|
"text-decoration",
|
|
25059
25124
|
"text-overflow",
|
|
25060
25125
|
"text-rendering",
|
|
25126
|
+
"transform",
|
|
25061
25127
|
"transform-origin",
|
|
25062
25128
|
"unicode-bidi",
|
|
25063
25129
|
"vector-effect",
|
|
@@ -25218,6 +25284,7 @@
|
|
|
25218
25284
|
"text-decoration",
|
|
25219
25285
|
"text-overflow",
|
|
25220
25286
|
"text-rendering",
|
|
25287
|
+
"transform",
|
|
25221
25288
|
"transform-origin",
|
|
25222
25289
|
"unicode-bidi",
|
|
25223
25290
|
"vector-effect",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "A specification of HTML Living Standard for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@apidevtools/json-schema-ref-parser": "^9.0.9",
|
|
19
|
-
"@types/cheerio": "^0.22.
|
|
19
|
+
"@types/cheerio": "^0.22.31",
|
|
20
20
|
"@types/cli-progress": "^3.9.2",
|
|
21
21
|
"@types/node-fetch": "2",
|
|
22
22
|
"cheerio": "^1.0.0-rc.10",
|
|
23
|
-
"cli-progress": "^3.
|
|
24
|
-
"fast-xml-parser": "^
|
|
23
|
+
"cli-progress": "^3.10.0",
|
|
24
|
+
"fast-xml-parser": "^4.0.2",
|
|
25
25
|
"jsonschema": "^1.4.0",
|
|
26
26
|
"node-fetch": "2"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@markuplint/ml-spec": "2.0.0
|
|
29
|
+
"@markuplint/ml-spec": "2.0.0"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "de81fc514acdf472f87184e3499e9364258f9b66"
|
|
32
32
|
}
|
|
@@ -193,6 +193,10 @@
|
|
|
193
193
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
|
|
194
194
|
"type": "FunctionBody"
|
|
195
195
|
},
|
|
196
|
+
"onbeforeinput": {
|
|
197
|
+
"ref": "https://w3c.github.io/uievents/#beforeinput",
|
|
198
|
+
"type": "FunctionBody"
|
|
199
|
+
},
|
|
196
200
|
"onblur": {
|
|
197
201
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
|
|
198
202
|
"type": "FunctionBody"
|
|
@@ -225,6 +229,18 @@
|
|
|
225
229
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextlost",
|
|
226
230
|
"type": "FunctionBody"
|
|
227
231
|
},
|
|
232
|
+
"oncompositionstart": {
|
|
233
|
+
"ref": "https://w3c.github.io/uievents/#compositionstart",
|
|
234
|
+
"type": "FunctionBody"
|
|
235
|
+
},
|
|
236
|
+
"oncompositionupdate": {
|
|
237
|
+
"ref": "https://w3c.github.io/uievents/#compositionupdate",
|
|
238
|
+
"type": "FunctionBody"
|
|
239
|
+
},
|
|
240
|
+
"oncompositionend": {
|
|
241
|
+
"ref": "https://w3c.github.io/uievents/#compositionend",
|
|
242
|
+
"type": "FunctionBody"
|
|
243
|
+
},
|
|
228
244
|
"oncontextmenu": {
|
|
229
245
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextmenu",
|
|
230
246
|
"type": "FunctionBody"
|
|
@@ -293,6 +309,14 @@
|
|
|
293
309
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onformdata",
|
|
294
310
|
"type": "FunctionBody"
|
|
295
311
|
},
|
|
312
|
+
"onfocusin": {
|
|
313
|
+
"ref": "https://w3c.github.io/uievents/#focusin",
|
|
314
|
+
"type": "FunctionBody"
|
|
315
|
+
},
|
|
316
|
+
"onfocusout": {
|
|
317
|
+
"ref": "https://w3c.github.io/uievents/#focusout",
|
|
318
|
+
"type": "FunctionBody"
|
|
319
|
+
},
|
|
296
320
|
"oninput": {
|
|
297
321
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninput",
|
|
298
322
|
"type": "FunctionBody"
|
|
@@ -437,6 +461,10 @@
|
|
|
437
461
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwaiting",
|
|
438
462
|
"type": "FunctionBody"
|
|
439
463
|
},
|
|
464
|
+
"onunload": {
|
|
465
|
+
"ref": "https://w3c.github.io/uievents/#unload",
|
|
466
|
+
"type": "FunctionBody"
|
|
467
|
+
},
|
|
440
468
|
"onwheel": {
|
|
441
469
|
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwheel",
|
|
442
470
|
"type": "FunctionBody"
|