@markuplint/html-spec 4.0.0-dev.0 → 4.0.0-dev.10
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/index.json +34 -21
- package/package.json +4 -4
package/index.json
CHANGED
|
@@ -706,7 +706,8 @@
|
|
|
706
706
|
"opener",
|
|
707
707
|
"prev",
|
|
708
708
|
"search",
|
|
709
|
-
"tag"
|
|
709
|
+
"tag",
|
|
710
|
+
"terms-of-service"
|
|
710
711
|
]
|
|
711
712
|
},
|
|
712
713
|
"unique": true,
|
|
@@ -35616,8 +35617,7 @@
|
|
|
35616
35617
|
"description": "This enumerated attribute indicates whether to use CORS to fetch the related audio file. CORS-enabled resources can be reused in the <canvas> element without being tainted. The allowed values are: anonymous Sends a cross-origin request without a credential. In other words, it sends the Origin: HTTP header without a cookie, X.509 certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (by not setting the Access-Control-Allow-Origin: HTTP header), the resource will be tainted, and its usage restricted. use-credentials Sends a cross-origin request with a credential. In other words, it sends the Origin: HTTP header with a cookie, a certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (through Access-Control-Allow-Credentials: HTTP header), the resource will be tainted and its usage restricted. When not present, the resource is fetched without a CORS request (i.e. without sending the Origin: HTTP header), preventing its non-tainted use in <canvas> elements. If invalid, it is handled as if the enumerated keyword anonymous was used. See CORS settings attributes for additional information."
|
|
35617
35618
|
},
|
|
35618
35619
|
"disableremoteplayback": {
|
|
35619
|
-
"description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). See this proposed specification for more information.
|
|
35620
|
-
"experimental": true
|
|
35620
|
+
"description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). See this proposed specification for more information. In Safari, you can use x-webkit-airplay=\"deny\" as a fallback."
|
|
35621
35621
|
},
|
|
35622
35622
|
"loop": {
|
|
35623
35623
|
"description": "A Boolean attribute: if specified, the audio player will automatically seek back to the start upon reaching the end of the audio."
|
|
@@ -35798,8 +35798,7 @@
|
|
|
35798
35798
|
"description": "This enumerated attribute indicates whether to use CORS to fetch the related audio file. CORS-enabled resources can be reused in the <canvas> element without being tainted. The allowed values are: anonymous Sends a cross-origin request without a credential. In other words, it sends the Origin: HTTP header without a cookie, X.509 certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (by not setting the Access-Control-Allow-Origin: HTTP header), the resource will be tainted, and its usage restricted. use-credentials Sends a cross-origin request with a credential. In other words, it sends the Origin: HTTP header with a cookie, a certificate, or performing HTTP Basic authentication. If the server does not give credentials to the origin site (through Access-Control-Allow-Credentials: HTTP header), the resource will be tainted and its usage restricted. When not present, the resource is fetched without a CORS request (i.e. without sending the Origin: HTTP header), preventing its non-tainted use in <canvas> elements. If invalid, it is handled as if the enumerated keyword anonymous was used. See CORS settings attributes for additional information."
|
|
35799
35799
|
},
|
|
35800
35800
|
"disableremoteplayback": {
|
|
35801
|
-
"description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). See this proposed specification for more information.
|
|
35802
|
-
"experimental": true
|
|
35801
|
+
"description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). See this proposed specification for more information. In Safari, you can use x-webkit-airplay=\"deny\" as a fallback."
|
|
35803
35802
|
},
|
|
35804
35803
|
"loop": {
|
|
35805
35804
|
"description": "A Boolean attribute: if specified, the audio player will automatically seek back to the start upon reaching the end of the audio."
|
|
@@ -36611,6 +36610,9 @@
|
|
|
36611
36610
|
"#HTMLGlobalAttrs": true
|
|
36612
36611
|
},
|
|
36613
36612
|
"attributes": {
|
|
36613
|
+
"name": {
|
|
36614
|
+
"type": "NoEmptyAny"
|
|
36615
|
+
},
|
|
36614
36616
|
"open": {
|
|
36615
36617
|
"type": "Boolean"
|
|
36616
36618
|
}
|
|
@@ -37124,8 +37126,7 @@
|
|
|
37124
37126
|
"type": "URL"
|
|
37125
37127
|
},
|
|
37126
37128
|
"autocapitalize": {
|
|
37127
|
-
"description": "
|
|
37128
|
-
"nonStandard": true
|
|
37129
|
+
"description": "Controls whether inputted text is automatically capitalized and, if so, in what manner. See the autocapitalize global attribute page for more information."
|
|
37129
37130
|
},
|
|
37130
37131
|
"autocomplete": {
|
|
37131
37132
|
"type": {
|
|
@@ -37872,8 +37873,7 @@
|
|
|
37872
37873
|
"description": "Marks the image for observation by the PerformanceElementTiming API. The value given becomes an identifier for the observed image element. See also the elementtiming attribute page."
|
|
37873
37874
|
},
|
|
37874
37875
|
"fetchpriority": {
|
|
37875
|
-
"description": "Provides a hint of the relative priority to use when fetching the image. Allowed values: high Signals a high-priority fetch relative to other images. low Signals a low-priority fetch relative to other images. auto Default: Signals automatic determination of fetch priority relative to other images."
|
|
37876
|
-
"experimental": true
|
|
37876
|
+
"description": "Provides a hint of the relative priority to use when fetching the image. Allowed values: high Signals a high-priority fetch relative to other images. low Signals a low-priority fetch relative to other images. auto Default: Signals automatic determination of fetch priority relative to other images."
|
|
37877
37877
|
},
|
|
37878
37878
|
"height": {
|
|
37879
37879
|
"description": "The intrinsic height of the image, in pixels. Must be an integer without a unit. Note: Including height and width enables the aspect ratio of the image to be calculated by the browser prior to the image being loaded. This aspect ratio is used to reserve the space needed to display the image, reducing or even preventing a layout shift when the image is downloaded and painted to the screen. Reducing layout shift is a major component of good user experience and web performance."
|
|
@@ -38436,8 +38436,7 @@
|
|
|
38436
38436
|
"condition": "[type='image' i]"
|
|
38437
38437
|
},
|
|
38438
38438
|
"autocapitalize": {
|
|
38439
|
-
"description": "
|
|
38440
|
-
"nonStandard": true
|
|
38439
|
+
"description": "Controls whether inputted text is automatically capitalized and, if so, in what manner. See the autocapitalize global attribute page for more information."
|
|
38441
38440
|
},
|
|
38442
38441
|
"autocomplete": {
|
|
38443
38442
|
"condition": [
|
|
@@ -38476,12 +38475,14 @@
|
|
|
38476
38475
|
"dirname": {
|
|
38477
38476
|
"condition": [
|
|
38478
38477
|
":not([type])",
|
|
38478
|
+
"[type='hidden' i]",
|
|
38479
38479
|
"[type='text' i]",
|
|
38480
38480
|
"[type='search' i]",
|
|
38481
|
-
"[type='hidden' i]",
|
|
38482
38481
|
"[type='tel' i]",
|
|
38483
38482
|
"[type='url' i]",
|
|
38484
|
-
"[type='email' i]"
|
|
38483
|
+
"[type='email' i]",
|
|
38484
|
+
"[type='password' i]",
|
|
38485
|
+
"[type='submit' i]"
|
|
38485
38486
|
]
|
|
38486
38487
|
},
|
|
38487
38488
|
"disabled": {
|
|
@@ -39036,8 +39037,7 @@
|
|
|
39036
39037
|
"type": "Boolean"
|
|
39037
39038
|
},
|
|
39038
39039
|
"fetchpriority": {
|
|
39039
|
-
"description": "Provides a hint of the relative priority to use when fetching a preloaded resource. Allowed values: high Signals a high-priority fetch relative to other resources of the same type. low Signals a low-priority fetch relative to other resources of the same type. auto Default: Signals automatic determination of fetch priority relative to other resources of the same type."
|
|
39040
|
-
"experimental": true
|
|
39040
|
+
"description": "Provides a hint of the relative priority to use when fetching a preloaded resource. Allowed values: high Signals a high-priority fetch relative to other resources of the same type. low Signals a low-priority fetch relative to other resources of the same type. auto Default: Signals automatic determination of fetch priority relative to other resources of the same type."
|
|
39041
39041
|
},
|
|
39042
39042
|
"href": {
|
|
39043
39043
|
"description": "This attribute specifies the URL of the linked resource. A URL can be absolute or relative."
|
|
@@ -39095,7 +39095,8 @@
|
|
|
39095
39095
|
"prerender",
|
|
39096
39096
|
"prev",
|
|
39097
39097
|
"search",
|
|
39098
|
-
"stylesheet"
|
|
39098
|
+
"stylesheet",
|
|
39099
|
+
"terms-of-service"
|
|
39099
39100
|
]
|
|
39100
39101
|
},
|
|
39101
39102
|
"unique": true,
|
|
@@ -40498,8 +40499,7 @@
|
|
|
40498
40499
|
"ineffective": ["[type='module' i]", ":not([src])", "[async]"]
|
|
40499
40500
|
},
|
|
40500
40501
|
"fetchpriority": {
|
|
40501
|
-
"description": "Provides a hint of the relative priority to use when fetching an external script. Allowed values: high Signals a high-priority fetch relative to other external scripts. low Signals a low-priority fetch relative to other external scripts. auto Default: Signals automatic determination of fetch priority relative to other external scripts."
|
|
40502
|
-
"experimental": true
|
|
40502
|
+
"description": "Provides a hint of the relative priority to use when fetching an external script. Allowed values: high Signals a high-priority fetch relative to other external scripts. low Signals a low-priority fetch relative to other external scripts. auto Default: Signals automatic determination of fetch priority relative to other external scripts."
|
|
40503
40503
|
},
|
|
40504
40504
|
"integrity": {
|
|
40505
40505
|
"condition": "[src]"
|
|
@@ -41296,7 +41296,18 @@
|
|
|
41296
41296
|
"#GlobalEventAttrs": true,
|
|
41297
41297
|
"#HTMLGlobalAttrs": true
|
|
41298
41298
|
},
|
|
41299
|
-
"attributes": {
|
|
41299
|
+
"attributes": {
|
|
41300
|
+
"shadowrootdelegatesfocus": {
|
|
41301
|
+
"type": "Boolean"
|
|
41302
|
+
},
|
|
41303
|
+
"shadowrootmode": {
|
|
41304
|
+
"type": {
|
|
41305
|
+
"enum": ["open", "closed"],
|
|
41306
|
+
"missingValueDefault": "none",
|
|
41307
|
+
"invalidValueDefault": "none"
|
|
41308
|
+
}
|
|
41309
|
+
}
|
|
41310
|
+
}
|
|
41300
41311
|
},
|
|
41301
41312
|
{
|
|
41302
41313
|
"name": "textarea",
|
|
@@ -41336,6 +41347,9 @@
|
|
|
41336
41347
|
"#HTMLGlobalAttrs": true
|
|
41337
41348
|
},
|
|
41338
41349
|
"attributes": {
|
|
41350
|
+
"autocapitalize": {
|
|
41351
|
+
"description": "Controls whether inputted text is automatically capitalized and, if so, in what manner. See the autocapitalize global attribute page for more information."
|
|
41352
|
+
},
|
|
41339
41353
|
"autocomplete": {
|
|
41340
41354
|
"description": "This attribute indicates whether the value of the control can be automatically completed by the browser. Possible values are: off: The user must explicitly enter a value into this field for every use, or the document provides its own auto-completion method; the browser does not automatically complete the entry. on: The browser can automatically complete the value based on values that the user has entered during previous uses. If the autocomplete attribute is not specified on a <textarea> element, then the browser uses the autocomplete attribute value of the <textarea> element's form owner. The form owner is either the <form> element that this <textarea> element is a descendant of or the form element whose id is specified by the form attribute of the input element. For more information, see the autocomplete attribute in <form>."
|
|
41341
41355
|
},
|
|
@@ -41955,8 +41969,7 @@
|
|
|
41955
41969
|
"experimental": true
|
|
41956
41970
|
},
|
|
41957
41971
|
"disableremoteplayback": {
|
|
41958
|
-
"description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). In Safari, you can use x-webkit-airplay=\"deny\" as a fallback."
|
|
41959
|
-
"experimental": true
|
|
41972
|
+
"description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). In Safari, you can use x-webkit-airplay=\"deny\" as a fallback."
|
|
41960
41973
|
},
|
|
41961
41974
|
"height": {
|
|
41962
41975
|
"description": "The height of the video's display area, in CSS pixels (absolute values only; no percentages)."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.10+b28398ab",
|
|
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>",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"gen:prettier": "prettier --write index.json"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@markuplint/spec-generator": "4.0.0-dev.
|
|
20
|
+
"@markuplint/spec-generator": "4.0.0-dev.10+b28398ab",
|
|
21
21
|
"@markuplint/test-tools": "4.0.0-alpha.6"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/ml-spec": "4.0.0-dev.
|
|
24
|
+
"@markuplint/ml-spec": "4.0.0-dev.10+b28398ab"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "b28398ab9c8f0ad790f2915ad5da8f3a80e9b8d6"
|
|
27
27
|
}
|