@markuplint/html-spec 2.7.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.json CHANGED
@@ -13,7 +13,6 @@
13
13
  "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio",
14
14
  "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b",
15
15
  "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base",
16
- "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/basefont",
17
16
  "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi",
18
17
  "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo",
19
18
  "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bgsound",
@@ -10622,7 +10621,7 @@
10622
10621
  "deprecated": true
10623
10622
  },
10624
10623
  "target": {
10625
- "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 (the \"highest\" context that's an ancestor of the current one). If no ancestors, behaves as _self. Note: Setting target=\"_blank\" on <a> elements implicitly provides the same rel behavior as setting rel=\"noopener\" which does not set window.opener. See browser compatibility for support status."
10624
+ "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 (the \"highest\" context that's an ancestor of the current one). If no ancestors, behaves as _self. Note: Setting target=\"_blank\" on <a> elements implicitly provides the same rel behavior as setting rel=\"noopener\" which does not set window.opener."
10626
10625
  },
10627
10626
  "type": {
10628
10627
  "description": "Hints at the linked URL's format with a MIME type. No built-in functionality."
@@ -10632,7 +10631,7 @@
10632
10631
  {
10633
10632
  "name": "abbr",
10634
10633
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr",
10635
- "description": "The <abbr> HTML element represents an abbreviation or acronym; the optional title attribute can provide an expansion or description for the abbreviation. If present, title must contain this full description and nothing else.",
10634
+ "description": "The <abbr> HTML element represents an abbreviation or acronym.",
10636
10635
  "categories": ["#flow", "#phrasing", "#palpable"],
10637
10636
  "permittedStructures": {
10638
10637
  "summary": "Phrasing content",
@@ -10738,49 +10737,64 @@
10738
10737
  "globalAttrs": {},
10739
10738
  "attributes": {
10740
10739
  "align": {
10741
- "description": "This attribute is used to position the applet on the page relative to content that might flow around it. The HTML 4.01 specification defines values of bottom, left, middle, right, and top, whereas Microsoft and Netscape also might support absbottom, absmiddle, baseline, center, and texttop."
10740
+ "description": "This attribute is used to position the applet on the page relative to content that might flow around it. The HTML 4.01 specification defines values of bottom, left, middle, right, and top, whereas Microsoft and Netscape also might support absbottom, absmiddle, baseline, center, and texttop.",
10741
+ "deprecated": true
10742
10742
  },
10743
10743
  "alt": {
10744
- "description": "This attribute causes a descriptive text alternate to be displayed on browsers that do not support Java. Page designers should also remember that content enclosed within the <applet> element may also be rendered as alternative text."
10744
+ "description": "This attribute causes a descriptive text alternate to be displayed on browsers that do not support Java. Page designers should also remember that content enclosed within the <applet> element may also be rendered as alternative text.",
10745
+ "deprecated": true
10745
10746
  },
10746
10747
  "archive": {
10747
- "description": "This attribute refers to an archived or compressed version of the applet and its associated class files, which might help reduce download time."
10748
+ "description": "This attribute refers to an archived or compressed version of the applet and its associated class files, which might help reduce download time.",
10749
+ "deprecated": true
10748
10750
  },
10749
10751
  "code": {
10750
- "description": "This attribute specifies the URL of the applet's class file to be loaded and executed. Applet filenames are identified by a .class filename extension. The URL specified by code might be relative to the codebase attribute."
10752
+ "description": "This attribute specifies the URL of the applet's class file to be loaded and executed. Applet filenames are identified by a .class filename extension. The URL specified by code might be relative to the codebase attribute.",
10753
+ "deprecated": true
10751
10754
  },
10752
10755
  "codebase": {
10753
- "description": "This attribute gives the absolute or relative URL of the directory where applets' .class files referenced by the code attribute are stored."
10756
+ "description": "This attribute gives the absolute or relative URL of the directory where applets' .class files referenced by the code attribute are stored.",
10757
+ "deprecated": true
10754
10758
  },
10755
10759
  "datafld": {
10756
- "description": "This attribute, supported by Internet Explorer 4 and higher, specifies the column name from the data source object that supplies the bound data. This attribute might be used to specify the various <param> elements passed to the Java applet."
10760
+ "description": "This attribute, supported by Internet Explorer 4 and higher, specifies the column name from the data source object that supplies the bound data. This attribute might be used to specify the various <param> elements passed to the Java applet.",
10761
+ "deprecated": true
10757
10762
  },
10758
10763
  "datasrc": {
10759
- "description": "Like datafld, this attribute is used for data binding under Internet Explorer 4. It indicates the id of the data source object that supplies the data that is bound to the <param> elements associated with the applet."
10764
+ "description": "Like datafld, this attribute is used for data binding under Internet Explorer 4. It indicates the id of the data source object that supplies the data that is bound to the <param> elements associated with the applet.",
10765
+ "deprecated": true
10760
10766
  },
10761
10767
  "height": {
10762
- "description": "This attribute specifies the height, in pixels, that the applet needs."
10768
+ "description": "This attribute specifies the height, in pixels, that the applet needs.",
10769
+ "deprecated": true
10763
10770
  },
10764
10771
  "hspace": {
10765
- "description": "This attribute specifies additional horizontal space, in pixels, to be reserved on either side of the applet."
10772
+ "description": "This attribute specifies additional horizontal space, in pixels, to be reserved on either side of the applet.",
10773
+ "deprecated": true
10766
10774
  },
10767
10775
  "mayscript": {
10768
- "description": "In the Netscape implementation, this attribute allows access to an applet by programs in a scripting language embedded in the document."
10776
+ "description": "In the Netscape implementation, this attribute allows access to an applet by programs in a scripting language embedded in the document.",
10777
+ "deprecated": true
10769
10778
  },
10770
10779
  "name": {
10771
- "description": "This attribute assigns a name to the applet so that it can be identified by other resources; particularly scripts."
10780
+ "description": "This attribute assigns a name to the applet so that it can be identified by other resources; particularly scripts.",
10781
+ "deprecated": true
10772
10782
  },
10773
10783
  "object": {
10774
- "description": "This attribute specifies the URL of a serialized representation of an applet."
10784
+ "description": "This attribute specifies the URL of a serialized representation of an applet.",
10785
+ "deprecated": true
10775
10786
  },
10776
10787
  "src": {
10777
- "description": "As defined for Internet Explorer 4 and higher, this attribute specifies a URL for an associated file for the applet. The meaning and use is unclear and not part of the HTML standard."
10788
+ "description": "As defined for Internet Explorer 4 and higher, this attribute specifies a URL for an associated file for the applet. The meaning and use is unclear and not part of the HTML standard.",
10789
+ "deprecated": true
10778
10790
  },
10779
10791
  "vspace": {
10780
- "description": "This attribute specifies additional vertical space, in pixels, to be reserved above and below the applet."
10792
+ "description": "This attribute specifies additional vertical space, in pixels, to be reserved above and below the applet.",
10793
+ "deprecated": true
10781
10794
  },
10782
10795
  "width": {
10783
- "description": "This attribute specifies in pixels the width that the applet needs."
10796
+ "description": "This attribute specifies in pixels the width that the applet needs.",
10797
+ "deprecated": true
10784
10798
  }
10785
10799
  }
10786
10800
  },
@@ -10790,7 +10804,7 @@
10790
10804
  "description": "The <area> HTML element defines an area inside an image map that has predefined clickable areas. An image map allows geometric areas on an image to be associated with hypertext link.",
10791
10805
  "categories": ["#flow", "#phrasing"],
10792
10806
  "permittedStructures": {
10793
- "summary": "None, it is an empty element.",
10807
+ "summary": "None; it is a void element.",
10794
10808
  "tag": "aera",
10795
10809
  "contents": false,
10796
10810
  "ancestor": "map"
@@ -10850,14 +10864,15 @@
10850
10864
  "description": "The hyperlink target for the area. Its value is a valid URL. This attribute may be omitted; if so, the <area> element does not represent a hyperlink."
10851
10865
  },
10852
10866
  "hreflang": {
10853
- "description": "Indicates the language of the linked resource. Allowed values are defined by RFC 5646: Tags for Identifying Languages (also known as BCP 47). Use this attribute only if the href attribute is present."
10867
+ "description": "Indicates the language of the linked resource. Allowed values are defined by RFC 5646: Tags for Identifying Languages (also known as BCP 47). Use this attribute only if the href attribute is present.",
10868
+ "deprecated": true
10854
10869
  },
10855
10870
  "name": {
10856
10871
  "description": "Define a names for the clickable area so that it can be scripted by older browsers.",
10857
10872
  "deprecated": true
10858
10873
  },
10859
10874
  "nohref": {
10860
- "description": "Indicates that no hyperlink exists for the associated area. Note: Since HTML5, omitting the href attribute is sufficient.",
10875
+ "description": "Indicates that no hyperlink exists for the associated area. Note: The nohref attribute is not necessary, as omitting the href attribute is sufficient.",
10861
10876
  "deprecated": true
10862
10877
  },
10863
10878
  "ping": {
@@ -11009,11 +11024,16 @@
11009
11024
  "controls": {
11010
11025
  "description": "If this attribute is present, the browser will offer controls to allow the user to control audio playback, including volume, seeking, and pause/resume playback."
11011
11026
  },
11027
+ "controlslist": {
11028
+ "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.",
11029
+ "experimental": true,
11030
+ "nonStandard": true
11031
+ },
11012
11032
  "crossorigin": {
11013
- "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 image 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 image 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 used in <canvas> elements. If invalid, it is handled as if the enumerated keyword anonymous was used. See CORS settings attributes for additional information."
11033
+ "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."
11014
11034
  },
11015
11035
  "disableremoteplayback": {
11016
- "description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc). See this proposed specification for more information. Note: In Safari, you can use x-webkit-airplay=\"deny\" as a fallback.",
11036
+ "description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). See this proposed specification for more information. Note: In Safari, you can use x-webkit-airplay=\"deny\" as a fallback.",
11017
11037
  "experimental": true
11018
11038
  },
11019
11039
  "loop": {
@@ -11067,7 +11087,7 @@
11067
11087
  "description": "The <base> HTML element specifies the base URL to use for all relative URLs in a document. There can be only one <base> element in a document.",
11068
11088
  "categories": ["#metadata"],
11069
11089
  "permittedStructures": {
11070
- "summary": "None, it is an empty element.",
11090
+ "summary": "None; it is a void element.",
11071
11091
  "tag": "base",
11072
11092
  "contents": false
11073
11093
  },
@@ -11098,9 +11118,9 @@
11098
11118
  },
11099
11119
  {
11100
11120
  "name": "basefont",
11101
- "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/basefont",
11102
- "description": "The <basefont> HTML element is deprecated. It sets a default font face, size, and color for the other elements which are descended from its parent element. With this set, the font's size can then be varied relative to the base size using the <font> element.",
11103
- "deprecated": true,
11121
+ "cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
11122
+ "description": "Element is entirely obsolete, and must not be used by authors.",
11123
+ "obsolete": true,
11104
11124
  "categories": [],
11105
11125
  "permittedStructures": {
11106
11126
  "summary": "",
@@ -11109,7 +11129,7 @@
11109
11129
  },
11110
11130
  "permittedRoles": {
11111
11131
  "summary": "",
11112
- "roles": true
11132
+ "roles": false
11113
11133
  },
11114
11134
  "implicitRole": {
11115
11135
  "summary": "",
@@ -11117,17 +11137,7 @@
11117
11137
  },
11118
11138
  "omittion": false,
11119
11139
  "globalAttrs": {},
11120
- "attributes": {
11121
- "color": {
11122
- "description": "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format."
11123
- },
11124
- "face": {
11125
- "description": "This attribute contains a list of one or more font names. The document text in the default style is rendered in the first font face that the client's browser supports. If no font listed is installed on the local system, the browser typically defaults to the proportional or fixed-width font for that system."
11126
- },
11127
- "size": {
11128
- "description": "This attribute specifies the font size as either a numeric or relative value. Numeric values range from 1 to 7 with 1 being the smallest and 3 the default."
11129
- }
11130
- }
11140
+ "attributes": {}
11131
11141
  },
11132
11142
  {
11133
11143
  "name": "bdi",
@@ -11476,7 +11486,7 @@
11476
11486
  "description": "The <br> HTML element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.",
11477
11487
  "categories": ["#flow", "#phrasing"],
11478
11488
  "permittedStructures": {
11479
- "summary": "None, it is an empty element.",
11489
+ "summary": "None; it is a void element.",
11480
11490
  "tag": "br",
11481
11491
  "contents": false
11482
11492
  },
@@ -11570,7 +11580,7 @@
11570
11580
  "description": "The URL that processes the information submitted by the button. Overrides the action attribute of the button's form owner. Does nothing if there is no form owner."
11571
11581
  },
11572
11582
  "formenctype": {
11573
- "description": "If the button is a submit button (it's inside/associated with a <form> and doesn't have type=\"button\"), specifies how to encode the form data that is submitted. Possible values: application/x-www-form-urlencoded: The default if the attribute is not used. multipart/form-data: Use to submit <input> elements with their type attributes set to file. text/plain: Specified as a debugging aid; shouldn't be used for real form submission. If this attribute is specified, it overrides the enctype attribute of the button's form owner."
11583
+ "description": "If the button is a submit button (it's inside/associated with a <form> and doesn't have type=\"button\"), specifies how to encode the form data that is submitted. Possible values: application/x-www-form-urlencoded: The default if the attribute is not used. multipart/form-data: Used to submit <input> elements with their type attributes set to file. text/plain: Specified as a debugging aid; shouldn't be used for real form submission. If this attribute is specified, it overrides the enctype attribute of the button's form owner."
11574
11584
  },
11575
11585
  "formmethod": {
11576
11586
  "description": "If the button is a submit button (it's inside/associated with a <form> and doesn't have type=\"button\"), this attribute specifies the HTTP method used to submit the form. Possible values: post: The data from the form are included in the body of the HTTP request when sent to the server. Use when the form contains information that shouldn't be public, like login credentials. get: The form data are appended to the form's action URL, with a ? as a separator, and the resulting URL is sent to the server. Use this method when the form has no side effects, like search forms. If specified, this attribute overrides the method attribute of the button's form owner."
@@ -11767,7 +11777,7 @@
11767
11777
  "description": "The <col> HTML element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <colgroup> element.",
11768
11778
  "categories": [],
11769
11779
  "permittedStructures": {
11770
- "summary": "None, it is an empty element.",
11780
+ "summary": "None; it is a void element.",
11771
11781
  "tag": "col",
11772
11782
  "contents": false
11773
11783
  },
@@ -11814,7 +11824,7 @@
11814
11824
  "defaultValue": "1"
11815
11825
  },
11816
11826
  "valign": {
11817
- "description": "This attribute specifies the vertical alignment of the text within each cell of the column. Possible values for this attribute are: baseline, which will put the text as close to the bottom of the cell as it is possible, but align it on the baseline of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as bottom. bottom, which will put the text as close to the bottom of the cell as it is possible; middle, which will center the text in the cell; and top, which will put the text as close to the top of the cell as it is possible. Note: Do not try to set the vertical-align property on a selector giving a <col> element. Because <td> elements are not descendant of the <col> element, they won't inherit it. If the table doesn't use a colspan attribute, use the td:nth-child(an+b) CSS selector where a is the total number of the columns in the table and b is the ordinal position of the column in the table. Only after this selector the vertical-align property can be used. 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.",
11827
+ "description": "This attribute specifies the vertical alignment of the text within each cell of the column. Possible values for this attribute are: baseline, which will put the text as close to the bottom of the cell as it is possible, but align it on the baseline of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as bottom. bottom, which will put the text as close to the bottom of the cell as it is possible; middle, which will center the text in the cell; and top, which will put the text as close to the top of the cell as it is possible. Note: Do not try to set the vertical-align property on a selector giving a <col> element. Because <td> elements are not descendant of the <col> element, they won't inherit it. If the table doesn't use a colspan attribute, use the td:nth-child(an+b) CSS selector where 'a' is the total number of the columns in the table and 'b' is the ordinal position of the column in the table. Only after this selector the vertical-align property can be used. 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.",
11818
11828
  "deprecated": true
11819
11829
  },
11820
11830
  "width": {
@@ -11829,7 +11839,7 @@
11829
11839
  "description": "The <colgroup> HTML element defines a group of columns within a table.",
11830
11840
  "categories": [],
11831
11841
  "permittedStructures": {
11832
- "summary": "If the span attribute is present: none, it is an empty element.If the attribute is not present: zero or more <col> element",
11842
+ "summary": "If the span attribute is present: none.If the attribute is not present: zero or more <col> element",
11833
11843
  "tag": "colgroup",
11834
11844
  "conditional": [
11835
11845
  {
@@ -12030,6 +12040,7 @@
12030
12040
  "attributes": {
12031
12041
  "nowrap": {
12032
12042
  "description": "If the value of this attribute is set to yes, the definition text will not wrap. The default value is no.",
12043
+ "deprecated": true,
12033
12044
  "nonStandard": true
12034
12045
  }
12035
12046
  }
@@ -12208,7 +12219,8 @@
12208
12219
  "globalAttrs": {},
12209
12220
  "attributes": {
12210
12221
  "compact": {
12211
- "description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute depends on the user agent and it doesn't work in all browsers."
12222
+ "description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute depends on the user agent and it doesn't work in all browsers.",
12223
+ "deprecated": true
12212
12224
  }
12213
12225
  }
12214
12226
  },
@@ -12394,7 +12406,7 @@
12394
12406
  "description": "The <embed> HTML element embeds external content at the specified point in the document. This content is provided by an external application or other source of interactive content such as a browser plug-in.",
12395
12407
  "categories": ["#flow", "#phrasing", "#embedded", "#interactive", "#palpable"],
12396
12408
  "permittedStructures": {
12397
- "summary": "None, it is an empty element.",
12409
+ "summary": "None; it is a void element.",
12398
12410
  "tag": "embed",
12399
12411
  "contents": false
12400
12412
  },
@@ -12581,13 +12593,16 @@
12581
12593
  "globalAttrs": {},
12582
12594
  "attributes": {
12583
12595
  "color": {
12584
- "description": "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format."
12596
+ "description": "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format.",
12597
+ "deprecated": true
12585
12598
  },
12586
12599
  "face": {
12587
- "description": "This attribute contains a comma-separated list of one or more font names. The document text in the default style is rendered in the first font face that the client's browser supports. If no font listed is installed on the local system, the browser typically defaults to the proportional or fixed-width font for that system."
12600
+ "description": "This attribute contains a comma-separated list of one or more font names. The document text in the default style is rendered in the first font face that the client's browser supports. If no font listed is installed on the local system, the browser typically defaults to the proportional or fixed-width font for that system.",
12601
+ "deprecated": true
12588
12602
  },
12589
12603
  "size": {
12590
- "description": "This attribute specifies the font size as either a numeric or relative value. Numeric values range from 1 to 7 with 1 being the smallest and 3 the default. It can be defined using a relative value, like +2 or -3, which set it relative to the value of the size attribute of the <basefont> element, or relative to 3, the default value, if none does exist."
12604
+ "description": "This attribute specifies the font size as either a numeric or relative value. Numeric values range from 1 to 7 with 1 being the smallest and 3 the default. It can be defined using a relative value, like +2 or -3, which sets it relative to 3, the default value.",
12605
+ "deprecated": true
12591
12606
  }
12592
12607
  }
12593
12608
  },
@@ -12667,7 +12682,7 @@
12667
12682
  },
12668
12683
  "attributes": {
12669
12684
  "accept": {
12670
- "description": "Comma-separated content types the server accepts. Note: This attribute was removed in HTML5 and should not be used. Instead, use the accept attribute on <input type=file> elements.",
12685
+ "description": "Comma-separated content types the server accepts. Note: This attribute has been deprecated and should not be used. Instead, use the accept attribute on <input type=file> elements.",
12671
12686
  "deprecated": true
12672
12687
  },
12673
12688
  "accept-charset": {
@@ -12767,25 +12782,32 @@
12767
12782
  "globalAttrs": {},
12768
12783
  "attributes": {
12769
12784
  "frameborder": {
12770
- "description": "This attribute allows you to specify a frame's border."
12785
+ "description": "This attribute allows you to specify a frame's border.",
12786
+ "deprecated": true
12771
12787
  },
12772
12788
  "marginheight": {
12773
- "description": "This attribute defines the height of the margin between frames."
12789
+ "description": "This attribute defines the height of the margin between frames.",
12790
+ "deprecated": true
12774
12791
  },
12775
12792
  "marginwidth": {
12776
- "description": "This attribute defines the width of the margin between frames."
12793
+ "description": "This attribute defines the width of the margin between frames.",
12794
+ "deprecated": true
12777
12795
  },
12778
12796
  "name": {
12779
- "description": "This attribute is used for labeling frames. Without labeling, every link will open in the frame that it's in – the closest parent frame. See the target attribute for more information."
12797
+ "description": "This attribute is used for labeling frames. Without labeling, every link will open in the frame that it's in – the closest parent frame. See the target attribute for more information.",
12798
+ "deprecated": true
12780
12799
  },
12781
12800
  "noresize": {
12782
- "description": "This attribute prevents resizing of frames by users."
12801
+ "description": "This attribute prevents resizing of frames by users.",
12802
+ "deprecated": true
12783
12803
  },
12784
12804
  "scrolling": {
12785
- "description": "This attribute defines the existence of a scrollbar. If this attribute is not used, the browser adds a scrollbar when necessary. There are two choices: \"yes\" for forcing a scrollbar even when it is not necessary and \"no\" for forcing no scrollbar even when it is necessary."
12805
+ "description": "This attribute defines the existence of a scrollbar. If this attribute is not used, the browser adds a scrollbar when necessary. There are two choices: \"yes\" for forcing a scrollbar even when it is not necessary and \"no\" for forcing no scrollbar even when it is necessary.",
12806
+ "deprecated": true
12786
12807
  },
12787
12808
  "src": {
12788
- "description": "This attribute specifies the document that will be displayed by the frame."
12809
+ "description": "This attribute specifies the document that will be displayed by the frame.",
12810
+ "deprecated": true
12789
12811
  }
12790
12812
  }
12791
12813
  },
@@ -12812,10 +12834,12 @@
12812
12834
  "globalAttrs": {},
12813
12835
  "attributes": {
12814
12836
  "cols": {
12815
- "description": "This attribute specifies the number and size of horizontal spaces in a frameset."
12837
+ "description": "This attribute specifies the number and size of horizontal spaces in a frameset.",
12838
+ "deprecated": true
12816
12839
  },
12817
12840
  "rows": {
12818
- "description": "This attribute specifies the number and size of vertical spaces in a frameset."
12841
+ "description": "This attribute specifies the number and size of vertical spaces in a frameset.",
12842
+ "deprecated": true
12819
12843
  }
12820
12844
  }
12821
12845
  },
@@ -13014,7 +13038,8 @@
13014
13038
  "attributes": {
13015
13039
  "profile": {
13016
13040
  "description": "The URIs of one or more metadata profiles, separated by white space.",
13017
- "deprecated": true
13041
+ "deprecated": true,
13042
+ "nonStandard": true
13018
13043
  }
13019
13044
  }
13020
13045
  },
@@ -13059,10 +13084,10 @@
13059
13084
  {
13060
13085
  "name": "hgroup",
13061
13086
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup",
13062
- "description": "The <hgroup> HTML element represents a multi-level heading for a section of a document. It groups a set of <h1>–<h6> elements.",
13087
+ "description": "The <hgroup> HTML element represents a heading and related content. It groups a single <h1>–<h6> element with one or more <p>.",
13063
13088
  "categories": ["#flow", "#heading", "#palpable"],
13064
13089
  "permittedStructures": {
13065
- "summary": "One or more <h1>, <h2>, <h3>, <h4>, <h5>, and/or <h6>.",
13090
+ "summary": "Zero or more <p> elements, followed by one <h1>, <h2>, <h3>, <h4>, <h5>, or <h6> element, followed by zero or more <p> elements.",
13066
13091
  "tag": "hgroup",
13067
13092
  "contents": [
13068
13093
  {
@@ -13071,7 +13096,19 @@
13071
13096
  "zeroOrMore": "#script-supporting"
13072
13097
  },
13073
13098
  {
13074
- "oneOrMore": ["h1", "h2", "h3", "h4", "h5", "h6"]
13099
+ "zeroOrMore": "p"
13100
+ },
13101
+ {
13102
+ "zeroOrMore": "#script-supporting"
13103
+ },
13104
+ {
13105
+ "require": ["h1", "h2", "h3", "h4", "h5", "h6"]
13106
+ },
13107
+ {
13108
+ "zeroOrMore": "#script-supporting"
13109
+ },
13110
+ {
13111
+ "zeroOrMore": "p"
13075
13112
  },
13076
13113
  {
13077
13114
  "zeroOrMore": "#script-supporting"
@@ -13103,7 +13140,7 @@
13103
13140
  "description": "The <hr> HTML element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.",
13104
13141
  "categories": ["#flow"],
13105
13142
  "permittedStructures": {
13106
- "summary": "None, it is an empty element.",
13143
+ "summary": "None; it is a void element.",
13107
13144
  "tag": "hr",
13108
13145
  "contents": false
13109
13146
  },
@@ -13125,23 +13162,28 @@
13125
13162
  "attributes": {
13126
13163
  "align": {
13127
13164
  "description": "Sets the alignment of the rule on the page. If no value is specified, the default value is left.",
13128
- "deprecated": true
13165
+ "deprecated": true,
13166
+ "nonStandard": true
13129
13167
  },
13130
13168
  "color": {
13131
13169
  "description": "Sets the color of the rule through color name or hexadecimal value.",
13170
+ "deprecated": true,
13132
13171
  "nonStandard": true
13133
13172
  },
13134
13173
  "noshade": {
13135
13174
  "description": "Sets the rule to have no shading.",
13136
- "deprecated": true
13175
+ "deprecated": true,
13176
+ "nonStandard": true
13137
13177
  },
13138
13178
  "size": {
13139
13179
  "description": "Sets the height, in pixels, of the rule.",
13140
- "deprecated": true
13180
+ "deprecated": true,
13181
+ "nonStandard": true
13141
13182
  },
13142
13183
  "width": {
13143
13184
  "description": "Sets the length of the rule on the page through a pixel or percentage value.",
13144
- "deprecated": true
13185
+ "deprecated": true,
13186
+ "nonStandard": true
13145
13187
  }
13146
13188
  }
13147
13189
  },
@@ -13180,7 +13222,8 @@
13180
13222
  "attributes": {
13181
13223
  "manifest": {
13182
13224
  "description": "Specifies the URI of a resource manifest indicating resources that should be cached locally.",
13183
- "deprecated": true
13225
+ "deprecated": true,
13226
+ "nonStandard": true
13184
13227
  },
13185
13228
  "version": {
13186
13229
  "description": "Specifies the version of the HTML Document Type Definition that governs the current document. This attribute is not needed, because it is redundant with the version information in the document type declaration.",
@@ -13267,14 +13310,16 @@
13267
13310
  "type": "Boolean"
13268
13311
  },
13269
13312
  "allowpaymentrequest": {
13270
- "description": "Set to true if a cross-origin <iframe> should be allowed to invoke the Payment Request API. Note: This attribute is considered a legacy attribute and redefined as allow=\"payment\"."
13313
+ "description": "Set to true if a cross-origin <iframe> should be allowed to invoke the Payment Request API. Note: This attribute is considered a legacy attribute and redefined as allow=\"payment\".",
13314
+ "experimental": true
13271
13315
  },
13272
13316
  "csp": {
13273
13317
  "description": "A Content Security Policy enforced for the embedded resource. See HTMLIFrameElement.csp for details.",
13274
13318
  "experimental": true
13275
13319
  },
13276
13320
  "fetchpriority": {
13277
- "description": "Provides a hint of the relative priority to use when fetching the iframe document. Allowed values: high Signals a high-priority fetch relative to other iframe documents. low Signals a low-priority fetch relative to other iframe documents. auto Default: Signals automatic determination of fetch priority relative to other iframe documents."
13321
+ "description": "Provides a hint of the relative priority to use when fetching the iframe document. Allowed values: high Signals a high-priority fetch relative to other iframe documents. low Signals a low-priority fetch relative to other iframe documents. auto Default: Signals automatic determination of fetch priority relative to other iframe documents.",
13322
+ "experimental": true
13278
13323
  },
13279
13324
  "frameborder": {
13280
13325
  "description": "The value 1 (the default) draws a border around this frame. The value 0 removes the border around this frame, but you should instead use the CSS property border to control <iframe> borders.",
@@ -13381,7 +13426,7 @@
13381
13426
  "description": "The <img> HTML element embeds an image into the document.",
13382
13427
  "categories": ["#flow", "#phrasing", "#embedded", "#interactive", "#palpable"],
13383
13428
  "permittedStructures": {
13384
- "summary": "None, it is an empty element.",
13429
+ "summary": "None; it is a void element.",
13385
13430
  "tag": "img",
13386
13431
  "contents": false
13387
13432
  },
@@ -13458,7 +13503,8 @@
13458
13503
  }
13459
13504
  },
13460
13505
  "fetchpriority": {
13461
- "description": "Provides a hint of the relative priority to use when fetching the image. Allowed values: high Signals a high-priority fetch relative to other images. low Signals a low-priority fetch relative to other images. auto Default: Signals automatic determination of fetch priority relative to other images."
13506
+ "description": "Provides a hint of the relative priority to use when fetching the image. Allowed values: high Signals a high-priority fetch relative to other images. low Signals a low-priority fetch relative to other images. auto Default: Signals automatic determination of fetch priority relative to other images.",
13507
+ "experimental": true
13462
13508
  },
13463
13509
  "height": {
13464
13510
  "description": "The intrinsic height of the image, in pixels. Must be an integer without a unit."
@@ -13475,8 +13521,7 @@
13475
13521
  }
13476
13522
  },
13477
13523
  "loading": {
13478
- "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.",
13479
- "experimental": true
13524
+ "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."
13480
13525
  },
13481
13526
  "longdesc": {
13482
13527
  "description": "A link to a more detailed description of the image. Possible values are a URL or an element id. Note: This attribute is mentioned in the latest W3C version, HTML 5.2, but has been removed from the WHATWG's HTML Living Standard. It has an uncertain future; authors should use a WAI-ARIA alternative such as aria-describedby or aria-details.",
@@ -13498,7 +13543,7 @@
13498
13543
  "required": true
13499
13544
  },
13500
13545
  "srcset": {
13501
- "description": "One or more strings separated by commas, indicating possible image sources for the user agent to use. Each string is composed of: A URL to an image Optionally, whitespace followed by one of: A width descriptor (a positive integer directly followed by w). The width descriptor is divided by the source size given in the sizes attribute to calculate the effective pixel density. A pixel density descriptor (a positive floating point number directly followed by x). If no descriptor is specified, the source is assigned the default descriptor of 1x. It is incorrect to mix width descriptors and pixel density descriptors in the same srcset attribute. Duplicate descriptors (for instance, two sources in the same srcset which are both described with 2x) are also invalid. The user agent selects any of the available sources at its discretion. This provides them with significant leeway to tailor their selection based on things like user preferences or bandwidth conditions. See our Responsive images tutorial for an example."
13546
+ "description": "One or more strings separated by commas, indicating possible image sources for the user agent to use. Each string is composed of: A URL to an image Optionally, whitespace followed by one of: A width descriptor (a positive integer directly followed by w). The width descriptor is divided by the source size given in the sizes attribute to calculate the effective pixel density. A pixel density descriptor (a positive floating point number directly followed by x). If no descriptor is specified, the source is assigned the default descriptor of 1x. It is incorrect to mix width descriptors and pixel density descriptors in the same srcset attribute. Duplicate descriptors (for instance, two sources in the same srcset which are both described with 2x) are also invalid. If the srcset attribute uses width descriptors, the sizes attribute must also be present, or the srcset itself will be ignored. The user agent selects any of the available sources at its discretion. This provides them with significant leeway to tailor their selection based on things like user preferences or bandwidth conditions. See our Responsive images tutorial for an example."
13502
13547
  },
13503
13548
  "usemap": {
13504
13549
  "ref": "https://html.spec.whatwg.org/multipage/image-maps.html#attr-hyperlink-usemap",
@@ -13522,12 +13567,12 @@
13522
13567
  "description": "The <input> HTML element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent. The <input> element is one of the most powerful and complex in all of HTML due to the sheer number of combinations of input types and attributes.",
13523
13568
  "categories": ["#flow", "#phrasing", "#palpable"],
13524
13569
  "permittedStructures": {
13525
- "summary": "None, it is an empty element.",
13570
+ "summary": "None; it is a void element.",
13526
13571
  "tag": "input",
13527
13572
  "contents": false
13528
13573
  },
13529
13574
  "permittedRoles": {
13530
- "summary": "type=button: link, menuitem, menuitemcheckbox, menuitemradio, option, radio, switch, tab type=checkbox: button when used with aria-pressed, menuitemcheckbox, option, switch type=image: link, menuitem, menuitemcheckbox, menuitemradio, radio, switch type=radio: menuitemradio type=text with no list attribute: combobox, searchbox, spinbutton type=color|date|datetime|datetime-local|email|file|hidden| month|number|password|range|reset|search|submit|tel|url|week or text with list attribute: no role permitted",
13575
+ "summary": "type=button: link, menuitem, menuitemcheckbox, menuitemradio, option, radio, switch, tab type=checkbox: button when used with aria-pressed, menuitemcheckbox, option, switch type=image: link, menuitem, menuitemcheckbox, menuitemradio, radio, switch type=radio: menuitemradio type=text with no list attribute: combobox, searchbox, spinbutton type=color|date|datetime-local|email|file|hidden| month|number|password|range|reset|search|submit|tel|url|week or text with list attribute: no role permitted",
13531
13576
  "roles": false,
13532
13577
  "conditions": [
13533
13578
  {
@@ -13795,7 +13840,7 @@
13795
13840
  }
13796
13841
  },
13797
13842
  "autocorrect": {
13798
- "description": "(Safari only). A string which indicates whether or not to activate automatic correction while the user is editing this field. Permitted values are: on Enable automatic correction of typos, as well as processing of text substitutions if any are configured. off Disable automatic correction and text substitutions.",
13843
+ "description": "(Safari only). A string which indicates whether to activate automatic correction while the user is editing this field. Permitted values are: on Enable automatic correction of typos, as well as processing of text substitutions if any are configured. off Disable automatic correction and text substitutions.",
13799
13844
  "nonStandard": true
13800
13845
  },
13801
13846
  "autofocus": {
@@ -14231,7 +14276,7 @@
14231
14276
  "deprecated": true,
14232
14277
  "categories": ["#flow", "#phrasing", "#interactive", "#palpable"],
14233
14278
  "permittedStructures": {
14234
- "summary": "None, it is an empty element.",
14279
+ "summary": "None; it is a void element.",
14235
14280
  "tag": "keygen",
14236
14281
  "contents": true
14237
14282
  },
@@ -14377,7 +14422,8 @@
14377
14422
  "attributes": {
14378
14423
  "type": {
14379
14424
  "description": "This character attribute indicates the numbering type: a: lowercase letters A: uppercase letters i: lowercase Roman numerals I: uppercase Roman numerals 1: numbers This type overrides the one used by its parent <ol> element, if any. Note: This attribute has been deprecated; use the CSS list-style-type property instead.",
14380
- "deprecated": true
14425
+ "deprecated": true,
14426
+ "nonStandard": true
14381
14427
  },
14382
14428
  "value": {
14383
14429
  "ref": "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-li-value",
@@ -14394,7 +14440,7 @@
14394
14440
  "description": "The <link> HTML element specifies relationships between the current document and an external resource. This element is most commonly used to link to stylesheets, but is also used to establish site icons (both \"favicon\" style icons and icons for the home screen and apps on mobile devices) among other things.",
14395
14441
  "categories": ["#metadata", "#flow", "#phrasing"],
14396
14442
  "permittedStructures": {
14397
- "summary": "None, it is an empty element.",
14443
+ "summary": "None; it is a void element.",
14398
14444
  "tag": "link",
14399
14445
  "contents": false
14400
14446
  },
@@ -14482,7 +14528,8 @@
14482
14528
  "type": "Boolean"
14483
14529
  },
14484
14530
  "fetchpriority": {
14485
- "description": "Provides a hint of the relative priority to use when fetching a preloaded resource. Allowed values: high Signals a high-priority fetch relative to other resources of the same type. low Signals a low-priority fetch relative to other resources of the same type. auto Default: Signals automatic determination of fetch priority relative to other resources of the same type."
14531
+ "description": "Provides a hint of the relative priority to use when fetching a preloaded resource. Allowed values: high Signals a high-priority fetch relative to other resources of the same type. low Signals a low-priority fetch relative to other resources of the same type. auto Default: Signals automatic determination of fetch priority relative to other resources of the same type.",
14532
+ "experimental": true
14486
14533
  },
14487
14534
  "href": {
14488
14535
  "description": "This attribute specifies the URL of the linked resource. A URL can be absolute or relative."
@@ -14521,10 +14568,11 @@
14521
14568
  "requiredEither": ["rel"]
14522
14569
  },
14523
14570
  "media": {
14524
- "description": "This attribute specifies the media that the linked resource applies to. Its value must be a media type / media query. This attribute is mainly useful when linking to external stylesheets — it allows the user agent to pick the best adapted one for the device it runs on. Note: In HTML 4, this can only be a simple white-space-separated list of media description literals, i.e., media types and groups, where defined and allowed as values for this attribute, such as print, screen, aural, braille. HTML5 extended this to any kind of media queries, which are a superset of the allowed values of HTML 4. Browsers not supporting CSS3 Media Queries won't necessarily recognize the adequate link; do not forget to set fallback links, the restricted set of media queries defined in HTML 4."
14571
+ "description": "This attribute specifies the media that the linked resource applies to. Its value must be a media type / media query. This attribute is mainly useful when linking to external stylesheets — it allows the user agent to pick the best adapted one for the device it runs on. Note: In HTML 4, this can only be a simple white-space-separated list of media description literals, i.e., media types and groups, where defined and allowed as values for this attribute, such as print, screen, aural, braille. HTML5 extended this to any kind of media queries, which are a superset of the allowed values of HTML 4. Browsers not supporting CSS Media Queries won't necessarily recognize the adequate link; do not forget to set fallback links, the restricted set of media queries defined in HTML 4."
14525
14572
  },
14526
14573
  "methods": {
14527
14574
  "description": "The value of this attribute provides information about the functions that might be performed on an object. The values generally are given by the HTTP protocol when it is used, but it might (for similar reasons as for the title attribute) be useful to include advisory information in advance in the link. For example, the browser might choose a different rendering of a link as a function of the methods specified; something that is searchable might get a different icon, or an outside link might render with an indication of leaving the current site. This attribute is not well understood nor supported, even by the defining browser, Internet Explorer 4.",
14575
+ "deprecated": true,
14528
14576
  "nonStandard": true
14529
14577
  },
14530
14578
  "prefetch": {
@@ -14532,8 +14580,7 @@
14532
14580
  "experimental": true
14533
14581
  },
14534
14582
  "referrerpolicy": {
14535
- "description": "A string indicating which referrer to use when fetching the resource: no-referrer means that the Referer header will not be sent. no-referrer-when-downgrade means that no Referer header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent's default behavior, if no policy is otherwise specified. origin means that the referrer will be the origin of the page, which is roughly the scheme, the host, and the port. origin-when-cross-origin means that navigating to other origins will be limited to the scheme, the host, and the port, while navigating on the same origin will include the referrer's path. unsafe-url means that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins.",
14536
- "experimental": true
14583
+ "description": "A string indicating which referrer to use when fetching the resource: no-referrer means that the Referer header will not be sent. no-referrer-when-downgrade means that no Referer header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent's default behavior, if no policy is otherwise specified. origin means that the referrer will be the origin of the page, which is roughly the scheme, the host, and the port. origin-when-cross-origin means that navigating to other origins will be limited to the scheme, the host, and the port, while navigating on the same origin will include the referrer's path. unsafe-url means that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins."
14537
14584
  },
14538
14585
  "rel": {
14539
14586
  "ref": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-rel",
@@ -14569,7 +14616,7 @@
14569
14616
  "requiredEither": ["itemprop"]
14570
14617
  },
14571
14618
  "rev": {
14572
- "description": "The value of this attribute shows the relationship of the current document to the linked document, as defined by the href attribute. The attribute thus defines the reverse relationship compared to the value of the rel attribute. Link type values for the attribute are similar to the possible values for rel. Note: Instead of rev, you should use the rel attribute with the opposite link type value. For example, to establish the reverse link for made, specify author. Also this attribute doesn't stand for \"revision\" and must not be used with a version number, even though many sites misuse it in this way.",
14619
+ "description": "The value of this attribute shows the relationship of the current document to the linked document, as defined by the href attribute. The attribute thus defines the reverse relationship compared to the value of the rel attribute. Link type values for the attribute are similar to the possible values for rel. Note: Instead of rev, you should use the rel attribute with the opposite link type value. For example, to establish the reverse link for made, specify author. Also, this attribute doesn't stand for \"revision\" and must not be used with a version number, even though many sites misuse it in this way.",
14573
14620
  "obsolete": true,
14574
14621
  "deprecated": true
14575
14622
  },
@@ -14588,7 +14635,7 @@
14588
14635
  },
14589
14636
  "target": {
14590
14637
  "description": "Defines the frame or window name that has the defined linking relationship or that will show the rendering of any linked resource.",
14591
- "nonStandard": true
14638
+ "deprecated": true
14592
14639
  },
14593
14640
  "title": {
14594
14641
  "description": "The title attribute has special semantics on the <link> element. When used on a <link rel=\"stylesheet\"> it defines a default or an alternate stylesheet."
@@ -14692,7 +14739,7 @@
14692
14739
  {
14693
14740
  "name": "mark",
14694
14741
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark",
14695
- "description": "The <mark> HTML element represents text which is marked or highlighted for reference or notation purposes, due to the marked passage's relevance or importance in the enclosing context.",
14742
+ "description": "The <mark> HTML element represents text which is marked or highlighted for reference or notation purposes due to the marked passage's relevance in the enclosing context.",
14696
14743
  "categories": ["#flow", "#phrasing", "#palpable"],
14697
14744
  "permittedStructures": {
14698
14745
  "summary": "Phrasing content.",
@@ -14743,44 +14790,55 @@
14743
14790
  "globalAttrs": {},
14744
14791
  "attributes": {
14745
14792
  "behavior": {
14746
- "description": "Sets how the text is scrolled within the marquee. Possible values are scroll, slide and alternate. If no value is specified, the default value is scroll."
14793
+ "description": "Sets how the text is scrolled within the marquee. Possible values are scroll, slide and alternate. If no value is specified, the default value is scroll.",
14794
+ "deprecated": true
14747
14795
  },
14748
14796
  "bgcolor": {
14749
- "description": "Sets the background color through color name or hexadecimal value."
14797
+ "description": "Sets the background color through color name or hexadecimal value.",
14798
+ "deprecated": true
14750
14799
  },
14751
14800
  "direction": {
14752
- "description": "Sets the direction of the scrolling within the marquee. Possible values are left, right, up and down. If no value is specified, the default value is left."
14801
+ "description": "Sets the direction of the scrolling within the marquee. Possible values are left, right, up and down. If no value is specified, the default value is left.",
14802
+ "deprecated": true
14753
14803
  },
14754
14804
  "height": {
14755
- "description": "Sets the height in pixels or percentage value."
14805
+ "description": "Sets the height in pixels or percentage value.",
14806
+ "deprecated": true
14756
14807
  },
14757
14808
  "hspace": {
14758
- "description": "Sets the horizontal margin"
14809
+ "description": "Sets the horizontal margin",
14810
+ "deprecated": true
14759
14811
  },
14760
14812
  "loop": {
14761
- "description": "Sets the number of times the marquee will scroll. If no value is specified, the default value is −1, which means the marquee will scroll continuously."
14813
+ "description": "Sets the number of times the marquee will scroll. If no value is specified, the default value is −1, which means the marquee will scroll continuously.",
14814
+ "deprecated": true
14762
14815
  },
14763
14816
  "scrollamount": {
14764
- "description": "Sets the amount of scrolling at each interval in pixels. The default value is 6."
14817
+ "description": "Sets the amount of scrolling at each interval in pixels. The default value is 6.",
14818
+ "deprecated": true
14765
14819
  },
14766
14820
  "scrolldelay": {
14767
- "description": "Sets the interval between each scroll movement in milliseconds. The default value is 85. Note that any value smaller than 60 is ignored and the value 60 is used instead, unlesstruespeedis specified."
14821
+ "description": "Sets the interval between each scroll movement in milliseconds. The default value is 85. Note that any value smaller than 60 is ignored and the value 60 is used instead unless truespeed is specified.",
14822
+ "deprecated": true
14768
14823
  },
14769
14824
  "truespeed": {
14770
- "description": "By default,scrolldelayvalues lower than 60 are ignored. Iftruespeedis present, those values are not ignored."
14825
+ "description": "By default, scrolldelay values lower than 60 are ignored. If truespeed is present, those values are not ignored.",
14826
+ "deprecated": true
14771
14827
  },
14772
14828
  "vspace": {
14773
- "description": "Sets the vertical margin in pixels or percentage value."
14829
+ "description": "Sets the vertical margin in pixels or percentage value.",
14830
+ "deprecated": true
14774
14831
  },
14775
14832
  "width": {
14776
- "description": "Sets the width in pixels or percentage value."
14833
+ "description": "Sets the width in pixels or percentage value.",
14834
+ "deprecated": true
14777
14835
  }
14778
14836
  }
14779
14837
  },
14780
14838
  {
14781
14839
  "name": "menu",
14782
14840
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu",
14783
- "description": "The <menu> HTML element is a semantic alternative to <ul>. It represents an unordered list of items (represented by <li> elements), each of which represents a link or other command that the user can activate.",
14841
+ "description": "The <menu> HTML element is described in the HTML specification as a semantic alternative to <ul>, but treated by browsers (and exposed through the accessibility tree) as no different than <ul>. It represents an unordered list of items (which are represented by <li> elements).",
14784
14842
  "categories": ["#flow", "#palpable"],
14785
14843
  "permittedStructures": {
14786
14844
  "summary": "Zero or more occurrences of <li>, <script>, and <template>.",
@@ -14827,7 +14885,7 @@
14827
14885
  "deprecated": true,
14828
14886
  "categories": [],
14829
14887
  "permittedStructures": {
14830
- "summary": "None, it is an empty element.",
14888
+ "summary": "None; it is a void element.",
14831
14889
  "tag": "menuitem",
14832
14890
  "contents": true
14833
14891
  },
@@ -14843,28 +14901,42 @@
14843
14901
  "globalAttrs": {},
14844
14902
  "attributes": {
14845
14903
  "checked": {
14846
- "description": "Boolean attribute which indicates whether the command is selected. May only be used when the type attribute is checkbox or radio."
14904
+ "description": "Boolean attribute which indicates whether the command is selected. May only be used when the type attribute is checkbox or radio.",
14905
+ "deprecated": true,
14906
+ "nonStandard": true
14847
14907
  },
14848
14908
  "command": {
14849
- "description": "Specifies the ID of a separate element, indicating a command to be invoked indirectly. May not be used within a menu item that also includes the attributes checked, disabled, icon, label, radiogroup or type."
14909
+ "description": "Specifies the ID of a separate element, indicating a command to be invoked indirectly. May not be used within a menu item that also includes the attributes checked, disabled, icon, label, radiogroup or type.",
14910
+ "deprecated": true,
14911
+ "nonStandard": true
14850
14912
  },
14851
14913
  "default": {
14852
- "description": "This Boolean attribute indicates use of the same command as the menu's subject element (such as a button or input)."
14914
+ "description": "This Boolean attribute indicates use of the same command as the menu's subject element (such as a button or input).",
14915
+ "deprecated": true,
14916
+ "nonStandard": true
14853
14917
  },
14854
14918
  "disabled": {
14855
- "description": "Boolean attribute which indicates that the command is not available in the current state. Note that disabled is distinct from hidden; the disabled attribute is appropriate in any context where a change in circumstances might render the command relevant."
14919
+ "description": "Boolean attribute which indicates that the command is not available in the current state. Note that disabled is distinct from hidden; the disabled attribute is appropriate in any context where a change in circumstances might render the command relevant.",
14920
+ "deprecated": true,
14921
+ "nonStandard": true
14856
14922
  },
14857
14923
  "icon": {
14858
- "description": "Image URL, used to provide a picture to represent the command."
14924
+ "description": "Image URL, used to provide a picture to represent the command.",
14925
+ "deprecated": true,
14926
+ "nonStandard": true
14859
14927
  },
14860
14928
  "label": {
14861
14929
  "description": "The name of the command as shown to the user. Required when a command attribute is not present."
14862
14930
  },
14863
14931
  "radiogroup": {
14864
- "description": "This attribute specifies the name of a group of commands to be toggled as radio buttons when selected. May only be used where the type attribute is radio."
14932
+ "description": "This attribute specifies the name of a group of commands to be toggled as radio buttons when selected. May only be used where the type attribute is radio.",
14933
+ "deprecated": true,
14934
+ "nonStandard": true
14865
14935
  },
14866
14936
  "type": {
14867
- "description": "This attribute indicates the kind of command, and can be one of three values. command: A regular command with an associated action. This is the missing value default. checkbox: Represents a command that can be toggled between two different states. radio: Represent one selection from a group of commands that can be toggled as radio buttons."
14937
+ "description": "This attribute indicates the kind of command, and can be one of three values. command: A regular command with an associated action. This is the missing value default. checkbox: Represents a command that can be toggled between two different states. radio: Represent one selection from a group of commands that can be toggled as radio buttons.",
14938
+ "deprecated": true,
14939
+ "nonStandard": true
14868
14940
  }
14869
14941
  }
14870
14942
  },
@@ -14874,7 +14946,7 @@
14874
14946
  "description": "The <meta> HTML element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.",
14875
14947
  "categories": ["#metadata", "#flow", "#phrasing"],
14876
14948
  "permittedStructures": {
14877
- "summary": "None, it is an empty element.",
14949
+ "summary": "None; it is a void element.",
14878
14950
  "tag": "meta",
14879
14951
  "contents": false
14880
14952
  },
@@ -15259,14 +15331,14 @@
15259
15331
  "requiredEither": ["type"]
15260
15332
  },
15261
15333
  "declare": {
15262
- "description": "The presence of this Boolean attribute makes this element a declaration only. The object must be instantiated by a subsequent <object> element. In HTML5, repeat the <object> element completely each time that the resource is reused.",
15334
+ "description": "The presence of this Boolean attribute makes this element a declaration only. The object must be instantiated by a subsequent <object> element. Repeat the <object> element completely each time the resource is reused.",
15263
15335
  "deprecated": true
15264
15336
  },
15265
15337
  "form": {
15266
15338
  "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."
15267
15339
  },
15268
15340
  "height": {
15269
- "description": "The height of the displayed resource, in CSS pixels. -- (Absolute values only. NO percentages)"
15341
+ "description": "The height of the displayed resource, in CSS pixels. (Absolute values only. NO percentages)"
15270
15342
  },
15271
15343
  "name": {
15272
15344
  "ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-name",
@@ -15285,7 +15357,7 @@
15285
15357
  "description": "A hash-name reference to a <map> element; that is a '#' followed by the value of a name of a map element."
15286
15358
  },
15287
15359
  "width": {
15288
- "description": "The width of the display resource, in CSS pixels. -- (Absolute values only. NO percentages)"
15360
+ "description": "The width of the display resource, in CSS pixels. (Absolute values only. NO percentages)"
15289
15361
  }
15290
15362
  }
15291
15363
  },
@@ -15549,7 +15621,7 @@
15549
15621
  "deprecated": true,
15550
15622
  "categories": [],
15551
15623
  "permittedStructures": {
15552
- "summary": "None, it is an empty element.",
15624
+ "summary": "None; it is a void element.",
15553
15625
  "tag": "param",
15554
15626
  "contents": true
15555
15627
  },
@@ -15652,6 +15724,7 @@
15652
15724
  "name": "portal",
15653
15725
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/portal",
15654
15726
  "description": "The <portal> HTML element enables the embedding of another HTML page into the current one for the purposes of allowing smoother navigation into new pages.",
15727
+ "experimental": true,
15655
15728
  "categories": [],
15656
15729
  "permittedStructures": {
15657
15730
  "summary": "",
@@ -15727,10 +15800,12 @@
15727
15800
  },
15728
15801
  "width": {
15729
15802
  "description": "Contains the preferred count of characters that a line should have. Though technically still implemented, this attribute has no visual effect; to achieve such an effect, use CSS width instead.",
15730
- "deprecated": true
15803
+ "deprecated": true,
15804
+ "nonStandard": true
15731
15805
  },
15732
15806
  "wrap": {
15733
15807
  "description": "Is a hint indicating how the overflow must happen. In modern browser this hint is ignored and no visual effect results in its present; to achieve such an effect, use CSS white-space instead.",
15808
+ "deprecated": true,
15734
15809
  "nonStandard": true
15735
15810
  }
15736
15811
  }
@@ -16109,7 +16184,8 @@
16109
16184
  "_TODO_": "The defer attribute affects the element that has the async attribute if it doesn't support the async"
16110
16185
  },
16111
16186
  "fetchpriority": {
16112
- "description": "Provides a hint of the relative priority to use when fetching an external script. Allowed values: high Signals a high-priority fetch relative to other external scripts. low Signals a low-priority fetch relative to other external scripts. auto Default: Signals automatic determination of fetch priority relative to other external scripts."
16187
+ "description": "Provides a hint of the relative priority to use when fetching an external script. Allowed values: high Signals a high-priority fetch relative to other external scripts. low Signals a low-priority fetch relative to other external scripts. auto Default: Signals automatic determination of fetch priority relative to other external scripts.",
16188
+ "experimental": true
16113
16189
  },
16114
16190
  "integrity": {
16115
16191
  "ref": "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-integrity",
@@ -16119,7 +16195,8 @@
16119
16195
  },
16120
16196
  "language": {
16121
16197
  "description": "Like the type attribute, this attribute identifies the scripting language in use. Unlike the type attribute, however, this attribute's possible values were never standardized. The type attribute should be used instead.",
16122
- "deprecated": true
16198
+ "deprecated": true,
16199
+ "nonStandard": true
16123
16200
  },
16124
16201
  "nomodule": {
16125
16202
  "ref": "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-nomodule",
@@ -16143,7 +16220,7 @@
16143
16220
  "type": [
16144
16221
  "MIMEType",
16145
16222
  {
16146
- "enum": ["module"],
16223
+ "enum": ["module", "importmap"],
16147
16224
  "caseInsensitive": true
16148
16225
  }
16149
16226
  ],
@@ -16252,7 +16329,7 @@
16252
16329
  },
16253
16330
  "attributes": {
16254
16331
  "autocomplete": {
16255
- "description": "A DOMString providing a hint for a user agent's autocomplete feature. See The HTML autocomplete attribute for a complete list of values and details on how to use autocomplete."
16332
+ "description": "A string providing a hint for a user agent's autocomplete feature. See The HTML autocomplete attribute for a complete list of values and details on how to use autocomplete."
16256
16333
  },
16257
16334
  "autofocus": {
16258
16335
  "description": "This Boolean attribute lets you specify that a form control should have input focus when the page loads. Only one form element in a document can have the autofocus attribute."
@@ -16375,10 +16452,10 @@
16375
16452
  {
16376
16453
  "name": "source",
16377
16454
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source",
16378
- "description": "The <source> HTML element specifies multiple media resources for the <picture>, the <audio> element, or the <video> element. It is an empty element, meaning that it has no content and does not have a closing tag. It is commonly used to offer the same media content in multiple file formats in order to provide compatibility with a broad range of browsers given their differing support for image file formats and media file formats.",
16455
+ "description": "The <source> HTML element specifies multiple media resources for the <picture>, the <audio> element, or the <video> element. It is a void element, meaning that it has no content and does not have a closing tag. It is commonly used to offer the same media content in multiple file formats in order to provide compatibility with a broad range of browsers given their differing support for image file formats and media file formats.",
16379
16456
  "categories": [],
16380
16457
  "permittedStructures": {
16381
- "summary": "None, it is an empty element.",
16458
+ "summary": "None; it is a void element.",
16382
16459
  "tag": "source",
16383
16460
  "contents": false
16384
16461
  },
@@ -16446,7 +16523,7 @@
16446
16523
  {
16447
16524
  "name": "spacer",
16448
16525
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/spacer",
16449
- "description": "The <spacer> HTML element is an obsolete HTML element which allowed insertion of empty spaces on pages. It was devised by Netscape to accomplish the same effect as a single-pixel layout image, which was something web designers used to use to add white spaces to web pages without actually using an image. However, <spacer> no longer supported by any major browser and the same effects can now be achieved using simple CSS.",
16526
+ "description": "The <spacer> HTML element is an obsolete HTML element which allowed insertion of empty spaces on pages. It was devised by Netscape to accomplish the same effect as a single-pixel layout image, which was something web designers used to use to add white spaces to web pages without actually using an image. However, <spacer> is no longer supported by any major browser and the same effects can now be achieved using simple CSS.",
16450
16527
  "deprecated": true,
16451
16528
  "categories": [],
16452
16529
  "permittedStructures": {
@@ -16936,7 +17013,7 @@
16936
17013
  "deprecated": true
16937
17014
  },
16938
17015
  "align": {
16939
- "description": "This enumerated attribute specifies how the cell content's horizontal alignment will be handled. Possible values are: left: The content is aligned to the left of the cell. center: The content is centered in the cell. right: The content is aligned to the right of the cell. justify (with text only): The content is stretched out inside the cell so that it covers its entire width. char (with text only): The content is aligned to a character inside the <th> element with minimal offset. This character is defined by the char and charoff attributes Unimplemented (see bug 2212). The default value when this attribute is not specified is left. Note: To achieve the same effect as the left, center, right or justify values, apply the CSS text-align property to the element. To achieve the same effect as the char value, give the text-align property the same value you would use for the char. Unimplemented in CSS3.",
17016
+ "description": "This enumerated attribute specifies how the cell content's horizontal alignment will be handled. Possible values are: left: The content is aligned to the left of the cell. center: The content is centered in the cell. right: The content is aligned to the right of the cell. justify (with text only): The content is stretched out inside the cell so that it covers its entire width. char (with text only): The content is aligned to a character inside the <th> element with minimal offset. This character is defined by the char and charoff attributes Unimplemented (see bug 2212). The default value when this attribute is not specified is left. Note: To achieve the same effect as the left, center, right or justify values, apply the CSS text-align property to the element. To achieve the same effect as the char value, give the text-align property the same value you would use for the char. Unimplemented in CSS.",
16940
17017
  "deprecated": true
16941
17018
  },
16942
17019
  "axis": {
@@ -17149,7 +17226,7 @@
17149
17226
  },
17150
17227
  "attributes": {
17151
17228
  "align": {
17152
- "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are: left, aligning the content to the left of the cell center, centering the content in the cell right, aligning the content to the right of the cell justify, inserting spaces into the textual content so that the content is justified in the cell char, aligning the textual content on a special character with a minimal offset, defined by the char and charoff attributes. If this attribute is not set, the left value is assumed. Note: To achieve the same effect as the left, center, right or justify values, use the CSS text-align property on it. To achieve the same effect as the char value, in CSS3, you can use the value of the char as the value of the text-align property Unimplemented.",
17229
+ "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are: left, aligning the content to the left of the cell center, centering the content in the cell right, aligning the content to the right of the cell justify, inserting spaces into the textual content so that the content is justified in the cell char, aligning the textual content on a special character with a minimal offset, defined by the char and charoff attributes. If this attribute is not set, the left value is assumed. Note: To achieve the same effect as the left, center, right or justify values, use the CSS text-align property on it. To achieve the same effect as the char value, in CSS, you can use the value of the char as the value of the text-align property Unimplemented.",
17153
17230
  "deprecated": true
17154
17231
  },
17155
17232
  "bgcolor": {
@@ -17232,8 +17309,7 @@
17232
17309
  },
17233
17310
  "bgcolor": {
17234
17311
  "description": "This attribute defines the background color of each cell in a column. It consists of a 6-digit hexadecimal code as defined in sRGB and is prefixed by '#'. This attribute may be used with one of sixteen predefined color strings: black = \"#000000\" green = \"#008000\" silver = \"#C0C0C0\" lime = \"#00FF00\" gray = \"#808080\" olive = \"#808000\" white = \"#FFFFFF\" yellow = \"#FFFF00\" maroon = \"#800000\" navy = \"#000080\" red = \"#FF0000\" blue = \"#0000FF\" purple = \"#800080\" teal = \"#008080\" fuchsia = \"#FF00FF\" aqua = \"#00FFFF\" Note: Do not use this attribute, as it is non-standard and only implemented in some versions of Microsoft Internet Explorer: The <th> element should be styled using CSS. To create a similar effect use the background-color property in CSS instead.",
17235
- "deprecated": true,
17236
- "nonStandard": true
17312
+ "deprecated": true
17237
17313
  },
17238
17314
  "char": {
17239
17315
  "description": "The content in the cell element is aligned to a character. Typical values include a period (.) to align numbers or monetary values. If align is not set to char, this attribute is ignored. Note: Do not use this attribute as it is obsolete in the latest standard. To achieve the same effect, you can specify the character as the first value of the text-align property.",
@@ -17305,16 +17381,15 @@
17305
17381
  },
17306
17382
  "attributes": {
17307
17383
  "align": {
17308
- "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are: left, aligning the content to the left of the cell center, centering the content in the cell right, aligning the content to the right of the cell justify, inserting spaces into the textual content so that the content is justified in the cell char, aligning the textual content on a special character with a minimal offset, defined by the char and charoff attributes. If this attribute is not set, the left value is assumed. Warning: Do not use this attribute as it is obsolete (not supported) in the latest standard. To achieve the same effect as the left, center, right or justify values, use the CSS text-align property on it. To achieve the same effect as the char value, in CSS3, you can use the value of the char as the value of the text-align property.",
17384
+ "description": "This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are: left, aligning the content to the left of the cell center, centering the content in the cell right, aligning the content to the right of the cell justify, inserting spaces into the textual content so that the content is justified in the cell char, aligning the textual content on a special character with a minimal offset, defined by the char and charoff attributes. If this attribute is not set, the left value is assumed. Warning: Do not use this attribute as it is obsolete (not supported) in the latest standard. To align values, use the CSS text-align property instead.",
17309
17385
  "deprecated": true
17310
17386
  },
17311
17387
  "bgcolor": {
17312
- "description": "This attribute defines the background color of each cell of the column. It is one of the 6-digit hexadecimal code as defined in sRGB, prefixed by a '#'. One of the sixteen predefined color strings may be used: black = \"#000000\" green = \"#008000\" silver = \"#C0C0C0\" lime = \"#00FF00\" gray = \"#808080\" olive = \"#808000\" white = \"#FFFFFF\" yellow = \"#FFFF00\" maroon = \"#800000\" navy = \"#000080\" red = \"#FF0000\" blue = \"#0000FF\" purple = \"#800080\" teal = \"#008080\" fuchsia = \"#FF00FF\" aqua = \"#00FFFF\" Note: Do not use this attribute, as it is non-standard and only implemented in some versions of Microsoft Internet Explorer: the <thead> element should be styled using CSS. To give a similar effect to the bgcolor attribute, use the CSS property background-color, on the relevant <td> or <th> elements.",
17313
- "deprecated": true,
17314
- "nonStandard": true
17388
+ "description": "This attribute defines the background color of each column cell. It accepts a 6-digit hexadecimal color or a named color. Alpha transparency is not supported. Note: Do not use this attribute, as it is non-standard. The thead element should be styled using the CSS background-color property, which can be applied to any element, including the thead, <tr>, <td> and <th> elements.",
17389
+ "deprecated": true
17315
17390
  },
17316
17391
  "char": {
17317
- "description": "This attribute is used to set the character to align the cells in a column on. Typical values for this include a period (.) when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored. Note: Do not use this attribute as it is obsolete (and not supported) in the latest standard. To achieve the same effect as the char, in CSS3, you can use the character set using the char attribute as the value of the text-align property.",
17392
+ "description": "This attribute is used to set the character to align the cells in a column on. Typical values for this include a period (.) when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored. Note: Do not use this attribute as it is obsolete (and not supported) in the latest standard.",
17318
17393
  "deprecated": true
17319
17394
  },
17320
17395
  "charoff": {
@@ -17431,23 +17506,23 @@
17431
17506
  },
17432
17507
  "attributes": {
17433
17508
  "align": {
17434
- "description": "A DOMString which specifies how the cell's context should be aligned horizontally within the cells in the row; this is shorthand for using align on every cell in the row individually. Possible values are: left Align the content of each cell at its left edge. center Center the contents of each cell between their left and right edges. right Align the content of each cell at its right edge. justify Widen whitespaces within the text of each cell so that the text fills the full width of each cell (full justification). char Align each cell in the row on a specific character (such that each row in the column that is configured this way will horizontally align its cells on that character). This uses the char and charoff to establish the alignment character (typically \".\" or \",\" when aligning numerical data) and the number of characters that should follow the alignment character. This alignment type was never widely supported. If no value is expressly set for align, the parent node's value is inherited. Note: Instead of using the obsolete align attribute, you should instead use the CSS text-align property to establish left, center, right, or justify alignment for the row's cells. To apply character-based alignment, set the CSS text-align property to the alignment character (such as \".\" or \",\").",
17509
+ "description": "A string which specifies how the cell's context should be aligned horizontally within the cells in the row; this is shorthand for using align on every cell in the row individually. Possible values are: left Align the content of each cell at its left edge. center Center the contents of each cell between their left and right edges. right Align the content of each cell at its right edge. justify Widen whitespaces within the text of each cell so that the text fills the full width of each cell (full justification). char Align each cell in the row on a specific character (such that each row in the column that is configured this way will horizontally align its cells on that character). This uses the char and charoff to establish the alignment character (typically \".\" or \",\" when aligning numerical data) and the number of characters that should follow the alignment character. This alignment type was never widely supported. If no value is expressly set for align, the parent node's value is inherited. Note: Instead of using the obsolete align attribute, you should instead use the CSS text-align property to establish left, center, right, or justify alignment for the row's cells. To apply character-based alignment, set the CSS text-align property to the alignment character (such as \".\" or \",\").",
17435
17510
  "deprecated": true
17436
17511
  },
17437
17512
  "bgcolor": {
17438
- "description": "A DOMString specifying a color to apply to the backgrounds of each of the row's cells. This can be either an hexadecimal #RRGGBB or #RGB value or a color keyword. Omitting the attribute or setting it to null in JavaScript causes the row's cells to inherit the row's parent element's background color. Note: The <tr> element should be styled using CSS. To give a similar effect as the bgcolor attribute, use the CSS property background-color.",
17513
+ "description": "A string specifying a color to apply to the backgrounds of each of the row's cells. This can be either an hexadecimal #RRGGBB or #RGB value or a color keyword. Omitting the attribute or setting it to null in JavaScript causes the row's cells to inherit the row's parent element's background color. Note: The <tr> element should be styled using CSS. To give a similar effect as the bgcolor attribute, use the CSS property background-color.",
17439
17514
  "deprecated": true
17440
17515
  },
17441
17516
  "char": {
17442
- "description": "A DOMString which sets the character to align the cells in each of the row's columns on (each row's centering that uses the same character gets aligned with others using the same character . Typical values for this include a period (\".\") or comma (\",\") when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored. Note: This attribute is not only obsolete, but was rarely implemented anyway. To achieve the same effect as the char attribute, set the CSS text-align property to the same string you would specify for the char property, such as text-align: \".\".",
17517
+ "description": "A string which sets the character to align the cells in each of the row's columns on (each row's centering that uses the same character gets aligned with others using the same character. Typical values for this include a period (\".\") or comma (\",\") when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored. Note: This attribute is not only obsolete, but was rarely implemented anyway. To achieve the same effect as the char attribute, set the CSS text-align property to the same string you would specify for the char property, such as text-align: \".\".",
17443
17518
  "deprecated": true
17444
17519
  },
17445
17520
  "charoff": {
17446
- "description": "A DOMString indicating the number of characters on the tail end of the column's data should be displayed after the alignment character specified by the char attribute. For example, when displaying money values for currencies that use hundredths of a unit (such as the dollar, which is divided into 100 cents), you would typically specify a value of 2, so that in tandem with char being set to \".\", the values in a column would be cleanly aligned on the decimal points, with the number of cents properly displayed to the right of the decimal point. Note: This attribute is obsolete, and was never widely supported anyway.",
17521
+ "description": "A string indicating the number of characters on the tail end of the column's data should be displayed after the alignment character specified by the char attribute. For example, when displaying money values for currencies that use hundredths of a unit (such as the dollar, which is divided into 100 cents), you would typically specify a value of 2, so that in tandem with char being set to \".\", the values in a column would be cleanly aligned on the decimal points, with the number of cents properly displayed to the right of the decimal point. Note: This attribute is obsolete, and was never widely supported anyway.",
17447
17522
  "deprecated": true
17448
17523
  },
17449
17524
  "valign": {
17450
- "description": "A DOMString specifying the vertical alignment of the text within each cell in the row. Possible values for this attribute are: baseline Aligns each cell's content text as closely as possible to the bottom of the cell, handling alignment of different fonts and font sizes by aligning the characters along the baseline of the font(s) used in the row. If all of the characters in the row are the same size, the effect is the same as bottom. bottom, Draws the text in each of the row's cells as closely as possible to the bottom edge of those cells. middle Each cell's text is vertically centered. top Each cell's text is drawn as closely as possible to the top edge of the containing cell. Note: Don't use the obsolete valign attribute. Instead, add the CSS vertical-align property to the row.",
17525
+ "description": "A string specifying the vertical alignment of the text within each cell in the row. Possible values for this attribute are: baseline Aligns each cell's content text as closely as possible to the bottom of the cell, handling alignment of different fonts and font sizes by aligning the characters along the baseline of the font(s) used in the row. If all of the characters in the row are the same size, the effect is the same as bottom. bottom, Draws the text in each of the row's cells as closely as possible to the bottom edge of those cells. middle Each cell's text is vertically centered. top Each cell's text is drawn as closely as possible to the top edge of the containing cell. Note: Don't use the obsolete valign attribute. Instead, add the CSS vertical-align property to the row.",
17451
17526
  "deprecated": true
17452
17527
  }
17453
17528
  }
@@ -17458,7 +17533,7 @@
17458
17533
  "description": "The <track> HTML element is used as a child of the media elements, <audio> and <video>. It lets you specify timed text tracks (or time-based data), for example to automatically handle subtitles. The tracks are formatted in WebVTT format (.vtt files) — Web Video Text Tracks.",
17459
17534
  "categories": [],
17460
17535
  "permittedStructures": {
17461
- "summary": "None, it is an empty element.",
17536
+ "summary": "None; it is a void element.",
17462
17537
  "tag": "track",
17463
17538
  "contents": false
17464
17539
  },
@@ -17604,11 +17679,13 @@
17604
17679
  "attributes": {
17605
17680
  "compact": {
17606
17681
  "description": "This Boolean attribute hints that the list should be rendered in a compact style. The interpretation of this attribute depends on the user agent, and it doesn't work in all browsers. Warning: Do not use this attribute, as it has been deprecated: 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%.",
17607
- "deprecated": true
17682
+ "deprecated": true,
17683
+ "nonStandard": true
17608
17684
  },
17609
17685
  "type": {
17610
17686
  "description": "This attribute sets the bullet style for the list. The values defined under HTML3.2 and the transitional version of HTML 4.0/4.01 are: circle disc square A fourth bullet type has been defined in the WebTV interface, but not all browsers support it: triangle. If not present and if no CSS list-style-type property applies to the element, the user agent selects a bullet type depending on the nesting level of the list. Warning: Do not use this attribute, as it has been deprecated; use the CSS list-style-type property instead.",
17611
- "deprecated": true
17687
+ "deprecated": true,
17688
+ "nonStandard": true
17612
17689
  }
17613
17690
  }
17614
17691
  },
@@ -17649,7 +17726,7 @@
17649
17726
  "description": "The <video> HTML element embeds a media player which supports video playback into the document. You can use <video> for audio content as well, but the <audio> element may provide a more appropriate user experience.",
17650
17727
  "categories": ["#flow", "#phrasing", "#embedded", "#interactive", "#palpable"],
17651
17728
  "permittedStructures": {
17652
- "summary": "If the element has a src attribute: zero or more <track> elements, followed by transparent content that contains no media elements–that is no <audio> or <video> Else: zero or more <source> elements, followed by zero or more <track> elements, followed by transparent content that contains no media elements–that is no <audio> or <video>.",
17729
+ "summary": "If the element has a src attribute: zero or more <track> elements, followed by transparent content that contains no media elements–that is no <audio> or <video>. Else: zero or more <source> elements, followed by zero or more <track> elements, followed by transparent content that contains no media elements–that is no <audio> or <video>.",
17653
17730
  "tag": "video",
17654
17731
  "conditional": [
17655
17732
  {
@@ -17730,18 +17807,18 @@
17730
17807
  }
17731
17808
  },
17732
17809
  "crossorigin": {
17733
- "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 image 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 image 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 used in <canvas> elements. If invalid, it is handled as if the enumerated keyword anonymous was used. See CORS settings attributes for additional information."
17810
+ "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."
17734
17811
  },
17735
17812
  "disablepictureinpicture": {
17736
17813
  "description": "Prevents the browser from suggesting a Picture-in-Picture context menu or to request Picture-in-Picture automatically in some cases.",
17737
17814
  "experimental": true
17738
17815
  },
17739
17816
  "disableremoteplayback": {
17740
- "description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc). In Safari, you can use x-webkit-airplay=\"deny\" as a fallback.",
17817
+ "description": "A Boolean attribute used to disable the capability of remote playback in devices that are attached using wired (HDMI, DVI, etc.) and wireless technologies (Miracast, Chromecast, DLNA, AirPlay, etc.). In Safari, you can use x-webkit-airplay=\"deny\" as a fallback.",
17741
17818
  "experimental": true
17742
17819
  },
17743
17820
  "height": {
17744
- "description": "The height of the video's display area, in CSS pixels (absolute values only; no percentages.)"
17821
+ "description": "The height of the video's display area, in CSS pixels (absolute values only; no percentages)."
17745
17822
  },
17746
17823
  "loop": {
17747
17824
  "description": "A Boolean attribute; if specified, the browser will automatically seek back to the start upon reaching the end of the video."
@@ -17823,14 +17900,6 @@
17823
17900
  "namespace": "http://www.w3.org/2000/svg",
17824
17901
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/a",
17825
17902
  "categories": ["#SVGContainer"],
17826
- "permittedRoles": {
17827
- "summary": "WIP",
17828
- "roles": []
17829
- },
17830
- "implicitRole": {
17831
- "summary": "WIP",
17832
- "role": false
17833
- },
17834
17903
  "permittedStructures": {
17835
17904
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
17836
17905
  "tag": "a",
@@ -17856,6 +17925,14 @@
17856
17925
  }
17857
17926
  ]
17858
17927
  },
17928
+ "implicitRole": {
17929
+ "summary": "WIP",
17930
+ "role": false
17931
+ },
17932
+ "permittedRoles": {
17933
+ "summary": "WIP",
17934
+ "roles": []
17935
+ },
17859
17936
  "omittion": false,
17860
17937
  "globalAttrs": {
17861
17938
  "#HTMLGlobalAttrs": true,
@@ -17948,8 +18025,7 @@
17948
18025
  },
17949
18026
  "attributes": {
17950
18027
  "download": {
17951
- "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",
17952
- "experimental": true
18028
+ "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"
17953
18029
  },
17954
18030
  "href": {
17955
18031
  "description": "The URL or URL fragment the hyperlink points to. Value type: <URL> ; Default value: none; Animatable: yes"
@@ -17962,12 +18038,10 @@
17962
18038
  "experimental": true
17963
18039
  },
17964
18040
  "referrerpolicy": {
17965
- "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",
17966
- "experimental": true
18041
+ "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"
17967
18042
  },
17968
18043
  "rel": {
17969
- "description": "The relationship of the target object to the link object. Value type: <list-of-Link-Types> ; Default value: none; Animatable: yes",
17970
- "experimental": true
18044
+ "description": "The relationship of the target object to the link object. Value type: <list-of-Link-Types> ; Default value: none; Animatable: yes"
17971
18045
  },
17972
18046
  "target": {
17973
18047
  "description": "Where to display the linked URL. Value type: _self|_parent|_top|_blank|<name> ; Default value: _self; Animatable: yes"
@@ -17985,6 +18059,11 @@
17985
18059
  "namespace": "http://www.w3.org/2000/svg",
17986
18060
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
17987
18061
  "categories": [],
18062
+ "permittedStructures": {
18063
+ "summary": "",
18064
+ "tag": "altGlyph",
18065
+ "contents": false
18066
+ },
17988
18067
  "permittedRoles": {
17989
18068
  "summary": "",
17990
18069
  "roles": []
@@ -17993,11 +18072,6 @@
17993
18072
  "summary": "",
17994
18073
  "role": false
17995
18074
  },
17996
- "permittedStructures": {
17997
- "summary": "",
17998
- "tag": "altGlyph",
17999
- "contents": false
18000
- },
18001
18075
  "omittion": false,
18002
18076
  "globalAttrs": {},
18003
18077
  "attributes": {},
@@ -18008,6 +18082,11 @@
18008
18082
  "namespace": "http://www.w3.org/2000/svg",
18009
18083
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
18010
18084
  "categories": [],
18085
+ "permittedStructures": {
18086
+ "summary": "",
18087
+ "tag": "altGlyphDef",
18088
+ "contents": false
18089
+ },
18011
18090
  "permittedRoles": {
18012
18091
  "summary": "",
18013
18092
  "roles": []
@@ -18016,11 +18095,6 @@
18016
18095
  "summary": "",
18017
18096
  "role": false
18018
18097
  },
18019
- "permittedStructures": {
18020
- "summary": "",
18021
- "tag": "altGlyphDef",
18022
- "contents": false
18023
- },
18024
18098
  "omittion": false,
18025
18099
  "globalAttrs": {},
18026
18100
  "attributes": {},
@@ -18031,6 +18105,11 @@
18031
18105
  "namespace": "http://www.w3.org/2000/svg",
18032
18106
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
18033
18107
  "categories": [],
18108
+ "permittedStructures": {
18109
+ "summary": "",
18110
+ "tag": "altGlyphItem",
18111
+ "contents": false
18112
+ },
18034
18113
  "permittedRoles": {
18035
18114
  "summary": "",
18036
18115
  "roles": []
@@ -18039,11 +18118,6 @@
18039
18118
  "summary": "",
18040
18119
  "role": false
18041
18120
  },
18042
- "permittedStructures": {
18043
- "summary": "",
18044
- "tag": "altGlyphItem",
18045
- "contents": false
18046
- },
18047
18121
  "omittion": false,
18048
18122
  "globalAttrs": {},
18049
18123
  "attributes": {},
@@ -18054,14 +18128,6 @@
18054
18128
  "namespace": "http://www.w3.org/2000/svg",
18055
18129
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate",
18056
18130
  "categories": [],
18057
- "permittedRoles": {
18058
- "summary": "WIP",
18059
- "roles": []
18060
- },
18061
- "implicitRole": {
18062
- "summary": "WIP",
18063
- "role": false
18064
- },
18065
18131
  "permittedStructures": {
18066
18132
  "summary": "",
18067
18133
  "tag": "animate",
@@ -18071,6 +18137,14 @@
18071
18137
  }
18072
18138
  ]
18073
18139
  },
18140
+ "implicitRole": {
18141
+ "summary": "WIP",
18142
+ "role": false
18143
+ },
18144
+ "permittedRoles": {
18145
+ "summary": "WIP",
18146
+ "roles": []
18147
+ },
18074
18148
  "omittion": false,
18075
18149
  "globalAttrs": {
18076
18150
  "#GlobalEventAttrs": true,
@@ -18171,6 +18245,11 @@
18171
18245
  "namespace": "http://www.w3.org/2000/svg",
18172
18246
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
18173
18247
  "categories": [],
18248
+ "permittedStructures": {
18249
+ "summary": "",
18250
+ "tag": "animateColor",
18251
+ "contents": false
18252
+ },
18174
18253
  "permittedRoles": {
18175
18254
  "summary": "",
18176
18255
  "roles": []
@@ -18179,11 +18258,6 @@
18179
18258
  "summary": "",
18180
18259
  "role": false
18181
18260
  },
18182
- "permittedStructures": {
18183
- "summary": "",
18184
- "tag": "animateColor",
18185
- "contents": false
18186
- },
18187
18261
  "omittion": false,
18188
18262
  "globalAttrs": {},
18189
18263
  "attributes": {},
@@ -18194,14 +18268,6 @@
18194
18268
  "namespace": "http://www.w3.org/2000/svg",
18195
18269
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion",
18196
18270
  "categories": [],
18197
- "permittedRoles": {
18198
- "summary": "WIP",
18199
- "roles": []
18200
- },
18201
- "implicitRole": {
18202
- "summary": "WIP",
18203
- "role": false
18204
- },
18205
18271
  "permittedStructures": {
18206
18272
  "summary": "",
18207
18273
  "tag": "animateMotion",
@@ -18228,6 +18294,14 @@
18228
18294
  }
18229
18295
  ]
18230
18296
  },
18297
+ "implicitRole": {
18298
+ "summary": "WIP",
18299
+ "role": false
18300
+ },
18301
+ "permittedRoles": {
18302
+ "summary": "WIP",
18303
+ "roles": []
18304
+ },
18231
18305
  "omittion": false,
18232
18306
  "globalAttrs": {
18233
18307
  "#GlobalEventAttrs": true,
@@ -18278,14 +18352,6 @@
18278
18352
  "namespace": "http://www.w3.org/2000/svg",
18279
18353
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform",
18280
18354
  "categories": [],
18281
- "permittedRoles": {
18282
- "summary": "WIP",
18283
- "roles": []
18284
- },
18285
- "implicitRole": {
18286
- "summary": "WIP",
18287
- "role": false
18288
- },
18289
18355
  "permittedStructures": {
18290
18356
  "summary": "",
18291
18357
  "tag": "animateTransform",
@@ -18295,6 +18361,14 @@
18295
18361
  }
18296
18362
  ]
18297
18363
  },
18364
+ "implicitRole": {
18365
+ "summary": "WIP",
18366
+ "role": false
18367
+ },
18368
+ "permittedRoles": {
18369
+ "summary": "WIP",
18370
+ "roles": []
18371
+ },
18298
18372
  "omittion": false,
18299
18373
  "globalAttrs": {
18300
18374
  "#GlobalEventAttrs": true,
@@ -18333,14 +18407,6 @@
18333
18407
  "namespace": "http://www.w3.org/2000/svg",
18334
18408
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/circle",
18335
18409
  "categories": ["#SVGGraphics", "#SVGShape"],
18336
- "permittedRoles": {
18337
- "summary": "WIP",
18338
- "roles": []
18339
- },
18340
- "implicitRole": {
18341
- "summary": "WIP",
18342
- "role": false
18343
- },
18344
18410
  "permittedStructures": {
18345
18411
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
18346
18412
  "tag": "circle",
@@ -18359,13 +18425,21 @@
18359
18425
  }
18360
18426
  ]
18361
18427
  },
18362
- "omittion": false,
18363
- "globalAttrs": {
18364
- "#HTMLGlobalAttrs": true,
18365
- "#GlobalEventAttrs": true,
18366
- "#DocumentElementEventAttrs": true,
18367
- "#ARIAAttrs": true,
18368
- "#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
18428
+ "implicitRole": {
18429
+ "summary": "WIP",
18430
+ "role": false
18431
+ },
18432
+ "permittedRoles": {
18433
+ "summary": "WIP",
18434
+ "roles": []
18435
+ },
18436
+ "omittion": false,
18437
+ "globalAttrs": {
18438
+ "#HTMLGlobalAttrs": true,
18439
+ "#GlobalEventAttrs": true,
18440
+ "#DocumentElementEventAttrs": true,
18441
+ "#ARIAAttrs": true,
18442
+ "#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
18369
18443
  "#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
18370
18444
  "#SVGPresentationAttrs": [
18371
18445
  "cx",
@@ -18464,14 +18538,6 @@
18464
18538
  "namespace": "http://www.w3.org/2000/svg",
18465
18539
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath",
18466
18540
  "categories": ["#SVGNone"],
18467
- "permittedRoles": {
18468
- "summary": "WIP",
18469
- "roles": []
18470
- },
18471
- "implicitRole": {
18472
- "summary": "WIP",
18473
- "role": false
18474
- },
18475
18541
  "permittedStructures": {
18476
18542
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elements<text>, <use>",
18477
18543
  "tag": "clipPath",
@@ -18488,6 +18554,14 @@
18488
18554
  }
18489
18555
  ]
18490
18556
  },
18557
+ "implicitRole": {
18558
+ "summary": "WIP",
18559
+ "role": false
18560
+ },
18561
+ "permittedRoles": {
18562
+ "summary": "WIP",
18563
+ "roles": []
18564
+ },
18491
18565
  "omittion": false,
18492
18566
  "globalAttrs": {
18493
18567
  "#SVGConditionalProcessingAttrs": ["requiredFeatures", "requiredExtensions", "systemLanguage"],
@@ -18582,6 +18656,11 @@
18582
18656
  "namespace": "http://www.w3.org/2000/svg",
18583
18657
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
18584
18658
  "categories": [],
18659
+ "permittedStructures": {
18660
+ "summary": "",
18661
+ "tag": "cursor",
18662
+ "contents": false
18663
+ },
18585
18664
  "permittedRoles": {
18586
18665
  "summary": "",
18587
18666
  "roles": []
@@ -18590,11 +18669,6 @@
18590
18669
  "summary": "",
18591
18670
  "role": false
18592
18671
  },
18593
- "permittedStructures": {
18594
- "summary": "",
18595
- "tag": "cursor",
18596
- "contents": false
18597
- },
18598
18672
  "omittion": false,
18599
18673
  "globalAttrs": {},
18600
18674
  "attributes": {},
@@ -18605,14 +18679,6 @@
18605
18679
  "namespace": "http://www.w3.org/2000/svg",
18606
18680
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs",
18607
18681
  "categories": ["#SVGContainer", "#SVGStructural"],
18608
- "permittedRoles": {
18609
- "summary": "WIP",
18610
- "roles": []
18611
- },
18612
- "implicitRole": {
18613
- "summary": "WIP",
18614
- "role": false
18615
- },
18616
18682
  "permittedStructures": {
18617
18683
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
18618
18684
  "tag": "defs",
@@ -18640,6 +18706,14 @@
18640
18706
  }
18641
18707
  ]
18642
18708
  },
18709
+ "implicitRole": {
18710
+ "summary": "WIP",
18711
+ "role": false
18712
+ },
18713
+ "permittedRoles": {
18714
+ "summary": "WIP",
18715
+ "roles": []
18716
+ },
18643
18717
  "omittion": false,
18644
18718
  "globalAttrs": {
18645
18719
  "#GlobalEventAttrs": true,
@@ -18723,14 +18797,6 @@
18723
18797
  "namespace": "http://www.w3.org/2000/svg",
18724
18798
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/desc",
18725
18799
  "categories": ["#SVGDescriptive"],
18726
- "permittedRoles": {
18727
- "summary": "WIP",
18728
- "roles": []
18729
- },
18730
- "implicitRole": {
18731
- "summary": "WIP",
18732
- "role": false
18733
- },
18734
18800
  "permittedStructures": {
18735
18801
  "summary": "Any elements or character data",
18736
18802
  "tag": "desc",
@@ -18740,6 +18806,14 @@
18740
18806
  }
18741
18807
  ]
18742
18808
  },
18809
+ "implicitRole": {
18810
+ "summary": "WIP",
18811
+ "role": false
18812
+ },
18813
+ "permittedRoles": {
18814
+ "summary": "WIP",
18815
+ "roles": []
18816
+ },
18743
18817
  "omittion": false,
18744
18818
  "globalAttrs": {
18745
18819
  "#GlobalEventAttrs": true,
@@ -18753,14 +18827,6 @@
18753
18827
  "namespace": "http://www.w3.org/2000/svg",
18754
18828
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard",
18755
18829
  "categories": [],
18756
- "permittedRoles": {
18757
- "summary": "WIP",
18758
- "roles": []
18759
- },
18760
- "implicitRole": {
18761
- "summary": "WIP",
18762
- "role": false
18763
- },
18764
18830
  "permittedStructures": {
18765
18831
  "summary": "",
18766
18832
  "tag": "discard",
@@ -18770,6 +18836,14 @@
18770
18836
  }
18771
18837
  ]
18772
18838
  },
18839
+ "implicitRole": {
18840
+ "summary": "WIP",
18841
+ "role": false
18842
+ },
18843
+ "permittedRoles": {
18844
+ "summary": "WIP",
18845
+ "roles": []
18846
+ },
18773
18847
  "omittion": false,
18774
18848
  "globalAttrs": {
18775
18849
  "#ARIAAttrs": true,
@@ -18793,14 +18867,6 @@
18793
18867
  "namespace": "http://www.w3.org/2000/svg",
18794
18868
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse",
18795
18869
  "categories": ["#SVGGraphics", "#SVGShape"],
18796
- "permittedRoles": {
18797
- "summary": "WIP",
18798
- "roles": []
18799
- },
18800
- "implicitRole": {
18801
- "summary": "WIP",
18802
- "role": false
18803
- },
18804
18870
  "permittedStructures": {
18805
18871
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
18806
18872
  "tag": "ellipse",
@@ -18819,6 +18885,14 @@
18819
18885
  }
18820
18886
  ]
18821
18887
  },
18888
+ "implicitRole": {
18889
+ "summary": "WIP",
18890
+ "role": false
18891
+ },
18892
+ "permittedRoles": {
18893
+ "summary": "WIP",
18894
+ "roles": []
18895
+ },
18822
18896
  "omittion": false,
18823
18897
  "globalAttrs": {
18824
18898
  "#HTMLGlobalAttrs": true,
@@ -18928,14 +19002,6 @@
18928
19002
  "namespace": "http://www.w3.org/2000/svg",
18929
19003
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feBlend",
18930
19004
  "categories": [],
18931
- "permittedRoles": {
18932
- "summary": "WIP",
18933
- "roles": []
18934
- },
18935
- "implicitRole": {
18936
- "summary": "WIP",
18937
- "role": false
18938
- },
18939
19005
  "permittedStructures": {
18940
19006
  "summary": "",
18941
19007
  "tag": "feBlend",
@@ -18945,6 +19011,14 @@
18945
19011
  }
18946
19012
  ]
18947
19013
  },
19014
+ "implicitRole": {
19015
+ "summary": "WIP",
19016
+ "role": false
19017
+ },
19018
+ "permittedRoles": {
19019
+ "summary": "WIP",
19020
+ "roles": []
19021
+ },
18948
19022
  "omittion": false,
18949
19023
  "globalAttrs": {
18950
19024
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -19052,14 +19126,6 @@
19052
19126
  "namespace": "http://www.w3.org/2000/svg",
19053
19127
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feColorMatrix",
19054
19128
  "categories": [],
19055
- "permittedRoles": {
19056
- "summary": "WIP",
19057
- "roles": []
19058
- },
19059
- "implicitRole": {
19060
- "summary": "WIP",
19061
- "role": false
19062
- },
19063
19129
  "permittedStructures": {
19064
19130
  "summary": "",
19065
19131
  "tag": "feColorMatrix",
@@ -19069,6 +19135,14 @@
19069
19135
  }
19070
19136
  ]
19071
19137
  },
19138
+ "implicitRole": {
19139
+ "summary": "WIP",
19140
+ "role": false
19141
+ },
19142
+ "permittedRoles": {
19143
+ "summary": "WIP",
19144
+ "roles": []
19145
+ },
19072
19146
  "omittion": false,
19073
19147
  "globalAttrs": {
19074
19148
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -19165,14 +19239,6 @@
19165
19239
  "namespace": "http://www.w3.org/2000/svg",
19166
19240
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComponentTransfer",
19167
19241
  "categories": [],
19168
- "permittedRoles": {
19169
- "summary": "WIP",
19170
- "roles": []
19171
- },
19172
- "implicitRole": {
19173
- "summary": "WIP",
19174
- "role": false
19175
- },
19176
19242
  "permittedStructures": {
19177
19243
  "summary": "",
19178
19244
  "tag": "feComponentTransfer",
@@ -19189,6 +19255,14 @@
19189
19255
  }
19190
19256
  ]
19191
19257
  },
19258
+ "implicitRole": {
19259
+ "summary": "WIP",
19260
+ "role": false
19261
+ },
19262
+ "permittedRoles": {
19263
+ "summary": "WIP",
19264
+ "roles": []
19265
+ },
19192
19266
  "omittion": false,
19193
19267
  "globalAttrs": {
19194
19268
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -19271,14 +19345,6 @@
19271
19345
  "namespace": "http://www.w3.org/2000/svg",
19272
19346
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComposite",
19273
19347
  "categories": [],
19274
- "permittedRoles": {
19275
- "summary": "WIP",
19276
- "roles": []
19277
- },
19278
- "implicitRole": {
19279
- "summary": "WIP",
19280
- "role": false
19281
- },
19282
19348
  "permittedStructures": {
19283
19349
  "summary": "",
19284
19350
  "tag": "feComposite",
@@ -19288,6 +19354,14 @@
19288
19354
  }
19289
19355
  ]
19290
19356
  },
19357
+ "implicitRole": {
19358
+ "summary": "WIP",
19359
+ "role": false
19360
+ },
19361
+ "permittedRoles": {
19362
+ "summary": "WIP",
19363
+ "roles": []
19364
+ },
19291
19365
  "omittion": false,
19292
19366
  "globalAttrs": {
19293
19367
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -19426,14 +19500,6 @@
19426
19500
  "namespace": "http://www.w3.org/2000/svg",
19427
19501
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feConvolveMatrix",
19428
19502
  "categories": [],
19429
- "permittedRoles": {
19430
- "summary": "WIP",
19431
- "roles": []
19432
- },
19433
- "implicitRole": {
19434
- "summary": "WIP",
19435
- "role": false
19436
- },
19437
19503
  "permittedStructures": {
19438
19504
  "summary": "",
19439
19505
  "tag": "feConvolveMatrix",
@@ -19443,6 +19509,14 @@
19443
19509
  }
19444
19510
  ]
19445
19511
  },
