@markuplint/html-spec 4.8.1 → 4.9.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/CHANGELOG.md +20 -2
- package/index.json +39 -82
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,13 +3,31 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [4.9.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.8.2...@markuplint/html-spec@4.9.0) (2024-09-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **html-spec:** add the `attributionsrc` attr as experimental to `a`, `img`, and `script` elements ([2f44802](https://github.com/markuplint/markuplint/commit/2f44802264e3b51fa8f264536637bf419c86ca05))
|
|
12
|
+
* **html-spec:** remove `onredo` and `onundo` attributes from the `body` element ([b428fb5](https://github.com/markuplint/markuplint/commit/b428fb5fcd3e0e28d9ed85eb93cf6aad7f081942))
|
|
13
|
+
* **html-spec:** remove attributes from the obsolete `menuitem` element ([32d8c41](https://github.com/markuplint/markuplint/commit/32d8c415b03fbe68d5513d16fcaebf7318d289bf))
|
|
14
|
+
* **html-spec:** remove the `cols` attribute from the `pre` element ([7605d7d](https://github.com/markuplint/markuplint/commit/7605d7db3c9dd40e190b37580d6fb53c75cff692))
|
|
15
|
+
* **html-spec:** remove the `manifest` attribute from the `html` element ([5954a44](https://github.com/markuplint/markuplint/commit/5954a4490018d178ae71324badfcf1a352d9b07f))
|
|
16
|
+
* **html-spec:** remove the `methods` attribute from the `link` element ([481a9b4](https://github.com/markuplint/markuplint/commit/481a9b49bef3f5b5546f569c24dd956b5a3dcd54))
|
|
7
17
|
|
|
8
|
-
**Note:** Version bump only for package @markuplint/html-spec
|
|
9
18
|
|
|
10
19
|
|
|
11
20
|
|
|
12
21
|
|
|
22
|
+
## [4.8.2](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.8.1...@markuplint/html-spec@4.8.2) (2024-06-25)
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- **html-spec:** update content model for div element within dl element ([9d5ba90](https://github.com/markuplint/markuplint/commit/9d5ba90f0704748513bd257aab74584ff3cdaef3))
|
|
27
|
+
|
|
28
|
+
## [4.8.1](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.8.0...@markuplint/html-spec@4.8.1) (2024-06-09)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @markuplint/html-spec
|
|
13
31
|
|
|
14
32
|
# [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.7.2...@markuplint/html-spec@4.8.0) (2024-05-28)
|
|
15
33
|
|
package/index.json
CHANGED
|
@@ -8386,7 +8386,7 @@
|
|
|
8386
8386
|
},
|
|
8387
8387
|
{
|
|
8388
8388
|
"name": "progressbar",
|
|
8389
|
-
"description": "An element that displays the progress status for tasks that take a long time.\n\nA progressbar indicates that the user's request has been received and the application is making progress toward completing the requested action.\n\nAuthors MAY set aria-valuemin and aria-valuemax to indicate the minimum and maximum progress indicator values. Otherwise, their implicit values follow the same rules as <input type=\"range\"> in HTML:\n\
|
|
8389
|
+
"description": "An element that displays the progress status for tasks that take a long time.\n\nA progressbar indicates that the user's request has been received and the application is making progress toward completing the requested action.\n\nAuthors MAY set aria-valuemin and aria-valuemax to indicate the minimum and maximum progress indicator values. Otherwise, their implicit values follow the same rules as <input type=\"range\"> in HTML:\n\nThe author SHOULD supply a value for aria-valuenow unless the value is indeterminate, in which case the author SHOULD omit the aria-valuenow attribute. Authors SHOULD update this value when the visual progress indicator is updated. If the progressbar is describing the loading progress of a particular region of a page, authors SHOULD both use aria-describedby to reference the progressbar status, and set the aria-busy attribute to true on the region until it is finished loading. It is not possible for the user to alter the value of a progressbar because it is always read-only.\n\nAssistive technologies generally will render the value of aria-valuenow as a percent of a range between the value of aria-valuemin and aria-valuemax, unless aria-valuetext is specified.",
|
|
8390
8390
|
"generalization": ["range", "widget"],
|
|
8391
8391
|
"requiredContextRole": [],
|
|
8392
8392
|
"requiredOwnedElements": [],
|
|
@@ -35053,6 +35053,10 @@
|
|
|
35053
35053
|
]
|
|
35054
35054
|
},
|
|
35055
35055
|
"attributes": {
|
|
35056
|
+
"attributionsrc": {
|
|
35057
|
+
"description": "Specifies that you want the browser to send an Attribution-Reporting-Eligible header. On the server-side this is used to trigger sending an Attribution-Reporting-Register-Source header in the response, to register a navigation-based attribution source. The browser stores the source data associated with the navigation-based attribution source (as provided in the Attribution-Reporting-Register-Source response header) when the user clicks the link. See the Attribution Reporting API for more details. There are two versions of this attribute that you can set: Boolean, i.e. just the attributionsrc name. This specifies that you want the Attribution-Reporting-Eligible header sent to the same server as the href attribute points to. This is fine when you are handling the attribution source registration on the same server. Value containing one or more URLs, for example: htmlattributionsrc=\"https://a.example/register-source https://b.example/register-source\" This is useful in cases where the requested resource is not on a server you control, or you just want to handle registering the attribution source on a different server. In this case, you can specify one or more URLs as the value of attributionsrc. When the resource request occurs, the Attribution-Reporting-Eligible header will be sent to the URL(s) specified in attributionsrc in addition to the resource origin. These URLs can then respond with the Attribution-Reporting-Register-Source to complete registration. Note: Specifying multiple URLs means that multiple attribution sources can be registered on the same feature. You might for example have different campaigns that you are trying to measure the success of, which involve generating different reports on different data. <a> elements cannot be used as attribution triggers, only sources.",
|
|
35058
|
+
"experimental": true
|
|
35059
|
+
},
|
|
35056
35060
|
"charset": {
|
|
35057
35061
|
"description": "Hinted at the character encoding of the linked URL. Note: This attribute is deprecated and should not be used by authors. Use the HTTP Content-Type header on the linked URL.",
|
|
35058
35062
|
"deprecated": true
|
|
@@ -35762,9 +35766,6 @@
|
|
|
35762
35766
|
"onpopstate": {
|
|
35763
35767
|
"type": "FunctionBody"
|
|
35764
35768
|
},
|
|
35765
|
-
"onredo": {
|
|
35766
|
-
"description": "Function to call when the user has moved forward in undo transaction history."
|
|
35767
|
-
},
|
|
35768
35769
|
"onrejectionhandled": {
|
|
35769
35770
|
"type": "FunctionBody"
|
|
35770
35771
|
},
|
|
@@ -35774,9 +35775,6 @@
|
|
|
35774
35775
|
"onstorage": {
|
|
35775
35776
|
"type": "FunctionBody"
|
|
35776
35777
|
},
|
|
35777
|
-
"onundo": {
|
|
35778
|
-
"description": "Function to call when the user has moved backward in undo transaction history."
|
|
35779
|
-
},
|
|
35780
35778
|
"onunhandledrejection": {
|
|
35781
35779
|
"type": "FunctionBody"
|
|
35782
35780
|
},
|
|
@@ -36381,7 +36379,7 @@
|
|
|
36381
36379
|
{
|
|
36382
36380
|
"name": "dfn",
|
|
36383
36381
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn",
|
|
36384
|
-
"description": "The <dfn> HTML element indicates a term to be defined. The <dfn> element should be used in a complete definition statement, where the
|
|
36382
|
+
"description": "The <dfn> HTML element indicates a term to be defined. The <dfn> element should be used in a complete definition statement, where the full definition of the term can be one of the following:",
|
|
36385
36383
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
36386
36384
|
"contentModel": {
|
|
36387
36385
|
"contents": [
|
|
@@ -36475,19 +36473,23 @@
|
|
|
36475
36473
|
"condition": "dl > div",
|
|
36476
36474
|
"contents": [
|
|
36477
36475
|
{
|
|
36478
|
-
"
|
|
36479
|
-
|
|
36480
|
-
|
|
36481
|
-
|
|
36482
|
-
|
|
36483
|
-
|
|
36484
|
-
|
|
36485
|
-
|
|
36486
|
-
|
|
36487
|
-
|
|
36488
|
-
|
|
36489
|
-
|
|
36490
|
-
|
|
36476
|
+
"oneOrMore": [
|
|
36477
|
+
{
|
|
36478
|
+
"zeroOrMore": ":model(script-supporting)"
|
|
36479
|
+
},
|
|
36480
|
+
{
|
|
36481
|
+
"oneOrMore": "dt"
|
|
36482
|
+
},
|
|
36483
|
+
{
|
|
36484
|
+
"zeroOrMore": ":model(script-supporting)"
|
|
36485
|
+
},
|
|
36486
|
+
{
|
|
36487
|
+
"oneOrMore": "dd"
|
|
36488
|
+
},
|
|
36489
|
+
{
|
|
36490
|
+
"zeroOrMore": ":model(script-supporting)"
|
|
36491
|
+
}
|
|
36492
|
+
]
|
|
36491
36493
|
}
|
|
36492
36494
|
]
|
|
36493
36495
|
}
|
|
@@ -37177,7 +37179,7 @@
|
|
|
37177
37179
|
{
|
|
37178
37180
|
"name": "head",
|
|
37179
37181
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head",
|
|
37180
|
-
"description": "The <head> HTML element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.",
|
|
37182
|
+
"description": "The <head> HTML element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets. There can be only one <head> element in an HTML document.",
|
|
37181
37183
|
"categories": [],
|
|
37182
37184
|
"contentModel": {
|
|
37183
37185
|
"contents": [
|
|
@@ -37347,7 +37349,7 @@
|
|
|
37347
37349
|
{
|
|
37348
37350
|
"name": "html",
|
|
37349
37351
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/html",
|
|
37350
|
-
"description": "The <html> HTML element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.",
|
|
37352
|
+
"description": "The <html> HTML element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element. There can be only one <html> element in a document.",
|
|
37351
37353
|
"categories": [],
|
|
37352
37354
|
"contentModel": {
|
|
37353
37355
|
"contents": [
|
|
@@ -37371,10 +37373,6 @@
|
|
|
37371
37373
|
"#HTMLGlobalAttrs": true
|
|
37372
37374
|
},
|
|
37373
37375
|
"attributes": {
|
|
37374
|
-
"manifest": {
|
|
37375
|
-
"description": "Specifies the URI of a resource manifest indicating resources that should be cached locally.",
|
|
37376
|
-
"deprecated": true
|
|
37377
|
-
},
|
|
37378
37376
|
"version": {
|
|
37379
37377
|
"description": "Specifies the version of the HTML Document Type Definition that governs the current document. This attribute is not needed, because it is redundant with the version information in the document type declaration.",
|
|
37380
37378
|
"deprecated": true
|
|
@@ -37618,6 +37616,10 @@
|
|
|
37618
37616
|
"alt": {
|
|
37619
37617
|
"type": "Any"
|
|
37620
37618
|
},
|
|
37619
|
+
"attributionsrc": {
|
|
37620
|
+
"description": "specifies that you want the browser to send an Attribution-Reporting-Eligible header along with the image request. On the server-side this is used to trigger sending an Attribution-Reporting-Register-Source or Attribution-Reporting-Register-Trigger header in the response, to register an image-based attribution source or attribution trigger, respectively. Which response header should be sent back depends on the value of the Attribution-Reporting-Eligible header that triggered the registration. The corresponding source or trigger event is set off once the browser receives the response containing the image file. Note: See the Attribution Reporting API for more details. There are two versions of this attribute that you can set: Boolean, i.e. just the attributionsrc name. This specifies that you want the Attribution-Reporting-Eligible header sent to the same server as the src attribute points to. This is fine when you are handling the attribution source or trigger registration on the same server. When registering an attribution trigger this property is optional, and a boolean value will be used if it is omitted. Value containing one or more URLs, for example: html<img src=\"image-file.png\" alt=\"My image file description\" attributionsrc=\"https://a.example/register-source https://b.example/register-source\" /> This is useful in cases where the requested resource is not on a server you control, or you just want to handle registering the attribution source on a different server. In this case, you can specify one or more URLs as the value of attributionsrc. When the resource request occurs the Attribution-Reporting-Eligible header will be sent to the URL(s) specified in attributionSrc in addition to the resource origin. These URLs can then respond with a Attribution-Reporting-Register-Source or Attribution-Reporting-Register-Trigger header as appropriate to complete registration. Note: Specifying multiple URLs means that multiple attribution sources can be registered on the same feature. You might for example have different campaigns that you are trying to measure the success of, which involve generating different reports on different data.",
|
|
37621
|
+
"experimental": true
|
|
37622
|
+
},
|
|
37621
37623
|
"border": {
|
|
37622
37624
|
"description": "The width of a border around the image. Use the border CSS property instead.",
|
|
37623
37625
|
"deprecated": true
|
|
@@ -38827,11 +38829,6 @@
|
|
|
38827
38829
|
"media": {
|
|
38828
38830
|
"description": "This attribute specifies the media that the linked resource applies to. Its value must be a media type / media query. This attribute is mainly useful when linking to external stylesheets — it allows the user agent to pick the best adapted one for the device it runs on."
|
|
38829
38831
|
},
|
|
38830
|
-
"methods": {
|
|
38831
|
-
"description": "The value of this attribute provides information about the functions that might be performed on an object. The values generally are given by the HTTP protocol when it is used, but it might (for similar reasons as for the title attribute) be useful to include advisory information in advance in the link. For example, the browser might choose a different rendering of a link as a function of the methods specified; something that is searchable might get a different icon, or an outside link might render with an indication of leaving the current site. This attribute is not well understood nor supported, even by the defining browser, Internet Explorer 4.",
|
|
38832
|
-
"deprecated": true,
|
|
38833
|
-
"nonStandard": true
|
|
38834
|
-
},
|
|
38835
38832
|
"referrerpolicy": {
|
|
38836
38833
|
"description": "A string indicating which referrer to use when fetching the resource: no-referrer means that the Referer header will not be sent. no-referrer-when-downgrade means that no Referer header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent's default behavior, if no policy is otherwise specified. origin means that the referrer will be the origin of the page, which is roughly the scheme, the host, and the port. origin-when-cross-origin means that navigating to other origins will be limited to the scheme, the host, and the port, while navigating on the same origin will include the referrer's path. unsafe-url means that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins."
|
|
38837
38834
|
},
|
|
@@ -39141,7 +39138,7 @@
|
|
|
39141
39138
|
{
|
|
39142
39139
|
"name": "menuitem",
|
|
39143
39140
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
39144
|
-
"description": "
|
|
39141
|
+
"description": "This page lists all the HTML elements, which are created using tags.",
|
|
39145
39142
|
"categories": [],
|
|
39146
39143
|
"contentModel": {
|
|
39147
39144
|
"contents": true
|
|
@@ -39153,46 +39150,7 @@
|
|
|
39153
39150
|
"omission": false,
|
|
39154
39151
|
"obsolete": true,
|
|
39155
39152
|
"globalAttrs": {},
|
|
39156
|
-
"attributes": {
|
|
39157
|
-
"checked": {
|
|
39158
|
-
"description": "Boolean attribute which indicates whether the command is selected. May only be used when the type attribute is checkbox or radio.",
|
|
39159
|
-
"deprecated": true,
|
|
39160
|
-
"nonStandard": true
|
|
39161
|
-
},
|
|
39162
|
-
"command": {
|
|
39163
|
-
"description": "Specifies the ID of a separate element, indicating a command to be invoked indirectly. May not be used within a menu item that also includes the attributes checked, disabled, icon, label, radiogroup or type.",
|
|
39164
|
-
"deprecated": true,
|
|
39165
|
-
"nonStandard": true
|
|
39166
|
-
},
|
|
39167
|
-
"default": {
|
|
39168
|
-
"description": "This Boolean attribute indicates use of the same command as the menu's subject element (such as a button or input).",
|
|
39169
|
-
"deprecated": true,
|
|
39170
|
-
"nonStandard": true
|
|
39171
|
-
},
|
|
39172
|
-
"disabled": {
|
|
39173
|
-
"description": "Boolean attribute which indicates that the command is not available in the current state. Note that disabled is distinct from hidden; the disabled attribute is appropriate in any context where a change in circumstances might render the command relevant.",
|
|
39174
|
-
"deprecated": true,
|
|
39175
|
-
"nonStandard": true
|
|
39176
|
-
},
|
|
39177
|
-
"icon": {
|
|
39178
|
-
"description": "Image URL, used to provide a picture to represent the command.",
|
|
39179
|
-
"deprecated": true,
|
|
39180
|
-
"nonStandard": true
|
|
39181
|
-
},
|
|
39182
|
-
"label": {
|
|
39183
|
-
"description": "The name of the command as shown to the user. Required when a command attribute is not present."
|
|
39184
|
-
},
|
|
39185
|
-
"radiogroup": {
|
|
39186
|
-
"description": "This attribute specifies the name of a group of commands to be toggled as radio buttons when selected. May only be used where the type attribute is radio.",
|
|
39187
|
-
"deprecated": true,
|
|
39188
|
-
"nonStandard": true
|
|
39189
|
-
},
|
|
39190
|
-
"type": {
|
|
39191
|
-
"description": "This attribute indicates the kind of command, and can be one of three values. command: A regular command with an associated action. This is the missing value default. checkbox: Represents a command that can be toggled between two different states. radio: Represent one selection from a group of commands that can be toggled as radio buttons.",
|
|
39192
|
-
"deprecated": true,
|
|
39193
|
-
"nonStandard": true
|
|
39194
|
-
}
|
|
39195
|
-
}
|
|
39153
|
+
"attributes": {}
|
|
39196
39154
|
},
|
|
39197
39155
|
{
|
|
39198
39156
|
"name": "meta",
|
|
@@ -39940,11 +39898,6 @@
|
|
|
39940
39898
|
"#HTMLGlobalAttrs": true
|
|
39941
39899
|
},
|
|
39942
39900
|
"attributes": {
|
|
39943
|
-
"cols": {
|
|
39944
|
-
"description": "Contains the preferred count of characters that a line should have. It was a non-standard synonym of width. To achieve such an effect, use CSS width instead.",
|
|
39945
|
-
"deprecated": true,
|
|
39946
|
-
"nonStandard": true
|
|
39947
|
-
},
|
|
39948
39901
|
"width": {
|
|
39949
39902
|
"description": "Contains the preferred count of characters that a line should have. Though technically still implemented, this attribute has no visual effect; to achieve such an effect, use CSS width instead.",
|
|
39950
39903
|
"deprecated": true,
|
|
@@ -40251,6 +40204,10 @@
|
|
|
40251
40204
|
"condition": ["[src]", "[type='module' i]"],
|
|
40252
40205
|
"ineffective": ":not([src]):not([type='module' i])"
|
|
40253
40206
|
},
|
|
40207
|
+
"attributionsrc": {
|
|
40208
|
+
"description": "Specifies that you want the browser to send an Attribution-Reporting-Eligible header along with the script resource request. On the server-side this is used to trigger sending an Attribution-Reporting-Register-Source or Attribution-Reporting-Register-Trigger header in the response, to register a JavaScript-based attribution source or attribution trigger, respectively. Which response header should be sent back depends on the value of the Attribution-Reporting-Eligible header that triggered the registration. Note: Alternatively, JavaScript-based attribution sources or triggers can be registered by sending a fetch() request containing the attributionReporting option (either set directly on the fetch() call or on a Request object passed into the fetch() call), or by sending an XMLHttpRequest with setAttributionReporting() invoked on the request object. There are two versions of this attribute that you can set: Boolean, i.e. just the attributionsrc name. This specifies that you want the Attribution-Reporting-Eligible header sent to the same server as the src attribute points to. This is fine when you are handling the attribution source or trigger registration on the same server. When registering an attribution trigger this property is optional, and an empty string value will be used if it is omitted. Value containing one or more URLs, for example: html<script src=\"myscript.js\" attributionsrc=\"https://a.example/register-source https://b.example/register-source\"></script> This is useful in cases where the requested resource is not on a server you control, or you just want to handle registering the attribution source on a different server. In this case, you can specify one or more URLs as the value of attributionsrc. When the resource request occurs the Attribution-Reporting-Eligible header will be sent to the URL(s) specified in attributionSrc in addition to the resource origin. These URLs can then respond with a Attribution-Reporting-Register-Source or Attribution-Reporting-Register-Trigger header as appropriate to complete registration. Note: Specifying multiple URLs means that multiple attribution sources can be registered on the same feature. You might for example have different campaigns that you are trying to measure the success of, which involve generating different reports on different data. See the Attribution Reporting API for more details.",
|
|
40209
|
+
"experimental": true
|
|
40210
|
+
},
|
|
40254
40211
|
"blocking": {
|
|
40255
40212
|
"type": {
|
|
40256
40213
|
"token": {
|
|
@@ -41148,7 +41105,7 @@
|
|
|
41148
41105
|
"defaultValue": "20"
|
|
41149
41106
|
},
|
|
41150
41107
|
"dirname": {
|
|
41151
|
-
"description": "This attribute is used to indicate the text directionality of the element contents
|
|
41108
|
+
"description": "This attribute is used to indicate the text directionality of the element contents. For more information, see the dirname attribute."
|
|
41152
41109
|
},
|
|
41153
41110
|
"disabled": {
|
|
41154
41111
|
"description": "This Boolean attribute indicates that the user cannot interact with the control. If this attribute is not specified, the control inherits its setting from the containing element, for example <fieldset>; if there is no containing element when the disabled attribute is set, the control is enabled."
|
|
@@ -41493,7 +41450,7 @@
|
|
|
41493
41450
|
{
|
|
41494
41451
|
"name": "track",
|
|
41495
41452
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track",
|
|
41496
|
-
"description": "The <track> HTML element is used as a child of the media elements, <audio> and <video>.
|
|
41453
|
+
"description": "The <track> HTML element is used as a child of the media elements, <audio> and <video>. Each track element lets you specify a timed text track (or time-based data) that can be displayed in parallel with the media element, for example to overlay subtitles or closed captions on top of a video or alongside audio tracks.",
|
|
41497
41454
|
"categories": [],
|
|
41498
41455
|
"contentModel": {
|
|
41499
41456
|
"contents": false
|
|
@@ -41723,7 +41680,7 @@
|
|
|
41723
41680
|
},
|
|
41724
41681
|
"attributes": {
|
|
41725
41682
|
"autoplay": {
|
|
41726
|
-
"description": "A Boolean attribute; if specified, the video automatically begins to play back as soon as it can
|
|
41683
|
+
"description": "A Boolean attribute; if specified, the video automatically begins to play back as soon as it can without stopping to finish loading the data. Note: Modern browsers block audio (or videos with an unmuted audio track) from autoplaying, as sites that automatically play audio can be an unpleasant experience for users. See our autoplay guide for additional information about how to properly use autoplay. To disable video autoplay, autoplay=\"false\" will not work; the video will autoplay if the attribute is there in the <video> tag at all. To remove autoplay, the attribute needs to be removed altogether."
|
|
41727
41684
|
},
|
|
41728
41685
|
"controls": {
|
|
41729
41686
|
"description": "If this attribute is present, the browser will offer controls to allow the user to control video playback, including volume, seeking, and pause/resume playback."
|
|
@@ -41755,7 +41712,7 @@
|
|
|
41755
41712
|
"description": "A Boolean attribute; if specified, the browser will automatically seek back to the start upon reaching the end of the video."
|
|
41756
41713
|
},
|
|
41757
41714
|
"muted": {
|
|
41758
|
-
"description": "A Boolean attribute that indicates the default
|
|
41715
|
+
"description": "A Boolean attribute that indicates the default audio mute setting contained in the video. If set, the audio will be initially silenced. Its default value is false, meaning the audio will be played when the video is played."
|
|
41759
41716
|
},
|
|
41760
41717
|
"playsinline": {
|
|
41761
41718
|
"type": "Boolean"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.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>",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"gen:prettier": "prettier --write index.json"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@markuplint/spec-generator": "4.6.
|
|
31
|
-
"@markuplint/test-tools": "4.5.
|
|
30
|
+
"@markuplint/spec-generator": "4.6.6",
|
|
31
|
+
"@markuplint/test-tools": "4.5.6"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@markuplint/ml-spec": "4.6.
|
|
34
|
+
"@markuplint/ml-spec": "4.6.4"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "77cd5a25d5cf28c83253b7bfe02cd25b54e236b0"
|
|
37
37
|
}
|