@markuplint/html-spec 4.14.2-dev.110 → 4.15.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 +28 -0
- package/README.md +156 -0
- package/index.d.ts +10 -4
- package/index.js +1 -1
- package/index.json +135 -207
- package/package.json +7 -8
package/index.json
CHANGED
|
@@ -149,7 +149,6 @@
|
|
|
149
149
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform",
|
|
150
150
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/circle",
|
|
151
151
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath",
|
|
152
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/cursor",
|
|
153
152
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs",
|
|
154
153
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/desc",
|
|
155
154
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard",
|
|
@@ -182,14 +181,12 @@
|
|
|
182
181
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter",
|
|
183
182
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject",
|
|
184
183
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g",
|
|
185
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/hkern",
|
|
186
184
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image",
|
|
187
185
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line",
|
|
188
186
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient",
|
|
189
187
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker",
|
|
190
188
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask",
|
|
191
189
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/metadata",
|
|
192
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/missing",
|
|
193
190
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath",
|
|
194
191
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path",
|
|
195
192
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern",
|
|
@@ -207,11 +204,9 @@
|
|
|
207
204
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text",
|
|
208
205
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath",
|
|
209
206
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title",
|
|
210
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/tref",
|
|
211
207
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/tspan",
|
|
212
208
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use",
|
|
213
209
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/view",
|
|
214
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/vkern",
|
|
215
210
|
"https://w3c.github.io/aria/",
|
|
216
211
|
"https://w3c.github.io/graphics-aria/",
|
|
217
212
|
"https://www.w3.org/TR/graphics-aria-1.0/",
|
|
@@ -1650,7 +1645,7 @@
|
|
|
1650
1645
|
"roles": [
|
|
1651
1646
|
{
|
|
1652
1647
|
"name": "alert",
|
|
1653
|
-
"description": "A type of live region with important, and usually time-sensitive, information. See related alertdialog and status.\n\nAlerts are used to convey messages that
|
|
1648
|
+
"description": "A type of live region with important, and usually time-sensitive, information. See related alertdialog and status.\n\nAlerts are used to convey messages that will be immediately important to users. In the case of audio warnings, visibly displayed alerts provide an accessible alternative to audible alerts for Deaf or hard-of-hearing users. Likewise, alerts can provide an accessible alternative to the visible alerts for blind, deaf-blind, or low-vision users, and others with certain developmental disabilities. The alert role is applied to the element containing the alert message.\n\nAlert is a special type of assertive live region that is intended to cause immediate notification for assistive technology users. If the operating system allows, the user agent SHOULD fire a system alert event through the accessibility API when the alert is rendered.\n\nNeither authors nor user agents are required to set or manage focus to an alert in order for it to be processed. Since alerts are not required to receive focus, authors SHOULD NOT require users to close an alert. If an author desires focus to move to a message when it is conveyed, the author SHOULD use alertdialog instead of alert.\n\nElements with the role alert have an implicit aria-live value of assertive, and an implicit aria-atomic value of true.",
|
|
1654
1649
|
"generalization": ["section"],
|
|
1655
1650
|
"requiredContextRole": [],
|
|
1656
1651
|
"requiredOwnedElements": [],
|
|
@@ -1764,11 +1759,11 @@
|
|
|
1764
1759
|
},
|
|
1765
1760
|
{
|
|
1766
1761
|
"name": "alertdialog",
|
|
1767
|
-
"description": "A type of dialog that contains an alert message, where initial focus goes to an element within the dialog. See related alert and dialog.\n\nAlert dialogs are used to convey messages to alert the user. The alertdialog role goes on the node containing both the alert message and the rest of the dialog. Authors SHOULD make alert dialogs modal by ensuring that, while the alertdialog is shown, keyboard and mouse interactions only operate within the dialog. See aria-modal.\n\nUnlike alert, alertdialog can receive a response from the user. For example, to confirm that the user understands the alert being generated. When the alert dialog is displayed, authors SHOULD set focus to an active element within the alert dialog, such as a form control or confirmation button. The user agent SHOULD fire a system alert event through the accessibility API when the alert is created, provided one is specified by the intended accessibility API.\n\nAuthors SHOULD use aria-describedby on an alertdialog to reference the alert message element in the dialog. If they do not, an assistive technology can resort to its internal recovery mechanism to determine the contents of the alert message.",
|
|
1762
|
+
"description": "A type of dialog that contains an alert message, where initial focus goes to an element within the dialog. See related alert and dialog.\n\nAlert dialogs are used to convey messages to alert the user. The alertdialog role goes on the node containing both the alert message and the rest of the dialog. Authors SHOULD make alert dialogs modal by ensuring that, while the alertdialog is shown, keyboard and mouse interactions only operate within the dialog. See aria-modal.\n\nAlertdialog is a special type of dialog that is intended to cause an immediate, alert-level notification for assistive technology users. If the operating system allows, the user agent SHOULD fire a system alert event through the accessibility API when the alert dialog is rendered.\n\nUnlike alert, alertdialog can receive a response from the user. For example, to confirm that the user understands the alert being generated. When the alert dialog is displayed, authors SHOULD set focus to an active element within the alert dialog, such as a form control or confirmation button. The user agent SHOULD fire a system alert event through the accessibility API when the alert is created, provided one is specified by the intended accessibility API.\n\nAuthors SHOULD provide an accessible name for an alertdialog, which can be done with the aria-label or aria-labelledby attribute.\n\nAuthors SHOULD use aria-describedby on an alertdialog to reference the alert message element in the dialog. If they do not, an assistive technology can resort to its internal recovery mechanism to determine the contents of the alert message.",
|
|
1768
1763
|
"generalization": ["alert", "dialog"],
|
|
1769
1764
|
"requiredContextRole": [],
|
|
1770
1765
|
"requiredOwnedElements": [],
|
|
1771
|
-
"accessibleNameRequired":
|
|
1766
|
+
"accessibleNameRequired": false,
|
|
1772
1767
|
"accessibleNameFromAuthor": true,
|
|
1773
1768
|
"accessibleNameFromContent": false,
|
|
1774
1769
|
"accessibleNameProhibited": false,
|
|
@@ -2816,7 +2811,7 @@
|
|
|
2816
2811
|
},
|
|
2817
2812
|
{
|
|
2818
2813
|
"name": "code",
|
|
2819
|
-
"description": "A section whose content represents a fragment of computer code.\n\nThe primary purpose of the code role is to inform assistive technologies that the content is computer code and thus might require special presentation, in particular with respect to synthesized speech. More specifically, screen readers and other tools which provide text-to-speech presentation of content SHOULD prefer full punctuation verbosity to ensure common symbols (e.g
|
|
2814
|
+
"description": "A section whose content represents a fragment of computer code.\n\nThe primary purpose of the code role is to inform assistive technologies that the content is computer code and thus might require special presentation, in particular with respect to synthesized speech. More specifically, screen readers and other tools which provide text-to-speech presentation of content SHOULD prefer full punctuation verbosity to ensure common symbols (e.g., \"-\") are spoken.",
|
|
2820
2815
|
"generalization": ["section"],
|
|
2821
2816
|
"requiredContextRole": [],
|
|
2822
2817
|
"requiredOwnedElements": [],
|
|
@@ -3193,7 +3188,7 @@
|
|
|
3193
3188
|
},
|
|
3194
3189
|
{
|
|
3195
3190
|
"name": "command",
|
|
3196
|
-
"description": "A form of widget that performs an action but does not receive input data.\n\ncommand is an abstract role used for the ontology. Authors MUST NOT use
|
|
3191
|
+
"description": "A form of widget that performs an action but does not receive input data.\n\ncommand is an abstract role used for the ontology. Authors MUST NOT use command role in content.",
|
|
3197
3192
|
"isAbstract": true,
|
|
3198
3193
|
"generalization": ["widget"],
|
|
3199
3194
|
"requiredContextRole": [],
|
|
@@ -3979,11 +3974,11 @@
|
|
|
3979
3974
|
},
|
|
3980
3975
|
{
|
|
3981
3976
|
"name": "dialog",
|
|
3982
|
-
"description": "A dialog is a descendant window of the primary window of a web application. For HTML pages, the primary application window is the entire web document.\n\nDialogs are often used to prompt the user to enter or respond to information, or can represent content related to understanding or modifying the content of the primary application window. A dialog that is designed to interrupt workflow and prevent users from interacting with the primary web application is usually modal. See related alertdialog. A dialog that allows for the user to switch between interacting with the content of the primary web application and the content the dialog is usually modeless (i.e., non-modal). In lieu of using robust host language features for marking content of the primary web application as inert, authors SHOULD use the aria-modal attribute, and constrain focus to dialogs. See the WAI-ARIA Authoring Practices: Dialog (modal) pattern for additional details on implementing modal dialog design patterns.\n\nAuthors
|
|
3977
|
+
"description": "A dialog is a descendant window of the primary window of a web application. For HTML pages, the primary application window is the entire web document.\n\nDialogs are often used to prompt the user to enter or respond to information, or can represent content related to understanding or modifying the content of the primary application window. A dialog that is designed to interrupt workflow and prevent users from interacting with the primary web application is usually modal. See related alertdialog. A dialog that allows for the user to switch between interacting with the content of the primary web application and the content the dialog is usually modeless (i.e., non-modal). In lieu of using robust host language features for marking content of the primary web application as inert, authors SHOULD use the aria-modal attribute, and constrain focus to dialogs. See the WAI-ARIA Authoring Practices: Dialog (modal) pattern for additional details on implementing modal dialog design patterns.\n\nAuthors SHOULD provide an accessible name for a dialog, which can be done with the aria-label or aria-labelledby attribute.\n\nAuthors SHOULD ensure that all dialogs (both modal and non-modal) have at least one focusable descendant element. Authors SHOULD focus an element in the modal dialog when it is displayed, and authors SHOULD constrain keyboard focus to focusable elements within a modal dialog, until dismissed.\n\nAuthors SHOULD provide a dialog an accessible description, with the aria-describedby attribute, for instances where authors have set initial keyboard focus on an element that follows content that outlines the purpose of the dialog. Assistive technology SHOULD give precedence to exposing author defined dialog accessible descriptions when a dialog is invoked and user focus is moved to a descendant of the dialog element.\n\nAuthors are strongly encouraged to use aria-describedby, rather than aria-description, to provide descriptions to dialogs. While aria-description could be used to provide an accessible description for a dialog, it will provide a better and more consistent user experience to reference visible content that can also be independently read by all users. Doing so will help ensure important descriptive information is less likely to be missed.\n\nIn the following example, the first text field will receive initial focus when the dialog is rendered. As this means focus will be set \"after\" the preceding content that provides instructions for the form fields, an aria-describedby attribute is used to expose this content as a description for the dialog.\n\nIn the description of this role, the term \"web application\" does not refer to the application role, which specifies specific assistive technology behaviors.",
|
|
3983
3978
|
"generalization": ["window"],
|
|
3984
3979
|
"requiredContextRole": [],
|
|
3985
3980
|
"requiredOwnedElements": [],
|
|
3986
|
-
"accessibleNameRequired":
|
|
3981
|
+
"accessibleNameRequired": false,
|
|
3987
3982
|
"accessibleNameFromAuthor": true,
|
|
3988
3983
|
"accessibleNameFromContent": false,
|
|
3989
3984
|
"accessibleNameProhibited": false,
|
|
@@ -4656,11 +4651,11 @@
|
|
|
4656
4651
|
},
|
|
4657
4652
|
{
|
|
4658
4653
|
"name": "form",
|
|
4659
|
-
"description": "A landmark region that contains a collection of items and objects that, as a whole, combine to create a form. See related search.\n\nA form can contain a mix of host language form controls, scripted controls, and hyperlinks. Authors are reminded to use native host language semantics to create form controls whenever possible. If the purpose of a form is to submit search criteria, authors SHOULD use the search role instead of the generic form role.\n\nAuthors
|
|
4654
|
+
"description": "A landmark region that contains a collection of items and objects that, as a whole, combine to create a form. See related search.\n\nA form can contain a mix of host language form controls, scripted controls, and hyperlinks. Authors are reminded to use native host language semantics to create form controls whenever possible. If the purpose of a form is to submit search criteria, authors SHOULD use the search role instead of the generic form role.\n\nAuthors SHOULD give each element with role form a brief label that describes the purpose of the form. Authors SHOULD reference a visible label with aria-labelledby if a visible label is present. Authors SHOULD include the label inside of a heading whenever possible. The heading MAY be an instance of the standard host language heading element or an instance of an element with role heading.\n\nIf an author uses a script to submit a form based on a user action that would otherwise not trigger an onsubmit event (for example, a form submission triggered by the user changing a form element's value), the author SHOULD provide the user with advance notification of the behavior.\n\nAssistive technologies SHOULD enable users to quickly navigate to elements with role form. User agents SHOULD treat elements with role form and an accessible name as navigational landmarks. User agents MAY enable users to quickly navigate to elements with role form.",
|
|
4660
4655
|
"generalization": ["landmark"],
|
|
4661
4656
|
"requiredContextRole": [],
|
|
4662
4657
|
"requiredOwnedElements": [],
|
|
4663
|
-
"accessibleNameRequired":
|
|
4658
|
+
"accessibleNameRequired": false,
|
|
4664
4659
|
"accessibleNameFromAuthor": true,
|
|
4665
4660
|
"accessibleNameFromContent": false,
|
|
4666
4661
|
"accessibleNameProhibited": false,
|
|
@@ -4870,11 +4865,11 @@
|
|
|
4870
4865
|
},
|
|
4871
4866
|
{
|
|
4872
4867
|
"name": "grid",
|
|
4873
|
-
"description": "A composite widget containing a collection of one or more rows with one or more cells where some or all cells in the grid are focusable by using methods of two-dimensional navigation, such as directional arrow keys.\n\nThe grid role does not imply a specific visual, e.g., tabular, presentation. It describes relationships among elements. It can be used for purposes as simple as grouping a collection of checkboxes or navigation links or as complex as creating a full-featured spreadsheet application.\n\nThe cell elements of a grid have role gridcell. Authors MAY designate a cell as a row or column header by using either the rowheader or columnheader role in lieu of the gridcell role. Authors MUST ensure elements with role gridcell, columnheader, or rowheader are accessibility children of elements with role row, which are in turn are accessibility children of an element with role rowgroup, or grid.\n\nTo be keyboard accessible, authors SHOULD manage focus of descendants of a grid as described in Managing Focus. When a user is navigating the grid content with a keyboard, authors SHOULD set focus as follows:\n\nAuthors SHOULD provide a mechanism for changing to an interaction or edit mode that allows users to navigate and interact with content contained inside a focusable cell if that focusable cell contains any of the following:\n\nFor example, if a cell in a spreadsheet contains a combobox or editable text, the Enter key might be used to activate a cell interaction or editing mode when that cell has focus so the directional arrow keys can be used to operate the contained combobox or textbox. Depending on the implementation, pressing Enter again, Tab, Escape, or another key might switch the application back to the grid navigation mode.\n\nAuthors MAY use a gridcell to display the result of a formula, which could be editable by the user. In a spreadsheet application, for example, a gridcell might show a value calculated from a formula until the user activates the gridcell for editing when a textbox appears in the gridcell containing the formula in an editable state.\n\nIf aria-readonly is set on an element with role grid, user agents MUST propagate the value to all gridcell elements that are accessibility descendants of that grid and expose the value in the accessibility API. An author MAY override the propagated value of aria-readonly for an individual gridcell element.\n\nIn a grid that provides cell content editing functions, if the content of a focusable gridcell element is not editable, authors MAY set aria-readonly to true on the gridcell element. However, the value of aria-readonly, whether specified for a grid or individual cells, only indicates whether the content contained in cells is editable. It does not represent availability of functions for navigating or manipulating the grid itself.\n\nAn unspecified value for aria-readonly does not imply that a grid or a gridcell contains editable content. For example, if a grid presents a collection of elements that are not editable, such as a collection of link elements representing dates in a datepicker, it is not necessary for the author to specify a value for aria-readonly.\n\nAuthors MAY indicate that a focusable gridcell is selectable as the object of an action with the aria-selected attribute. If the grid allows multiple gridcells to be selected, the author SHOULD set aria-multiselectable to true on the element with role grid.\n\nSince WAI-ARIA can augment an element of the host language, a grid can reuse the elements and attributes of a native table, such as an HTML table element. For example, if an author applies the grid role to an HTML table element, the author does not need to apply the row and gridcell roles to the descendant HTML tr and td elements because the user agent will automatically make the appropriate translations. When the author is reusing a native host language table element and needs a gridcell element to span multiple rows or columns, the author SHOULD apply the appropriate host language attributes instead of WAI-ARIA aria-rowspan or aria-colspan properties.\n\nSee the ARIA Authoring Practices Guide for additional details on implementing grid design patterns.",
|
|
4868
|
+
"description": "A composite widget containing a collection of one or more rows with one or more cells where some or all cells in the grid are focusable by using methods of two-dimensional navigation, such as directional arrow keys.\n\nThe grid role does not imply a specific visual, e.g., tabular, presentation. It describes relationships among elements. It can be used for purposes as simple as grouping a collection of checkboxes or navigation links or as complex as creating a full-featured spreadsheet application.\n\nThe cell elements of a grid have role gridcell. Authors MAY designate a cell as a row or column header by using either the rowheader or columnheader role in lieu of the gridcell role. Authors MUST ensure elements with role gridcell, columnheader, or rowheader are accessibility children of elements with role row, which are in turn are accessibility children of an element with role rowgroup, or grid.\n\nTo be keyboard accessible, authors SHOULD manage focus of descendants of a grid as described in Managing Focus. When a user is navigating the grid content with a keyboard, authors SHOULD set focus as follows:\n\nAuthors SHOULD provide a mechanism for changing to an interaction or edit mode that allows users to navigate and interact with content contained inside a focusable cell if that focusable cell contains any of the following:\n\nFor example, if a cell in a spreadsheet contains a combobox or editable text, the Enter key might be used to activate a cell interaction or editing mode when that cell has focus so the directional arrow keys can be used to operate the contained combobox or textbox. Depending on the implementation, pressing Enter again, Tab, Escape, or another key might switch the application back to the grid navigation mode.\n\nAuthors MAY use a gridcell to display the result of a formula, which could be editable by the user. In a spreadsheet application, for example, a gridcell might show a value calculated from a formula until the user activates the gridcell for editing when a textbox appears in the gridcell containing the formula in an editable state.\n\nIf aria-readonly is set on an element with role grid, user agents MUST propagate the value to all gridcell elements that are accessibility descendants of that grid and expose the value in the accessibility API. An author MAY override the propagated value of aria-readonly for an individual gridcell element.\n\nIn a grid that provides cell content editing functions, if the content of a focusable gridcell element is not editable, authors MAY set aria-readonly to true on the gridcell element. However, the value of aria-readonly, whether specified for a grid or individual cells, only indicates whether the content contained in cells is editable. It does not represent availability of functions for navigating or manipulating the grid itself.\n\nAn unspecified value for aria-readonly does not imply that a grid or a gridcell contains editable content. For example, if a grid presents a collection of elements that are not editable, such as a collection of link elements representing dates in a datepicker, it is not necessary for the author to specify a value for aria-readonly.\n\nAuthors MAY indicate that a focusable gridcell is selectable as the object of an action with the aria-selected attribute. If the grid allows multiple gridcells to be selected, the author SHOULD set aria-multiselectable to true on the element with role grid.\n\nSince WAI-ARIA can augment an element of the host language, a grid can reuse the elements and attributes of a native table, such as an HTML table element. For example, if an author applies the grid role to an HTML table element, the author does not need to apply the row and gridcell roles to the descendant HTML tr and td elements because the user agent will automatically make the appropriate translations. When the author is reusing a native host language table element and needs a gridcell element to span multiple rows or columns, the author SHOULD apply the appropriate host language attributes instead of WAI-ARIA aria-rowspan or aria-colspan properties.\n\nAuthors SHOULD provide an accessible name for a grid, which can be done with the aria-label or aria-labelledby attribute. Authors SHOULD reference a visible label with aria-labelledby if a visible label is present for the grid.\n\nSee the ARIA Authoring Practices Guide for additional details on implementing grid design patterns.",
|
|
4874
4869
|
"generalization": ["composite", "table"],
|
|
4875
4870
|
"requiredContextRole": [],
|
|
4876
4871
|
"requiredOwnedElements": ["caption", "row", "rowgroup > row"],
|
|
4877
|
-
"accessibleNameRequired":
|
|
4872
|
+
"accessibleNameRequired": false,
|
|
4878
4873
|
"accessibleNameFromAuthor": true,
|
|
4879
4874
|
"accessibleNameFromContent": false,
|
|
4880
4875
|
"accessibleNameProhibited": false,
|
|
@@ -6223,9 +6218,6 @@
|
|
|
6223
6218
|
{
|
|
6224
6219
|
"name": "aria-errormessage"
|
|
6225
6220
|
},
|
|
6226
|
-
{
|
|
6227
|
-
"name": "aria-expanded"
|
|
6228
|
-
},
|
|
6229
6221
|
{
|
|
6230
6222
|
"name": "aria-flowto",
|
|
6231
6223
|
"inherited": true
|
|
@@ -7850,7 +7842,7 @@
|
|
|
7850
7842
|
},
|
|
7851
7843
|
{
|
|
7852
7844
|
"name": "none",
|
|
7853
|
-
"description": "An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym presentation.\n\nIn ARIA 1.1, the working group introduced none as a synonym to the presentation role, due to author confusion surrounding the intended meaning of the word \"presentation\" or \"presentational.\" Many individuals erroneously consider role=\"presentation\" to be synonymous with aria-hidden=\"true\", and we believe role=\"none\" conveys the actual meaning more unambiguously.\n\nThe intended use is when an element is used to change the look of the page but does not have all the functional, interactive, or structural relevance implied by the element type, or can be used to provide for an accessible fallback in older browsers that do not support WAI-ARIA.\n\nExample use cases:\n\nFor any element with a role of none/presentation and which is not focusable, the user agent MUST NOT expose the implicit native semantics of the element (the role and its states and properties) to accessibility APIs. However, the user agent MUST expose content and descendant elements that do not have an explicit or inherited role of none/presentation. Thus, the none/presentation role causes a given element to be treated as having no role or to be removed from the accessibility tree, but does not cause the content contained within the element to be removed from the accessibility tree.\n\nFor example, the following two markup snippets will be exposed similarly to an accessibility API.\n\nIn HTML, the <img> element is treated as a single entity regardless of the type of image file. Consequently, using role=\"none\" or role=\"presentation\" on an HTML img is equivalent to using aria-hidden=\"true\". In order to make the image contents accessible, authors can embed the object using an <object> or <iframe> element, or use inline SVG code, and follow the accessibility guidelines for the image content.\n\nAuthors SHOULD NOT provide a
|
|
7845
|
+
"description": "An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym presentation.\n\nIn ARIA 1.1, the working group introduced none as a synonym to the presentation role, due to author confusion surrounding the intended meaning of the word \"presentation\" or \"presentational.\" Many individuals erroneously consider role=\"presentation\" to be synonymous with aria-hidden=\"true\", and we believe role=\"none\" conveys the actual meaning more unambiguously.\n\nThe intended use is when an element is used to change the look of the page but does not have all the functional, interactive, or structural relevance implied by the element type, or can be used to provide for an accessible fallback in older browsers that do not support WAI-ARIA.\n\nExample use cases:\n\nFor any element with a role of none/presentation and which is not focusable, the user agent MUST NOT expose the implicit native semantics of the element (the role and its states and properties) to accessibility APIs. However, the user agent MUST expose content and descendant elements that do not have an explicit or inherited role of none/presentation. Thus, the none/presentation role causes a given element to be treated as having no role or to be removed from the accessibility tree, but does not cause the content contained within the element to be removed from the accessibility tree.\n\nFor example, the following two markup snippets will be exposed similarly to an accessibility API.\n\nIn HTML, the <img> element is treated as a single entity regardless of the type of image file. Consequently, using role=\"none\" or role=\"presentation\" on an HTML img is equivalent to using aria-hidden=\"true\". In order to make the image contents accessible, authors can embed the object using an <object> or <iframe> element, or use inline SVG code, and follow the accessibility guidelines for the image content.\n\nAuthors SHOULD NOT provide a non-empty text alternative when the none/presentation role is applied to an image.\n\nIn the following code sample, the containing img and is appropriately labeled by the caption paragraph. In this example the img element can be marked as none/presentation because the role and the text alternatives are provided by the containing element.\n\nIn the following code sample, because the anchor (HTML a element) is acting as the treeitem, the list item (HTML li element) is assigned an explicit WAI-ARIA role of none/presentation to override the user agent's implicit native semantics for list items.\n\nThe none/presentation role is used on an element that has implicit native semantics, meaning that there is a default accessibility API role for the element. Some elements are only complete when additional descendant elements are provided. For example, in HTML, table elements (matching the table role) require tr descendants (which have an implicit row role), which in turn require th or td children (the columnheader or rowheader and cell roles, respectively). Similarly, lists require list item children. The descendant elements that complete the semantics of an element are described in WAI-ARIA as Allowed Accessibility Child Roles.\n\nWhen an explicit or inherited role of none/presentation is applied to an element with the implicit semantic of a WAI-ARIA role that has Allowed Accessibility Child Roles, in addition to the element with the explicit role of none/presentation, the user agent MUST apply an inherited role of none to any accessibility descendants that do not have an explicit role defined. Also, when an explicit or inherited role of none/presentation is applied to a host language element which has specifically allowed children as defined by the host language specification, in addition to the element with the explicit role of none/presentation, the user agent MUST apply an inherited role of none to any specifically allowed children that do not have an explicit role defined.\n\nFor any element with an explicit or inherited role of none/presentation and which is not focusable, user agents MUST ignore role-specific WAI-ARIA states and properties for that element. For example, in HTML, a ul or ol element with a role of none/presentation will have the implicit native semantics of its li elements removed because the list role to which the ul or ol corresponds has an Allowed Accessibility Child Role of listitem. Likewise, the implicit native semantics of an HTML table element's thead/tbody/tfoot/tr/th/td descendants will also be removed, because the HTML specification indicates that these are required structural descendants of the table element.\n\nOnly the implicit native semantics of elements that correspond to WAI-ARIA Allowed Accessibility Child Roles are removed. All other content remains intact, including nested tables or lists, unless those elements also have an explicit role of none/presentation specified.\n\nFor example, according to an accessibility API, the following markup elements might have identical or very similar role semantics (generic or none role) and identical content.\n\nThere are other WAI-ARIA roles with specific allowed children for which this situation is applicable (e.g., feeds and listboxes), but tables and lists are the most common real-world cases in which the none/presentation inheritance is likely to apply.\n\nFor any element with an explicit or inherited role of none/presentation, user agents MUST apply an inherited role of none to all host-language-specific labeling elements for the presentational element. For example, a table element with a role of none/presentation will have the implicit native semantics of its caption element removed, because the caption is merely a label for the presentational table.\n\nInformation about resolving conflicts in the none/presentation role has been moved to Handling Author Errors",
|
|
7854
7846
|
"generalization": ["structure"],
|
|
7855
7847
|
"requiredContextRole": [],
|
|
7856
7848
|
"requiredOwnedElements": [],
|
|
@@ -8651,11 +8643,11 @@
|
|
|
8651
8643
|
},
|
|
8652
8644
|
{
|
|
8653
8645
|
"name": "radiogroup",
|
|
8654
|
-
"description": "A group of radio buttons.\n\nA radiogroup is a type of select list that can only have a single entry checked at any one time. Authors SHOULD enforce that only one radio button in a group can be checked at the same time. When one item in the group is checked, the previously checked item becomes unchecked (its aria-checked attribute becomes false).",
|
|
8646
|
+
"description": "A group of radio buttons.\n\nA radiogroup is a type of select list that can only have a single entry checked at any one time. Authors SHOULD enforce that only one radio button in a group can be checked at the same time. When one item in the group is checked, the previously checked item becomes unchecked (its aria-checked attribute becomes false).\n\nAuthors SHOULD provide an accessible name for a radiogroup, which can be done with the aria-label or aria-labelledby attribute. Authors SHOULD reference a visible label with aria-labelledby if a visible label is present for the radiogroup.",
|
|
8655
8647
|
"generalization": ["select"],
|
|
8656
8648
|
"requiredContextRole": [],
|
|
8657
8649
|
"requiredOwnedElements": [],
|
|
8658
|
-
"accessibleNameRequired":
|
|
8650
|
+
"accessibleNameRequired": false,
|
|
8659
8651
|
"accessibleNameFromAuthor": true,
|
|
8660
8652
|
"accessibleNameFromContent": false,
|
|
8661
8653
|
"accessibleNameProhibited": false,
|
|
@@ -9513,7 +9505,7 @@
|
|
|
9513
9505
|
},
|
|
9514
9506
|
{
|
|
9515
9507
|
"name": "scrollbar",
|
|
9516
|
-
"description": "A graphical object that controls the scrolling of content within a viewing area, regardless of whether the content is fully displayed within the viewing area.\n\nA scrollbar represents the current value and range of possible values via the size of the scrollbar and position of the thumb with respect to the visible range of the orientation (horizontal or vertical) it controls. Its orientation represents the orientation of the scrollbar and the scrolling effect on the viewing area controlled by the scrollbar. It is typically possible to add to or subtract from the current value by using directional keys such as arrow keys.\n\nAuthors MUST set the aria-controls attribute on the scrollbar element to reference the scrollable area it controls.\n\nAuthors MAY set aria-valuemin and aria-valuemax to indicate the minimum and maximum thumb position. Otherwise, their implicit values follow the same rules as <input type=\"range\"> in HTML:\n\nAuthors MUST set the aria-valuenow attribute to indicate the current thumb position. If aria-valuenow is missing or has an unexpected value,
|
|
9508
|
+
"description": "A graphical object that controls the scrolling of content within a viewing area, regardless of whether the content is fully displayed within the viewing area.\n\nA scrollbar represents the current value and range of possible values via the size of the scrollbar and position of the thumb with respect to the visible range of the orientation (horizontal or vertical) it controls. Its orientation represents the orientation of the scrollbar and the scrolling effect on the viewing area controlled by the scrollbar. It is typically possible to add to or subtract from the current value by using directional keys such as arrow keys.\n\nAuthors MUST set the aria-controls attribute on the scrollbar element to reference the scrollable area it controls.\n\nAuthors MAY set aria-valuemin and aria-valuemax to indicate the minimum and maximum thumb position. Otherwise, their implicit values follow the same rules as <input type=\"range\"> in HTML:\n\nAuthors MUST set the aria-valuenow attribute to indicate the current thumb position. If aria-valuenow is missing or has an unexpected value, user agents MAY implement the repair techniques specified in the section describing handling author errors in states and properties, which are equivalent to the repair techniques for <input type=\"range\"> in HTML.\n\nElements with the role scrollbar have an implicit aria-orientation value of vertical.\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. It is best to set the values for aria-valuemin, aria-valuemax, and aria-valuenow in a manner that is appropriate for this calculation.",
|
|
9517
9509
|
"generalization": ["range", "widget"],
|
|
9518
9510
|
"requiredContextRole": [],
|
|
9519
9511
|
"requiredOwnedElements": [],
|
|
@@ -11623,7 +11615,7 @@
|
|
|
11623
11615
|
},
|
|
11624
11616
|
{
|
|
11625
11617
|
"name": "tab",
|
|
11626
|
-
"description": "A grouping label providing a mechanism for selecting the tab content that is to be rendered to the user.\n\nIf a tabpanel or item in a tabpanel has focus, the associated tab is the currently active tab in the tablist, as defined in Managing Focus. tablist elements, which contain a set of associated tab elements, are typically placed near a series of tabpanel elements, usually preceding it. See the ARIA Authoring Practices Guide for details on implementing a tab set design pattern.\n\nAuthors MUST ensure elements with role tab are accessibility children of an element with the role tablist.\n\nAuthors SHOULD ensure the tabpanel associated with the currently active tab is perceivable to the user.\n\nFor a single-selectable tablist, authors SHOULD hide from all users other tabpanel elements until the user selects the tab associated with that tabpanel. For a multi-selectable tablist, authors SHOULD ensure that the tab for each visible tabpanel has the aria-expanded attribute set to true, and that the tabs associated with the remaining hidden from all users tabpanel elements have their aria-expanded attributes set to false.\n\nAuthors SHOULD ensure that a selected tab has its aria-selected attribute set to true, that inactive tab elements have their aria-selected attribute set to false, and that the currently selected tab provides a visual indication that it is selected.\n\nIn certain conditions, a user agent MAY provide an implicit value for aria-selected for each tab in a tablist, and if it does, the user agent MUST ensure the following conditions are met before providing an implicit value:",
|
|
11618
|
+
"description": "A grouping label providing a mechanism for selecting the tab content that is to be rendered to the user.\n\nIf a tabpanel or item in a tabpanel has focus, the associated tab is the currently active tab in the tablist, as defined in Managing Focus. tablist elements, which contain a set of associated tab elements, are typically placed near a series of tabpanel elements, usually preceding it. See the ARIA Authoring Practices Guide for details on implementing a tab set design pattern.\n\nAuthors MUST ensure elements with role tab are accessibility children of an element with the role tablist.\n\nAuthors MUST ensure that if a tab is active, a corresponding tabpanel that represents the active tab is rendered.\n\nAuthors SHOULD ensure the tabpanel associated with the currently active tab is perceivable to the user.\n\nFor a single-selectable tablist, authors SHOULD hide from all users other tabpanel elements until the user selects the tab associated with that tabpanel. For a multi-selectable tablist, authors SHOULD ensure that the tab for each visible tabpanel has the aria-expanded attribute set to true, and that the tabs associated with the remaining hidden from all users tabpanel elements have their aria-expanded attributes set to false.\n\nAuthors SHOULD ensure that a selected tab has its aria-selected attribute set to true, that inactive tab elements have their aria-selected attribute set to false, and that the currently selected tab provides a visual indication that it is selected.\n\nIn certain conditions, a user agent MAY provide an implicit value for aria-selected for each tab in a tablist, and if it does, the user agent MUST ensure the following conditions are met before providing an implicit value:",
|
|
11627
11619
|
"generalization": ["sectionhead", "widget"],
|
|
11628
11620
|
"requiredContextRole": ["tablist"],
|
|
11629
11621
|
"requiredOwnedElements": [],
|
|
@@ -11746,11 +11738,11 @@
|
|
|
11746
11738
|
},
|
|
11747
11739
|
{
|
|
11748
11740
|
"name": "table",
|
|
11749
|
-
"description": "A section containing data arranged in rows and columns. See related grid.\n\nThe table role is intended for tabular containers which are not interactive. If the tabular container maintains a selection state, provides its own two-dimensional navigation, or allows the user to rearrange or otherwise manipulate its contents or the display thereof, authors SHOULD use grid or treegrid instead.\n\nAuthors SHOULD prefer the use of the host language's semantics for table whenever possible, such as the <table> element in HTML.",
|
|
11741
|
+
"description": "A section containing data arranged in rows and columns. See related grid.\n\nThe table role is intended for tabular containers which are not interactive. If the tabular container maintains a selection state, provides its own two-dimensional navigation, or allows the user to rearrange or otherwise manipulate its contents or the display thereof, authors SHOULD use grid or treegrid instead.\n\nAuthors SHOULD provide an accessible name for a table, which can be done with the aria-label or aria-labelledby attribute. Authors SHOULD reference a visible label with aria-labelledby if a visible label is present for the table.\n\nAuthors SHOULD prefer the use of the host language's semantics for table whenever possible, such as the <table> element in HTML.",
|
|
11750
11742
|
"generalization": ["section"],
|
|
11751
11743
|
"requiredContextRole": [],
|
|
11752
11744
|
"requiredOwnedElements": ["caption", "row", "rowgroup > row"],
|
|
11753
|
-
"accessibleNameRequired":
|
|
11745
|
+
"accessibleNameRequired": false,
|
|
11754
11746
|
"accessibleNameFromAuthor": true,
|
|
11755
11747
|
"accessibleNameFromContent": false,
|
|
11756
11748
|
"accessibleNameProhibited": false,
|
|
@@ -11866,7 +11858,7 @@
|
|
|
11866
11858
|
},
|
|
11867
11859
|
{
|
|
11868
11860
|
"name": "tablist",
|
|
11869
|
-
"description": "A list of tab elements, which are references to tabpanel elements.\n\nTo be keyboard accessible, authors SHOULD manage focus of descendants for all instances of this role, as described in Managing Focus.\n\nFor a single-selectable tablist, authors SHOULD hide from all users other tabpanel elements until the user selects the tab associated with that tabpanel. For a multi-selectable tablist, authors SHOULD ensure that the tab for each visible tabpanel has the aria-expanded attribute set to true, and that the tabs associated with the remaining hidden from all users tabpanel elements have their aria-expanded attributes set to false.\n\ntablist elements are typically placed near usually preceding, a series of tabpanel elements. See the ARIA Authoring Practices Guide for details on implementing a tab set design pattern.\n\nElements with the role tablist have an implicit aria-orientation value of horizontal.",
|
|
11861
|
+
"description": "A list of tab elements, which are references to tabpanel elements.\n\nTo be keyboard accessible, authors SHOULD manage focus of descendants for all instances of this role, as described in Managing Focus.\n\nFor a single-selectable tablist, authors SHOULD hide from all users other tabpanel elements until the user selects the tab associated with that tabpanel. For a multi-selectable tablist, authors SHOULD ensure that the tab for each visible tabpanel has the aria-expanded attribute set to true, and that the tabs associated with the remaining hidden from all users tabpanel elements have their aria-expanded attributes set to false.\n\ntablist elements are typically placed near, and usually preceding, a series of tabpanel elements. See the ARIA Authoring Practices Guide for details on implementing a tab set design pattern.\n\nElements with the role tablist have an implicit aria-orientation value of horizontal.",
|
|
11870
11862
|
"generalization": ["composite"],
|
|
11871
11863
|
"requiredContextRole": [],
|
|
11872
11864
|
"requiredOwnedElements": ["tab"],
|
|
@@ -11989,7 +11981,7 @@
|
|
|
11989
11981
|
},
|
|
11990
11982
|
{
|
|
11991
11983
|
"name": "tabpanel",
|
|
11992
|
-
"description": "A container for the resources associated with a tab, where each tab is contained in a tablist.\n\nAuthors SHOULD associate a tabpanel element with its tab, by using the aria-controls attribute on the tab to reference the tab panel, and/or by using the aria-labelledby attribute on the tab panel to reference the tab.\n\ntablist elements are typically placed near, usually preceding, a series of tabpanel elements. See the ARIA Authoring Practices Guide for details on implementing a tab set design pattern.",
|
|
11984
|
+
"description": "A container for the resources associated with a tab, where each tab is contained in a tablist.\n\nAuthors SHOULD associate a tabpanel element with its tab, by using the aria-controls attribute on the tab to reference the tab panel, and/or by using the aria-labelledby attribute on the tab panel to reference the tab.\n\ntablist elements are typically placed near, and usually preceding, a series of tabpanel elements. See the ARIA Authoring Practices Guide for details on implementing a tab set design pattern.",
|
|
11993
11985
|
"generalization": ["section"],
|
|
11994
11986
|
"requiredContextRole": [],
|
|
11995
11987
|
"requiredOwnedElements": [],
|
|
@@ -12783,7 +12775,7 @@
|
|
|
12783
12775
|
"description": "A widget that allows the user to select one or more items from a hierarchically organized collection.\n\nTo be keyboard accessible, authors SHOULD manage focus of descendants for all instances of this role, as described in Managing Focus.\n\nElements with the role tree have an implicit aria-orientation value of vertical.",
|
|
12784
12776
|
"generalization": ["select"],
|
|
12785
12777
|
"requiredContextRole": [],
|
|
12786
|
-
"requiredOwnedElements": ["
|
|
12778
|
+
"requiredOwnedElements": ["treeitem"],
|
|
12787
12779
|
"accessibleNameRequired": true,
|
|
12788
12780
|
"accessibleNameFromAuthor": true,
|
|
12789
12781
|
"accessibleNameFromContent": false,
|
|
@@ -35292,7 +35284,7 @@
|
|
|
35292
35284
|
},
|
|
35293
35285
|
"attributes": {
|
|
35294
35286
|
"attributionsrc": {
|
|
35295
|
-
"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
|
|
35287
|
+
"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.",
|
|
35296
35288
|
"experimental": true
|
|
35297
35289
|
},
|
|
35298
35290
|
"charset": {
|
|
@@ -35334,7 +35326,7 @@
|
|
|
35334
35326
|
"deprecated": true
|
|
35335
35327
|
},
|
|
35336
35328
|
"target": {
|
|
35337
|
-
"description": "Where to display the linked URL, as the name for a browsing context (a tab, window, or <iframe>). The following keywords have special meanings for where to load the URL: _self: The current browsing context. (Default) _blank: Usually a new tab, but users can configure browsers to open a new window instead. _parent: The parent browsing context of the current one. If no parent, behaves as _self. _top: The topmost browsing context. To be specific, this means the \"highest\" context that's an ancestor of the current one. If no ancestors, behaves as _self. _unfencedTop: Allows embedded fenced frames to navigate the top-level frame (i.e
|
|
35329
|
+
"description": "Where to display the linked URL, as the name for a browsing context (a tab, window, or <iframe>). The following keywords have special meanings for where to load the URL: _self: The current browsing context. (Default) _blank: Usually a new tab, but users can configure browsers to open a new window instead. _parent: The parent browsing context of the current one. If no parent, behaves as _self. _top: The topmost browsing context. To be specific, this means the \"highest\" context that's an ancestor of the current one. If no ancestors, behaves as _self. _unfencedTop: Allows embedded fenced frames to navigate the top-level frame (i.e., traversing beyond the root of the fenced frame, unlike other reserved destinations). Note that the navigation will still succeed if this is used outside of a fenced frame context, but it will not act like a reserved keyword. Note: Setting target=\"_blank\" on <a> elements implicitly provides the same rel behavior as setting rel=\"noopener\" which does not set window.opener."
|
|
35338
35330
|
},
|
|
35339
35331
|
"type": {
|
|
35340
35332
|
"description": "Hints at the linked URL's format with a MIME type. No built-in functionality."
|
|
@@ -35622,10 +35614,10 @@
|
|
|
35622
35614
|
"description": "The controlslist attribute, when specified, helps the browser select what controls to show for the audio element whenever the browser shows its own set of controls (that is, when the controls attribute is specified). The allowed values are nodownload, nofullscreen and noremoteplayback."
|
|
35623
35615
|
},
|
|
35624
35616
|
"crossorigin": {
|
|
35625
|
-
"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
|
|
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."
|
|
35626
35618
|
},
|
|
35627
35619
|
"disableremoteplayback": {
|
|
35628
|
-
"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
|
|
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 the proposed Remote Playback API specification for more information. In Safari, you can use x-webkit-airplay=\"deny\" as a fallback."
|
|
35629
35621
|
},
|
|
35630
35622
|
"loop": {
|
|
35631
35623
|
"description": "A Boolean attribute: if specified, the audio player will automatically seek back to the start upon reaching the end of the audio."
|
|
@@ -35634,7 +35626,7 @@
|
|
|
35634
35626
|
"description": "A Boolean attribute that indicates whether the audio will be initially silenced. Its default value is false."
|
|
35635
35627
|
},
|
|
35636
35628
|
"preload": {
|
|
35637
|
-
"description": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. It may have one of the following values: none: Indicates that the audio should not be preloaded. metadata: Indicates that only audio metadata (e.g
|
|
35629
|
+
"description": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. It may have one of the following values: none: Indicates that the audio should not be preloaded. metadata: Indicates that only audio metadata (e.g., length) is fetched. auto: Indicates that the whole audio file can be downloaded, even if the user is not expected to use it. empty string: A synonym of the auto value. The default value is different for each browser. The spec advises it to be set to metadata. Note: The autoplay attribute has precedence over preload. If autoplay is specified, the browser would obviously need to start downloading the audio for playback. The browser is not forced by the specification to follow the value of this attribute; it is a mere hint."
|
|
35638
35630
|
},
|
|
35639
35631
|
"src": {
|
|
35640
35632
|
"description": "The URL of the audio to embed. This is subject to HTTP access controls. This is optional; you may instead use the <source> element within the audio block to specify the audio to embed."
|
|
@@ -35801,10 +35793,10 @@
|
|
|
35801
35793
|
"description": "The controlslist attribute, when specified, helps the browser select what controls to show for the audio element whenever the browser shows its own set of controls (that is, when the controls attribute is specified). The allowed values are nodownload, nofullscreen and noremoteplayback."
|
|
35802
35794
|
},
|
|
35803
35795
|
"crossorigin": {
|
|
35804
|
-
"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
|
|
35796
|
+
"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."
|
|
35805
35797
|
},
|
|
35806
35798
|
"disableremoteplayback": {
|
|
35807
|
-
"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
|
|
35799
|
+
"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 the proposed Remote Playback API specification for more information. In Safari, you can use x-webkit-airplay=\"deny\" as a fallback."
|
|
35808
35800
|
},
|
|
35809
35801
|
"loop": {
|
|
35810
35802
|
"description": "A Boolean attribute: if specified, the audio player will automatically seek back to the start upon reaching the end of the audio."
|
|
@@ -35813,7 +35805,7 @@
|
|
|
35813
35805
|
"description": "A Boolean attribute that indicates whether the audio will be initially silenced. Its default value is false."
|
|
35814
35806
|
},
|
|
35815
35807
|
"preload": {
|
|
35816
|
-
"description": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. It may have one of the following values: none: Indicates that the audio should not be preloaded. metadata: Indicates that only audio metadata (e.g
|
|
35808
|
+
"description": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. It may have one of the following values: none: Indicates that the audio should not be preloaded. metadata: Indicates that only audio metadata (e.g., length) is fetched. auto: Indicates that the whole audio file can be downloaded, even if the user is not expected to use it. empty string: A synonym of the auto value. The default value is different for each browser. The spec advises it to be set to metadata. Note: The autoplay attribute has precedence over preload. If autoplay is specified, the browser would obviously need to start downloading the audio for playback. The browser is not forced by the specification to follow the value of this attribute; it is a mere hint."
|
|
35817
35809
|
},
|
|
35818
35810
|
"src": {
|
|
35819
35811
|
"description": "The URL of the audio to embed. This is subject to HTTP access controls. This is optional; you may instead use the <source> element within the audio block to specify the audio to embed."
|
|
@@ -36269,7 +36261,7 @@
|
|
|
36269
36261
|
{
|
|
36270
36262
|
"name": "cite",
|
|
36271
36263
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite",
|
|
36272
|
-
"description": "The <cite> HTML element is used to mark up the title of a
|
|
36264
|
+
"description": "The <cite> HTML element is used to mark up the title of a creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.",
|
|
36273
36265
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
36274
36266
|
"contentModel": {
|
|
36275
36267
|
"contents": [
|
|
@@ -36340,7 +36332,7 @@
|
|
|
36340
36332
|
},
|
|
36341
36333
|
"attributes": {
|
|
36342
36334
|
"align": {
|
|
36343
|
-
"description": "Specifies the horizontal alignment of each column cell. The possible enumerated values are left, center, right, justify, and char. When supported, the char value aligns the textual content on the character defined in the char attribute and on offset defined by the charoff attribute. Note that this attribute overrides the specified align of its <colgroup> parent element. Use the text-align CSS property on the <td> and <th> elements instead, as this attribute is deprecated. Note: Setting text-align on the <col> element has no effect as <col> has no descendants, and therefore no elements inherit from it. If the table does not use a colspan attribute, use the td:nth-of-type(an+b) CSS selector. Set a to zero and b to the position of the column in the table, e.g
|
|
36335
|
+
"description": "Specifies the horizontal alignment of each column cell. The possible enumerated values are left, center, right, justify, and char. When supported, the char value aligns the textual content on the character defined in the char attribute and on offset defined by the charoff attribute. Note that this attribute overrides the specified align of its <colgroup> parent element. Use the text-align CSS property on the <td> and <th> elements instead, as this attribute is deprecated. Note: Setting text-align on the <col> element has no effect as <col> has no descendants, and therefore no elements inherit from it. If the table does not use a colspan attribute, use the td:nth-of-type(an+b) CSS selector. Set a to zero and b to the position of the column in the table, e.g., td:nth-of-type(2) { text-align: right; } to right-align the second column cells. If the table does use a colspan attribute, the effect can be achieved by combining adequate CSS attribute selectors like [colspan=n], though this is not trivial.",
|
|
36344
36336
|
"deprecated": true
|
|
36345
36337
|
},
|
|
36346
36338
|
"bgcolor": {
|
|
@@ -36365,7 +36357,7 @@
|
|
|
36365
36357
|
"defaultValue": "1"
|
|
36366
36358
|
},
|
|
36367
36359
|
"valign": {
|
|
36368
|
-
"description": "Specifies the vertical alignment of each column cell. The possible enumerated values are baseline, bottom, middle, and top. Note that this attribute overrides the specified valign of its <colgroup> parent element. Use the vertical-align CSS property on the <td> and <th> elements instead, as this attribute is deprecated. Note: Setting vertical-align on the <col> element has no effect as <col> has no descendants, and therefore no elements inherit from it. If the table does not use a colspan attribute, use the td:nth-of-type(an+b) CSS selector. Set a to zero and b to the position of the column in the table, e.g
|
|
36360
|
+
"description": "Specifies the vertical alignment of each column cell. The possible enumerated values are baseline, bottom, middle, and top. Note that this attribute overrides the specified valign of its <colgroup> parent element. Use the vertical-align CSS property on the <td> and <th> elements instead, as this attribute is deprecated. Note: Setting vertical-align on the <col> element has no effect as <col> has no descendants, and therefore no elements inherit from it. If the table does not use a colspan attribute, use the td:nth-of-type(an+b) CSS selector. Set a to zero and b to the position of the column in the table, e.g., td:nth-of-type(2) { vertical-align: middle; } to center the second column cells vertically. If the table does use a colspan attribute, the effect can be achieved by combining adequate CSS attribute selectors like [colspan=n], though this is not trivial.",
|
|
36369
36361
|
"deprecated": true
|
|
36370
36362
|
},
|
|
36371
36363
|
"width": {
|
|
@@ -36405,7 +36397,7 @@
|
|
|
36405
36397
|
},
|
|
36406
36398
|
"attributes": {
|
|
36407
36399
|
"align": {
|
|
36408
|
-
"description": "Specifies the horizontal alignment of each column group cell. The possible enumerated values are left, center, right, justify, and char. When supported, the char value aligns the textual content on the character defined in the char attribute and the offset defined by the charoff attribute. Note that the descendant <col> elements may override this value using their own align attribute. Use the text-align CSS property on the <td> and <th> elements instead, as this attribute is deprecated. Note: Setting text-align on the <colgroup> element has no effect as <td> and <th> elements are not descendants of the <colgroup> element, and therefore they do not inherit from it. If the table does not use a colspan attribute, use the td:nth-of-type(an+b) CSS selector per column, where a is the total number of the columns in the table and b is the ordinal position of the column in the table, e.g
|
|
36400
|
+
"description": "Specifies the horizontal alignment of each column group cell. The possible enumerated values are left, center, right, justify, and char. When supported, the char value aligns the textual content on the character defined in the char attribute and the offset defined by the charoff attribute. Note that the descendant <col> elements may override this value using their own align attribute. Use the text-align CSS property on the <td> and <th> elements instead, as this attribute is deprecated. Note: Setting text-align on the <colgroup> element has no effect as <td> and <th> elements are not descendants of the <colgroup> element, and therefore they do not inherit from it. If the table does not use a colspan attribute, use the td:nth-of-type(an+b) CSS selector per column, where a is the total number of the columns in the table and b is the ordinal position of the column in the table, e.g., td:nth-of-type(7n+2) { text-align: right; } to right-align the second column cells. If the table does use a colspan attribute, the effect can be achieved by combining adequate CSS attribute selectors like [colspan=n], though this is not trivial.",
|
|
36409
36401
|
"deprecated": true
|
|
36410
36402
|
},
|
|
36411
36403
|
"bgcolor": {
|
|
@@ -36430,7 +36422,7 @@
|
|
|
36430
36422
|
"defaultValue": "1"
|
|
36431
36423
|
},
|
|
36432
36424
|
"valign": {
|
|
36433
|
-
"description": "Specifies the vertical alignment of each column group cell. The possible enumerated values are baseline, bottom, middle, and top. Note that the descendant <col> elements may override this value using their own valign attribute. Use the vertical-align CSS property on the <td> and <th> elements instead, as this attribute is deprecated. Note: Setting vertical-align on the <colgroup> element has no effect as <td> and <th> elements are not descendants of the <colgroup> element, and therefore they do not inherit from it. If the table does not use a colspan attribute, use the td:nth-of-type() CSS selector per column, e.g
|
|
36425
|
+
"description": "Specifies the vertical alignment of each column group cell. The possible enumerated values are baseline, bottom, middle, and top. Note that the descendant <col> elements may override this value using their own valign attribute. Use the vertical-align CSS property on the <td> and <th> elements instead, as this attribute is deprecated. Note: Setting vertical-align on the <colgroup> element has no effect as <td> and <th> elements are not descendants of the <colgroup> element, and therefore they do not inherit from it. If the table does not use a colspan attribute, use the td:nth-of-type() CSS selector per column, e.g., td:nth-of-type(2) { vertical-align: middle; } to center the second column cells vertically. If the table does use a colspan attribute, the effect can be achieved by combining adequate CSS attribute selectors like [colspan=n], though this is not trivial.",
|
|
36434
36426
|
"deprecated": true
|
|
36435
36427
|
},
|
|
36436
36428
|
"width": {
|
|
@@ -36703,7 +36695,7 @@
|
|
|
36703
36695
|
{
|
|
36704
36696
|
"name": "div",
|
|
36705
36697
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div",
|
|
36706
|
-
"description": "The <div> HTML element is the generic container for flow content. It has no effect on the content or layout until styled in some way using CSS (e.g
|
|
36698
|
+
"description": "The <div> HTML element is the generic container for flow content. It has no effect on the content or layout until styled in some way using CSS (e.g., styling is directly applied to it, or some kind of layout model like Flexbox is applied to its parent element).",
|
|
36707
36699
|
"categories": ["#flow", "#palpable"],
|
|
36708
36700
|
"contentModel": {
|
|
36709
36701
|
"contents": [
|
|
@@ -36815,7 +36807,12 @@
|
|
|
36815
36807
|
"#GlobalEventAttrs": true,
|
|
36816
36808
|
"#HTMLGlobalAttrs": true
|
|
36817
36809
|
},
|
|
36818
|
-
"attributes": {
|
|
36810
|
+
"attributes": {
|
|
36811
|
+
"compact": {
|
|
36812
|
+
"description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute is browser-specific. Use CSS instead: to give a similar effect as the compact attribute, the CSS property line-height can be used with a value of 80%.",
|
|
36813
|
+
"deprecated": true
|
|
36814
|
+
}
|
|
36815
|
+
}
|
|
36819
36816
|
},
|
|
36820
36817
|
{
|
|
36821
36818
|
"name": "dt",
|
|
@@ -37860,7 +37857,7 @@
|
|
|
37860
37857
|
"type": "Any"
|
|
37861
37858
|
},
|
|
37862
37859
|
"attributionsrc": {
|
|
37863
|
-
"description": "
|
|
37860
|
+
"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.",
|
|
37864
37861
|
"experimental": true
|
|
37865
37862
|
},
|
|
37866
37863
|
"border": {
|
|
@@ -37898,7 +37895,7 @@
|
|
|
37898
37895
|
"description": "Indicates how the browser should load the image: eager Loads the image immediately, regardless of whether or not the image is currently within the visible viewport (this is the default value). lazy Defers loading the image until it reaches a calculated distance from the viewport, as defined by the browser. The intent is to avoid the network and storage bandwidth needed to handle the image until it's reasonably certain that it will be needed. This generally improves the performance of the content in most typical use cases. Note: Loading is only deferred when JavaScript is enabled. This is an anti-tracking measure, because if a user agent supported lazy loading when scripting is disabled, it would still be possible for a site to track a user's approximate scroll position throughout a session, by strategically placing images in a page's markup such that a server can track how many images are requested and when. Note: Images with loading set to lazy will never be loaded if they do not intersect a visible part of an element, even if loading them would change that as unloaded images have a width and height of 0. Putting width and height on lazy-loaded images fixes this issue and is a best practice, recommended by the specification. Doing so also helps prevent layout shifts."
|
|
37899
37896
|
},
|
|
37900
37897
|
"longdesc": {
|
|
37901
|
-
"description": "A link to a more detailed description of the image. Possible values are a URL or an element id. Note: This attribute is
|
|
37898
|
+
"description": "A link to a more detailed description of the image. Possible values are a URL or an element id. Note: This attribute is considered obsolete in the HTML spec. It has an uncertain future; authors should use a WAI-ARIA alternative such as aria-describedby or aria-details.",
|
|
37902
37899
|
"deprecated": true
|
|
37903
37900
|
},
|
|
37904
37901
|
"name": {
|
|
@@ -37909,14 +37906,15 @@
|
|
|
37909
37906
|
"description": "A string indicating which referrer to use when fetching the resource: no-referrer: The Referer header will not be sent. no-referrer-when-downgrade: The Referer header will not be sent to origins without TLS (HTTPS). origin: The sent referrer will be limited to the origin of the referring page: its scheme, host, and port. origin-when-cross-origin: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path. same-origin: A referrer will be sent for same origin, but cross-origin requests will contain no referrer information. strict-origin: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP). strict-origin-when-cross-origin (default): Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP). unsafe-url: The referrer will include the origin and the path (but not the fragment, password, or username). This value is unsafe, because it leaks origins and paths from TLS-protected resources to insecure origins."
|
|
37910
37907
|
},
|
|
37911
37908
|
"sizes": {
|
|
37912
|
-
"description": "One or more strings separated by commas, indicating a set of source sizes. Each source size consists of: A media condition. This must be omitted for the last item in the list. A source size value. Media Conditions describe properties of the viewport, not of the image. For example, (
|
|
37909
|
+
"description": "One or more strings separated by commas, indicating a set of source sizes. Each source size consists of: A media condition. This must be omitted for the last item in the list. A source size value. Media Conditions describe properties of the viewport, not of the image. For example, (height <= 500px) 1000px proposes to use a source of 1000px width, if the viewport is not higher than 500px. Because a source size descriptor is used to specify the width to use for the image during layout of the page, the media condition is typically (but not necessarily) based on the width information. Source size values specify the intended display size of the image. User agents use the current source size to select one of the sources supplied by the srcset attribute, when those sources are described using width (w) descriptors. The selected source size affects the intrinsic size of the image (the image's display size if no CSS styling is applied). If the srcset attribute is absent, or contains no values with a width descriptor, then the sizes attribute has no effect. A source size value can be any non-negative length. It must not use CSS functions other than the math functions. Units are interpreted in the same way as media queries, meaning that all relative length units are relative to the document root rather than the <img> element, so an em value is relative to the root font size, rather than the font size of the image. Percentage values are not allowed. The sizes attribute also accepts the following keyword values: auto auto can replace the whole list of sizes or the first entry in the list. It is only valid when combined with loading=\"lazy\", and resolves to the concrete size of the image. Since the intrinsic size of the image is not yet known, width and height attributes (or CSS equivalents) should also be specified to prevent the browser assuming a default width of 300px."
|
|
37913
37910
|
},
|
|
37914
37911
|
"src": {
|
|
37915
37912
|
"type": "URL",
|
|
37916
|
-
"
|
|
37913
|
+
"requiredEither": ["srcset"]
|
|
37917
37914
|
},
|
|
37918
37915
|
"srcset": {
|
|
37919
|
-
"
|
|
37916
|
+
"type": "Srcset",
|
|
37917
|
+
"requiredEither": ["src"]
|
|
37920
37918
|
},
|
|
37921
37919
|
"usemap": {
|
|
37922
37920
|
"type": "HashName",
|
|
@@ -39046,7 +39044,7 @@
|
|
|
39046
39044
|
"condition": "[rel~='mask-icon' i]"
|
|
39047
39045
|
},
|
|
39048
39046
|
"crossorigin": {
|
|
39049
|
-
"description": "This enumerated attribute indicates whether CORS must be used when fetching the resource. CORS-enabled images can be reused in the <canvas> element without being tainted. The allowed values are: anonymous A cross-origin request (i.e
|
|
39047
|
+
"description": "This enumerated attribute indicates whether CORS must be used when fetching the resource. CORS-enabled images can be reused in the <canvas> element without being tainted. The allowed values are: anonymous A cross-origin request (i.e., with an Origin HTTP header) is performed, but no credential is sent (i.e., no cookie, X.509 certificate, or 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 A cross-origin request (i.e., with an Origin HTTP header) is performed along with a credential sent (i.e., a cookie, certificate, and/or HTTP Basic authentication is performed). 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. If the attribute is not present, the resource is fetched without a CORS request (i.e., without sending the Origin HTTP header), preventing its non-tainted usage. If invalid, it is handled as if the enumerated keyword anonymous was used. See CORS settings attributes for additional information."
|
|
39050
39048
|
},
|
|
39051
39049
|
"disabled": {
|
|
39052
39050
|
"type": "Boolean"
|
|
@@ -39383,7 +39381,12 @@
|
|
|
39383
39381
|
"#GlobalEventAttrs": true,
|
|
39384
39382
|
"#HTMLGlobalAttrs": true
|
|
39385
39383
|
},
|
|
39386
|
-
"attributes": {
|
|
39384
|
+
"attributes": {
|
|
39385
|
+
"compact": {
|
|
39386
|
+
"description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute is browser-specific. Use CSS instead: to give a similar effect as the compact attribute, the CSS property line-height can be used with a value of 80%.",
|
|
39387
|
+
"deprecated": true
|
|
39388
|
+
}
|
|
39389
|
+
}
|
|
39387
39390
|
},
|
|
39388
39391
|
{
|
|
39389
39392
|
"name": "menuitem",
|
|
@@ -39405,7 +39408,7 @@
|
|
|
39405
39408
|
{
|
|
39406
39409
|
"name": "meta",
|
|
39407
39410
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta",
|
|
39408
|
-
"description": "The <meta> HTML element represents metadata that cannot be represented by other
|
|
39411
|
+
"description": "The <meta> HTML element represents metadata that cannot be represented by other meta-related elements, such as <base>, <link>, <script>, <style>, or <title>.",
|
|
39409
39412
|
"categories": ["#metadata", "#flow", "#phrasing"],
|
|
39410
39413
|
"contentModel": {
|
|
39411
39414
|
"contents": false
|
|
@@ -39501,9 +39504,6 @@
|
|
|
39501
39504
|
"#HTMLGlobalAttrs": true
|
|
39502
39505
|
},
|
|
39503
39506
|
"attributes": {
|
|
39504
|
-
"form": {
|
|
39505
|
-
"description": "This optional attribute is used to explicitly set a <form> owner for the <meter> element. If omitted, the <meter> is associated with its ancestor <form> element or the form association set by the form attribute on another ancestor element, such as on a <fieldset>, if any. If included, the value must be the id of a <form> in the same tree."
|
|
39506
|
-
},
|
|
39507
39507
|
"high": {
|
|
39508
39508
|
"type": "Number"
|
|
39509
39509
|
},
|
|
@@ -39718,7 +39718,7 @@
|
|
|
39718
39718
|
"description": "The form element, if any, that the object element is associated with (its form owner). The value of the attribute must be an ID of a <form> element in the same document."
|
|
39719
39719
|
},
|
|
39720
39720
|
"height": {
|
|
39721
|
-
"description": "The height of the displayed resource, in CSS pixels.
|
|
39721
|
+
"description": "The height of the displayed resource, as in <integer> in CSS pixels."
|
|
39722
39722
|
},
|
|
39723
39723
|
"name": {
|
|
39724
39724
|
"type": "NavigableTargetName"
|
|
@@ -39736,7 +39736,7 @@
|
|
|
39736
39736
|
"deprecated": true
|
|
39737
39737
|
},
|
|
39738
39738
|
"width": {
|
|
39739
|
-
"description": "The width of the display resource, in CSS pixels.
|
|
39739
|
+
"description": "The width of the display resource, as in <integer> in CSS pixels."
|
|
39740
39740
|
}
|
|
39741
39741
|
}
|
|
39742
39742
|
},
|
|
@@ -39793,6 +39793,11 @@
|
|
|
39793
39793
|
"#HTMLGlobalAttrs": true
|
|
39794
39794
|
},
|
|
39795
39795
|
"attributes": {
|
|
39796
|
+
"compact": {
|
|
39797
|
+
"description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute is browser-specific. Use CSS instead: to give a similar effect as the compact attribute, the CSS property line-height can be used with a value of 80%.",
|
|
39798
|
+
"deprecated": true,
|
|
39799
|
+
"nonStandard": true
|
|
39800
|
+
},
|
|
39796
39801
|
"reversed": {
|
|
39797
39802
|
"type": "Boolean"
|
|
39798
39803
|
},
|
|
@@ -40203,7 +40208,7 @@
|
|
|
40203
40208
|
{
|
|
40204
40209
|
"name": "rb",
|
|
40205
40210
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
40206
|
-
"description": "The <rb> HTML element is used to delimit the base text component of a <ruby> annotation, i.e
|
|
40211
|
+
"description": "The <rb> HTML element is used to delimit the base text component of a <ruby> annotation, i.e., the text that is being annotated. One <rb> element should wrap each separate atomic segment of the base text.",
|
|
40207
40212
|
"categories": [],
|
|
40208
40213
|
"contentModel": {
|
|
40209
40214
|
"contents": true
|
|
@@ -40422,7 +40427,7 @@
|
|
|
40422
40427
|
"ineffective": ":not([src]):not([type='module' i])"
|
|
40423
40428
|
},
|
|
40424
40429
|
"attributionsrc": {
|
|
40425
|
-
"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
|
|
40430
|
+
"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.",
|
|
40426
40431
|
"experimental": true
|
|
40427
40432
|
},
|
|
40428
40433
|
"blocking": {
|
|
@@ -40465,7 +40470,7 @@
|
|
|
40465
40470
|
"description": "A cryptographic nonce (number used once) to allow scripts in a script-src Content-Security-Policy. The server must generate a unique nonce value each time it transmits a policy. It is critical to provide a nonce that cannot be guessed as bypassing a resource's policy is otherwise trivial."
|
|
40466
40471
|
},
|
|
40467
40472
|
"referrerpolicy": {
|
|
40468
|
-
"description": "Indicates which referrer to send when fetching the script, or resources fetched by the script: no-referrer: The Referer header will not be sent. no-referrer-when-downgrade: The Referer header will not be sent to origins without TLS (HTTPS). origin: The sent referrer will be limited to the origin of the referring page: its scheme, host, and port. origin-when-cross-origin: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path. same-origin: A referrer will be sent for same origin, but cross-origin requests will contain no referrer information. strict-origin: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP). strict-origin-when-cross-origin (default): Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP). unsafe-url: The referrer will include the origin and the path (but not the fragment, password, or username). This value is unsafe, because it leaks origins and paths from TLS-protected resources to insecure origins. Note: An empty string value (\"\") is both the default value, and a fallback value if referrerpolicy is not supported. If referrerpolicy is not explicitly specified on the <script> element, it will adopt a higher-level referrer policy, i.e
|
|
40473
|
+
"description": "Indicates which referrer to send when fetching the script, or resources fetched by the script: no-referrer: The Referer header will not be sent. no-referrer-when-downgrade: The Referer header will not be sent to origins without TLS (HTTPS). origin: The sent referrer will be limited to the origin of the referring page: its scheme, host, and port. origin-when-cross-origin: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path. same-origin: A referrer will be sent for same origin, but cross-origin requests will contain no referrer information. strict-origin: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP). strict-origin-when-cross-origin (default): Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP). unsafe-url: The referrer will include the origin and the path (but not the fragment, password, or username). This value is unsafe, because it leaks origins and paths from TLS-protected resources to insecure origins. Note: An empty string value (\"\") is both the default value, and a fallback value if referrerpolicy is not supported. If referrerpolicy is not explicitly specified on the <script> element, it will adopt a higher-level referrer policy, i.e., one set on the whole document or domain. If a higher-level policy is not available, the empty string is treated as being equivalent to strict-origin-when-cross-origin."
|
|
40469
40474
|
},
|
|
40470
40475
|
"src": {
|
|
40471
40476
|
"type": "URL"
|
|
@@ -41494,7 +41499,7 @@
|
|
|
41494
41499
|
"deprecated": true
|
|
41495
41500
|
},
|
|
41496
41501
|
"rowspan": {
|
|
41497
|
-
"description": "A non-negative integer value indicating how many rows the header cell spans or extends. The default value is 1; if its value is set to 0, the header cell will
|
|
41502
|
+
"description": "A non-negative integer value indicating how many rows the header cell spans or extends. The default value is 1; if its value is set to 0, the header cell will extend to the end of the table grouping section (<thead>, <tbody>, <tfoot>, even if implicitly defined), that the <th> belongs to. Values higher than 65534 are clipped at 65534."
|
|
41498
41503
|
},
|
|
41499
41504
|
"scope": {
|
|
41500
41505
|
"type": {
|
|
@@ -41593,7 +41598,7 @@
|
|
|
41593
41598
|
{
|
|
41594
41599
|
"name": "title",
|
|
41595
41600
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title",
|
|
41596
|
-
"description": "The <title> HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; tags within the element are
|
|
41601
|
+
"description": "The <title> HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; HTML tags within the element, if any, are also treated as plain text.",
|
|
41597
41602
|
"categories": ["#metadata"],
|
|
41598
41603
|
"contentModel": {
|
|
41599
41604
|
"contents": [
|
|
@@ -41806,7 +41811,7 @@
|
|
|
41806
41811
|
},
|
|
41807
41812
|
"attributes": {
|
|
41808
41813
|
"compact": {
|
|
41809
|
-
"description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute
|
|
41814
|
+
"description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute is browser-specific. Use CSS instead: to give a similar effect as the compact attribute, the CSS property line-height can be used with a value of 80%.",
|
|
41810
41815
|
"deprecated": true
|
|
41811
41816
|
},
|
|
41812
41817
|
"type": {
|
|
@@ -41915,7 +41920,7 @@
|
|
|
41915
41920
|
}
|
|
41916
41921
|
},
|
|
41917
41922
|
"crossorigin": {
|
|
41918
|
-
"description": "This enumerated attribute indicates whether to use CORS to fetch the related video. 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
|
|
41923
|
+
"description": "This enumerated attribute indicates whether to use CORS to fetch the related video. 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."
|
|
41919
41924
|
},
|
|
41920
41925
|
"disablepictureinpicture": {
|
|
41921
41926
|
"description": "Prevents the browser from suggesting a Picture-in-Picture context menu or to request Picture-in-Picture automatically in some cases."
|
|
@@ -41939,7 +41944,7 @@
|
|
|
41939
41944
|
"type": "URL"
|
|
41940
41945
|
},
|
|
41941
41946
|
"preload": {
|
|
41942
|
-
"description": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience regarding what content is loaded before the video is played. It may have one of the following values: none: Indicates that the video should not be preloaded. metadata: Indicates that only video metadata (e.g
|
|
41947
|
+
"description": "This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience regarding what content is loaded before the video is played. It may have one of the following values: none: Indicates that the video should not be preloaded. metadata: Indicates that only video metadata (e.g., length) is fetched. auto: Indicates that the whole video file can be downloaded, even if the user is not expected to use it. empty string: A synonym of the auto value. The default value is different for each browser. The spec advises it to be set to metadata. Note: The autoplay attribute has precedence over preload. If autoplay is specified, the browser would obviously need to start downloading the video for playback. The specification does not force the browser to follow the value of this attribute; it is a mere hint."
|
|
41943
41948
|
},
|
|
41944
41949
|
"src": {
|
|
41945
41950
|
"description": "The URL of the video to embed. This is optional; you may instead use the <source> element within the video block to specify the video to embed."
|
|
@@ -42118,32 +42123,32 @@
|
|
|
42118
42123
|
},
|
|
42119
42124
|
"attributes": {
|
|
42120
42125
|
"download": {
|
|
42121
|
-
"description": "Instructs browsers to download a URL instead of navigating to it, so the user will be prompted to save it as a local file. Value type: <string
|
|
42126
|
+
"description": "Instructs browsers to download a URL instead of navigating to it, so the user will be prompted to save it as a local file. Value type: <string>; Default value: none; Animatable: no"
|
|
42122
42127
|
},
|
|
42123
42128
|
"href": {
|
|
42124
|
-
"description": "The URL or URL fragment the hyperlink points to. Value type: <URL
|
|
42129
|
+
"description": "The URL or URL fragment the hyperlink points to. Value type: <URL>; Default value: none; Animatable: yes"
|
|
42125
42130
|
},
|
|
42126
42131
|
"hreflang": {
|
|
42127
|
-
"description": "The human language of the URL or URL fragment that the hyperlink points to. Value type: <string
|
|
42132
|
+
"description": "The human language of the URL or URL fragment that the hyperlink points to. Value type: <string>; Default value: none; Animatable: no"
|
|
42128
42133
|
},
|
|
42129
42134
|
"ping": {
|
|
42130
|
-
"description": "A space-separated list of URLs to which, when the hyperlink is followed, POST requests with the body PING will be sent by the browser (in the background). Typically used for tracking. For a more widely-supported feature addressing the same use cases, see Navigator.sendBeacon(). Value type: <list-of-URLs
|
|
42135
|
+
"description": "A space-separated list of URLs to which, when the hyperlink is followed, POST requests with the body PING will be sent by the browser (in the background). Typically used for tracking. For a more widely-supported feature addressing the same use cases, see Navigator.sendBeacon(). Value type: <list-of-URLs>; Default value: none; Animatable: no",
|
|
42131
42136
|
"experimental": true
|
|
42132
42137
|
},
|
|
42133
42138
|
"referrerpolicy": {
|
|
42134
|
-
"description": "Which referrer to send when fetching the URL. Value type: no-referrer|no-referrer-when-downgrade|same-origin|origin|strict-origin|origin-when-cross-origin|strict-origin-when-cross-origin|unsafe-url
|
|
42139
|
+
"description": "Which referrer to send when fetching the URL. Value type: no-referrer | no-referrer-when-downgrade | same-origin | origin | strict-origin | origin-when-cross-origin | strict-origin-when-cross-origin | unsafe-url; Default value: none; Animatable: no"
|
|
42135
42140
|
},
|
|
42136
42141
|
"rel": {
|
|
42137
|
-
"description": "The relationship of the target object to the link object. Value type: <list-of-Link-Types
|
|
42142
|
+
"description": "The relationship of the target object to the link object. Value type: <list-of-Link-Types>; Default value: none; Animatable: no"
|
|
42138
42143
|
},
|
|
42139
42144
|
"target": {
|
|
42140
|
-
"description": "Where to display the linked URL. Value type: _self|_parent|_top|_blank
|
|
42145
|
+
"description": "Where to display the linked URL. Value type: _self | _parent | _top | _blank | <XML-Name>; Default value: _self; Animatable: yes"
|
|
42141
42146
|
},
|
|
42142
42147
|
"type": {
|
|
42143
|
-
"description": "A MIME type for the linked URL. Value type: <string
|
|
42148
|
+
"description": "A MIME type for the linked URL. Value type: <string>; Default value: none; Animatable: no"
|
|
42144
42149
|
},
|
|
42145
42150
|
"xlink:href": {
|
|
42146
|
-
"description": "The URL or URL fragment that the hyperlink points to. May be required for backwards compatibility for older browsers. Value type: <URL
|
|
42151
|
+
"description": "The URL or URL fragment that the hyperlink points to. May be required for backwards compatibility for older browsers. Value type: <URL>; Default value: none; Animatable: yes",
|
|
42147
42152
|
"deprecated": true
|
|
42148
42153
|
}
|
|
42149
42154
|
}
|
|
@@ -42491,17 +42496,17 @@
|
|
|
42491
42496
|
},
|
|
42492
42497
|
"attributes": {
|
|
42493
42498
|
"cx": {
|
|
42494
|
-
"description": "The x-axis coordinate of the center of the circle. Value type: <length
|
|
42499
|
+
"description": "The x-axis coordinate of the center of the circle. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
42495
42500
|
},
|
|
42496
42501
|
"cy": {
|
|
42497
|
-
"description": "The y-axis coordinate of the center of the circle. Value type: <length
|
|
42502
|
+
"description": "The y-axis coordinate of the center of the circle. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
42498
42503
|
},
|
|
42499
42504
|
"pathLength": {
|
|
42500
42505
|
"type": "<number>",
|
|
42501
42506
|
"animatable": true
|
|
42502
42507
|
},
|
|
42503
42508
|
"r": {
|
|
42504
|
-
"description": "The radius of the circle. A value lower or equal to zero disables rendering of the circle. Value type: <length
|
|
42509
|
+
"description": "The radius of the circle. A value lower or equal to zero disables rendering of the circle. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
42505
42510
|
}
|
|
42506
42511
|
}
|
|
42507
42512
|
},
|
|
@@ -42615,24 +42620,6 @@
|
|
|
42615
42620
|
}
|
|
42616
42621
|
}
|
|
42617
42622
|
},
|
|
42618
|
-
{
|
|
42619
|
-
"name": "svg:cursor",
|
|
42620
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
42621
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
42622
|
-
"description": "The <cursor> SVG element can be used to define a platform-independent custom cursor. A recommended approach for defining a platform-independent custom cursor is to create a PNG image and define a cursor element that references the PNG image and identifies the exact position within the image which is the pointer position (i.e., the hot spot).",
|
|
42623
|
-
"categories": [],
|
|
42624
|
-
"contentModel": {
|
|
42625
|
-
"contents": true
|
|
42626
|
-
},
|
|
42627
|
-
"aria": {
|
|
42628
|
-
"permittedRoles": true,
|
|
42629
|
-
"implicitRole": false
|
|
42630
|
-
},
|
|
42631
|
-
"omission": false,
|
|
42632
|
-
"obsolete": true,
|
|
42633
|
-
"globalAttrs": {},
|
|
42634
|
-
"attributes": {}
|
|
42635
|
-
},
|
|
42636
42623
|
{
|
|
42637
42624
|
"name": "svg:defs",
|
|
42638
42625
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -42773,7 +42760,7 @@
|
|
|
42773
42760
|
"name": "svg:discard",
|
|
42774
42761
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42775
42762
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard",
|
|
42776
|
-
"description": "",
|
|
42763
|
+
"description": "SVG drawings and images are created using a wide array of elements which are dedicated to the construction, drawing, and layout of vector images and diagrams. Here you'll find reference documentation for each of the SVG elements.",
|
|
42777
42764
|
"categories": [],
|
|
42778
42765
|
"contentModel": {
|
|
42779
42766
|
"contents": [
|
|
@@ -42915,20 +42902,20 @@
|
|
|
42915
42902
|
},
|
|
42916
42903
|
"attributes": {
|
|
42917
42904
|
"cx": {
|
|
42918
|
-
"description": "The x position of the center of the ellipse. Value type: <length
|
|
42905
|
+
"description": "The x position of the center of the ellipse. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
42919
42906
|
},
|
|
42920
42907
|
"cy": {
|
|
42921
|
-
"description": "The y position of the center of the ellipse. Value type: <length
|
|
42908
|
+
"description": "The y position of the center of the ellipse. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
42922
42909
|
},
|
|
42923
42910
|
"pathLength": {
|
|
42924
42911
|
"type": "<number>",
|
|
42925
42912
|
"animatable": true
|
|
42926
42913
|
},
|
|
42927
42914
|
"rx": {
|
|
42928
|
-
"description": "The radius of the ellipse on the x axis. Value type: auto
|
|
42915
|
+
"description": "The radius of the ellipse on the x axis. Value type: auto | <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
42929
42916
|
},
|
|
42930
42917
|
"ry": {
|
|
42931
|
-
"description": "The radius of the ellipse on the y axis. Value type: auto
|
|
42918
|
+
"description": "The radius of the ellipse on the y axis. Value type: auto | <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
42932
42919
|
}
|
|
42933
42920
|
}
|
|
42934
42921
|
},
|
|
@@ -45434,16 +45421,16 @@
|
|
|
45434
45421
|
},
|
|
45435
45422
|
"attributes": {
|
|
45436
45423
|
"height": {
|
|
45437
|
-
"description": "The height of the foreignObject. Value type: <length
|
|
45424
|
+
"description": "The height of the foreignObject. Value type: <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
45438
45425
|
},
|
|
45439
45426
|
"width": {
|
|
45440
|
-
"description": "The width of the foreignObject. Value type: <length
|
|
45427
|
+
"description": "The width of the foreignObject. Value type: <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
45441
45428
|
},
|
|
45442
45429
|
"x": {
|
|
45443
|
-
"description": "The x coordinate of the foreignObject. Value type: <length
|
|
45430
|
+
"description": "The x coordinate of the foreignObject. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
45444
45431
|
},
|
|
45445
45432
|
"y": {
|
|
45446
|
-
"description": "The y coordinate of the foreignObject. Value type: <length
|
|
45433
|
+
"description": "The y coordinate of the foreignObject. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
45447
45434
|
}
|
|
45448
45435
|
}
|
|
45449
45436
|
},
|
|
@@ -45565,24 +45552,6 @@
|
|
|
45565
45552
|
},
|
|
45566
45553
|
"attributes": {}
|
|
45567
45554
|
},
|
|
45568
|
-
{
|
|
45569
|
-
"name": "svg:hkern",
|
|
45570
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45571
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45572
|
-
"description": "The <hkern> SVG element allows to fine-tweak the horizontal distance between two glyphs. This process is known as kerning.",
|
|
45573
|
-
"categories": [],
|
|
45574
|
-
"contentModel": {
|
|
45575
|
-
"contents": true
|
|
45576
|
-
},
|
|
45577
|
-
"aria": {
|
|
45578
|
-
"permittedRoles": true,
|
|
45579
|
-
"implicitRole": false
|
|
45580
|
-
},
|
|
45581
|
-
"omission": false,
|
|
45582
|
-
"obsolete": true,
|
|
45583
|
-
"globalAttrs": {},
|
|
45584
|
-
"attributes": {}
|
|
45585
|
-
},
|
|
45586
45555
|
{
|
|
45587
45556
|
"name": "svg:image",
|
|
45588
45557
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -45703,10 +45672,15 @@
|
|
|
45703
45672
|
}
|
|
45704
45673
|
},
|
|
45705
45674
|
"decoding": {
|
|
45706
|
-
"description": "Provides a hint to the browser as to whether it should perform image decoding synchronously or asynchronously. Value type: async | sync | auto
|
|
45675
|
+
"description": "Provides a hint to the browser as to whether it should perform image decoding synchronously or asynchronously. Value type: async | sync | auto; Default value: auto; Animatable: yes"
|
|
45676
|
+
},
|
|
45677
|
+
"fetchpriority": {
|
|
45678
|
+
"description": "Provides a hint of the relative priority to use when fetching an external image. Allowed values: high Fetches the external image at a high priority relative to other external resources. low Fetches the external image at a low priority relative to other external resources. auto Doesn't set a preference for the fetch priority. It is used if no value or an invalid value is set. This is the default.",
|
|
45679
|
+
"experimental": true,
|
|
45680
|
+
"nonStandard": true
|
|
45707
45681
|
},
|
|
45708
45682
|
"height": {
|
|
45709
|
-
"description": "The height the image renders at. Unlike HTML's <img>, this attribute is required. Value type: <length
|
|
45683
|
+
"description": "The height the image renders at. Unlike HTML's <img>, this attribute is required. Value type: <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
45710
45684
|
},
|
|
45711
45685
|
"href": {
|
|
45712
45686
|
"type": "URL"
|
|
@@ -45716,17 +45690,17 @@
|
|
|
45716
45690
|
"defaultValue": "xMidYMid meet"
|
|
45717
45691
|
},
|
|
45718
45692
|
"width": {
|
|
45719
|
-
"description": "The width the image renders at. Unlike HTML's <img>, this attribute is required. Value type: <length
|
|
45693
|
+
"description": "The width the image renders at. Unlike HTML's <img>, this attribute is required. Value type: <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
45720
45694
|
},
|
|
45721
45695
|
"x": {
|
|
45722
|
-
"description": "Positions the image horizontally from the origin. Value type: <length
|
|
45696
|
+
"description": "Positions the image horizontally from the origin. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
45723
45697
|
},
|
|
45724
45698
|
"xlink:href": {
|
|
45725
|
-
"description": "Points at a URL for the image file. Value type: <URL
|
|
45699
|
+
"description": "Points at a URL for the image file. Value type: <URL>; Default value: none; Animatable: no",
|
|
45726
45700
|
"deprecated": true
|
|
45727
45701
|
},
|
|
45728
45702
|
"y": {
|
|
45729
|
-
"description": "Positions the image vertically from the origin. Value type: <length
|
|
45703
|
+
"description": "Positions the image vertically from the origin. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
45730
45704
|
}
|
|
45731
45705
|
}
|
|
45732
45706
|
},
|
|
@@ -46000,7 +45974,7 @@
|
|
|
46000
45974
|
"animatable": true
|
|
46001
45975
|
},
|
|
46002
45976
|
"xlink:href": {
|
|
46003
|
-
"description": "An <IRI> reference to another <linearGradient> element that will be used as a template. Value type: <IRI
|
|
45977
|
+
"description": "An <IRI> reference to another <linearGradient> element that will be used as a template. Value type: <IRI>; Default value: none; Animatable: yes",
|
|
46004
45978
|
"deprecated": true
|
|
46005
45979
|
},
|
|
46006
45980
|
"y1": {
|
|
@@ -46194,7 +46168,7 @@
|
|
|
46194
46168
|
"name": "svg:mask",
|
|
46195
46169
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46196
46170
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask",
|
|
46197
|
-
"description": "The <mask> SVG element defines
|
|
46171
|
+
"description": "The <mask> SVG element defines a mask for compositing the current object into the background. A mask is used/referenced using the mask property and CSS mask-image property.",
|
|
46198
46172
|
"categories": [],
|
|
46199
46173
|
"contentModel": {
|
|
46200
46174
|
"contents": [
|
|
@@ -46304,6 +46278,9 @@
|
|
|
46304
46278
|
"height": {
|
|
46305
46279
|
"defaultValue": "120%"
|
|
46306
46280
|
},
|
|
46281
|
+
"mask-type": {
|
|
46282
|
+
"description": "This attribute defines the mask mode for the contents for the contents of the <mask>. Value type: alpha | luminance; Default value: luminance; Animatable: yes"
|
|
46283
|
+
},
|
|
46307
46284
|
"maskContentUnits": {
|
|
46308
46285
|
"type": {
|
|
46309
46286
|
"enum": ["userSpaceOnUse", "objectBoundingBox"]
|
|
@@ -46354,24 +46331,6 @@
|
|
|
46354
46331
|
},
|
|
46355
46332
|
"attributes": {}
|
|
46356
46333
|
},
|
|
46357
|
-
{
|
|
46358
|
-
"name": "svg:missing",
|
|
46359
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
46360
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
46361
|
-
"description": "",
|
|
46362
|
-
"categories": [],
|
|
46363
|
-
"contentModel": {
|
|
46364
|
-
"contents": true
|
|
46365
|
-
},
|
|
46366
|
-
"aria": {
|
|
46367
|
-
"permittedRoles": true,
|
|
46368
|
-
"implicitRole": false
|
|
46369
|
-
},
|
|
46370
|
-
"omission": false,
|
|
46371
|
-
"obsolete": true,
|
|
46372
|
-
"globalAttrs": {},
|
|
46373
|
-
"attributes": {}
|
|
46374
|
-
},
|
|
46375
46334
|
{
|
|
46376
46335
|
"name": "svg:mpath",
|
|
46377
46336
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -46511,7 +46470,7 @@
|
|
|
46511
46470
|
},
|
|
46512
46471
|
"attributes": {
|
|
46513
46472
|
"d": {
|
|
46514
|
-
"description": "This attribute defines the shape of the path. Value type: <string
|
|
46473
|
+
"description": "This attribute defines the shape of the path. Value type: <string>; Default value: ''; Animatable: yes"
|
|
46515
46474
|
},
|
|
46516
46475
|
"pathLength": {
|
|
46517
46476
|
"type": "<number>",
|
|
@@ -46670,14 +46629,14 @@
|
|
|
46670
46629
|
"defaultValue": "0"
|
|
46671
46630
|
},
|
|
46672
46631
|
"x": {
|
|
46673
|
-
"description": "This attribute determines the x coordinate shift of the pattern tile. Value type: <length
|
|
46632
|
+
"description": "This attribute determines the x coordinate shift of the pattern tile. Value type: <length>; Default value: 0; Animatable: yes"
|
|
46674
46633
|
},
|
|
46675
46634
|
"xlink:href": {
|
|
46676
46635
|
"description": "This attribute references a template pattern that provides default values for the <pattern> attributes. Value type: <URL>; Default value: none; Animatable: yes Note: For browsers implementing href, if both href and xlink:href are set, xlink:href will be ignored and only href will be used.",
|
|
46677
46636
|
"deprecated": true
|
|
46678
46637
|
},
|
|
46679
46638
|
"y": {
|
|
46680
|
-
"description": "This attribute determines the y coordinate shift of the pattern tile. Value type: <length
|
|
46639
|
+
"description": "This attribute determines the y coordinate shift of the pattern tile. Value type: <length>; Default value: 0; Animatable: yes"
|
|
46681
46640
|
}
|
|
46682
46641
|
}
|
|
46683
46642
|
},
|
|
@@ -47071,7 +47030,7 @@
|
|
|
47071
47030
|
"animatable": true
|
|
47072
47031
|
},
|
|
47073
47032
|
"xlink:href": {
|
|
47074
|
-
"description": "An <IRI> reference to another <radialGradient> element that will be used as a template. Value type: <IRI
|
|
47033
|
+
"description": "An <IRI> reference to another <radialGradient> element that will be used as a template. Value type: <IRI>; Default value: none; Animatable: yes",
|
|
47075
47034
|
"deprecated": true
|
|
47076
47035
|
}
|
|
47077
47036
|
}
|
|
@@ -47191,26 +47150,26 @@
|
|
|
47191
47150
|
},
|
|
47192
47151
|
"attributes": {
|
|
47193
47152
|
"height": {
|
|
47194
|
-
"description": "The height of the rect. Value type: auto
|
|
47153
|
+
"description": "The height of the rect. Value type: auto | <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
47195
47154
|
},
|
|
47196
47155
|
"pathLength": {
|
|
47197
47156
|
"type": "<number>",
|
|
47198
47157
|
"animatable": true
|
|
47199
47158
|
},
|
|
47200
47159
|
"rx": {
|
|
47201
|
-
"description": "The horizontal corner radius of the rect. Defaults to ry if it is specified. Value type: auto
|
|
47160
|
+
"description": "The horizontal corner radius of the rect. Defaults to ry if it is specified. Value type: auto | <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
47202
47161
|
},
|
|
47203
47162
|
"ry": {
|
|
47204
|
-
"description": "The vertical corner radius of the rect. Defaults to rx if it is specified. Value type: auto
|
|
47163
|
+
"description": "The vertical corner radius of the rect. Defaults to rx if it is specified. Value type: auto | <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
47205
47164
|
},
|
|
47206
47165
|
"width": {
|
|
47207
|
-
"description": "The width of the rect. Value type: auto
|
|
47166
|
+
"description": "The width of the rect. Value type: auto | <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
47208
47167
|
},
|
|
47209
47168
|
"x": {
|
|
47210
|
-
"description": "The x coordinate of the rect. Value type: <length
|
|
47169
|
+
"description": "The x coordinate of the rect. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
47211
47170
|
},
|
|
47212
47171
|
"y": {
|
|
47213
|
-
"description": "The y coordinate of the rect. Value type: <length
|
|
47172
|
+
"description": "The y coordinate of the rect. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
47214
47173
|
}
|
|
47215
47174
|
}
|
|
47216
47175
|
},
|
|
@@ -47245,6 +47204,11 @@
|
|
|
47245
47204
|
},
|
|
47246
47205
|
"animatable": true
|
|
47247
47206
|
},
|
|
47207
|
+
"fetchpriority": {
|
|
47208
|
+
"description": "Provides a hint of the relative priority to use when fetching an external script. Allowed values: high Fetches the external script at a high priority relative to other external scripts. low Fetches the external script at a low priority relative to other external scripts. auto Doesn't set a preference for the fetch priority. It is used if no value or an invalid value is set. This is the default.",
|
|
47209
|
+
"experimental": true,
|
|
47210
|
+
"nonStandard": true
|
|
47211
|
+
},
|
|
47248
47212
|
"href": {
|
|
47249
47213
|
"type": "URL"
|
|
47250
47214
|
},
|
|
@@ -47253,7 +47217,7 @@
|
|
|
47253
47217
|
"defaultValue": "application/ecmascript"
|
|
47254
47218
|
},
|
|
47255
47219
|
"xlink:href": {
|
|
47256
|
-
"description": "The URL to the script to load. Value type: <URL
|
|
47220
|
+
"description": "The URL to the script to load. Value type: <URL>; Default value: none; Animatable: no",
|
|
47257
47221
|
"deprecated": true
|
|
47258
47222
|
}
|
|
47259
47223
|
}
|
|
@@ -47605,10 +47569,10 @@
|
|
|
47605
47569
|
"defaultValue": "auto"
|
|
47606
47570
|
},
|
|
47607
47571
|
"x": {
|
|
47608
|
-
"description": "The displayed x coordinate of the svg container. No effect on outermost svg elements. Value type: <length
|
|
47572
|
+
"description": "The displayed x coordinate of the svg container. No effect on outermost svg elements. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
47609
47573
|
},
|
|
47610
47574
|
"y": {
|
|
47611
|
-
"description": "The displayed y coordinate of the svg container. No effect on outermost svg elements. Value type: <length
|
|
47575
|
+
"description": "The displayed y coordinate of the svg container. No effect on outermost svg elements. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
47612
47576
|
}
|
|
47613
47577
|
}
|
|
47614
47578
|
},
|
|
@@ -47768,7 +47732,7 @@
|
|
|
47768
47732
|
},
|
|
47769
47733
|
"attributes": {
|
|
47770
47734
|
"height": {
|
|
47771
|
-
"description": "This attribute determines the height of the symbol. Value type: <length
|
|
47735
|
+
"description": "This attribute determines the height of the symbol. Value type: <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
47772
47736
|
},
|
|
47773
47737
|
"preserveAspectRatio": {
|
|
47774
47738
|
"type": "<preserve-aspect-ratio>",
|
|
@@ -47798,13 +47762,13 @@
|
|
|
47798
47762
|
"type": "<view-box>"
|
|
47799
47763
|
},
|
|
47800
47764
|
"width": {
|
|
47801
|
-
"description": "This attribute determines the width of the symbol. Value type: <length
|
|
47765
|
+
"description": "This attribute determines the width of the symbol. Value type: <length> | <percentage>; Default value: auto; Animatable: yes"
|
|
47802
47766
|
},
|
|
47803
47767
|
"x": {
|
|
47804
|
-
"description": "This attribute determines the x coordinate of the symbol. Value type: <length
|
|
47768
|
+
"description": "This attribute determines the x coordinate of the symbol. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
47805
47769
|
},
|
|
47806
47770
|
"y": {
|
|
47807
|
-
"description": "This attribute determines the y coordinate of the symbol. Value type: <length
|
|
47771
|
+
"description": "This attribute determines the y coordinate of the symbol. Value type: <length> | <percentage>; Default value: 0; Animatable: yes"
|
|
47808
47772
|
}
|
|
47809
47773
|
}
|
|
47810
47774
|
},
|
|
@@ -48142,24 +48106,6 @@
|
|
|
48142
48106
|
},
|
|
48143
48107
|
"attributes": {}
|
|
48144
48108
|
},
|
|
48145
|
-
{
|
|
48146
|
-
"name": "svg:tref",
|
|
48147
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
48148
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
48149
|
-
"description": "The textual content for a <text> SVG element can be either character data directly embedded within the <text> element or the character data content of a referenced element, where the referencing is specified with a <tref> element.",
|
|
48150
|
-
"categories": [],
|
|
48151
|
-
"contentModel": {
|
|
48152
|
-
"contents": true
|
|
48153
|
-
},
|
|
48154
|
-
"aria": {
|
|
48155
|
-
"permittedRoles": true,
|
|
48156
|
-
"implicitRole": false
|
|
48157
|
-
},
|
|
48158
|
-
"omission": false,
|
|
48159
|
-
"obsolete": true,
|
|
48160
|
-
"globalAttrs": {},
|
|
48161
|
-
"attributes": {}
|
|
48162
|
-
},
|
|
48163
48109
|
{
|
|
48164
48110
|
"name": "svg:tspan",
|
|
48165
48111
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -48307,7 +48253,7 @@
|
|
|
48307
48253
|
"name": "svg:use",
|
|
48308
48254
|
"namespace": "http://www.w3.org/2000/svg",
|
|
48309
48255
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use",
|
|
48310
|
-
"description": "The <use> element takes nodes from within
|
|
48256
|
+
"description": "The <use> element takes nodes from within an SVG document, and duplicates them somewhere else. The effect is the same as if the nodes were deeply cloned into a non-exposed DOM, then pasted where the <use> element is, much like cloned <template> elements.",
|
|
48311
48257
|
"categories": [],
|
|
48312
48258
|
"contentModel": {
|
|
48313
48259
|
"contents": [
|
|
@@ -48415,23 +48361,23 @@
|
|
|
48415
48361
|
},
|
|
48416
48362
|
"attributes": {
|
|
48417
48363
|
"height": {
|
|
48418
|
-
"description": "The height of the use element. Value type: <length
|
|
48364
|
+
"description": "The height of the <use> element. Value type: <length>; Default value: 0; Animatable: yes"
|
|
48419
48365
|
},
|
|
48420
48366
|
"href": {
|
|
48421
48367
|
"type": "URL"
|
|
48422
48368
|
},
|
|
48423
48369
|
"width": {
|
|
48424
|
-
"description": "The width of the use element. Value type: <length
|
|
48370
|
+
"description": "The width of the <use> element. Value type: <length>; Default value: 0; Animatable: yes"
|
|
48425
48371
|
},
|
|
48426
48372
|
"x": {
|
|
48427
|
-
"description": "The x coordinate of an additional final offset transformation applied to the <use> element. Value type: <coordinate
|
|
48373
|
+
"description": "The x coordinate of an additional final offset transformation applied to the <use> element. Value type: <coordinate>; Default value: 0; Animatable: yes"
|
|
48428
48374
|
},
|
|
48429
48375
|
"xlink:href": {
|
|
48430
|
-
"description": "An <IRI> reference to an element/fragment that needs to be duplicated. If both href and xlink:href are present, the value given by href is used. Value type: <IRI
|
|
48376
|
+
"description": "An <IRI> reference to an element/fragment that needs to be duplicated. If both href and xlink:href are present, the value given by href is used. Value type: <IRI>; Default value: none; Animatable: yes Warning: Since SVG 2, the xlink:href attribute is deprecated in favor of href. See xlink:href page for more information.",
|
|
48431
48377
|
"deprecated": true
|
|
48432
48378
|
},
|
|
48433
48379
|
"y": {
|
|
48434
|
-
"description": "The y coordinate of an additional final offset transformation applied to the <use> element. Value type: <coordinate
|
|
48380
|
+
"description": "The y coordinate of an additional final offset transformation applied to the <use> element. Value type: <coordinate>; Default value: 0; Animatable: yes"
|
|
48435
48381
|
}
|
|
48436
48382
|
}
|
|
48437
48383
|
},
|
|
@@ -48478,24 +48424,6 @@
|
|
|
48478
48424
|
"deprecated": true
|
|
48479
48425
|
}
|
|
48480
48426
|
}
|
|
48481
|
-
},
|
|
48482
|
-
{
|
|
48483
|
-
"name": "svg:vkern",
|
|
48484
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
48485
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
48486
|
-
"description": "The <vkern> SVG element allows to fine-tweak the vertical distance between two glyphs in top-to-bottom fonts. This process is known as kerning.",
|
|
48487
|
-
"categories": [],
|
|
48488
|
-
"contentModel": {
|
|
48489
|
-
"contents": true
|
|
48490
|
-
},
|
|
48491
|
-
"aria": {
|
|
48492
|
-
"permittedRoles": true,
|
|
48493
|
-
"implicitRole": false
|
|
48494
|
-
},
|
|
48495
|
-
"omission": false,
|
|
48496
|
-
"obsolete": true,
|
|
48497
|
-
"globalAttrs": {},
|
|
48498
|
-
"attributes": {}
|
|
48499
48427
|
}
|
|
48500
48428
|
]
|
|
48501
48429
|
}
|