19512
+ "implicitRole": {
19513
+ "summary": "WIP",
19514
+ "role": false
19515
+ },
19516
+ "permittedRoles": {
19517
+ "summary": "WIP",
19518
+ "roles": []
19519
+ },
19446
19520
  "omittion": false,
19447
19521
  "globalAttrs": {
19448
19522
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -19582,14 +19656,6 @@
19582
19656
  "namespace": "http://www.w3.org/2000/svg",
19583
19657
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDiffuseLighting",
19584
19658
  "categories": [],
19585
- "permittedRoles": {
19586
- "summary": "WIP",
19587
- "roles": []
19588
- },
19589
- "implicitRole": {
19590
- "summary": "WIP",
19591
- "role": false
19592
- },
19593
19659
  "permittedStructures": {
19594
19660
  "summary": "",
19595
19661
  "tag": "feDiffuseLighting",
@@ -19616,6 +19682,14 @@
19616
19682
  }
19617
19683
  ]
19618
19684
  },
19685
+ "implicitRole": {
19686
+ "summary": "WIP",
19687
+ "role": false
19688
+ },
19689
+ "permittedRoles": {
19690
+ "summary": "WIP",
19691
+ "roles": []
19692
+ },
19619
19693
  "omittion": false,
19620
19694
  "globalAttrs": {
19621
19695
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -19717,14 +19791,6 @@
19717
19791
  "namespace": "http://www.w3.org/2000/svg",
19718
19792
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDisplacementMap",
19719
19793
  "categories": [],
19720
- "permittedRoles": {
19721
- "summary": "WIP",
19722
- "roles": []
19723
- },
19724
- "implicitRole": {
19725
- "summary": "WIP",
19726
- "role": false
19727
- },
19728
19794
  "permittedStructures": {
19729
19795
  "summary": "",
19730
19796
  "tag": "feDisplacementMap",
@@ -19734,6 +19800,14 @@
19734
19800
  }
19735
19801
  ]
19736
19802
  },
19803
+ "implicitRole": {
19804
+ "summary": "WIP",
19805
+ "role": false
19806
+ },
19807
+ "permittedRoles": {
19808
+ "summary": "WIP",
19809
+ "roles": []
19810
+ },
19737
19811
  "omittion": false,
19738
19812
  "globalAttrs": {
19739
19813
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -19859,14 +19933,6 @@
19859
19933
  "namespace": "http://www.w3.org/2000/svg",
19860
19934
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDistantLight",
19861
19935
  "categories": [],
19862
- "permittedRoles": {
19863
- "summary": "WIP",
19864
- "roles": []
19865
- },
19866
- "implicitRole": {
19867
- "summary": "WIP",
19868
- "role": false
19869
- },
19870
19936
  "permittedStructures": {
19871
19937
  "summary": "",
19872
19938
  "tag": "feDistantLight",
@@ -19876,6 +19942,14 @@
19876
19942
  }
19877
19943
  ]
19878
19944
  },
19945
+ "implicitRole": {
19946
+ "summary": "WIP",
19947
+ "role": false
19948
+ },
19949
+ "permittedRoles": {
19950
+ "summary": "WIP",
19951
+ "roles": []
19952
+ },
19879
19953
  "omittion": false,
19880
19954
  "globalAttrs": {
19881
19955
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"]
@@ -19900,14 +19974,6 @@
19900
19974
  "namespace": "http://www.w3.org/2000/svg",
19901
19975
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDropShadow",
19902
19976
  "categories": ["#SVGFilterPrimitive"],
19903
- "permittedRoles": {
19904
- "summary": "WIP",
19905
- "roles": []
19906
- },
19907
- "implicitRole": {
19908
- "summary": "WIP",
19909
- "role": false
19910
- },
19911
19977
  "permittedStructures": {
19912
19978
  "summary": "Any number of the following elements, in any order:<animate>, <script>, <set>",
19913
19979
  "tag": "feDropShadow",
@@ -19917,6 +19983,14 @@
19917
19983
  }
19918
19984
  ]
19919
19985
  },
19986
+ "implicitRole": {
19987
+ "summary": "WIP",
19988
+ "role": false
19989
+ },
19990
+ "permittedRoles": {
19991
+ "summary": "WIP",
19992
+ "roles": []
19993
+ },
19920
19994
  "omittion": false,
19921
19995
  "globalAttrs": {
19922
19996
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -20021,14 +20095,6 @@
20021
20095
  "namespace": "http://www.w3.org/2000/svg",
20022
20096
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFlood",
20023
20097
  "categories": [],
20024
- "permittedRoles": {
20025
- "summary": "WIP",
20026
- "roles": []
20027
- },
20028
- "implicitRole": {
20029
- "summary": "WIP",
20030
- "role": false
20031
- },
20032
20098
  "permittedStructures": {
20033
20099
  "summary": "",
20034
20100
  "tag": "feDropShadow",
@@ -20038,6 +20104,14 @@
20038
20104
  }
20039
20105
  ]
20040
20106
  },
20107
+ "implicitRole": {
20108
+ "summary": "WIP",
20109
+ "role": false
20110
+ },
20111
+ "permittedRoles": {
20112
+ "summary": "WIP",
20113
+ "roles": []
20114
+ },
20041
20115
  "omittion": false,
20042
20116
  "globalAttrs": {
20043
20117
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -20131,14 +20205,6 @@
20131
20205
  "namespace": "http://www.w3.org/2000/svg",
20132
20206
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncA",
20133
20207
  "categories": [],
20134
- "permittedRoles": {
20135
- "summary": "WIP",
20136
- "roles": []
20137
- },
20138
- "implicitRole": {
20139
- "summary": "WIP",
20140
- "role": false
20141
- },
20142
20208
  "permittedStructures": {
20143
20209
  "summary": "",
20144
20210
  "tag": "feFuncA",
@@ -20148,6 +20214,14 @@
20148
20214
  }
20149
20215
  ]
20150
20216
  },
20217
+ "implicitRole": {
20218
+ "summary": "WIP",
20219
+ "role": false
20220
+ },
20221
+ "permittedRoles": {
20222
+ "summary": "WIP",
20223
+ "roles": []
20224
+ },
20151
20225
  "omittion": false,
20152
20226
  "globalAttrs": {
20153
20227
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
@@ -20168,14 +20242,6 @@
20168
20242
  "namespace": "http://www.w3.org/2000/svg",
20169
20243
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncB",
20170
20244
  "categories": [],
20171
- "permittedRoles": {
20172
- "summary": "WIP",
20173
- "roles": []
20174
- },
20175
- "implicitRole": {
20176
- "summary": "WIP",
20177
- "role": false
20178
- },
20179
20245
  "permittedStructures": {
20180
20246
  "summary": "",
20181
20247
  "tag": "feFuncB",
@@ -20185,6 +20251,14 @@
20185
20251
  }
20186
20252
  ]
20187
20253
  },
20254
+ "implicitRole": {
20255
+ "summary": "WIP",
20256
+ "role": false
20257
+ },
20258
+ "permittedRoles": {
20259
+ "summary": "WIP",
20260
+ "roles": []
20261
+ },
20188
20262
  "omittion": false,
20189
20263
  "globalAttrs": {
20190
20264
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
@@ -20205,14 +20279,6 @@
20205
20279
  "namespace": "http://www.w3.org/2000/svg",
20206
20280
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncG",
20207
20281
  "categories": [],
20208
- "permittedRoles": {
20209
- "summary": "WIP",
20210
- "roles": []
20211
- },
20212
- "implicitRole": {
20213
- "summary": "WIP",
20214
- "role": false
20215
- },
20216
20282
  "permittedStructures": {
20217
20283
  "summary": "",
20218
20284
  "tag": "feFuncB",
@@ -20222,6 +20288,14 @@
20222
20288
  }
20223
20289
  ]
20224
20290
  },
20291
+ "implicitRole": {
20292
+ "summary": "WIP",
20293
+ "role": false
20294
+ },
20295
+ "permittedRoles": {
20296
+ "summary": "WIP",
20297
+ "roles": []
20298
+ },
20225
20299
  "omittion": false,
20226
20300
  "globalAttrs": {
20227
20301
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
@@ -20242,14 +20316,6 @@
20242
20316
  "namespace": "http://www.w3.org/2000/svg",
20243
20317
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncR",
20244
20318
  "categories": [],
20245
- "permittedRoles": {
20246
- "summary": "WIP",
20247
- "roles": []
20248
- },
20249
- "implicitRole": {
20250
- "summary": "WIP",
20251
- "role": false
20252
- },
20253
20319
  "permittedStructures": {
20254
20320
  "summary": "",
20255
20321
  "tag": "feFuncR",
@@ -20259,6 +20325,14 @@
20259
20325
  }
20260
20326
  ]
20261
20327
  },
20328
+ "implicitRole": {
20329
+ "summary": "WIP",
20330
+ "role": false
20331
+ },
20332
+ "permittedRoles": {
20333
+ "summary": "WIP",
20334
+ "roles": []
20335
+ },
20262
20336
  "omittion": false,
20263
20337
  "globalAttrs": {
20264
20338
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
@@ -20279,14 +20353,6 @@
20279
20353
  "namespace": "http://www.w3.org/2000/svg",
20280
20354
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feGaussianBlur",
20281
20355
  "categories": [],
20282
- "permittedRoles": {
20283
- "summary": "WIP",
20284
- "roles": []
20285
- },
20286
- "implicitRole": {
20287
- "summary": "WIP",
20288
- "role": false
20289
- },
20290
20356
  "permittedStructures": {
20291
20357
  "summary": "",
20292
20358
  "tag": "feGaussianBlur",
@@ -20296,6 +20362,14 @@
20296
20362
  }
20297
20363
  ]
20298
20364
  },
20365
+ "implicitRole": {
20366
+ "summary": "WIP",
20367
+ "role": false
20368
+ },
20369
+ "permittedRoles": {
20370
+ "summary": "WIP",
20371
+ "roles": []
20372
+ },
20299
20373
  "omittion": false,
20300
20374
  "globalAttrs": {
20301
20375
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -20393,14 +20467,6 @@
20393
20467
  "namespace": "http://www.w3.org/2000/svg",
20394
20468
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feImage",
20395
20469
  "categories": [],
20396
- "permittedRoles": {
20397
- "summary": "WIP",
20398
- "roles": []
20399
- },
20400
- "implicitRole": {
20401
- "summary": "WIP",
20402
- "role": false
20403
- },
20404
20470
  "permittedStructures": {
20405
20471
  "summary": "",
20406
20472
  "tag": "feImage",
@@ -20416,6 +20482,14 @@
20416
20482
  }
20417
20483
  ]
20418
20484
  },
20485
+ "implicitRole": {
20486
+ "summary": "WIP",
20487
+ "role": false
20488
+ },
20489
+ "permittedRoles": {
20490
+ "summary": "WIP",
20491
+ "roles": []
20492
+ },
20419
20493
  "omittion": false,
20420
20494
  "globalAttrs": {
20421
20495
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -20531,14 +20605,6 @@
20531
20605
  "namespace": "http://www.w3.org/2000/svg",
20532
20606
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMerge",
20533
20607
  "categories": [],
20534
- "permittedRoles": {
20535
- "summary": "WIP",
20536
- "roles": []
20537
- },
20538
- "implicitRole": {
20539
- "summary": "WIP",
20540
- "role": false
20541
- },
20542
20608
  "permittedStructures": {
20543
20609
  "summary": "",
20544
20610
  "tag": "feMerge",
@@ -20548,6 +20614,14 @@
20548
20614
  }
20549
20615
  ]
20550
20616
  },
20617
+ "implicitRole": {
20618
+ "summary": "WIP",
20619
+ "role": false
20620
+ },
20621
+ "permittedRoles": {
20622
+ "summary": "WIP",
20623
+ "roles": []
20624
+ },
20551
20625
  "omittion": false,
20552
20626
  "globalAttrs": {
20553
20627
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -20630,14 +20704,6 @@
20630
20704
  "namespace": "http://www.w3.org/2000/svg",
20631
20705
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMergeNode",
20632
20706
  "categories": [],
20633
- "permittedRoles": {
20634
- "summary": "WIP",
20635
- "roles": []
20636
- },
20637
- "implicitRole": {
20638
- "summary": "WIP",
20639
- "role": false
20640
- },
20641
20707
  "permittedStructures": {
20642
20708
  "summary": "",
20643
20709
  "tag": "feMergeNode",
@@ -20647,6 +20713,14 @@
20647
20713
  }
20648
20714
  ]
20649
20715
  },
20716
+ "implicitRole": {
20717
+ "summary": "WIP",
20718
+ "role": false
20719
+ },
20720
+ "permittedRoles": {
20721
+ "summary": "WIP",
20722
+ "roles": []
20723
+ },
20650
20724
  "omittion": false,
20651
20725
  "globalAttrs": {
20652
20726
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
@@ -20659,14 +20733,6 @@
20659
20733
  "namespace": "http://www.w3.org/2000/svg",
20660
20734
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMorphology",
20661
20735
  "categories": [],
20662
- "permittedRoles": {
20663
- "summary": "WIP",
20664
- "roles": []
20665
- },
20666
- "implicitRole": {
20667
- "summary": "WIP",
20668
- "role": false
20669
- },
20670
20736
  "permittedStructures": {
20671
20737
  "summary": "",
20672
20738
  "tag": "feMorphology",
@@ -20676,6 +20742,14 @@
20676
20742
  }
20677
20743
  ]
20678
20744
  },
20745
+ "implicitRole": {
20746
+ "summary": "WIP",
20747
+ "role": false
20748
+ },
20749
+ "permittedRoles": {
20750
+ "summary": "WIP",
20751
+ "roles": []
20752
+ },
20679
20753
  "omittion": false,
20680
20754
  "globalAttrs": {
20681
20755
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -20774,14 +20848,6 @@
20774
20848
  "namespace": "http://www.w3.org/2000/svg",
20775
20849
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset",
20776
20850
  "categories": [],
20777
- "permittedRoles": {
20778
- "summary": "WIP",
20779
- "roles": []
20780
- },
20781
- "implicitRole": {
20782
- "summary": "WIP",
20783
- "role": false
20784
- },
20785
20851
  "permittedStructures": {
20786
20852
  "summary": "",
20787
20853
  "tag": "feOffset",
@@ -20791,6 +20857,14 @@
20791
20857
  }
20792
20858
  ]
20793
20859
  },
20860
+ "implicitRole": {
20861
+ "summary": "WIP",
20862
+ "role": false
20863
+ },
20864
+ "permittedRoles": {
20865
+ "summary": "WIP",
20866
+ "roles": []
20867
+ },
20794
20868
  "omittion": false,
20795
20869
  "globalAttrs": {
20796
20870
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -20886,14 +20960,6 @@
20886
20960
  "namespace": "http://www.w3.org/2000/svg",
20887
20961
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLight",
20888
20962
  "categories": [],
20889
- "permittedRoles": {
20890
- "summary": "WIP",
20891
- "roles": []
20892
- },
20893
- "implicitRole": {
20894
- "summary": "WIP",
20895
- "role": false
20896
- },
20897
20963
  "permittedStructures": {
20898
20964
  "summary": "",
20899
20965
  "tag": "fePointLight",
@@ -20903,6 +20969,14 @@
20903
20969
  }
20904
20970
  ]
20905
20971
  },
20972
+ "implicitRole": {
20973
+ "summary": "WIP",
20974
+ "role": false
20975
+ },
20976
+ "permittedRoles": {
20977
+ "summary": "WIP",
20978
+ "roles": []
20979
+ },
20906
20980
  "omittion": false,
20907
20981
  "globalAttrs": {
20908
20982
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"]
@@ -20933,14 +21007,6 @@
20933
21007
  "namespace": "http://www.w3.org/2000/svg",
20934
21008
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpecularLighting",
20935
21009
  "categories": [],
20936
- "permittedRoles": {
20937
- "summary": "WIP",
20938
- "roles": []
20939
- },
20940
- "implicitRole": {
20941
- "summary": "WIP",
20942
- "role": false
20943
- },
20944
21010
  "permittedStructures": {
20945
21011
  "summary": "",
20946
21012
  "tag": "feSpecularLighting",
@@ -20967,6 +21033,14 @@
20967
21033
  }
20968
21034
  ]
20969
21035
  },
21036
+ "implicitRole": {
21037
+ "summary": "WIP",
21038
+ "role": false
21039
+ },
21040
+ "permittedRoles": {
21041
+ "summary": "WIP",
21042
+ "roles": []
21043
+ },
20970
21044
  "omittion": false,
20971
21045
  "globalAttrs": {
20972
21046
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -21073,14 +21147,6 @@
21073
21147
  "namespace": "http://www.w3.org/2000/svg",
21074
21148
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpotLight",
21075
21149
  "categories": [],
21076
- "permittedRoles": {
21077
- "summary": "WIP",
21078
- "roles": []
21079
- },
21080
- "implicitRole": {
21081
- "summary": "WIP",
21082
- "role": false
21083
- },
21084
21150
  "permittedStructures": {
21085
21151
  "summary": "",
21086
21152
  "tag": "feSpotLight",
@@ -21090,6 +21156,14 @@
21090
21156
  }
21091
21157
  ]
21092
21158
  },
21159
+ "implicitRole": {
21160
+ "summary": "WIP",
21161
+ "role": false
21162
+ },
21163
+ "permittedRoles": {
21164
+ "summary": "WIP",
21165
+ "roles": []
21166
+ },
21093
21167
  "omittion": false,
21094
21168
  "globalAttrs": {
21095
21169
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"]
@@ -21149,14 +21223,6 @@
21149
21223
  "namespace": "http://www.w3.org/2000/svg",
21150
21224
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTile",
21151
21225
  "categories": [],
21152
- "permittedRoles": {
21153
- "summary": "WIP",
21154
- "roles": []
21155
- },
21156
- "implicitRole": {
21157
- "summary": "WIP",
21158
- "role": false
21159
- },
21160
21226
  "permittedStructures": {
21161
21227
  "summary": "",
21162
21228
  "tag": "feTile",
@@ -21166,6 +21232,14 @@
21166
21232
  }
21167
21233
  ]
21168
21234
  },
21235
+ "implicitRole": {
21236
+ "summary": "WIP",
21237
+ "role": false
21238
+ },
21239
+ "permittedRoles": {
21240
+ "summary": "WIP",
21241
+ "roles": []
21242
+ },
21169
21243
  "omittion": false,
21170
21244
  "globalAttrs": {
21171
21245
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -21248,14 +21322,6 @@
21248
21322
  "namespace": "http://www.w3.org/2000/svg",
21249
21323
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTurbulence",
21250
21324
  "categories": [],
21251
- "permittedRoles": {
21252
- "summary": "WIP",
21253
- "roles": []
21254
- },
21255
- "implicitRole": {
21256
- "summary": "WIP",
21257
- "role": false
21258
- },
21259
21325
  "permittedStructures": {
21260
21326
  "summary": "",
21261
21327
  "tag": "feTurbulence",
@@ -21265,6 +21331,14 @@
21265
21331
  }
21266
21332
  ]
21267
21333
  },
21334
+ "implicitRole": {
21335
+ "summary": "WIP",
21336
+ "role": false
21337
+ },
21338
+ "permittedRoles": {
21339
+ "summary": "WIP",
21340
+ "roles": []
21341
+ },
21268
21342
  "omittion": false,
21269
21343
  "globalAttrs": {
21270
21344
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -21383,14 +21457,6 @@
21383
21457
  "namespace": "http://www.w3.org/2000/svg",
21384
21458
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter",
21385
21459
  "categories": [],
21386
- "permittedRoles": {
21387
- "summary": "WIP",
21388
- "roles": []
21389
- },
21390
- "implicitRole": {
21391
- "summary": "WIP",
21392
- "role": false
21393
- },
21394
21460
  "permittedStructures": {
21395
21461
  "summary": "",
21396
21462
  "tag": "filter",
@@ -21400,6 +21466,14 @@
21400
21466
  }
21401
21467
  ]
21402
21468
  },
21469
+ "implicitRole": {
21470
+ "summary": "WIP",
21471
+ "role": false
21472
+ },
21473
+ "permittedRoles": {
21474
+ "summary": "WIP",
21475
+ "roles": []
21476
+ },
21403
21477
  "omittion": false,
21404
21478
  "globalAttrs": {
21405
21479
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -21530,6 +21604,11 @@
21530
21604
  "namespace": "http://www.w3.org/2000/svg",
21531
21605
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21532
21606
  "categories": [],
21607
+ "permittedStructures": {
21608
+ "summary": "",
21609
+ "tag": "font",
21610
+ "contents": false
21611
+ },
21533
21612
  "permittedRoles": {
21534
21613
  "summary": "",
21535
21614
  "roles": []
@@ -21538,11 +21617,6 @@
21538
21617
  "summary": "",
21539
21618
  "role": false
21540
21619
  },
21541
- "permittedStructures": {
21542
- "summary": "",
21543
- "tag": "font",
21544
- "contents": false
21545
- },
21546
21620
  "omittion": false,
21547
21621
  "globalAttrs": {},
21548
21622
  "attributes": {},
@@ -21553,6 +21627,11 @@
21553
21627
  "namespace": "http://www.w3.org/2000/svg",
21554
21628
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21555
21629
  "categories": [],
21630
+ "permittedStructures": {
21631
+ "summary": "",
21632
+ "tag": "font-face",
21633
+ "contents": false
21634
+ },
21556
21635
  "permittedRoles": {
21557
21636
  "summary": "",
21558
21637
  "roles": []
@@ -21561,11 +21640,6 @@
21561
21640
  "summary": "",
21562
21641
  "role": false
21563
21642
  },
21564
- "permittedStructures": {
21565
- "summary": "",
21566
- "tag": "font-face",
21567
- "contents": false
21568
- },
21569
21643
  "omittion": false,
21570
21644
  "globalAttrs": {},
21571
21645
  "attributes": {},
@@ -21576,6 +21650,11 @@
21576
21650
  "namespace": "http://www.w3.org/2000/svg",
21577
21651
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21578
21652
  "categories": [],
21653
+ "permittedStructures": {
21654
+ "summary": "",
21655
+ "tag": "font-face-format",
21656
+ "contents": false
21657
+ },
21579
21658
  "permittedRoles": {
21580
21659
  "summary": "",
21581
21660
  "roles": []
@@ -21584,11 +21663,6 @@
21584
21663
  "summary": "",
21585
21664
  "role": false
21586
21665
  },
21587
- "permittedStructures": {
21588
- "summary": "",
21589
- "tag": "font-face-format",
21590
- "contents": false
21591
- },
21592
21666
  "omittion": false,
21593
21667
  "globalAttrs": {},
21594
21668
  "attributes": {},
@@ -21599,6 +21673,11 @@
21599
21673
  "namespace": "http://www.w3.org/2000/svg",
21600
21674
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21601
21675
  "categories": [],
21676
+ "permittedStructures": {
21677
+ "summary": "",
21678
+ "tag": "font-face-name",
21679
+ "contents": false
21680
+ },
21602
21681
  "permittedRoles": {
21603
21682
  "summary": "",
21604
21683
  "roles": []
@@ -21607,11 +21686,6 @@
21607
21686
  "summary": "",
21608
21687
  "role": false
21609
21688
  },
21610
- "permittedStructures": {
21611
- "summary": "",
21612
- "tag": "font-face-name",
21613
- "contents": false
21614
- },
21615
21689
  "omittion": false,
21616
21690
  "globalAttrs": {},
21617
21691
  "attributes": {},
@@ -21622,6 +21696,11 @@
21622
21696
  "namespace": "http://www.w3.org/2000/svg",
21623
21697
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21624
21698
  "categories": [],
21699
+ "permittedStructures": {
21700
+ "summary": "",
21701
+ "tag": "font-face-src",
21702
+ "contents": false
21703
+ },
21625
21704
  "permittedRoles": {
21626
21705
  "summary": "",
21627
21706
  "roles": []
@@ -21630,11 +21709,6 @@
21630
21709
  "summary": "",
21631
21710
  "role": false
21632
21711
  },
21633
- "permittedStructures": {
21634
- "summary": "",
21635
- "tag": "font-face-src",
21636
- "contents": false
21637
- },
21638
21712
  "omittion": false,
21639
21713
  "globalAttrs": {},
21640
21714
  "attributes": {},
@@ -21645,6 +21719,11 @@
21645
21719
  "namespace": "http://www.w3.org/2000/svg",
21646
21720
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21647
21721
  "categories": [],
21722
+ "permittedStructures": {
21723
+ "summary": "",
21724
+ "tag": "font-face-uri",
21725
+ "contents": false
21726
+ },
21648
21727
  "permittedRoles": {
21649
21728
  "summary": "",
21650
21729
  "roles": []
@@ -21653,11 +21732,6 @@
21653
21732
  "summary": "",
21654
21733
  "role": false
21655
21734
  },
21656
- "permittedStructures": {
21657
- "summary": "",
21658
- "tag": "font-face-uri",
21659
- "contents": false
21660
- },
21661
21735
  "omittion": false,
21662
21736
  "globalAttrs": {},
21663
21737
  "attributes": {},
@@ -21668,18 +21742,18 @@
21668
21742
  "namespace": "http://www.w3.org/2000/svg",
21669
21743
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject",
21670
21744
  "categories": ["#SVGNone"],
21671
- "permittedRoles": {
21672
- "summary": "WIP",
21673
- "roles": []
21745
+ "permittedStructures": {
21746
+ "summary": "Any elements or character data",
21747
+ "tag": "foreignObject",
21748
+ "contents": true
21674
21749
  },
21675
21750
  "implicitRole": {
21676
21751
  "summary": "WIP",
21677
21752
  "role": false
21678
21753
  },
21679
- "permittedStructures": {
21680
- "summary": "Any elements or character data",
21681
- "tag": "foreignObject",
21682
- "contents": true
21754
+ "permittedRoles": {
21755
+ "summary": "WIP",
21756
+ "roles": []
21683
21757
  },
21684
21758
  "omittion": false,
21685
21759
  "globalAttrs": {
@@ -21784,14 +21858,6 @@
21784
21858
  "namespace": "http://www.w3.org/2000/svg",
21785
21859
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g",
21786
21860
  "categories": ["#SVGContainer", "#SVGStructural"],
21787
- "permittedRoles": {
21788
- "summary": "WIP",
21789
- "roles": []
21790
- },
21791
- "implicitRole": {
21792
- "summary": "WIP",
21793
- "role": false
21794
- },
21795
21861
  "permittedStructures": {
21796
21862
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
21797
21863
  "tag": "g",
@@ -21819,6 +21885,14 @@
21819
21885
  }
21820
21886
  ]
21821
21887
  },
21888
+ "implicitRole": {
21889
+ "summary": "WIP",
21890
+ "role": false
21891
+ },
21892
+ "permittedRoles": {
21893
+ "summary": "WIP",
21894
+ "roles": []
21895
+ },
21822
21896
  "omittion": false,
21823
21897
  "globalAttrs": {
21824
21898
  "#HTMLGlobalAttrs": true,
@@ -21905,6 +21979,11 @@
21905
21979
  "namespace": "http://www.w3.org/2000/svg",
21906
21980
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21907
21981
  "categories": [],
21982
+ "permittedStructures": {
21983
+ "summary": "",
21984
+ "tag": "glyph",
21985
+ "contents": false
21986
+ },
21908
21987
  "permittedRoles": {
21909
21988
  "summary": "",
21910
21989
  "roles": []
@@ -21913,11 +21992,6 @@
21913
21992
  "summary": "",
21914
21993
  "role": false
21915
21994
  },
21916
- "permittedStructures": {
21917
- "summary": "",
21918
- "tag": "glyph",
21919
- "contents": false
21920
- },
21921
21995
  "omittion": false,
21922
21996
  "globalAttrs": {},
21923
21997
  "attributes": {},
@@ -21928,6 +22002,11 @@
21928
22002
  "namespace": "http://www.w3.org/2000/svg",
21929
22003
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21930
22004
  "categories": [],
22005
+ "permittedStructures": {
22006
+ "summary": "",
22007
+ "tag": "glyphRef",
22008
+ "contents": false
22009
+ },
21931
22010
  "permittedRoles": {
21932
22011
  "summary": "",
21933
22012
  "roles": []
@@ -21936,11 +22015,6 @@
21936
22015
  "summary": "",
21937
22016
  "role": false
21938
22017
  },
21939
- "permittedStructures": {
21940
- "summary": "",
21941
- "tag": "glyphRef",
21942
- "contents": false
21943
- },
21944
22018
  "omittion": false,
21945
22019
  "globalAttrs": {},
21946
22020
  "attributes": {},
@@ -21951,6 +22025,11 @@
21951
22025
  "namespace": "http://www.w3.org/2000/svg",
21952
22026
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
21953
22027
  "categories": [],
22028
+ "permittedStructures": {
22029
+ "summary": "",
22030
+ "tag": "hkern",
22031
+ "contents": false
22032
+ },
21954
22033
  "permittedRoles": {
21955
22034
  "summary": "",
21956
22035
  "roles": []
@@ -21959,11 +22038,6 @@
21959
22038
  "summary": "",
21960
22039
  "role": false
21961
22040
  },
21962
- "permittedStructures": {
21963
- "summary": "",
21964
- "tag": "hkern",
21965
- "contents": false
21966
- },
21967
22041
  "omittion": false,
21968
22042
  "globalAttrs": {},
21969
22043
  "attributes": {},
@@ -21974,14 +22048,6 @@
21974
22048
  "namespace": "http://www.w3.org/2000/svg",
21975
22049
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image",
21976
22050
  "categories": [],
21977
- "permittedRoles": {
21978
- "summary": "WIP",
21979
- "roles": []
21980
- },
21981
- "implicitRole": {
21982
- "summary": "WIP",
21983
- "role": false
21984
- },
21985
22051
  "permittedStructures": {
21986
22052
  "summary": "",
21987
22053
  "tag": "image",
@@ -21998,6 +22064,14 @@
21998
22064
  }
21999
22065
  ]
22000
22066
  },
22067
+ "implicitRole": {
22068
+ "summary": "WIP",
22069
+ "role": false
22070
+ },
22071
+ "permittedRoles": {
22072
+ "summary": "WIP",
22073
+ "roles": []
22074
+ },
22001
22075
  "omittion": false,
22002
22076
  "globalAttrs": {
22003
22077
  "#HTMLGlobalAttrs": true,
@@ -22108,14 +22182,6 @@
22108
22182
  "namespace": "http://www.w3.org/2000/svg",
22109
22183
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line",
22110
22184
  "categories": ["#SVGGraphics", "#SVGShape"],
22111
- "permittedRoles": {
22112
- "summary": "WIP",
22113
- "roles": []
22114
- },
22115
- "implicitRole": {
22116
- "summary": "WIP",
22117
- "role": false
22118
- },
22119
22185
  "permittedStructures": {
22120
22186
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
22121
22187
  "tag": "line",
@@ -22134,6 +22200,14 @@
22134
22200
  }
22135
22201
  ]
22136
22202
  },
22203
+ "implicitRole": {
22204
+ "summary": "WIP",
22205
+ "role": false
22206
+ },
22207
+ "permittedRoles": {
22208
+ "summary": "WIP",
22209
+ "roles": []
22210
+ },
22137
22211
  "omittion": false,
22138
22212
  "globalAttrs": {
22139
22213
  "#HTMLGlobalAttrs": true,
@@ -22255,14 +22329,6 @@
22255
22329
  "namespace": "http://www.w3.org/2000/svg",
22256
22330
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient",
22257
22331
  "categories": ["#SVGGradient"],
22258
- "permittedRoles": {
22259
- "summary": "WIP",
22260
- "roles": []
22261
- },
22262
- "implicitRole": {
22263
- "summary": "WIP",
22264
- "role": false
22265
- },
22266
22332
  "permittedStructures": {
22267
22333
  "summary": "Any number of the following elements, in any order:Descriptive elements<animate>, <animateTransform>, <set>, <stop>",
22268
22334
  "tag": "linearGradient",
@@ -22280,6 +22346,14 @@
22280
22346
  }
22281
22347
  ]
22282
22348
  },
22349
+ "implicitRole": {
22350
+ "summary": "WIP",
22351
+ "role": false
22352
+ },
22353
+ "permittedRoles": {
22354
+ "summary": "WIP",
22355
+ "roles": []
22356
+ },
22283
22357
  "omittion": false,
22284
22358
  "globalAttrs": {
22285
22359
  "#GlobalEventAttrs": true,
@@ -22427,14 +22501,6 @@
22427
22501
  "namespace": "http://www.w3.org/2000/svg",
22428
22502
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker",
22429
22503
  "categories": ["#SVGContainer"],
22430
- "permittedRoles": {
22431
- "summary": "WIP",
22432
- "roles": []
22433
- },
22434
- "implicitRole": {
22435
- "summary": "WIP",
22436
- "role": false
22437
- },
22438
22504
  "permittedStructures": {
22439
22505
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
22440
22506
  "tag": "marker",
@@ -22462,6 +22528,14 @@
22462
22528
  }
22463
22529
  ]
22464
22530
  },
22531
+ "implicitRole": {
22532
+ "summary": "WIP",
22533
+ "role": false
22534
+ },
22535
+ "permittedRoles": {
22536
+ "summary": "WIP",
22537
+ "roles": []
22538
+ },
22465
22539
  "omittion": false,
22466
22540
  "globalAttrs": {
22467
22541
  "#GlobalEventAttrs": true,
@@ -22624,14 +22698,6 @@
22624
22698
  "namespace": "http://www.w3.org/2000/svg",
22625
22699
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask",
22626
22700
  "categories": ["#SVGContainer"],
22627
- "permittedRoles": {
22628
- "summary": "WIP",
22629
- "roles": []
22630
- },
22631
- "implicitRole": {
22632
- "summary": "WIP",
22633
- "role": false
22634
- },
22635
22701
  "permittedStructures": {
22636
22702
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
22637
22703
  "tag": "marker",
@@ -22665,6 +22731,14 @@
22665
22731
  }
22666
22732
  ]
22667
22733
  },
22734
+ "implicitRole": {
22735
+ "summary": "WIP",
22736
+ "role": false
22737
+ },
22738
+ "permittedRoles": {
22739
+ "summary": "WIP",
22740
+ "roles": []
22741
+ },
22668
22742
  "omittion": false,
22669
22743
  "globalAttrs": {
22670
22744
  "#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
@@ -22773,14 +22847,6 @@
22773
22847
  "namespace": "http://www.w3.org/2000/svg",
22774
22848
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/metadata",
22775
22849
  "categories": [],
22776
- "permittedRoles": {
22777
- "summary": "WIP",
22778
- "roles": []
22779
- },
22780
- "implicitRole": {
22781
- "summary": "WIP",
22782
- "role": false
22783
- },
22784
22850
  "permittedStructures": {
22785
22851
  "summary": "",
22786
22852
  "tag": "metadata",
@@ -22790,6 +22856,14 @@
22790
22856
  }
22791
22857
  ]
22792
22858
  },
22859
+ "implicitRole": {
22860
+ "summary": "WIP",
22861
+ "role": false
22862
+ },
22863
+ "permittedRoles": {
22864
+ "summary": "WIP",
22865
+ "roles": []
22866
+ },
22793
22867
  "omittion": false,
22794
22868
  "globalAttrs": {
22795
22869
  "#GlobalEventAttrs": true,
@@ -22803,6 +22877,11 @@
22803
22877
  "namespace": "http://www.w3.org/2000/svg",
22804
22878
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
22805
22879
  "categories": [],
22880
+ "permittedStructures": {
22881
+ "summary": "",
22882
+ "tag": "missing-glyph",
22883
+ "contents": false
22884
+ },
22806
22885
  "permittedRoles": {
22807
22886
  "summary": "",
22808
22887
  "roles": []
@@ -22811,11 +22890,6 @@
22811
22890
  "summary": "",
22812
22891
  "role": false
22813
22892
  },
22814
- "permittedStructures": {
22815
- "summary": "",
22816
- "tag": "missing-glyph",
22817
- "contents": false
22818
- },
22819
22893
  "omittion": false,
22820
22894
  "globalAttrs": {},
22821
22895
  "attributes": {},
@@ -22826,14 +22900,6 @@
22826
22900
  "namespace": "http://www.w3.org/2000/svg",
22827
22901
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath",
22828
22902
  "categories": [],
22829
- "permittedRoles": {
22830
- "summary": "WIP",
22831
- "roles": []
22832
- },
22833
- "implicitRole": {
22834
- "summary": "WIP",
22835
- "role": false
22836
- },
22837
22903
  "permittedStructures": {
22838
22904
  "summary": "",
22839
22905
  "tag": "mpath",
@@ -22843,6 +22909,14 @@
22843
22909
  }
22844
22910
  ]
22845
22911
  },
22912
+ "implicitRole": {
22913
+ "summary": "WIP",
22914
+ "role": false
22915
+ },
22916
+ "permittedRoles": {
22917
+ "summary": "WIP",
22918
+ "roles": []
22919
+ },
22846
22920
  "omittion": false,
22847
22921
  "globalAttrs": {
22848
22922
  "#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
@@ -22861,14 +22935,6 @@
22861
22935
  "namespace": "http://www.w3.org/2000/svg",
22862
22936
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path",
22863
22937
  "categories": ["#SVGGraphics", "#SVGShape"],
22864
- "permittedRoles": {
22865
- "summary": "WIP",
22866
- "roles": []
22867
- },
22868
- "implicitRole": {
22869
- "summary": "WIP",
22870
- "role": false
22871
- },
22872
22938
  "permittedStructures": {
22873
22939
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
22874
22940
  "tag": "path",
@@ -22887,6 +22953,14 @@
22887
22953
  }
22888
22954
  ]
22889
22955
  },
22956
+ "implicitRole": {
22957
+ "summary": "WIP",
22958
+ "role": false
22959
+ },
22960
+ "permittedRoles": {
22961
+ "summary": "WIP",
22962
+ "roles": []
22963
+ },
22890
22964
  "omittion": false,
22891
22965
  "globalAttrs": {
22892
22966
  "#HTMLGlobalAttrs": true,
@@ -22985,14 +23059,6 @@
22985
23059
  "namespace": "http://www.w3.org/2000/svg",
22986
23060
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern",
22987
23061
  "categories": ["#SVGContainer"],
22988
- "permittedRoles": {
22989
- "summary": "WIP",
22990
- "roles": []
22991
- },
22992
- "implicitRole": {
22993
- "summary": "WIP",
22994
- "role": false
22995
- },
22996
23062
  "permittedStructures": {
22997
23063
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
22998
23064
  "tag": "pattern",
@@ -23020,6 +23086,14 @@
23020
23086
  }
23021
23087
  ]
23022
23088
  },
23089
+ "implicitRole": {
23090
+ "summary": "WIP",
23091
+ "role": false
23092
+ },
23093
+ "permittedRoles": {
23094
+ "summary": "WIP",
23095
+ "roles": []
23096
+ },
23023
23097
  "omittion": false,
23024
23098
  "globalAttrs": {
23025
23099
  "#GlobalEventAttrs": true,
@@ -23118,7 +23192,7 @@
23118
23192
  },
23119
23193
  "patternUnits": {
23120
23194
  "ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternUnitsAttribute",
23121
- "description": "This attribute defines the coordinate system for attributes x, y, width , and height. Value type: userSpaceOnUse|objectBoundingBox; Default value: objectBoundingBox; Animatable: yes",
23195
+ "description": "This attribute defines the coordinate system for attributes x, y, width, and height. Value type: userSpaceOnUse|objectBoundingBox; Default value: objectBoundingBox; Animatable: yes",
23122
23196
  "type": {
23123
23197
  "enum": ["userSpaceOnUse", "objectBoundingBox"],
23124
23198
  "disallowToSurroundBySpaces": false
@@ -23152,7 +23226,7 @@
23152
23226
  "description": "This attribute determines the x coordinate shift of the pattern tile. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
23153
23227
  },
23154
23228
  "xlink:href": {
23155
- "description": "This attribute reference 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."
23229
+ "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."
23156
23230
  },
23157
23231
  "y": {
23158
23232
  "description": "This attribute determines the y coordinate shift of the pattern tile. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
@@ -23164,14 +23238,6 @@
23164
23238
  "namespace": "http://www.w3.org/2000/svg",
23165
23239
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon",
23166
23240
  "categories": ["#SVGGraphics", "#SVGShape"],
23167
- "permittedRoles": {
23168
- "summary": "WIP",
23169
- "roles": []
23170
- },
23171
- "implicitRole": {
23172
- "summary": "WIP",
23173
- "role": false
23174
- },
23175
23241
  "permittedStructures": {
23176
23242
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
23177
23243
  "tag": "polygon",
@@ -23190,6 +23256,14 @@
23190
23256
  }
23191
23257
  ]
23192
23258
  },
23259
+ "implicitRole": {
23260
+ "summary": "WIP",
23261
+ "role": false
23262
+ },
23263
+ "permittedRoles": {
23264
+ "summary": "WIP",
23265
+ "roles": []
23266
+ },
23193
23267
  "omittion": false,
23194
23268
  "globalAttrs": {
23195
23269
  "#HTMLGlobalAttrs": true,
@@ -23289,14 +23363,6 @@
23289
23363
  "namespace": "http://www.w3.org/2000/svg",
23290
23364
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polyline",
23291
23365
  "categories": ["#SVGGraphics", "#SVGShape"],
23292
- "permittedRoles": {
23293
- "summary": "WIP",
23294
- "roles": []
23295
- },
23296
- "implicitRole": {
23297
- "summary": "WIP",
23298
- "role": false
23299
- },
23300
23366
  "permittedStructures": {
23301
23367
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
23302
23368
  "tag": "polyline",
@@ -23315,6 +23381,14 @@
23315
23381
  }
23316
23382
  ]
23317
23383
  },
23384
+ "implicitRole": {
23385
+ "summary": "WIP",
23386
+ "role": false
23387
+ },
23388
+ "permittedRoles": {
23389
+ "summary": "WIP",
23390
+ "roles": []
23391
+ },
23318
23392
  "omittion": false,
23319
23393
  "globalAttrs": {
23320
23394
  "#HTMLGlobalAttrs": true,
@@ -23414,14 +23488,6 @@
23414
23488
  "namespace": "http://www.w3.org/2000/svg",
23415
23489
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient",
23416
23490
  "categories": ["#SVGGradient"],
23417
- "permittedRoles": {
23418
- "summary": "WIP",
23419
- "roles": []
23420
- },
23421
- "implicitRole": {
23422
- "summary": "WIP",
23423
- "role": false
23424
- },
23425
23491
  "permittedStructures": {
23426
23492
  "summary": "Any number of the following elements, in any order:Descriptive elements<animate>, <animateTransform>, <set>, <stop>",
23427
23493
  "tag": "radialGradient",
@@ -23439,6 +23505,14 @@
23439
23505
  }
23440
23506
  ]
23441
23507
  },
23508
+ "implicitRole": {
23509
+ "summary": "WIP",
23510
+ "role": false
23511
+ },
23512
+ "permittedRoles": {
23513
+ "summary": "WIP",
23514
+ "roles": []
23515
+ },
23442
23516
  "omittion": false,
23443
23517
  "globalAttrs": {
23444
23518
  "#GlobalEventAttrs": true,
@@ -23598,14 +23672,6 @@
23598
23672
  "namespace": "http://www.w3.org/2000/svg",
23599
23673
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect",
23600
23674
  "categories": ["#SVGGraphics", "#SVGShape"],
23601
- "permittedRoles": {
23602
- "summary": "WIP",
23603
- "roles": []
23604
- },
23605
- "implicitRole": {
23606
- "summary": "WIP",
23607
- "role": false
23608
- },
23609
23675
  "permittedStructures": {
23610
23676
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
23611
23677
  "tag": "rect",
@@ -23624,6 +23690,14 @@
23624
23690
  }
23625
23691
  ]
23626
23692
  },
23693
+ "implicitRole": {
23694
+ "summary": "WIP",
23695
+ "role": false
23696
+ },
23697
+ "permittedRoles": {
23698
+ "summary": "WIP",
23699
+ "roles": []
23700
+ },
23627
23701
  "omittion": false,
23628
23702
  "globalAttrs": {
23629
23703
  "#HTMLGlobalAttrs": true,
@@ -23741,14 +23815,6 @@
23741
23815
  "namespace": "http://www.w3.org/2000/svg",
23742
23816
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/script",
23743
23817
  "categories": ["#SVGNone"],
23744
- "permittedRoles": {
23745
- "summary": "WIP",
23746
- "roles": []
23747
- },
23748
- "implicitRole": {
23749
- "summary": "WIP",
23750
- "role": false
23751
- },
23752
23818
  "permittedStructures": {
23753
23819
  "summary": "Any elements or character data",
23754
23820
  "tag": "script",
@@ -23758,6 +23824,14 @@
23758
23824
  }
23759
23825
  ]
23760
23826
  },
23827
+ "implicitRole": {
23828
+ "summary": "WIP",
23829
+ "role": false
23830
+ },
23831
+ "permittedRoles": {
23832
+ "summary": "WIP",
23833
+ "roles": []
23834
+ },
23761
23835
  "omittion": false,
23762
23836
  "globalAttrs": {
23763
23837
  "#GlobalEventAttrs": true,
@@ -23796,14 +23870,6 @@
23796
23870
  "namespace": "http://www.w3.org/2000/svg",
23797
23871
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/set",
23798
23872
  "categories": ["#SVGAnimation"],
23799
- "permittedRoles": {
23800
- "summary": "WIP",
23801
- "roles": []
23802
- },
23803
- "implicitRole": {
23804
- "summary": "WIP",
23805
- "role": false
23806
- },
23807
23873
  "permittedStructures": {
23808
23874
  "summary": "Any number of the following elements, in any order:Descriptive elements",
23809
23875
  "tag": "set",
@@ -23813,6 +23879,14 @@
23813
23879
  }
23814
23880
  ]
23815
23881
  },
23882
+ "implicitRole": {
23883
+ "summary": "WIP",
23884
+ "role": false
23885
+ },
23886
+ "permittedRoles": {
23887
+ "summary": "WIP",
23888
+ "roles": []
23889
+ },
23816
23890
  "omittion": false,
23817
23891
  "globalAttrs": {
23818
23892
  "#GlobalEventAttrs": true,
@@ -23848,14 +23922,6 @@
23848
23922
  "namespace": "http://www.w3.org/2000/svg",
23849
23923
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/stop",
23850
23924
  "categories": ["#SVGGradient"],
23851
- "permittedRoles": {
23852
- "summary": "WIP",
23853
- "roles": []
23854
- },
23855
- "implicitRole": {
23856
- "summary": "WIP",
23857
- "role": false
23858
- },
23859
23925
  "permittedStructures": {
23860
23926
  "summary": "Any number of the following elements, in any order:<animate>, <animateColor>, <set>",
23861
23927
  "tag": "stop",
@@ -23865,6 +23931,14 @@
23865
23931
  }
23866
23932
  ]
23867
23933
  },
23934
+ "implicitRole": {
23935
+ "summary": "WIP",
23936
+ "role": false
23937
+ },
23938
+ "permittedRoles": {
23939
+ "summary": "WIP",
23940
+ "roles": []
23941
+ },
23868
23942
  "omittion": false,
23869
23943
  "globalAttrs": {
23870
23944
  "#GlobalEventAttrs": true,
@@ -23970,14 +24044,6 @@
23970
24044
  "namespace": "http://www.w3.org/2000/svg",
23971
24045
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/style",
23972
24046
  "categories": ["#SVGNone"],
23973
- "permittedRoles": {
23974
- "summary": "WIP",
23975
- "roles": []
23976
- },
23977
- "implicitRole": {
23978
- "summary": "WIP",
23979
- "role": false
23980
- },
23981
24047
  "permittedStructures": {
23982
24048
  "summary": "Any elements or character data",
23983
24049
  "tag": "style",
@@ -23987,6 +24053,14 @@
23987
24053
  }
23988
24054
  ]
23989
24055
  },
24056
+ "implicitRole": {
24057
+ "summary": "WIP",
24058
+ "role": false
24059
+ },
24060
+ "permittedRoles": {
24061
+ "summary": "WIP",
24062
+ "roles": []
24063
+ },
23990
24064
  "omittion": false,
23991
24065
  "globalAttrs": {
23992
24066
  "#GlobalEventAttrs": true,
@@ -24018,14 +24092,6 @@
24018
24092
  "namespace": "http://www.w3.org/2000/svg",
24019
24093
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/svg",
24020
24094
  "categories": ["#SVGContainer", "#SVGStructural"],
24021
- "permittedRoles": {
24022
- "summary": "WIP",
24023
- "roles": []
24024
- },
24025
- "implicitRole": {
24026
- "summary": "WIP",
24027
- "role": false
24028
- },
24029
24095
  "permittedStructures": {
24030
24096
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
24031
24097
  "tag": "svg",
@@ -24057,6 +24123,14 @@
24057
24123
  }
24058
24124
  ]
24059
24125
  },
24126
+ "implicitRole": {
24127
+ "summary": "WIP",
24128
+ "role": false
24129
+ },
24130
+ "permittedRoles": {
24131
+ "summary": "WIP",
24132
+ "roles": []
24133
+ },
24060
24134
  "omittion": false,
24061
24135
  "globalAttrs": {
24062
24136
  "#HTMLGlobalAttrs": true,
@@ -24204,14 +24278,6 @@
24204
24278
  "namespace": "http://www.w3.org/2000/svg",
24205
24279
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/switch",
24206
24280
  "categories": [],
24207
- "permittedRoles": {
24208
- "summary": "WIP",
24209
- "roles": []
24210
- },
24211
- "implicitRole": {
24212
- "summary": "WIP",
24213
- "role": false
24214
- },
24215
24281
  "permittedStructures": {
24216
24282
  "summary": "",
24217
24283
  "tag": "switch",
@@ -24232,6 +24298,14 @@
24232
24298
  }
24233
24299
  ]
24234
24300
  },
24301
+ "implicitRole": {
24302
+ "summary": "WIP",
24303
+ "role": false
24304
+ },
24305
+ "permittedRoles": {
24306
+ "summary": "WIP",
24307
+ "roles": []
24308
+ },
24235
24309
  "omittion": false,
24236
24310
  "globalAttrs": {
24237
24311
  "#HTMLGlobalAttrs": true,
@@ -24318,14 +24392,6 @@
24318
24392
  "namespace": "http://www.w3.org/2000/svg",
24319
24393
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol",
24320
24394
  "categories": ["#SVGContainer", "#SVGStructural"],
24321
- "permittedRoles": {
24322
- "summary": "WIP",
24323
- "roles": []
24324
- },
24325
- "implicitRole": {
24326
- "summary": "WIP",
24327
- "role": false
24328
- },
24329
24395
  "permittedStructures": {
24330
24396
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elementsStructural elementsGradient elements<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>",
24331
24397
  "tag": "symbol",
@@ -24353,6 +24419,14 @@
24353
24419
  }
24354
24420
  ]
24355
24421
  },
24422
+ "implicitRole": {
24423
+ "summary": "WIP",
24424
+ "role": false
24425
+ },
24426
+ "permittedRoles": {
24427
+ "summary": "WIP",
24428
+ "roles": []
24429
+ },
24356
24430
  "omittion": false,
24357
24431
  "globalAttrs": {
24358
24432
  "#HTMLGlobalAttrs": true,
@@ -24417,14 +24491,6 @@
24417
24491
  "namespace": "http://www.w3.org/2000/svg",
24418
24492
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text",
24419
24493
  "categories": ["#SVGGraphics", "#SVGTextContent"],
24420
- "permittedRoles": {
24421
- "summary": "WIP",
24422
- "roles": []
24423
- },
24424
- "implicitRole": {
24425
- "summary": "WIP",
24426
- "role": false
24427
- },
24428
24494
  "permittedStructures": {
24429
24495
  "summary": "Character data and any number of the following elements, in any order:Animation elementsDescriptive elementsText content child elements<a>",
24430
24496
  "tag": "text",
@@ -24446,6 +24512,14 @@
24446
24512
  }
24447
24513
  ]
24448
24514
  },
24515
+ "implicitRole": {
24516
+ "summary": "WIP",
24517
+ "role": false
24518
+ },
24519
+ "permittedRoles": {
24520
+ "summary": "WIP",
24521
+ "roles": []
24522
+ },
24449
24523
  "omittion": false,
24450
24524
  "globalAttrs": {
24451
24525
  "#HTMLGlobalAttrs": true,
@@ -24581,14 +24655,6 @@
24581
24655
  "namespace": "http://www.w3.org/2000/svg",
24582
24656
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath",
24583
24657
  "categories": ["#SVGTextContent", "#SVGTextContentChild"],
24584
- "permittedRoles": {
24585
- "summary": "WIP",
24586
- "roles": []
24587
- },
24588
- "implicitRole": {
24589
- "summary": "WIP",
24590
- "role": false
24591
- },
24592
24658
  "permittedStructures": {
24593
24659
  "summary": "Character data and any number of the following elements, in any order:Descriptive elements<a>, <altGlyph>, <animate>, <animateColor>, <set>, <tref>, <tspan>",
24594
24660
  "tag": "textPath",
@@ -24611,6 +24677,14 @@
24611
24677
  }
24612
24678
  ]
24613
24679
  },
24680
+ "implicitRole": {
24681
+ "summary": "WIP",
24682
+ "role": false
24683
+ },
24684
+ "permittedRoles": {
24685
+ "summary": "WIP",
24686
+ "roles": []
24687
+ },
24614
24688
  "omittion": false,
24615
24689
  "globalAttrs": {
24616
24690
  "#HTMLGlobalAttrs": true,
@@ -24712,7 +24786,8 @@
24712
24786
  "ref": "https://svgwg.org/svg2-draft/text.html#TextPathElementPathAttribute",
24713
24787
  "description": "The path on which the text should be rendered. Value type: <path_data> ; Default value: none; Animatable: yes",
24714
24788
  "type": "<svg-path>",
24715
- "animatable": true
24789
+ "animatable": true,
24790
+ "experimental": true
24716
24791
  },
24717
24792
  "href": {
24718
24793
  "ref": "https://svgwg.org/svg2-draft/text.html#TextPathElementHrefAttribute",
@@ -24754,7 +24829,8 @@
24754
24829
  "disallowToSurroundBySpaces": false
24755
24830
  },
24756
24831
  "defaultValue": "left",
24757
- "animatable": true
24832
+ "animatable": true,
24833
+ "experimental": true
24758
24834
  }
24759
24835
  }
24760
24836
  },
@@ -24763,14 +24839,6 @@
24763
24839
  "namespace": "http://www.w3.org/2000/svg",
24764
24840
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title",
24765
24841
  "categories": ["#SVGDescriptive"],
24766
- "permittedRoles": {
24767
- "summary": "WIP",
24768
- "roles": []
24769
- },
24770
- "implicitRole": {
24771
- "summary": "WIP",
24772
- "role": false
24773
- },
24774
24842
  "permittedStructures": {
24775
24843
  "summary": "Any elements or character data",
24776
24844
  "tag": "title",
@@ -24780,6 +24848,14 @@
24780
24848
  }
24781
24849
  ]
24782
24850
  },
24851
+ "implicitRole": {
24852
+ "summary": "WIP",
24853
+ "role": false
24854
+ },
24855
+ "permittedRoles": {
24856
+ "summary": "WIP",
24857
+ "roles": []
24858
+ },
24783
24859
  "omittion": false,
24784
24860
  "globalAttrs": {
24785
24861
  "#GlobalEventAttrs": true,
@@ -24793,6 +24869,11 @@
24793
24869
  "namespace": "http://www.w3.org/2000/svg",
24794
24870
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
24795
24871
  "categories": [],
24872
+ "permittedStructures": {
24873
+ "summary": "",
24874
+ "tag": "tref",
24875
+ "contents": false
24876
+ },
24796
24877
  "permittedRoles": {
24797
24878
  "summary": "",
24798
24879
  "roles": []
@@ -24801,11 +24882,6 @@
24801
24882
  "summary": "",
24802
24883
  "role": false
24803
24884
  },
24804
- "permittedStructures": {
24805
- "summary": "",
24806
- "tag": "tref",
24807
- "contents": false
24808
- },
24809
24885
  "omittion": false,
24810
24886
  "globalAttrs": {},
24811
24887
  "attributes": {},
@@ -24816,14 +24892,6 @@
24816
24892
  "namespace": "http://www.w3.org/2000/svg",
24817
24893
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/tspan",
24818
24894
  "categories": ["#SVGTextContent", "#SVGTextContentChild"],
24819
- "permittedRoles": {
24820
- "summary": "WIP",
24821
- "roles": []
24822
- },
24823
- "implicitRole": {
24824
- "summary": "WIP",
24825
- "role": false
24826
- },
24827
24895
  "permittedStructures": {
24828
24896
  "summary": "Character data and any number of the following elements, in any order:Descriptive elements<a>, <altGlyph>, <animate>, <animateColor>, <set>, <tref>, <tspan>",
24829
24897
  "tag": "tspan",
@@ -24842,6 +24910,14 @@
24842
24910
  }
24843
24911
  ]
24844
24912
  },
24913
+ "implicitRole": {
24914
+ "summary": "WIP",
24915
+ "role": false
24916
+ },
24917
+ "permittedRoles": {
24918
+ "summary": "WIP",
24919
+ "roles": []
24920
+ },
24845
24921
  "omittion": false,
24846
24922
  "globalAttrs": {
24847
24923
  "#HTMLGlobalAttrs": true,
@@ -24975,14 +25051,6 @@
24975
25051
  "namespace": "http://www.w3.org/2000/svg",
24976
25052
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use",
24977
25053
  "categories": ["#SVGGraphics", "#SVGGraphicsReferencing", "#SVGStructural"],
24978
- "permittedRoles": {
24979
- "summary": "WIP",
24980
- "roles": []
24981
- },
24982
- "implicitRole": {
24983
- "summary": "WIP",
24984
- "role": false
24985
- },
24986
25054
  "permittedStructures": {
24987
25055
  "summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
24988
25056
  "tag": "use",
@@ -24999,6 +25067,14 @@
24999
25067
  }
25000
25068
  ]
25001
25069
  },
25070
+ "implicitRole": {
25071
+ "summary": "WIP",
25072
+ "role": false
25073
+ },
25074
+ "permittedRoles": {
25075
+ "summary": "WIP",
25076
+ "roles": []
25077
+ },
25002
25078
  "omittion": false,
25003
25079
  "globalAttrs": {
25004
25080
  "#HTMLGlobalAttrs": true,
@@ -25111,14 +25187,6 @@
25111
25187
  "namespace": "http://www.w3.org/2000/svg",
25112
25188
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/view",
25113
25189
  "categories": [],
25114
- "permittedRoles": {
25115
- "summary": "WIP",
25116
- "roles": []
25117
- },
25118
- "implicitRole": {
25119
- "summary": "WIP",
25120
- "role": false
25121
- },
25122
25190
  "permittedStructures": {
25123
25191
  "summary": "",
25124
25192
  "tag": "view",
@@ -25128,6 +25196,14 @@
25128
25196
  }
25129
25197
  ]
25130
25198
  },
25199
+ "implicitRole": {
25200
+ "summary": "WIP",
25201
+ "role": false
25202
+ },
25203
+ "permittedRoles": {
25204
+ "summary": "WIP",
25205
+ "roles": []
25206
+ },
25131
25207
  "omittion": false,
25132
25208
  "globalAttrs": {
25133
25209
  "#HTMLGlobalAttrs": true,
@@ -25165,6 +25241,11 @@
25165
25241
  "namespace": "http://www.w3.org/2000/svg",
25166
25242
  "cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
25167
25243
  "categories": [],
25244
+ "permittedStructures": {
25245
+ "summary": "",
25246
+ "tag": "vkern",
25247
+ "contents": false
25248
+ },
25168
25249
  "permittedRoles": {
25169
25250
  "summary": "",
25170
25251
  "roles": []
@@ -25173,11 +25254,6 @@
25173
25254
  "summary": "",
25174
25255
  "role": false
25175
25256
  },
25176
- "permittedStructures": {
25177
- "summary": "",
25178
- "tag": "vkern",
25179
- "contents": false
25180
- },
25181
25257
  "omittion": false,
25182
25258
  "globalAttrs": {},
25183
25259
  "attributes": {},