@markuplint/html-spec 2.7.0 → 2.8.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 +629 -617
- package/package.json +3 -3
- package/src/permitted-structures/hgroup.json +13 -1
- package/tsconfig.tsbuildinfo +0 -1
package/index.json
CHANGED
|
@@ -13071,7 +13071,19 @@
|
|
|
13071
13071
|
"zeroOrMore": "#script-supporting"
|
|
13072
13072
|
},
|
|
13073
13073
|
{
|
|
13074
|
-
"
|
|
13074
|
+
"zeroOrMore": "p"
|
|
13075
|
+
},
|
|
13076
|
+
{
|
|
13077
|
+
"zeroOrMore": "#script-supporting"
|
|
13078
|
+
},
|
|
13079
|
+
{
|
|
13080
|
+
"require": ["h1", "h2", "h3", "h4", "h5", "h6"]
|
|
13081
|
+
},
|
|
13082
|
+
{
|
|
13083
|
+
"zeroOrMore": "#script-supporting"
|
|
13084
|
+
},
|
|
13085
|
+
{
|
|
13086
|
+
"zeroOrMore": "p"
|
|
13075
13087
|
},
|
|
13076
13088
|
{
|
|
13077
13089
|
"zeroOrMore": "#script-supporting"
|
|
@@ -13458,7 +13470,8 @@
|
|
|
13458
13470
|
}
|
|
13459
13471
|
},
|
|
13460
13472
|
"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."
|
|
13473
|
+
"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.",
|
|
13474
|
+
"experimental": true
|
|
13462
13475
|
},
|
|
13463
13476
|
"height": {
|
|
13464
13477
|
"description": "The intrinsic height of the image, in pixels. Must be an integer without a unit."
|
|
@@ -13475,8 +13488,7 @@
|
|
|
13475
13488
|
}
|
|
13476
13489
|
},
|
|
13477
13490
|
"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
|
|
13491
|
+
"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
13492
|
},
|
|
13481
13493
|
"longdesc": {
|
|
13482
13494
|
"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.",
|
|
@@ -13527,7 +13539,7 @@
|
|
|
13527
13539
|
"contents": false
|
|
13528
13540
|
},
|
|
13529
13541
|
"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
|
|
13542
|
+
"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
13543
|
"roles": false,
|
|
13532
13544
|
"conditions": [
|
|
13533
13545
|
{
|
|
@@ -14780,7 +14792,7 @@
|
|
|
14780
14792
|
{
|
|
14781
14793
|
"name": "menu",
|
|
14782
14794
|
"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)
|
|
14795
|
+
"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
14796
|
"categories": ["#flow", "#palpable"],
|
|
14785
14797
|
"permittedStructures": {
|
|
14786
14798
|
"summary": "Zero or more occurrences of <li>, <script>, and <template>.",
|
|
@@ -15266,7 +15278,7 @@
|
|
|
15266
15278
|
"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
15279
|
},
|
|
15268
15280
|
"height": {
|
|
15269
|
-
"description": "The height of the displayed resource, in CSS pixels.
|
|
15281
|
+
"description": "The height of the displayed resource, in CSS pixels. — (Absolute values only. NO percentages)"
|
|
15270
15282
|
},
|
|
15271
15283
|
"name": {
|
|
15272
15284
|
"ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-name",
|
|
@@ -15285,7 +15297,7 @@
|
|
|
15285
15297
|
"description": "A hash-name reference to a <map> element; that is a '#' followed by the value of a name of a map element."
|
|
15286
15298
|
},
|
|
15287
15299
|
"width": {
|
|
15288
|
-
"description": "The width of the display resource, in CSS pixels.
|
|
15300
|
+
"description": "The width of the display resource, in CSS pixels. — (Absolute values only. NO percentages)"
|
|
15289
15301
|
}
|
|
15290
15302
|
}
|
|
15291
15303
|
},
|
|
@@ -16252,7 +16264,7 @@
|
|
|
16252
16264
|
},
|
|
16253
16265
|
"attributes": {
|
|
16254
16266
|
"autocomplete": {
|
|
16255
|
-
"description": "A
|
|
16267
|
+
"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
16268
|
},
|
|
16257
16269
|
"autofocus": {
|
|
16258
16270
|
"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."
|
|
@@ -17431,23 +17443,23 @@
|
|
|
17431
17443
|
},
|
|
17432
17444
|
"attributes": {
|
|
17433
17445
|
"align": {
|
|
17434
|
-
"description": "A
|
|
17446
|
+
"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
17447
|
"deprecated": true
|
|
17436
17448
|
},
|
|
17437
17449
|
"bgcolor": {
|
|
17438
|
-
"description": "A
|
|
17450
|
+
"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
17451
|
"deprecated": true
|
|
17440
17452
|
},
|
|
17441
17453
|
"char": {
|
|
17442
|
-
"description": "A
|
|
17454
|
+
"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
17455
|
"deprecated": true
|
|
17444
17456
|
},
|
|
17445
17457
|
"charoff": {
|
|
17446
|
-
"description": "A
|
|
17458
|
+
"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
17459
|
"deprecated": true
|
|
17448
17460
|
},
|
|
17449
17461
|
"valign": {
|
|
17450
|
-
"description": "A
|
|
17462
|
+
"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
17463
|
"deprecated": true
|
|
17452
17464
|
}
|
|
17453
17465
|
}
|
|
@@ -17649,7 +17661,7 @@
|
|
|
17649
17661
|
"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
17662
|
"categories": ["#flow", "#phrasing", "#embedded", "#interactive", "#palpable"],
|
|
17651
17663
|
"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
|
|
17664
|
+
"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
17665
|
"tag": "video",
|
|
17654
17666
|
"conditional": [
|
|
17655
17667
|
{
|
|
@@ -17741,7 +17753,7 @@
|
|
|
17741
17753
|
"experimental": true
|
|
17742
17754
|
},
|
|
17743
17755
|
"height": {
|
|
17744
|
-
"description": "The height of the video's display area, in CSS pixels (absolute values only; no percentages.
|
|
17756
|
+
"description": "The height of the video's display area, in CSS pixels (absolute values only; no percentages)."
|
|
17745
17757
|
},
|
|
17746
17758
|
"loop": {
|
|
17747
17759
|
"description": "A Boolean attribute; if specified, the browser will automatically seek back to the start upon reaching the end of the video."
|
|
@@ -17823,14 +17835,6 @@
|
|
|
17823
17835
|
"namespace": "http://www.w3.org/2000/svg",
|
|
17824
17836
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/a",
|
|
17825
17837
|
"categories": ["#SVGContainer"],
|
|
17826
|
-
"permittedRoles": {
|
|
17827
|
-
"summary": "WIP",
|
|
17828
|
-
"roles": []
|
|
17829
|
-
},
|
|
17830
|
-
"implicitRole": {
|
|
17831
|
-
"summary": "WIP",
|
|
17832
|
-
"role": false
|
|
17833
|
-
},
|
|
17834
17838
|
"permittedStructures": {
|
|
17835
17839
|
"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
17840
|
"tag": "a",
|
|
@@ -17856,6 +17860,14 @@
|
|
|
17856
17860
|
}
|
|
17857
17861
|
]
|
|
17858
17862
|
},
|
|
17863
|
+
"implicitRole": {
|
|
17864
|
+
"summary": "WIP",
|
|
17865
|
+
"role": false
|
|
17866
|
+
},
|
|
17867
|
+
"permittedRoles": {
|
|
17868
|
+
"summary": "WIP",
|
|
17869
|
+
"roles": []
|
|
17870
|
+
},
|
|
17859
17871
|
"omittion": false,
|
|
17860
17872
|
"globalAttrs": {
|
|
17861
17873
|
"#HTMLGlobalAttrs": true,
|
|
@@ -17985,6 +17997,11 @@
|
|
|
17985
17997
|
"namespace": "http://www.w3.org/2000/svg",
|
|
17986
17998
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
17987
17999
|
"categories": [],
|
|
18000
|
+
"permittedStructures": {
|
|
18001
|
+
"summary": "",
|
|
18002
|
+
"tag": "altGlyph",
|
|
18003
|
+
"contents": false
|
|
18004
|
+
},
|
|
17988
18005
|
"permittedRoles": {
|
|
17989
18006
|
"summary": "",
|
|
17990
18007
|
"roles": []
|
|
@@ -17993,11 +18010,6 @@
|
|
|
17993
18010
|
"summary": "",
|
|
17994
18011
|
"role": false
|
|
17995
18012
|
},
|
|
17996
|
-
"permittedStructures": {
|
|
17997
|
-
"summary": "",
|
|
17998
|
-
"tag": "altGlyph",
|
|
17999
|
-
"contents": false
|
|
18000
|
-
},
|
|
18001
18013
|
"omittion": false,
|
|
18002
18014
|
"globalAttrs": {},
|
|
18003
18015
|
"attributes": {},
|
|
@@ -18008,6 +18020,11 @@
|
|
|
18008
18020
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18009
18021
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
18010
18022
|
"categories": [],
|
|
18023
|
+
"permittedStructures": {
|
|
18024
|
+
"summary": "",
|
|
18025
|
+
"tag": "altGlyphDef",
|
|
18026
|
+
"contents": false
|
|
18027
|
+
},
|
|
18011
18028
|
"permittedRoles": {
|
|
18012
18029
|
"summary": "",
|
|
18013
18030
|
"roles": []
|
|
@@ -18016,11 +18033,6 @@
|
|
|
18016
18033
|
"summary": "",
|
|
18017
18034
|
"role": false
|
|
18018
18035
|
},
|
|
18019
|
-
"permittedStructures": {
|
|
18020
|
-
"summary": "",
|
|
18021
|
-
"tag": "altGlyphDef",
|
|
18022
|
-
"contents": false
|
|
18023
|
-
},
|
|
18024
18036
|
"omittion": false,
|
|
18025
18037
|
"globalAttrs": {},
|
|
18026
18038
|
"attributes": {},
|
|
@@ -18031,6 +18043,11 @@
|
|
|
18031
18043
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18032
18044
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
18033
18045
|
"categories": [],
|
|
18046
|
+
"permittedStructures": {
|
|
18047
|
+
"summary": "",
|
|
18048
|
+
"tag": "altGlyphItem",
|
|
18049
|
+
"contents": false
|
|
18050
|
+
},
|
|
18034
18051
|
"permittedRoles": {
|
|
18035
18052
|
"summary": "",
|
|
18036
18053
|
"roles": []
|
|
@@ -18039,11 +18056,6 @@
|
|
|
18039
18056
|
"summary": "",
|
|
18040
18057
|
"role": false
|
|
18041
18058
|
},
|
|
18042
|
-
"permittedStructures": {
|
|
18043
|
-
"summary": "",
|
|
18044
|
-
"tag": "altGlyphItem",
|
|
18045
|
-
"contents": false
|
|
18046
|
-
},
|
|
18047
18059
|
"omittion": false,
|
|
18048
18060
|
"globalAttrs": {},
|
|
18049
18061
|
"attributes": {},
|
|
@@ -18054,14 +18066,6 @@
|
|
|
18054
18066
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18055
18067
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate",
|
|
18056
18068
|
"categories": [],
|
|
18057
|
-
"permittedRoles": {
|
|
18058
|
-
"summary": "WIP",
|
|
18059
|
-
"roles": []
|
|
18060
|
-
},
|
|
18061
|
-
"implicitRole": {
|
|
18062
|
-
"summary": "WIP",
|
|
18063
|
-
"role": false
|
|
18064
|
-
},
|
|
18065
18069
|
"permittedStructures": {
|
|
18066
18070
|
"summary": "",
|
|
18067
18071
|
"tag": "animate",
|
|
@@ -18071,6 +18075,14 @@
|
|
|
18071
18075
|
}
|
|
18072
18076
|
]
|
|
18073
18077
|
},
|
|
18078
|
+
"implicitRole": {
|
|
18079
|
+
"summary": "WIP",
|
|
18080
|
+
"role": false
|
|
18081
|
+
},
|
|
18082
|
+
"permittedRoles": {
|
|
18083
|
+
"summary": "WIP",
|
|
18084
|
+
"roles": []
|
|
18085
|
+
},
|
|
18074
18086
|
"omittion": false,
|
|
18075
18087
|
"globalAttrs": {
|
|
18076
18088
|
"#GlobalEventAttrs": true,
|
|
@@ -18171,6 +18183,11 @@
|
|
|
18171
18183
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18172
18184
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
18173
18185
|
"categories": [],
|
|
18186
|
+
"permittedStructures": {
|
|
18187
|
+
"summary": "",
|
|
18188
|
+
"tag": "animateColor",
|
|
18189
|
+
"contents": false
|
|
18190
|
+
},
|
|
18174
18191
|
"permittedRoles": {
|
|
18175
18192
|
"summary": "",
|
|
18176
18193
|
"roles": []
|
|
@@ -18179,11 +18196,6 @@
|
|
|
18179
18196
|
"summary": "",
|
|
18180
18197
|
"role": false
|
|
18181
18198
|
},
|
|
18182
|
-
"permittedStructures": {
|
|
18183
|
-
"summary": "",
|
|
18184
|
-
"tag": "animateColor",
|
|
18185
|
-
"contents": false
|
|
18186
|
-
},
|
|
18187
18199
|
"omittion": false,
|
|
18188
18200
|
"globalAttrs": {},
|
|
18189
18201
|
"attributes": {},
|
|
@@ -18194,14 +18206,6 @@
|
|
|
18194
18206
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18195
18207
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion",
|
|
18196
18208
|
"categories": [],
|
|
18197
|
-
"permittedRoles": {
|
|
18198
|
-
"summary": "WIP",
|
|
18199
|
-
"roles": []
|
|
18200
|
-
},
|
|
18201
|
-
"implicitRole": {
|
|
18202
|
-
"summary": "WIP",
|
|
18203
|
-
"role": false
|
|
18204
|
-
},
|
|
18205
18209
|
"permittedStructures": {
|
|
18206
18210
|
"summary": "",
|
|
18207
18211
|
"tag": "animateMotion",
|
|
@@ -18228,6 +18232,14 @@
|
|
|
18228
18232
|
}
|
|
18229
18233
|
]
|
|
18230
18234
|
},
|
|
18235
|
+
"implicitRole": {
|
|
18236
|
+
"summary": "WIP",
|
|
18237
|
+
"role": false
|
|
18238
|
+
},
|
|
18239
|
+
"permittedRoles": {
|
|
18240
|
+
"summary": "WIP",
|
|
18241
|
+
"roles": []
|
|
18242
|
+
},
|
|
18231
18243
|
"omittion": false,
|
|
18232
18244
|
"globalAttrs": {
|
|
18233
18245
|
"#GlobalEventAttrs": true,
|
|
@@ -18278,14 +18290,6 @@
|
|
|
18278
18290
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18279
18291
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform",
|
|
18280
18292
|
"categories": [],
|
|
18281
|
-
"permittedRoles": {
|
|
18282
|
-
"summary": "WIP",
|
|
18283
|
-
"roles": []
|
|
18284
|
-
},
|
|
18285
|
-
"implicitRole": {
|
|
18286
|
-
"summary": "WIP",
|
|
18287
|
-
"role": false
|
|
18288
|
-
},
|
|
18289
18293
|
"permittedStructures": {
|
|
18290
18294
|
"summary": "",
|
|
18291
18295
|
"tag": "animateTransform",
|
|
@@ -18295,6 +18299,14 @@
|
|
|
18295
18299
|
}
|
|
18296
18300
|
]
|
|
18297
18301
|
},
|
|
18302
|
+
"implicitRole": {
|
|
18303
|
+
"summary": "WIP",
|
|
18304
|
+
"role": false
|
|
18305
|
+
},
|
|
18306
|
+
"permittedRoles": {
|
|
18307
|
+
"summary": "WIP",
|
|
18308
|
+
"roles": []
|
|
18309
|
+
},
|
|
18298
18310
|
"omittion": false,
|
|
18299
18311
|
"globalAttrs": {
|
|
18300
18312
|
"#GlobalEventAttrs": true,
|
|
@@ -18333,14 +18345,6 @@
|
|
|
18333
18345
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18334
18346
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/circle",
|
|
18335
18347
|
"categories": ["#SVGGraphics", "#SVGShape"],
|
|
18336
|
-
"permittedRoles": {
|
|
18337
|
-
"summary": "WIP",
|
|
18338
|
-
"roles": []
|
|
18339
|
-
},
|
|
18340
|
-
"implicitRole": {
|
|
18341
|
-
"summary": "WIP",
|
|
18342
|
-
"role": false
|
|
18343
|
-
},
|
|
18344
18348
|
"permittedStructures": {
|
|
18345
18349
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
|
|
18346
18350
|
"tag": "circle",
|
|
@@ -18359,6 +18363,14 @@
|
|
|
18359
18363
|
}
|
|
18360
18364
|
]
|
|
18361
18365
|
},
|
|
18366
|
+
"implicitRole": {
|
|
18367
|
+
"summary": "WIP",
|
|
18368
|
+
"role": false
|
|
18369
|
+
},
|
|
18370
|
+
"permittedRoles": {
|
|
18371
|
+
"summary": "WIP",
|
|
18372
|
+
"roles": []
|
|
18373
|
+
},
|
|
18362
18374
|
"omittion": false,
|
|
18363
18375
|
"globalAttrs": {
|
|
18364
18376
|
"#HTMLGlobalAttrs": true,
|
|
@@ -18464,14 +18476,6 @@
|
|
|
18464
18476
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18465
18477
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath",
|
|
18466
18478
|
"categories": ["#SVGNone"],
|
|
18467
|
-
"permittedRoles": {
|
|
18468
|
-
"summary": "WIP",
|
|
18469
|
-
"roles": []
|
|
18470
|
-
},
|
|
18471
|
-
"implicitRole": {
|
|
18472
|
-
"summary": "WIP",
|
|
18473
|
-
"role": false
|
|
18474
|
-
},
|
|
18475
18479
|
"permittedStructures": {
|
|
18476
18480
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elementsShape elements<text>, <use>",
|
|
18477
18481
|
"tag": "clipPath",
|
|
@@ -18488,6 +18492,14 @@
|
|
|
18488
18492
|
}
|
|
18489
18493
|
]
|
|
18490
18494
|
},
|
|
18495
|
+
"implicitRole": {
|
|
18496
|
+
"summary": "WIP",
|
|
18497
|
+
"role": false
|
|
18498
|
+
},
|
|
18499
|
+
"permittedRoles": {
|
|
18500
|
+
"summary": "WIP",
|
|
18501
|
+
"roles": []
|
|
18502
|
+
},
|
|
18491
18503
|
"omittion": false,
|
|
18492
18504
|
"globalAttrs": {
|
|
18493
18505
|
"#SVGConditionalProcessingAttrs": ["requiredFeatures", "requiredExtensions", "systemLanguage"],
|
|
@@ -18582,6 +18594,11 @@
|
|
|
18582
18594
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18583
18595
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
18584
18596
|
"categories": [],
|
|
18597
|
+
"permittedStructures": {
|
|
18598
|
+
"summary": "",
|
|
18599
|
+
"tag": "cursor",
|
|
18600
|
+
"contents": false
|
|
18601
|
+
},
|
|
18585
18602
|
"permittedRoles": {
|
|
18586
18603
|
"summary": "",
|
|
18587
18604
|
"roles": []
|
|
@@ -18590,11 +18607,6 @@
|
|
|
18590
18607
|
"summary": "",
|
|
18591
18608
|
"role": false
|
|
18592
18609
|
},
|
|
18593
|
-
"permittedStructures": {
|
|
18594
|
-
"summary": "",
|
|
18595
|
-
"tag": "cursor",
|
|
18596
|
-
"contents": false
|
|
18597
|
-
},
|
|
18598
18610
|
"omittion": false,
|
|
18599
18611
|
"globalAttrs": {},
|
|
18600
18612
|
"attributes": {},
|
|
@@ -18605,14 +18617,6 @@
|
|
|
18605
18617
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18606
18618
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs",
|
|
18607
18619
|
"categories": ["#SVGContainer", "#SVGStructural"],
|
|
18608
|
-
"permittedRoles": {
|
|
18609
|
-
"summary": "WIP",
|
|
18610
|
-
"roles": []
|
|
18611
|
-
},
|
|
18612
|
-
"implicitRole": {
|
|
18613
|
-
"summary": "WIP",
|
|
18614
|
-
"role": false
|
|
18615
|
-
},
|
|
18616
18620
|
"permittedStructures": {
|
|
18617
18621
|
"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
18622
|
"tag": "defs",
|
|
@@ -18640,6 +18644,14 @@
|
|
|
18640
18644
|
}
|
|
18641
18645
|
]
|
|
18642
18646
|
},
|
|
18647
|
+
"implicitRole": {
|
|
18648
|
+
"summary": "WIP",
|
|
18649
|
+
"role": false
|
|
18650
|
+
},
|
|
18651
|
+
"permittedRoles": {
|
|
18652
|
+
"summary": "WIP",
|
|
18653
|
+
"roles": []
|
|
18654
|
+
},
|
|
18643
18655
|
"omittion": false,
|
|
18644
18656
|
"globalAttrs": {
|
|
18645
18657
|
"#GlobalEventAttrs": true,
|
|
@@ -18723,14 +18735,6 @@
|
|
|
18723
18735
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18724
18736
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/desc",
|
|
18725
18737
|
"categories": ["#SVGDescriptive"],
|
|
18726
|
-
"permittedRoles": {
|
|
18727
|
-
"summary": "WIP",
|
|
18728
|
-
"roles": []
|
|
18729
|
-
},
|
|
18730
|
-
"implicitRole": {
|
|
18731
|
-
"summary": "WIP",
|
|
18732
|
-
"role": false
|
|
18733
|
-
},
|
|
18734
18738
|
"permittedStructures": {
|
|
18735
18739
|
"summary": "Any elements or character data",
|
|
18736
18740
|
"tag": "desc",
|
|
@@ -18740,6 +18744,14 @@
|
|
|
18740
18744
|
}
|
|
18741
18745
|
]
|
|
18742
18746
|
},
|
|
18747
|
+
"implicitRole": {
|
|
18748
|
+
"summary": "WIP",
|
|
18749
|
+
"role": false
|
|
18750
|
+
},
|
|
18751
|
+
"permittedRoles": {
|
|
18752
|
+
"summary": "WIP",
|
|
18753
|
+
"roles": []
|
|
18754
|
+
},
|
|
18743
18755
|
"omittion": false,
|
|
18744
18756
|
"globalAttrs": {
|
|
18745
18757
|
"#GlobalEventAttrs": true,
|
|
@@ -18753,14 +18765,6 @@
|
|
|
18753
18765
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18754
18766
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard",
|
|
18755
18767
|
"categories": [],
|
|
18756
|
-
"permittedRoles": {
|
|
18757
|
-
"summary": "WIP",
|
|
18758
|
-
"roles": []
|
|
18759
|
-
},
|
|
18760
|
-
"implicitRole": {
|
|
18761
|
-
"summary": "WIP",
|
|
18762
|
-
"role": false
|
|
18763
|
-
},
|
|
18764
18768
|
"permittedStructures": {
|
|
18765
18769
|
"summary": "",
|
|
18766
18770
|
"tag": "discard",
|
|
@@ -18770,6 +18774,14 @@
|
|
|
18770
18774
|
}
|
|
18771
18775
|
]
|
|
18772
18776
|
},
|
|
18777
|
+
"implicitRole": {
|
|
18778
|
+
"summary": "WIP",
|
|
18779
|
+
"role": false
|
|
18780
|
+
},
|
|
18781
|
+
"permittedRoles": {
|
|
18782
|
+
"summary": "WIP",
|
|
18783
|
+
"roles": []
|
|
18784
|
+
},
|
|
18773
18785
|
"omittion": false,
|
|
18774
18786
|
"globalAttrs": {
|
|
18775
18787
|
"#ARIAAttrs": true,
|
|
@@ -18793,14 +18805,6 @@
|
|
|
18793
18805
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18794
18806
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse",
|
|
18795
18807
|
"categories": ["#SVGGraphics", "#SVGShape"],
|
|
18796
|
-
"permittedRoles": {
|
|
18797
|
-
"summary": "WIP",
|
|
18798
|
-
"roles": []
|
|
18799
|
-
},
|
|
18800
|
-
"implicitRole": {
|
|
18801
|
-
"summary": "WIP",
|
|
18802
|
-
"role": false
|
|
18803
|
-
},
|
|
18804
18808
|
"permittedStructures": {
|
|
18805
18809
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
|
|
18806
18810
|
"tag": "ellipse",
|
|
@@ -18819,6 +18823,14 @@
|
|
|
18819
18823
|
}
|
|
18820
18824
|
]
|
|
18821
18825
|
},
|
|
18826
|
+
"implicitRole": {
|
|
18827
|
+
"summary": "WIP",
|
|
18828
|
+
"role": false
|
|
18829
|
+
},
|
|
18830
|
+
"permittedRoles": {
|
|
18831
|
+
"summary": "WIP",
|
|
18832
|
+
"roles": []
|
|
18833
|
+
},
|
|
18822
18834
|
"omittion": false,
|
|
18823
18835
|
"globalAttrs": {
|
|
18824
18836
|
"#HTMLGlobalAttrs": true,
|
|
@@ -18928,14 +18940,6 @@
|
|
|
18928
18940
|
"namespace": "http://www.w3.org/2000/svg",
|
|
18929
18941
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feBlend",
|
|
18930
18942
|
"categories": [],
|
|
18931
|
-
"permittedRoles": {
|
|
18932
|
-
"summary": "WIP",
|
|
18933
|
-
"roles": []
|
|
18934
|
-
},
|
|
18935
|
-
"implicitRole": {
|
|
18936
|
-
"summary": "WIP",
|
|
18937
|
-
"role": false
|
|
18938
|
-
},
|
|
18939
18943
|
"permittedStructures": {
|
|
18940
18944
|
"summary": "",
|
|
18941
18945
|
"tag": "feBlend",
|
|
@@ -18945,6 +18949,14 @@
|
|
|
18945
18949
|
}
|
|
18946
18950
|
]
|
|
18947
18951
|
},
|
|
18952
|
+
"implicitRole": {
|
|
18953
|
+
"summary": "WIP",
|
|
18954
|
+
"role": false
|
|
18955
|
+
},
|
|
18956
|
+
"permittedRoles": {
|
|
18957
|
+
"summary": "WIP",
|
|
18958
|
+
"roles": []
|
|
18959
|
+
},
|
|
18948
18960
|
"omittion": false,
|
|
18949
18961
|
"globalAttrs": {
|
|
18950
18962
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -19052,14 +19064,6 @@
|
|
|
19052
19064
|
"namespace": "http://www.w3.org/2000/svg",
|
|
19053
19065
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feColorMatrix",
|
|
19054
19066
|
"categories": [],
|
|
19055
|
-
"permittedRoles": {
|
|
19056
|
-
"summary": "WIP",
|
|
19057
|
-
"roles": []
|
|
19058
|
-
},
|
|
19059
|
-
"implicitRole": {
|
|
19060
|
-
"summary": "WIP",
|
|
19061
|
-
"role": false
|
|
19062
|
-
},
|
|
19063
19067
|
"permittedStructures": {
|
|
19064
19068
|
"summary": "",
|
|
19065
19069
|
"tag": "feColorMatrix",
|
|
@@ -19069,6 +19073,14 @@
|
|
|
19069
19073
|
}
|
|
19070
19074
|
]
|
|
19071
19075
|
},
|
|
19076
|
+
"implicitRole": {
|
|
19077
|
+
"summary": "WIP",
|
|
19078
|
+
"role": false
|
|
19079
|
+
},
|
|
19080
|
+
"permittedRoles": {
|
|
19081
|
+
"summary": "WIP",
|
|
19082
|
+
"roles": []
|
|
19083
|
+
},
|
|
19072
19084
|
"omittion": false,
|
|
19073
19085
|
"globalAttrs": {
|
|
19074
19086
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -19165,14 +19177,6 @@
|
|
|
19165
19177
|
"namespace": "http://www.w3.org/2000/svg",
|
|
19166
19178
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComponentTransfer",
|
|
19167
19179
|
"categories": [],
|
|
19168
|
-
"permittedRoles": {
|
|
19169
|
-
"summary": "WIP",
|
|
19170
|
-
"roles": []
|
|
19171
|
-
},
|
|
19172
|
-
"implicitRole": {
|
|
19173
|
-
"summary": "WIP",
|
|
19174
|
-
"role": false
|
|
19175
|
-
},
|
|
19176
19180
|
"permittedStructures": {
|
|
19177
19181
|
"summary": "",
|
|
19178
19182
|
"tag": "feComponentTransfer",
|
|
@@ -19189,6 +19193,14 @@
|
|
|
19189
19193
|
}
|
|
19190
19194
|
]
|
|
19191
19195
|
},
|
|
19196
|
+
"implicitRole": {
|
|
19197
|
+
"summary": "WIP",
|
|
19198
|
+
"role": false
|
|
19199
|
+
},
|
|
19200
|
+
"permittedRoles": {
|
|
19201
|
+
"summary": "WIP",
|
|
19202
|
+
"roles": []
|
|
19203
|
+
},
|
|
19192
19204
|
"omittion": false,
|
|
19193
19205
|
"globalAttrs": {
|
|
19194
19206
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -19271,14 +19283,6 @@
|
|
|
19271
19283
|
"namespace": "http://www.w3.org/2000/svg",
|
|
19272
19284
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComposite",
|
|
19273
19285
|
"categories": [],
|
|
19274
|
-
"permittedRoles": {
|
|
19275
|
-
"summary": "WIP",
|
|
19276
|
-
"roles": []
|
|
19277
|
-
},
|
|
19278
|
-
"implicitRole": {
|
|
19279
|
-
"summary": "WIP",
|
|
19280
|
-
"role": false
|
|
19281
|
-
},
|
|
19282
19286
|
"permittedStructures": {
|
|
19283
19287
|
"summary": "",
|
|
19284
19288
|
"tag": "feComposite",
|
|
@@ -19288,6 +19292,14 @@
|
|
|
19288
19292
|
}
|
|
19289
19293
|
]
|
|
19290
19294
|
},
|
|
19295
|
+
"implicitRole": {
|
|
19296
|
+
"summary": "WIP",
|
|
19297
|
+
"role": false
|
|
19298
|
+
},
|
|
19299
|
+
"permittedRoles": {
|
|
19300
|
+
"summary": "WIP",
|
|
19301
|
+
"roles": []
|
|
19302
|
+
},
|
|
19291
19303
|
"omittion": false,
|
|
19292
19304
|
"globalAttrs": {
|
|
19293
19305
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -19426,14 +19438,6 @@
|
|
|
19426
19438
|
"namespace": "http://www.w3.org/2000/svg",
|
|
19427
19439
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feConvolveMatrix",
|
|
19428
19440
|
"categories": [],
|
|
19429
|
-
"permittedRoles": {
|
|
19430
|
-
"summary": "WIP",
|
|
19431
|
-
"roles": []
|
|
19432
|
-
},
|
|
19433
|
-
"implicitRole": {
|
|
19434
|
-
"summary": "WIP",
|
|
19435
|
-
"role": false
|
|
19436
|
-
},
|
|
19437
19441
|
"permittedStructures": {
|
|
19438
19442
|
"summary": "",
|
|
19439
19443
|
"tag": "feConvolveMatrix",
|
|
@@ -19443,6 +19447,14 @@
|
|
|
19443
19447
|
}
|
|
19444
19448
|
]
|
|
19445
19449
|
},
|
|
19450
|
+
"implicitRole": {
|
|
19451
|
+
"summary": "WIP",
|
|
19452
|
+
"role": false
|
|
19453
|
+
},
|
|
19454
|
+
"permittedRoles": {
|
|
19455
|
+
"summary": "WIP",
|
|
19456
|
+
"roles": []
|
|
19457
|
+
},
|
|
19446
19458
|
"omittion": false,
|
|
19447
19459
|
"globalAttrs": {
|
|
19448
19460
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -19582,14 +19594,6 @@
|
|
|
19582
19594
|
"namespace": "http://www.w3.org/2000/svg",
|
|
19583
19595
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDiffuseLighting",
|
|
19584
19596
|
"categories": [],
|
|
19585
|
-
"permittedRoles": {
|
|
19586
|
-
"summary": "WIP",
|
|
19587
|
-
"roles": []
|
|
19588
|
-
},
|
|
19589
|
-
"implicitRole": {
|
|
19590
|
-
"summary": "WIP",
|
|
19591
|
-
"role": false
|
|
19592
|
-
},
|
|
19593
19597
|
"permittedStructures": {
|
|
19594
19598
|
"summary": "",
|
|
19595
19599
|
"tag": "feDiffuseLighting",
|
|
@@ -19616,6 +19620,14 @@
|
|
|
19616
19620
|
}
|
|
19617
19621
|
]
|
|
19618
19622
|
},
|
|
19623
|
+
"implicitRole": {
|
|
19624
|
+
"summary": "WIP",
|
|
19625
|
+
"role": false
|
|
19626
|
+
},
|
|
19627
|
+
"permittedRoles": {
|
|
19628
|
+
"summary": "WIP",
|
|
19629
|
+
"roles": []
|
|
19630
|
+
},
|
|
19619
19631
|
"omittion": false,
|
|
19620
19632
|
"globalAttrs": {
|
|
19621
19633
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -19717,14 +19729,6 @@
|
|
|
19717
19729
|
"namespace": "http://www.w3.org/2000/svg",
|
|
19718
19730
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDisplacementMap",
|
|
19719
19731
|
"categories": [],
|
|
19720
|
-
"permittedRoles": {
|
|
19721
|
-
"summary": "WIP",
|
|
19722
|
-
"roles": []
|
|
19723
|
-
},
|
|
19724
|
-
"implicitRole": {
|
|
19725
|
-
"summary": "WIP",
|
|
19726
|
-
"role": false
|
|
19727
|
-
},
|
|
19728
19732
|
"permittedStructures": {
|
|
19729
19733
|
"summary": "",
|
|
19730
19734
|
"tag": "feDisplacementMap",
|
|
@@ -19734,6 +19738,14 @@
|
|
|
19734
19738
|
}
|
|
19735
19739
|
]
|
|
19736
19740
|
},
|
|
19741
|
+
"implicitRole": {
|
|
19742
|
+
"summary": "WIP",
|
|
19743
|
+
"role": false
|
|
19744
|
+
},
|
|
19745
|
+
"permittedRoles": {
|
|
19746
|
+
"summary": "WIP",
|
|
19747
|
+
"roles": []
|
|
19748
|
+
},
|
|
19737
19749
|
"omittion": false,
|
|
19738
19750
|
"globalAttrs": {
|
|
19739
19751
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -19859,14 +19871,6 @@
|
|
|
19859
19871
|
"namespace": "http://www.w3.org/2000/svg",
|
|
19860
19872
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDistantLight",
|
|
19861
19873
|
"categories": [],
|
|
19862
|
-
"permittedRoles": {
|
|
19863
|
-
"summary": "WIP",
|
|
19864
|
-
"roles": []
|
|
19865
|
-
},
|
|
19866
|
-
"implicitRole": {
|
|
19867
|
-
"summary": "WIP",
|
|
19868
|
-
"role": false
|
|
19869
|
-
},
|
|
19870
19874
|
"permittedStructures": {
|
|
19871
19875
|
"summary": "",
|
|
19872
19876
|
"tag": "feDistantLight",
|
|
@@ -19876,6 +19880,14 @@
|
|
|
19876
19880
|
}
|
|
19877
19881
|
]
|
|
19878
19882
|
},
|
|
19883
|
+
"implicitRole": {
|
|
19884
|
+
"summary": "WIP",
|
|
19885
|
+
"role": false
|
|
19886
|
+
},
|
|
19887
|
+
"permittedRoles": {
|
|
19888
|
+
"summary": "WIP",
|
|
19889
|
+
"roles": []
|
|
19890
|
+
},
|
|
19879
19891
|
"omittion": false,
|
|
19880
19892
|
"globalAttrs": {
|
|
19881
19893
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"]
|
|
@@ -19900,14 +19912,6 @@
|
|
|
19900
19912
|
"namespace": "http://www.w3.org/2000/svg",
|
|
19901
19913
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDropShadow",
|
|
19902
19914
|
"categories": ["#SVGFilterPrimitive"],
|
|
19903
|
-
"permittedRoles": {
|
|
19904
|
-
"summary": "WIP",
|
|
19905
|
-
"roles": []
|
|
19906
|
-
},
|
|
19907
|
-
"implicitRole": {
|
|
19908
|
-
"summary": "WIP",
|
|
19909
|
-
"role": false
|
|
19910
|
-
},
|
|
19911
19915
|
"permittedStructures": {
|
|
19912
19916
|
"summary": "Any number of the following elements, in any order:<animate>, <script>, <set>",
|
|
19913
19917
|
"tag": "feDropShadow",
|
|
@@ -19917,6 +19921,14 @@
|
|
|
19917
19921
|
}
|
|
19918
19922
|
]
|
|
19919
19923
|
},
|
|
19924
|
+
"implicitRole": {
|
|
19925
|
+
"summary": "WIP",
|
|
19926
|
+
"role": false
|
|
19927
|
+
},
|
|
19928
|
+
"permittedRoles": {
|
|
19929
|
+
"summary": "WIP",
|
|
19930
|
+
"roles": []
|
|
19931
|
+
},
|
|
19920
19932
|
"omittion": false,
|
|
19921
19933
|
"globalAttrs": {
|
|
19922
19934
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -20021,14 +20033,6 @@
|
|
|
20021
20033
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20022
20034
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFlood",
|
|
20023
20035
|
"categories": [],
|
|
20024
|
-
"permittedRoles": {
|
|
20025
|
-
"summary": "WIP",
|
|
20026
|
-
"roles": []
|
|
20027
|
-
},
|
|
20028
|
-
"implicitRole": {
|
|
20029
|
-
"summary": "WIP",
|
|
20030
|
-
"role": false
|
|
20031
|
-
},
|
|
20032
20036
|
"permittedStructures": {
|
|
20033
20037
|
"summary": "",
|
|
20034
20038
|
"tag": "feDropShadow",
|
|
@@ -20038,6 +20042,14 @@
|
|
|
20038
20042
|
}
|
|
20039
20043
|
]
|
|
20040
20044
|
},
|
|
20045
|
+
"implicitRole": {
|
|
20046
|
+
"summary": "WIP",
|
|
20047
|
+
"role": false
|
|
20048
|
+
},
|
|
20049
|
+
"permittedRoles": {
|
|
20050
|
+
"summary": "WIP",
|
|
20051
|
+
"roles": []
|
|
20052
|
+
},
|
|
20041
20053
|
"omittion": false,
|
|
20042
20054
|
"globalAttrs": {
|
|
20043
20055
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -20131,14 +20143,6 @@
|
|
|
20131
20143
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20132
20144
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncA",
|
|
20133
20145
|
"categories": [],
|
|
20134
|
-
"permittedRoles": {
|
|
20135
|
-
"summary": "WIP",
|
|
20136
|
-
"roles": []
|
|
20137
|
-
},
|
|
20138
|
-
"implicitRole": {
|
|
20139
|
-
"summary": "WIP",
|
|
20140
|
-
"role": false
|
|
20141
|
-
},
|
|
20142
20146
|
"permittedStructures": {
|
|
20143
20147
|
"summary": "",
|
|
20144
20148
|
"tag": "feFuncA",
|
|
@@ -20148,6 +20152,14 @@
|
|
|
20148
20152
|
}
|
|
20149
20153
|
]
|
|
20150
20154
|
},
|
|
20155
|
+
"implicitRole": {
|
|
20156
|
+
"summary": "WIP",
|
|
20157
|
+
"role": false
|
|
20158
|
+
},
|
|
20159
|
+
"permittedRoles": {
|
|
20160
|
+
"summary": "WIP",
|
|
20161
|
+
"roles": []
|
|
20162
|
+
},
|
|
20151
20163
|
"omittion": false,
|
|
20152
20164
|
"globalAttrs": {
|
|
20153
20165
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
|
|
@@ -20168,14 +20180,6 @@
|
|
|
20168
20180
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20169
20181
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncB",
|
|
20170
20182
|
"categories": [],
|
|
20171
|
-
"permittedRoles": {
|
|
20172
|
-
"summary": "WIP",
|
|
20173
|
-
"roles": []
|
|
20174
|
-
},
|
|
20175
|
-
"implicitRole": {
|
|
20176
|
-
"summary": "WIP",
|
|
20177
|
-
"role": false
|
|
20178
|
-
},
|
|
20179
20183
|
"permittedStructures": {
|
|
20180
20184
|
"summary": "",
|
|
20181
20185
|
"tag": "feFuncB",
|
|
@@ -20185,6 +20189,14 @@
|
|
|
20185
20189
|
}
|
|
20186
20190
|
]
|
|
20187
20191
|
},
|
|
20192
|
+
"implicitRole": {
|
|
20193
|
+
"summary": "WIP",
|
|
20194
|
+
"role": false
|
|
20195
|
+
},
|
|
20196
|
+
"permittedRoles": {
|
|
20197
|
+
"summary": "WIP",
|
|
20198
|
+
"roles": []
|
|
20199
|
+
},
|
|
20188
20200
|
"omittion": false,
|
|
20189
20201
|
"globalAttrs": {
|
|
20190
20202
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
|
|
@@ -20205,14 +20217,6 @@
|
|
|
20205
20217
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20206
20218
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncG",
|
|
20207
20219
|
"categories": [],
|
|
20208
|
-
"permittedRoles": {
|
|
20209
|
-
"summary": "WIP",
|
|
20210
|
-
"roles": []
|
|
20211
|
-
},
|
|
20212
|
-
"implicitRole": {
|
|
20213
|
-
"summary": "WIP",
|
|
20214
|
-
"role": false
|
|
20215
|
-
},
|
|
20216
20220
|
"permittedStructures": {
|
|
20217
20221
|
"summary": "",
|
|
20218
20222
|
"tag": "feFuncB",
|
|
@@ -20222,6 +20226,14 @@
|
|
|
20222
20226
|
}
|
|
20223
20227
|
]
|
|
20224
20228
|
},
|
|
20229
|
+
"implicitRole": {
|
|
20230
|
+
"summary": "WIP",
|
|
20231
|
+
"role": false
|
|
20232
|
+
},
|
|
20233
|
+
"permittedRoles": {
|
|
20234
|
+
"summary": "WIP",
|
|
20235
|
+
"roles": []
|
|
20236
|
+
},
|
|
20225
20237
|
"omittion": false,
|
|
20226
20238
|
"globalAttrs": {
|
|
20227
20239
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
|
|
@@ -20242,14 +20254,6 @@
|
|
|
20242
20254
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20243
20255
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncR",
|
|
20244
20256
|
"categories": [],
|
|
20245
|
-
"permittedRoles": {
|
|
20246
|
-
"summary": "WIP",
|
|
20247
|
-
"roles": []
|
|
20248
|
-
},
|
|
20249
|
-
"implicitRole": {
|
|
20250
|
-
"summary": "WIP",
|
|
20251
|
-
"role": false
|
|
20252
|
-
},
|
|
20253
20257
|
"permittedStructures": {
|
|
20254
20258
|
"summary": "",
|
|
20255
20259
|
"tag": "feFuncR",
|
|
@@ -20259,6 +20263,14 @@
|
|
|
20259
20263
|
}
|
|
20260
20264
|
]
|
|
20261
20265
|
},
|
|
20266
|
+
"implicitRole": {
|
|
20267
|
+
"summary": "WIP",
|
|
20268
|
+
"role": false
|
|
20269
|
+
},
|
|
20270
|
+
"permittedRoles": {
|
|
20271
|
+
"summary": "WIP",
|
|
20272
|
+
"roles": []
|
|
20273
|
+
},
|
|
20262
20274
|
"omittion": false,
|
|
20263
20275
|
"globalAttrs": {
|
|
20264
20276
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
|
|
@@ -20279,14 +20291,6 @@
|
|
|
20279
20291
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20280
20292
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feGaussianBlur",
|
|
20281
20293
|
"categories": [],
|
|
20282
|
-
"permittedRoles": {
|
|
20283
|
-
"summary": "WIP",
|
|
20284
|
-
"roles": []
|
|
20285
|
-
},
|
|
20286
|
-
"implicitRole": {
|
|
20287
|
-
"summary": "WIP",
|
|
20288
|
-
"role": false
|
|
20289
|
-
},
|
|
20290
20294
|
"permittedStructures": {
|
|
20291
20295
|
"summary": "",
|
|
20292
20296
|
"tag": "feGaussianBlur",
|
|
@@ -20296,6 +20300,14 @@
|
|
|
20296
20300
|
}
|
|
20297
20301
|
]
|
|
20298
20302
|
},
|
|
20303
|
+
"implicitRole": {
|
|
20304
|
+
"summary": "WIP",
|
|
20305
|
+
"role": false
|
|
20306
|
+
},
|
|
20307
|
+
"permittedRoles": {
|
|
20308
|
+
"summary": "WIP",
|
|
20309
|
+
"roles": []
|
|
20310
|
+
},
|
|
20299
20311
|
"omittion": false,
|
|
20300
20312
|
"globalAttrs": {
|
|
20301
20313
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -20393,14 +20405,6 @@
|
|
|
20393
20405
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20394
20406
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feImage",
|
|
20395
20407
|
"categories": [],
|
|
20396
|
-
"permittedRoles": {
|
|
20397
|
-
"summary": "WIP",
|
|
20398
|
-
"roles": []
|
|
20399
|
-
},
|
|
20400
|
-
"implicitRole": {
|
|
20401
|
-
"summary": "WIP",
|
|
20402
|
-
"role": false
|
|
20403
|
-
},
|
|
20404
20408
|
"permittedStructures": {
|
|
20405
20409
|
"summary": "",
|
|
20406
20410
|
"tag": "feImage",
|
|
@@ -20416,6 +20420,14 @@
|
|
|
20416
20420
|
}
|
|
20417
20421
|
]
|
|
20418
20422
|
},
|
|
20423
|
+
"implicitRole": {
|
|
20424
|
+
"summary": "WIP",
|
|
20425
|
+
"role": false
|
|
20426
|
+
},
|
|
20427
|
+
"permittedRoles": {
|
|
20428
|
+
"summary": "WIP",
|
|
20429
|
+
"roles": []
|
|
20430
|
+
},
|
|
20419
20431
|
"omittion": false,
|
|
20420
20432
|
"globalAttrs": {
|
|
20421
20433
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -20531,14 +20543,6 @@
|
|
|
20531
20543
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20532
20544
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMerge",
|
|
20533
20545
|
"categories": [],
|
|
20534
|
-
"permittedRoles": {
|
|
20535
|
-
"summary": "WIP",
|
|
20536
|
-
"roles": []
|
|
20537
|
-
},
|
|
20538
|
-
"implicitRole": {
|
|
20539
|
-
"summary": "WIP",
|
|
20540
|
-
"role": false
|
|
20541
|
-
},
|
|
20542
20546
|
"permittedStructures": {
|
|
20543
20547
|
"summary": "",
|
|
20544
20548
|
"tag": "feMerge",
|
|
@@ -20548,6 +20552,14 @@
|
|
|
20548
20552
|
}
|
|
20549
20553
|
]
|
|
20550
20554
|
},
|
|
20555
|
+
"implicitRole": {
|
|
20556
|
+
"summary": "WIP",
|
|
20557
|
+
"role": false
|
|
20558
|
+
},
|
|
20559
|
+
"permittedRoles": {
|
|
20560
|
+
"summary": "WIP",
|
|
20561
|
+
"roles": []
|
|
20562
|
+
},
|
|
20551
20563
|
"omittion": false,
|
|
20552
20564
|
"globalAttrs": {
|
|
20553
20565
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -20630,14 +20642,6 @@
|
|
|
20630
20642
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20631
20643
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMergeNode",
|
|
20632
20644
|
"categories": [],
|
|
20633
|
-
"permittedRoles": {
|
|
20634
|
-
"summary": "WIP",
|
|
20635
|
-
"roles": []
|
|
20636
|
-
},
|
|
20637
|
-
"implicitRole": {
|
|
20638
|
-
"summary": "WIP",
|
|
20639
|
-
"role": false
|
|
20640
|
-
},
|
|
20641
20645
|
"permittedStructures": {
|
|
20642
20646
|
"summary": "",
|
|
20643
20647
|
"tag": "feMergeNode",
|
|
@@ -20647,6 +20651,14 @@
|
|
|
20647
20651
|
}
|
|
20648
20652
|
]
|
|
20649
20653
|
},
|
|
20654
|
+
"implicitRole": {
|
|
20655
|
+
"summary": "WIP",
|
|
20656
|
+
"role": false
|
|
20657
|
+
},
|
|
20658
|
+
"permittedRoles": {
|
|
20659
|
+
"summary": "WIP",
|
|
20660
|
+
"roles": []
|
|
20661
|
+
},
|
|
20650
20662
|
"omittion": false,
|
|
20651
20663
|
"globalAttrs": {
|
|
20652
20664
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"],
|
|
@@ -20659,14 +20671,6 @@
|
|
|
20659
20671
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20660
20672
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMorphology",
|
|
20661
20673
|
"categories": [],
|
|
20662
|
-
"permittedRoles": {
|
|
20663
|
-
"summary": "WIP",
|
|
20664
|
-
"roles": []
|
|
20665
|
-
},
|
|
20666
|
-
"implicitRole": {
|
|
20667
|
-
"summary": "WIP",
|
|
20668
|
-
"role": false
|
|
20669
|
-
},
|
|
20670
20674
|
"permittedStructures": {
|
|
20671
20675
|
"summary": "",
|
|
20672
20676
|
"tag": "feMorphology",
|
|
@@ -20676,6 +20680,14 @@
|
|
|
20676
20680
|
}
|
|
20677
20681
|
]
|
|
20678
20682
|
},
|
|
20683
|
+
"implicitRole": {
|
|
20684
|
+
"summary": "WIP",
|
|
20685
|
+
"role": false
|
|
20686
|
+
},
|
|
20687
|
+
"permittedRoles": {
|
|
20688
|
+
"summary": "WIP",
|
|
20689
|
+
"roles": []
|
|
20690
|
+
},
|
|
20679
20691
|
"omittion": false,
|
|
20680
20692
|
"globalAttrs": {
|
|
20681
20693
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -20774,14 +20786,6 @@
|
|
|
20774
20786
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20775
20787
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset",
|
|
20776
20788
|
"categories": [],
|
|
20777
|
-
"permittedRoles": {
|
|
20778
|
-
"summary": "WIP",
|
|
20779
|
-
"roles": []
|
|
20780
|
-
},
|
|
20781
|
-
"implicitRole": {
|
|
20782
|
-
"summary": "WIP",
|
|
20783
|
-
"role": false
|
|
20784
|
-
},
|
|
20785
20789
|
"permittedStructures": {
|
|
20786
20790
|
"summary": "",
|
|
20787
20791
|
"tag": "feOffset",
|
|
@@ -20791,6 +20795,14 @@
|
|
|
20791
20795
|
}
|
|
20792
20796
|
]
|
|
20793
20797
|
},
|
|
20798
|
+
"implicitRole": {
|
|
20799
|
+
"summary": "WIP",
|
|
20800
|
+
"role": false
|
|
20801
|
+
},
|
|
20802
|
+
"permittedRoles": {
|
|
20803
|
+
"summary": "WIP",
|
|
20804
|
+
"roles": []
|
|
20805
|
+
},
|
|
20794
20806
|
"omittion": false,
|
|
20795
20807
|
"globalAttrs": {
|
|
20796
20808
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -20886,14 +20898,6 @@
|
|
|
20886
20898
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20887
20899
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLight",
|
|
20888
20900
|
"categories": [],
|
|
20889
|
-
"permittedRoles": {
|
|
20890
|
-
"summary": "WIP",
|
|
20891
|
-
"roles": []
|
|
20892
|
-
},
|
|
20893
|
-
"implicitRole": {
|
|
20894
|
-
"summary": "WIP",
|
|
20895
|
-
"role": false
|
|
20896
|
-
},
|
|
20897
20901
|
"permittedStructures": {
|
|
20898
20902
|
"summary": "",
|
|
20899
20903
|
"tag": "fePointLight",
|
|
@@ -20903,6 +20907,14 @@
|
|
|
20903
20907
|
}
|
|
20904
20908
|
]
|
|
20905
20909
|
},
|
|
20910
|
+
"implicitRole": {
|
|
20911
|
+
"summary": "WIP",
|
|
20912
|
+
"role": false
|
|
20913
|
+
},
|
|
20914
|
+
"permittedRoles": {
|
|
20915
|
+
"summary": "WIP",
|
|
20916
|
+
"roles": []
|
|
20917
|
+
},
|
|
20906
20918
|
"omittion": false,
|
|
20907
20919
|
"globalAttrs": {
|
|
20908
20920
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"]
|
|
@@ -20933,14 +20945,6 @@
|
|
|
20933
20945
|
"namespace": "http://www.w3.org/2000/svg",
|
|
20934
20946
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpecularLighting",
|
|
20935
20947
|
"categories": [],
|
|
20936
|
-
"permittedRoles": {
|
|
20937
|
-
"summary": "WIP",
|
|
20938
|
-
"roles": []
|
|
20939
|
-
},
|
|
20940
|
-
"implicitRole": {
|
|
20941
|
-
"summary": "WIP",
|
|
20942
|
-
"role": false
|
|
20943
|
-
},
|
|
20944
20948
|
"permittedStructures": {
|
|
20945
20949
|
"summary": "",
|
|
20946
20950
|
"tag": "feSpecularLighting",
|
|
@@ -20967,6 +20971,14 @@
|
|
|
20967
20971
|
}
|
|
20968
20972
|
]
|
|
20969
20973
|
},
|
|
20974
|
+
"implicitRole": {
|
|
20975
|
+
"summary": "WIP",
|
|
20976
|
+
"role": false
|
|
20977
|
+
},
|
|
20978
|
+
"permittedRoles": {
|
|
20979
|
+
"summary": "WIP",
|
|
20980
|
+
"roles": []
|
|
20981
|
+
},
|
|
20970
20982
|
"omittion": false,
|
|
20971
20983
|
"globalAttrs": {
|
|
20972
20984
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -21073,14 +21085,6 @@
|
|
|
21073
21085
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21074
21086
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpotLight",
|
|
21075
21087
|
"categories": [],
|
|
21076
|
-
"permittedRoles": {
|
|
21077
|
-
"summary": "WIP",
|
|
21078
|
-
"roles": []
|
|
21079
|
-
},
|
|
21080
|
-
"implicitRole": {
|
|
21081
|
-
"summary": "WIP",
|
|
21082
|
-
"role": false
|
|
21083
|
-
},
|
|
21084
21088
|
"permittedStructures": {
|
|
21085
21089
|
"summary": "",
|
|
21086
21090
|
"tag": "feSpotLight",
|
|
@@ -21090,6 +21094,14 @@
|
|
|
21090
21094
|
}
|
|
21091
21095
|
]
|
|
21092
21096
|
},
|
|
21097
|
+
"implicitRole": {
|
|
21098
|
+
"summary": "WIP",
|
|
21099
|
+
"role": false
|
|
21100
|
+
},
|
|
21101
|
+
"permittedRoles": {
|
|
21102
|
+
"summary": "WIP",
|
|
21103
|
+
"roles": []
|
|
21104
|
+
},
|
|
21093
21105
|
"omittion": false,
|
|
21094
21106
|
"globalAttrs": {
|
|
21095
21107
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space"]
|
|
@@ -21149,14 +21161,6 @@
|
|
|
21149
21161
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21150
21162
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTile",
|
|
21151
21163
|
"categories": [],
|
|
21152
|
-
"permittedRoles": {
|
|
21153
|
-
"summary": "WIP",
|
|
21154
|
-
"roles": []
|
|
21155
|
-
},
|
|
21156
|
-
"implicitRole": {
|
|
21157
|
-
"summary": "WIP",
|
|
21158
|
-
"role": false
|
|
21159
|
-
},
|
|
21160
21164
|
"permittedStructures": {
|
|
21161
21165
|
"summary": "",
|
|
21162
21166
|
"tag": "feTile",
|
|
@@ -21166,6 +21170,14 @@
|
|
|
21166
21170
|
}
|
|
21167
21171
|
]
|
|
21168
21172
|
},
|
|
21173
|
+
"implicitRole": {
|
|
21174
|
+
"summary": "WIP",
|
|
21175
|
+
"role": false
|
|
21176
|
+
},
|
|
21177
|
+
"permittedRoles": {
|
|
21178
|
+
"summary": "WIP",
|
|
21179
|
+
"roles": []
|
|
21180
|
+
},
|
|
21169
21181
|
"omittion": false,
|
|
21170
21182
|
"globalAttrs": {
|
|
21171
21183
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -21248,14 +21260,6 @@
|
|
|
21248
21260
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21249
21261
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTurbulence",
|
|
21250
21262
|
"categories": [],
|
|
21251
|
-
"permittedRoles": {
|
|
21252
|
-
"summary": "WIP",
|
|
21253
|
-
"roles": []
|
|
21254
|
-
},
|
|
21255
|
-
"implicitRole": {
|
|
21256
|
-
"summary": "WIP",
|
|
21257
|
-
"role": false
|
|
21258
|
-
},
|
|
21259
21263
|
"permittedStructures": {
|
|
21260
21264
|
"summary": "",
|
|
21261
21265
|
"tag": "feTurbulence",
|
|
@@ -21265,6 +21269,14 @@
|
|
|
21265
21269
|
}
|
|
21266
21270
|
]
|
|
21267
21271
|
},
|
|
21272
|
+
"implicitRole": {
|
|
21273
|
+
"summary": "WIP",
|
|
21274
|
+
"role": false
|
|
21275
|
+
},
|
|
21276
|
+
"permittedRoles": {
|
|
21277
|
+
"summary": "WIP",
|
|
21278
|
+
"roles": []
|
|
21279
|
+
},
|
|
21268
21280
|
"omittion": false,
|
|
21269
21281
|
"globalAttrs": {
|
|
21270
21282
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -21383,14 +21395,6 @@
|
|
|
21383
21395
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21384
21396
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter",
|
|
21385
21397
|
"categories": [],
|
|
21386
|
-
"permittedRoles": {
|
|
21387
|
-
"summary": "WIP",
|
|
21388
|
-
"roles": []
|
|
21389
|
-
},
|
|
21390
|
-
"implicitRole": {
|
|
21391
|
-
"summary": "WIP",
|
|
21392
|
-
"role": false
|
|
21393
|
-
},
|
|
21394
21398
|
"permittedStructures": {
|
|
21395
21399
|
"summary": "",
|
|
21396
21400
|
"tag": "filter",
|
|
@@ -21400,6 +21404,14 @@
|
|
|
21400
21404
|
}
|
|
21401
21405
|
]
|
|
21402
21406
|
},
|
|
21407
|
+
"implicitRole": {
|
|
21408
|
+
"summary": "WIP",
|
|
21409
|
+
"role": false
|
|
21410
|
+
},
|
|
21411
|
+
"permittedRoles": {
|
|
21412
|
+
"summary": "WIP",
|
|
21413
|
+
"roles": []
|
|
21414
|
+
},
|
|
21403
21415
|
"omittion": false,
|
|
21404
21416
|
"globalAttrs": {
|
|
21405
21417
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -21530,6 +21542,11 @@
|
|
|
21530
21542
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21531
21543
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21532
21544
|
"categories": [],
|
|
21545
|
+
"permittedStructures": {
|
|
21546
|
+
"summary": "",
|
|
21547
|
+
"tag": "font",
|
|
21548
|
+
"contents": false
|
|
21549
|
+
},
|
|
21533
21550
|
"permittedRoles": {
|
|
21534
21551
|
"summary": "",
|
|
21535
21552
|
"roles": []
|
|
@@ -21538,11 +21555,6 @@
|
|
|
21538
21555
|
"summary": "",
|
|
21539
21556
|
"role": false
|
|
21540
21557
|
},
|
|
21541
|
-
"permittedStructures": {
|
|
21542
|
-
"summary": "",
|
|
21543
|
-
"tag": "font",
|
|
21544
|
-
"contents": false
|
|
21545
|
-
},
|
|
21546
21558
|
"omittion": false,
|
|
21547
21559
|
"globalAttrs": {},
|
|
21548
21560
|
"attributes": {},
|
|
@@ -21553,6 +21565,11 @@
|
|
|
21553
21565
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21554
21566
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21555
21567
|
"categories": [],
|
|
21568
|
+
"permittedStructures": {
|
|
21569
|
+
"summary": "",
|
|
21570
|
+
"tag": "font-face",
|
|
21571
|
+
"contents": false
|
|
21572
|
+
},
|
|
21556
21573
|
"permittedRoles": {
|
|
21557
21574
|
"summary": "",
|
|
21558
21575
|
"roles": []
|
|
@@ -21561,11 +21578,6 @@
|
|
|
21561
21578
|
"summary": "",
|
|
21562
21579
|
"role": false
|
|
21563
21580
|
},
|
|
21564
|
-
"permittedStructures": {
|
|
21565
|
-
"summary": "",
|
|
21566
|
-
"tag": "font-face",
|
|
21567
|
-
"contents": false
|
|
21568
|
-
},
|
|
21569
21581
|
"omittion": false,
|
|
21570
21582
|
"globalAttrs": {},
|
|
21571
21583
|
"attributes": {},
|
|
@@ -21576,6 +21588,11 @@
|
|
|
21576
21588
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21577
21589
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21578
21590
|
"categories": [],
|
|
21591
|
+
"permittedStructures": {
|
|
21592
|
+
"summary": "",
|
|
21593
|
+
"tag": "font-face-format",
|
|
21594
|
+
"contents": false
|
|
21595
|
+
},
|
|
21579
21596
|
"permittedRoles": {
|
|
21580
21597
|
"summary": "",
|
|
21581
21598
|
"roles": []
|
|
@@ -21584,11 +21601,6 @@
|
|
|
21584
21601
|
"summary": "",
|
|
21585
21602
|
"role": false
|
|
21586
21603
|
},
|
|
21587
|
-
"permittedStructures": {
|
|
21588
|
-
"summary": "",
|
|
21589
|
-
"tag": "font-face-format",
|
|
21590
|
-
"contents": false
|
|
21591
|
-
},
|
|
21592
21604
|
"omittion": false,
|
|
21593
21605
|
"globalAttrs": {},
|
|
21594
21606
|
"attributes": {},
|
|
@@ -21599,6 +21611,11 @@
|
|
|
21599
21611
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21600
21612
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21601
21613
|
"categories": [],
|
|
21614
|
+
"permittedStructures": {
|
|
21615
|
+
"summary": "",
|
|
21616
|
+
"tag": "font-face-name",
|
|
21617
|
+
"contents": false
|
|
21618
|
+
},
|
|
21602
21619
|
"permittedRoles": {
|
|
21603
21620
|
"summary": "",
|
|
21604
21621
|
"roles": []
|
|
@@ -21607,11 +21624,6 @@
|
|
|
21607
21624
|
"summary": "",
|
|
21608
21625
|
"role": false
|
|
21609
21626
|
},
|
|
21610
|
-
"permittedStructures": {
|
|
21611
|
-
"summary": "",
|
|
21612
|
-
"tag": "font-face-name",
|
|
21613
|
-
"contents": false
|
|
21614
|
-
},
|
|
21615
21627
|
"omittion": false,
|
|
21616
21628
|
"globalAttrs": {},
|
|
21617
21629
|
"attributes": {},
|
|
@@ -21622,6 +21634,11 @@
|
|
|
21622
21634
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21623
21635
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21624
21636
|
"categories": [],
|
|
21637
|
+
"permittedStructures": {
|
|
21638
|
+
"summary": "",
|
|
21639
|
+
"tag": "font-face-src",
|
|
21640
|
+
"contents": false
|
|
21641
|
+
},
|
|
21625
21642
|
"permittedRoles": {
|
|
21626
21643
|
"summary": "",
|
|
21627
21644
|
"roles": []
|
|
@@ -21630,11 +21647,6 @@
|
|
|
21630
21647
|
"summary": "",
|
|
21631
21648
|
"role": false
|
|
21632
21649
|
},
|
|
21633
|
-
"permittedStructures": {
|
|
21634
|
-
"summary": "",
|
|
21635
|
-
"tag": "font-face-src",
|
|
21636
|
-
"contents": false
|
|
21637
|
-
},
|
|
21638
21650
|
"omittion": false,
|
|
21639
21651
|
"globalAttrs": {},
|
|
21640
21652
|
"attributes": {},
|
|
@@ -21645,6 +21657,11 @@
|
|
|
21645
21657
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21646
21658
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21647
21659
|
"categories": [],
|
|
21660
|
+
"permittedStructures": {
|
|
21661
|
+
"summary": "",
|
|
21662
|
+
"tag": "font-face-uri",
|
|
21663
|
+
"contents": false
|
|
21664
|
+
},
|
|
21648
21665
|
"permittedRoles": {
|
|
21649
21666
|
"summary": "",
|
|
21650
21667
|
"roles": []
|
|
@@ -21653,11 +21670,6 @@
|
|
|
21653
21670
|
"summary": "",
|
|
21654
21671
|
"role": false
|
|
21655
21672
|
},
|
|
21656
|
-
"permittedStructures": {
|
|
21657
|
-
"summary": "",
|
|
21658
|
-
"tag": "font-face-uri",
|
|
21659
|
-
"contents": false
|
|
21660
|
-
},
|
|
21661
21673
|
"omittion": false,
|
|
21662
21674
|
"globalAttrs": {},
|
|
21663
21675
|
"attributes": {},
|
|
@@ -21667,19 +21679,19 @@
|
|
|
21667
21679
|
"name": "svg:foreignObject",
|
|
21668
21680
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21669
21681
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject",
|
|
21670
|
-
"categories": ["#SVGNone"],
|
|
21671
|
-
"
|
|
21672
|
-
"summary": "
|
|
21673
|
-
"
|
|
21682
|
+
"categories": ["#SVGNone"],
|
|
21683
|
+
"permittedStructures": {
|
|
21684
|
+
"summary": "Any elements or character data",
|
|
21685
|
+
"tag": "foreignObject",
|
|
21686
|
+
"contents": true
|
|
21674
21687
|
},
|
|
21675
21688
|
"implicitRole": {
|
|
21676
21689
|
"summary": "WIP",
|
|
21677
21690
|
"role": false
|
|
21678
21691
|
},
|
|
21679
|
-
"
|
|
21680
|
-
"summary": "
|
|
21681
|
-
"
|
|
21682
|
-
"contents": true
|
|
21692
|
+
"permittedRoles": {
|
|
21693
|
+
"summary": "WIP",
|
|
21694
|
+
"roles": []
|
|
21683
21695
|
},
|
|
21684
21696
|
"omittion": false,
|
|
21685
21697
|
"globalAttrs": {
|
|
@@ -21784,14 +21796,6 @@
|
|
|
21784
21796
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21785
21797
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g",
|
|
21786
21798
|
"categories": ["#SVGContainer", "#SVGStructural"],
|
|
21787
|
-
"permittedRoles": {
|
|
21788
|
-
"summary": "WIP",
|
|
21789
|
-
"roles": []
|
|
21790
|
-
},
|
|
21791
|
-
"implicitRole": {
|
|
21792
|
-
"summary": "WIP",
|
|
21793
|
-
"role": false
|
|
21794
|
-
},
|
|
21795
21799
|
"permittedStructures": {
|
|
21796
21800
|
"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
21801
|
"tag": "g",
|
|
@@ -21819,6 +21823,14 @@
|
|
|
21819
21823
|
}
|
|
21820
21824
|
]
|
|
21821
21825
|
},
|
|
21826
|
+
"implicitRole": {
|
|
21827
|
+
"summary": "WIP",
|
|
21828
|
+
"role": false
|
|
21829
|
+
},
|
|
21830
|
+
"permittedRoles": {
|
|
21831
|
+
"summary": "WIP",
|
|
21832
|
+
"roles": []
|
|
21833
|
+
},
|
|
21822
21834
|
"omittion": false,
|
|
21823
21835
|
"globalAttrs": {
|
|
21824
21836
|
"#HTMLGlobalAttrs": true,
|
|
@@ -21905,6 +21917,11 @@
|
|
|
21905
21917
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21906
21918
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21907
21919
|
"categories": [],
|
|
21920
|
+
"permittedStructures": {
|
|
21921
|
+
"summary": "",
|
|
21922
|
+
"tag": "glyph",
|
|
21923
|
+
"contents": false
|
|
21924
|
+
},
|
|
21908
21925
|
"permittedRoles": {
|
|
21909
21926
|
"summary": "",
|
|
21910
21927
|
"roles": []
|
|
@@ -21913,11 +21930,6 @@
|
|
|
21913
21930
|
"summary": "",
|
|
21914
21931
|
"role": false
|
|
21915
21932
|
},
|
|
21916
|
-
"permittedStructures": {
|
|
21917
|
-
"summary": "",
|
|
21918
|
-
"tag": "glyph",
|
|
21919
|
-
"contents": false
|
|
21920
|
-
},
|
|
21921
21933
|
"omittion": false,
|
|
21922
21934
|
"globalAttrs": {},
|
|
21923
21935
|
"attributes": {},
|
|
@@ -21928,6 +21940,11 @@
|
|
|
21928
21940
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21929
21941
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21930
21942
|
"categories": [],
|
|
21943
|
+
"permittedStructures": {
|
|
21944
|
+
"summary": "",
|
|
21945
|
+
"tag": "glyphRef",
|
|
21946
|
+
"contents": false
|
|
21947
|
+
},
|
|
21931
21948
|
"permittedRoles": {
|
|
21932
21949
|
"summary": "",
|
|
21933
21950
|
"roles": []
|
|
@@ -21936,11 +21953,6 @@
|
|
|
21936
21953
|
"summary": "",
|
|
21937
21954
|
"role": false
|
|
21938
21955
|
},
|
|
21939
|
-
"permittedStructures": {
|
|
21940
|
-
"summary": "",
|
|
21941
|
-
"tag": "glyphRef",
|
|
21942
|
-
"contents": false
|
|
21943
|
-
},
|
|
21944
21956
|
"omittion": false,
|
|
21945
21957
|
"globalAttrs": {},
|
|
21946
21958
|
"attributes": {},
|
|
@@ -21951,6 +21963,11 @@
|
|
|
21951
21963
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21952
21964
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
21953
21965
|
"categories": [],
|
|
21966
|
+
"permittedStructures": {
|
|
21967
|
+
"summary": "",
|
|
21968
|
+
"tag": "hkern",
|
|
21969
|
+
"contents": false
|
|
21970
|
+
},
|
|
21954
21971
|
"permittedRoles": {
|
|
21955
21972
|
"summary": "",
|
|
21956
21973
|
"roles": []
|
|
@@ -21959,11 +21976,6 @@
|
|
|
21959
21976
|
"summary": "",
|
|
21960
21977
|
"role": false
|
|
21961
21978
|
},
|
|
21962
|
-
"permittedStructures": {
|
|
21963
|
-
"summary": "",
|
|
21964
|
-
"tag": "hkern",
|
|
21965
|
-
"contents": false
|
|
21966
|
-
},
|
|
21967
21979
|
"omittion": false,
|
|
21968
21980
|
"globalAttrs": {},
|
|
21969
21981
|
"attributes": {},
|
|
@@ -21974,14 +21986,6 @@
|
|
|
21974
21986
|
"namespace": "http://www.w3.org/2000/svg",
|
|
21975
21987
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image",
|
|
21976
21988
|
"categories": [],
|
|
21977
|
-
"permittedRoles": {
|
|
21978
|
-
"summary": "WIP",
|
|
21979
|
-
"roles": []
|
|
21980
|
-
},
|
|
21981
|
-
"implicitRole": {
|
|
21982
|
-
"summary": "WIP",
|
|
21983
|
-
"role": false
|
|
21984
|
-
},
|
|
21985
21989
|
"permittedStructures": {
|
|
21986
21990
|
"summary": "",
|
|
21987
21991
|
"tag": "image",
|
|
@@ -21998,6 +22002,14 @@
|
|
|
21998
22002
|
}
|
|
21999
22003
|
]
|
|
22000
22004
|
},
|
|
22005
|
+
"implicitRole": {
|
|
22006
|
+
"summary": "WIP",
|
|
22007
|
+
"role": false
|
|
22008
|
+
},
|
|
22009
|
+
"permittedRoles": {
|
|
22010
|
+
"summary": "WIP",
|
|
22011
|
+
"roles": []
|
|
22012
|
+
},
|
|
22001
22013
|
"omittion": false,
|
|
22002
22014
|
"globalAttrs": {
|
|
22003
22015
|
"#HTMLGlobalAttrs": true,
|
|
@@ -22108,14 +22120,6 @@
|
|
|
22108
22120
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22109
22121
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line",
|
|
22110
22122
|
"categories": ["#SVGGraphics", "#SVGShape"],
|
|
22111
|
-
"permittedRoles": {
|
|
22112
|
-
"summary": "WIP",
|
|
22113
|
-
"roles": []
|
|
22114
|
-
},
|
|
22115
|
-
"implicitRole": {
|
|
22116
|
-
"summary": "WIP",
|
|
22117
|
-
"role": false
|
|
22118
|
-
},
|
|
22119
22123
|
"permittedStructures": {
|
|
22120
22124
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
|
|
22121
22125
|
"tag": "line",
|
|
@@ -22134,6 +22138,14 @@
|
|
|
22134
22138
|
}
|
|
22135
22139
|
]
|
|
22136
22140
|
},
|
|
22141
|
+
"implicitRole": {
|
|
22142
|
+
"summary": "WIP",
|
|
22143
|
+
"role": false
|
|
22144
|
+
},
|
|
22145
|
+
"permittedRoles": {
|
|
22146
|
+
"summary": "WIP",
|
|
22147
|
+
"roles": []
|
|
22148
|
+
},
|
|
22137
22149
|
"omittion": false,
|
|
22138
22150
|
"globalAttrs": {
|
|
22139
22151
|
"#HTMLGlobalAttrs": true,
|
|
@@ -22255,14 +22267,6 @@
|
|
|
22255
22267
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22256
22268
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient",
|
|
22257
22269
|
"categories": ["#SVGGradient"],
|
|
22258
|
-
"permittedRoles": {
|
|
22259
|
-
"summary": "WIP",
|
|
22260
|
-
"roles": []
|
|
22261
|
-
},
|
|
22262
|
-
"implicitRole": {
|
|
22263
|
-
"summary": "WIP",
|
|
22264
|
-
"role": false
|
|
22265
|
-
},
|
|
22266
22270
|
"permittedStructures": {
|
|
22267
22271
|
"summary": "Any number of the following elements, in any order:Descriptive elements<animate>, <animateTransform>, <set>, <stop>",
|
|
22268
22272
|
"tag": "linearGradient",
|
|
@@ -22280,6 +22284,14 @@
|
|
|
22280
22284
|
}
|
|
22281
22285
|
]
|
|
22282
22286
|
},
|
|
22287
|
+
"implicitRole": {
|
|
22288
|
+
"summary": "WIP",
|
|
22289
|
+
"role": false
|
|
22290
|
+
},
|
|
22291
|
+
"permittedRoles": {
|
|
22292
|
+
"summary": "WIP",
|
|
22293
|
+
"roles": []
|
|
22294
|
+
},
|
|
22283
22295
|
"omittion": false,
|
|
22284
22296
|
"globalAttrs": {
|
|
22285
22297
|
"#GlobalEventAttrs": true,
|
|
@@ -22427,14 +22439,6 @@
|
|
|
22427
22439
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22428
22440
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker",
|
|
22429
22441
|
"categories": ["#SVGContainer"],
|
|
22430
|
-
"permittedRoles": {
|
|
22431
|
-
"summary": "WIP",
|
|
22432
|
-
"roles": []
|
|
22433
|
-
},
|
|
22434
|
-
"implicitRole": {
|
|
22435
|
-
"summary": "WIP",
|
|
22436
|
-
"role": false
|
|
22437
|
-
},
|
|
22438
22442
|
"permittedStructures": {
|
|
22439
22443
|
"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
22444
|
"tag": "marker",
|
|
@@ -22462,6 +22466,14 @@
|
|
|
22462
22466
|
}
|
|
22463
22467
|
]
|
|
22464
22468
|
},
|
|
22469
|
+
"implicitRole": {
|
|
22470
|
+
"summary": "WIP",
|
|
22471
|
+
"role": false
|
|
22472
|
+
},
|
|
22473
|
+
"permittedRoles": {
|
|
22474
|
+
"summary": "WIP",
|
|
22475
|
+
"roles": []
|
|
22476
|
+
},
|
|
22465
22477
|
"omittion": false,
|
|
22466
22478
|
"globalAttrs": {
|
|
22467
22479
|
"#GlobalEventAttrs": true,
|
|
@@ -22624,14 +22636,6 @@
|
|
|
22624
22636
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22625
22637
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask",
|
|
22626
22638
|
"categories": ["#SVGContainer"],
|
|
22627
|
-
"permittedRoles": {
|
|
22628
|
-
"summary": "WIP",
|
|
22629
|
-
"roles": []
|
|
22630
|
-
},
|
|
22631
|
-
"implicitRole": {
|
|
22632
|
-
"summary": "WIP",
|
|
22633
|
-
"role": false
|
|
22634
|
-
},
|
|
22635
22639
|
"permittedStructures": {
|
|
22636
22640
|
"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
22641
|
"tag": "marker",
|
|
@@ -22665,6 +22669,14 @@
|
|
|
22665
22669
|
}
|
|
22666
22670
|
]
|
|
22667
22671
|
},
|
|
22672
|
+
"implicitRole": {
|
|
22673
|
+
"summary": "WIP",
|
|
22674
|
+
"role": false
|
|
22675
|
+
},
|
|
22676
|
+
"permittedRoles": {
|
|
22677
|
+
"summary": "WIP",
|
|
22678
|
+
"roles": []
|
|
22679
|
+
},
|
|
22668
22680
|
"omittion": false,
|
|
22669
22681
|
"globalAttrs": {
|
|
22670
22682
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
@@ -22773,14 +22785,6 @@
|
|
|
22773
22785
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22774
22786
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/metadata",
|
|
22775
22787
|
"categories": [],
|
|
22776
|
-
"permittedRoles": {
|
|
22777
|
-
"summary": "WIP",
|
|
22778
|
-
"roles": []
|
|
22779
|
-
},
|
|
22780
|
-
"implicitRole": {
|
|
22781
|
-
"summary": "WIP",
|
|
22782
|
-
"role": false
|
|
22783
|
-
},
|
|
22784
22788
|
"permittedStructures": {
|
|
22785
22789
|
"summary": "",
|
|
22786
22790
|
"tag": "metadata",
|
|
@@ -22790,6 +22794,14 @@
|
|
|
22790
22794
|
}
|
|
22791
22795
|
]
|
|
22792
22796
|
},
|
|
22797
|
+
"implicitRole": {
|
|
22798
|
+
"summary": "WIP",
|
|
22799
|
+
"role": false
|
|
22800
|
+
},
|
|
22801
|
+
"permittedRoles": {
|
|
22802
|
+
"summary": "WIP",
|
|
22803
|
+
"roles": []
|
|
22804
|
+
},
|
|
22793
22805
|
"omittion": false,
|
|
22794
22806
|
"globalAttrs": {
|
|
22795
22807
|
"#GlobalEventAttrs": true,
|
|
@@ -22803,6 +22815,11 @@
|
|
|
22803
22815
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22804
22816
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
22805
22817
|
"categories": [],
|
|
22818
|
+
"permittedStructures": {
|
|
22819
|
+
"summary": "",
|
|
22820
|
+
"tag": "missing-glyph",
|
|
22821
|
+
"contents": false
|
|
22822
|
+
},
|
|
22806
22823
|
"permittedRoles": {
|
|
22807
22824
|
"summary": "",
|
|
22808
22825
|
"roles": []
|
|
@@ -22811,11 +22828,6 @@
|
|
|
22811
22828
|
"summary": "",
|
|
22812
22829
|
"role": false
|
|
22813
22830
|
},
|
|
22814
|
-
"permittedStructures": {
|
|
22815
|
-
"summary": "",
|
|
22816
|
-
"tag": "missing-glyph",
|
|
22817
|
-
"contents": false
|
|
22818
|
-
},
|
|
22819
22831
|
"omittion": false,
|
|
22820
22832
|
"globalAttrs": {},
|
|
22821
22833
|
"attributes": {},
|
|
@@ -22826,14 +22838,6 @@
|
|
|
22826
22838
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22827
22839
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath",
|
|
22828
22840
|
"categories": [],
|
|
22829
|
-
"permittedRoles": {
|
|
22830
|
-
"summary": "WIP",
|
|
22831
|
-
"roles": []
|
|
22832
|
-
},
|
|
22833
|
-
"implicitRole": {
|
|
22834
|
-
"summary": "WIP",
|
|
22835
|
-
"role": false
|
|
22836
|
-
},
|
|
22837
22841
|
"permittedStructures": {
|
|
22838
22842
|
"summary": "",
|
|
22839
22843
|
"tag": "mpath",
|
|
@@ -22843,6 +22847,14 @@
|
|
|
22843
22847
|
}
|
|
22844
22848
|
]
|
|
22845
22849
|
},
|
|
22850
|
+
"implicitRole": {
|
|
22851
|
+
"summary": "WIP",
|
|
22852
|
+
"role": false
|
|
22853
|
+
},
|
|
22854
|
+
"permittedRoles": {
|
|
22855
|
+
"summary": "WIP",
|
|
22856
|
+
"roles": []
|
|
22857
|
+
},
|
|
22846
22858
|
"omittion": false,
|
|
22847
22859
|
"globalAttrs": {
|
|
22848
22860
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
@@ -22861,14 +22873,6 @@
|
|
|
22861
22873
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22862
22874
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path",
|
|
22863
22875
|
"categories": ["#SVGGraphics", "#SVGShape"],
|
|
22864
|
-
"permittedRoles": {
|
|
22865
|
-
"summary": "WIP",
|
|
22866
|
-
"roles": []
|
|
22867
|
-
},
|
|
22868
|
-
"implicitRole": {
|
|
22869
|
-
"summary": "WIP",
|
|
22870
|
-
"role": false
|
|
22871
|
-
},
|
|
22872
22876
|
"permittedStructures": {
|
|
22873
22877
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
|
|
22874
22878
|
"tag": "path",
|
|
@@ -22887,6 +22891,14 @@
|
|
|
22887
22891
|
}
|
|
22888
22892
|
]
|
|
22889
22893
|
},
|
|
22894
|
+
"implicitRole": {
|
|
22895
|
+
"summary": "WIP",
|
|
22896
|
+
"role": false
|
|
22897
|
+
},
|
|
22898
|
+
"permittedRoles": {
|
|
22899
|
+
"summary": "WIP",
|
|
22900
|
+
"roles": []
|
|
22901
|
+
},
|
|
22890
22902
|
"omittion": false,
|
|
22891
22903
|
"globalAttrs": {
|
|
22892
22904
|
"#HTMLGlobalAttrs": true,
|
|
@@ -22985,14 +22997,6 @@
|
|
|
22985
22997
|
"namespace": "http://www.w3.org/2000/svg",
|
|
22986
22998
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern",
|
|
22987
22999
|
"categories": ["#SVGContainer"],
|
|
22988
|
-
"permittedRoles": {
|
|
22989
|
-
"summary": "WIP",
|
|
22990
|
-
"roles": []
|
|
22991
|
-
},
|
|
22992
|
-
"implicitRole": {
|
|
22993
|
-
"summary": "WIP",
|
|
22994
|
-
"role": false
|
|
22995
|
-
},
|
|
22996
23000
|
"permittedStructures": {
|
|
22997
23001
|
"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
23002
|
"tag": "pattern",
|
|
@@ -23020,6 +23024,14 @@
|
|
|
23020
23024
|
}
|
|
23021
23025
|
]
|
|
23022
23026
|
},
|
|
23027
|
+
"implicitRole": {
|
|
23028
|
+
"summary": "WIP",
|
|
23029
|
+
"role": false
|
|
23030
|
+
},
|
|
23031
|
+
"permittedRoles": {
|
|
23032
|
+
"summary": "WIP",
|
|
23033
|
+
"roles": []
|
|
23034
|
+
},
|
|
23023
23035
|
"omittion": false,
|
|
23024
23036
|
"globalAttrs": {
|
|
23025
23037
|
"#GlobalEventAttrs": true,
|
|
@@ -23164,14 +23176,6 @@
|
|
|
23164
23176
|
"namespace": "http://www.w3.org/2000/svg",
|
|
23165
23177
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon",
|
|
23166
23178
|
"categories": ["#SVGGraphics", "#SVGShape"],
|
|
23167
|
-
"permittedRoles": {
|
|
23168
|
-
"summary": "WIP",
|
|
23169
|
-
"roles": []
|
|
23170
|
-
},
|
|
23171
|
-
"implicitRole": {
|
|
23172
|
-
"summary": "WIP",
|
|
23173
|
-
"role": false
|
|
23174
|
-
},
|
|
23175
23179
|
"permittedStructures": {
|
|
23176
23180
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
|
|
23177
23181
|
"tag": "polygon",
|
|
@@ -23190,6 +23194,14 @@
|
|
|
23190
23194
|
}
|
|
23191
23195
|
]
|
|
23192
23196
|
},
|
|
23197
|
+
"implicitRole": {
|
|
23198
|
+
"summary": "WIP",
|
|
23199
|
+
"role": false
|
|
23200
|
+
},
|
|
23201
|
+
"permittedRoles": {
|
|
23202
|
+
"summary": "WIP",
|
|
23203
|
+
"roles": []
|
|
23204
|
+
},
|
|
23193
23205
|
"omittion": false,
|
|
23194
23206
|
"globalAttrs": {
|
|
23195
23207
|
"#HTMLGlobalAttrs": true,
|
|
@@ -23289,14 +23301,6 @@
|
|
|
23289
23301
|
"namespace": "http://www.w3.org/2000/svg",
|
|
23290
23302
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polyline",
|
|
23291
23303
|
"categories": ["#SVGGraphics", "#SVGShape"],
|
|
23292
|
-
"permittedRoles": {
|
|
23293
|
-
"summary": "WIP",
|
|
23294
|
-
"roles": []
|
|
23295
|
-
},
|
|
23296
|
-
"implicitRole": {
|
|
23297
|
-
"summary": "WIP",
|
|
23298
|
-
"role": false
|
|
23299
|
-
},
|
|
23300
23304
|
"permittedStructures": {
|
|
23301
23305
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
|
|
23302
23306
|
"tag": "polyline",
|
|
@@ -23315,6 +23319,14 @@
|
|
|
23315
23319
|
}
|
|
23316
23320
|
]
|
|
23317
23321
|
},
|
|
23322
|
+
"implicitRole": {
|
|
23323
|
+
"summary": "WIP",
|
|
23324
|
+
"role": false
|
|
23325
|
+
},
|
|
23326
|
+
"permittedRoles": {
|
|
23327
|
+
"summary": "WIP",
|
|
23328
|
+
"roles": []
|
|
23329
|
+
},
|
|
23318
23330
|
"omittion": false,
|
|
23319
23331
|
"globalAttrs": {
|
|
23320
23332
|
"#HTMLGlobalAttrs": true,
|
|
@@ -23410,18 +23422,10 @@
|
|
|
23410
23422
|
}
|
|
23411
23423
|
},
|
|
23412
23424
|
{
|
|
23413
|
-
"name": "svg:radialGradient",
|
|
23414
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
23415
|
-
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient",
|
|
23416
|
-
"categories": ["#SVGGradient"],
|
|
23417
|
-
"permittedRoles": {
|
|
23418
|
-
"summary": "WIP",
|
|
23419
|
-
"roles": []
|
|
23420
|
-
},
|
|
23421
|
-
"implicitRole": {
|
|
23422
|
-
"summary": "WIP",
|
|
23423
|
-
"role": false
|
|
23424
|
-
},
|
|
23425
|
+
"name": "svg:radialGradient",
|
|
23426
|
+
"namespace": "http://www.w3.org/2000/svg",
|
|
23427
|
+
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient",
|
|
23428
|
+
"categories": ["#SVGGradient"],
|
|
23425
23429
|
"permittedStructures": {
|
|
23426
23430
|
"summary": "Any number of the following elements, in any order:Descriptive elements<animate>, <animateTransform>, <set>, <stop>",
|
|
23427
23431
|
"tag": "radialGradient",
|
|
@@ -23439,6 +23443,14 @@
|
|
|
23439
23443
|
}
|
|
23440
23444
|
]
|
|
23441
23445
|
},
|
|
23446
|
+
"implicitRole": {
|
|
23447
|
+
"summary": "WIP",
|
|
23448
|
+
"role": false
|
|
23449
|
+
},
|
|
23450
|
+
"permittedRoles": {
|
|
23451
|
+
"summary": "WIP",
|
|
23452
|
+
"roles": []
|
|
23453
|
+
},
|
|
23442
23454
|
"omittion": false,
|
|
23443
23455
|
"globalAttrs": {
|
|
23444
23456
|
"#GlobalEventAttrs": true,
|
|
@@ -23598,14 +23610,6 @@
|
|
|
23598
23610
|
"namespace": "http://www.w3.org/2000/svg",
|
|
23599
23611
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect",
|
|
23600
23612
|
"categories": ["#SVGGraphics", "#SVGShape"],
|
|
23601
|
-
"permittedRoles": {
|
|
23602
|
-
"summary": "WIP",
|
|
23603
|
-
"roles": []
|
|
23604
|
-
},
|
|
23605
|
-
"implicitRole": {
|
|
23606
|
-
"summary": "WIP",
|
|
23607
|
-
"role": false
|
|
23608
|
-
},
|
|
23609
23613
|
"permittedStructures": {
|
|
23610
23614
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
|
|
23611
23615
|
"tag": "rect",
|
|
@@ -23624,6 +23628,14 @@
|
|
|
23624
23628
|
}
|
|
23625
23629
|
]
|
|
23626
23630
|
},
|
|
23631
|
+
"implicitRole": {
|
|
23632
|
+
"summary": "WIP",
|
|
23633
|
+
"role": false
|
|
23634
|
+
},
|
|
23635
|
+
"permittedRoles": {
|
|
23636
|
+
"summary": "WIP",
|
|
23637
|
+
"roles": []
|
|
23638
|
+
},
|
|
23627
23639
|
"omittion": false,
|
|
23628
23640
|
"globalAttrs": {
|
|
23629
23641
|
"#HTMLGlobalAttrs": true,
|
|
@@ -23741,14 +23753,6 @@
|
|
|
23741
23753
|
"namespace": "http://www.w3.org/2000/svg",
|
|
23742
23754
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/script",
|
|
23743
23755
|
"categories": ["#SVGNone"],
|
|
23744
|
-
"permittedRoles": {
|
|
23745
|
-
"summary": "WIP",
|
|
23746
|
-
"roles": []
|
|
23747
|
-
},
|
|
23748
|
-
"implicitRole": {
|
|
23749
|
-
"summary": "WIP",
|
|
23750
|
-
"role": false
|
|
23751
|
-
},
|
|
23752
23756
|
"permittedStructures": {
|
|
23753
23757
|
"summary": "Any elements or character data",
|
|
23754
23758
|
"tag": "script",
|
|
@@ -23758,6 +23762,14 @@
|
|
|
23758
23762
|
}
|
|
23759
23763
|
]
|
|
23760
23764
|
},
|
|
23765
|
+
"implicitRole": {
|
|
23766
|
+
"summary": "WIP",
|
|
23767
|
+
"role": false
|
|
23768
|
+
},
|
|
23769
|
+
"permittedRoles": {
|
|
23770
|
+
"summary": "WIP",
|
|
23771
|
+
"roles": []
|
|
23772
|
+
},
|
|
23761
23773
|
"omittion": false,
|
|
23762
23774
|
"globalAttrs": {
|
|
23763
23775
|
"#GlobalEventAttrs": true,
|
|
@@ -23796,14 +23808,6 @@
|
|
|
23796
23808
|
"namespace": "http://www.w3.org/2000/svg",
|
|
23797
23809
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/set",
|
|
23798
23810
|
"categories": ["#SVGAnimation"],
|
|
23799
|
-
"permittedRoles": {
|
|
23800
|
-
"summary": "WIP",
|
|
23801
|
-
"roles": []
|
|
23802
|
-
},
|
|
23803
|
-
"implicitRole": {
|
|
23804
|
-
"summary": "WIP",
|
|
23805
|
-
"role": false
|
|
23806
|
-
},
|
|
23807
23811
|
"permittedStructures": {
|
|
23808
23812
|
"summary": "Any number of the following elements, in any order:Descriptive elements",
|
|
23809
23813
|
"tag": "set",
|
|
@@ -23813,6 +23817,14 @@
|
|
|
23813
23817
|
}
|
|
23814
23818
|
]
|
|
23815
23819
|
},
|
|
23820
|
+
"implicitRole": {
|
|
23821
|
+
"summary": "WIP",
|
|
23822
|
+
"role": false
|
|
23823
|
+
},
|
|
23824
|
+
"permittedRoles": {
|
|
23825
|
+
"summary": "WIP",
|
|
23826
|
+
"roles": []
|
|
23827
|
+
},
|
|
23816
23828
|
"omittion": false,
|
|
23817
23829
|
"globalAttrs": {
|
|
23818
23830
|
"#GlobalEventAttrs": true,
|
|
@@ -23848,14 +23860,6 @@
|
|
|
23848
23860
|
"namespace": "http://www.w3.org/2000/svg",
|
|
23849
23861
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/stop",
|
|
23850
23862
|
"categories": ["#SVGGradient"],
|
|
23851
|
-
"permittedRoles": {
|
|
23852
|
-
"summary": "WIP",
|
|
23853
|
-
"roles": []
|
|
23854
|
-
},
|
|
23855
|
-
"implicitRole": {
|
|
23856
|
-
"summary": "WIP",
|
|
23857
|
-
"role": false
|
|
23858
|
-
},
|
|
23859
23863
|
"permittedStructures": {
|
|
23860
23864
|
"summary": "Any number of the following elements, in any order:<animate>, <animateColor>, <set>",
|
|
23861
23865
|
"tag": "stop",
|
|
@@ -23865,6 +23869,14 @@
|
|
|
23865
23869
|
}
|
|
23866
23870
|
]
|
|
23867
23871
|
},
|
|
23872
|
+
"implicitRole": {
|
|
23873
|
+
"summary": "WIP",
|
|
23874
|
+
"role": false
|
|
23875
|
+
},
|
|
23876
|
+
"permittedRoles": {
|
|
23877
|
+
"summary": "WIP",
|
|
23878
|
+
"roles": []
|
|
23879
|
+
},
|
|
23868
23880
|
"omittion": false,
|
|
23869
23881
|
"globalAttrs": {
|
|
23870
23882
|
"#GlobalEventAttrs": true,
|
|
@@ -23970,14 +23982,6 @@
|
|
|
23970
23982
|
"namespace": "http://www.w3.org/2000/svg",
|
|
23971
23983
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/style",
|
|
23972
23984
|
"categories": ["#SVGNone"],
|
|
23973
|
-
"permittedRoles": {
|
|
23974
|
-
"summary": "WIP",
|
|
23975
|
-
"roles": []
|
|
23976
|
-
},
|
|
23977
|
-
"implicitRole": {
|
|
23978
|
-
"summary": "WIP",
|
|
23979
|
-
"role": false
|
|
23980
|
-
},
|
|
23981
23985
|
"permittedStructures": {
|
|
23982
23986
|
"summary": "Any elements or character data",
|
|
23983
23987
|
"tag": "style",
|
|
@@ -23987,6 +23991,14 @@
|
|
|
23987
23991
|
}
|
|
23988
23992
|
]
|
|
23989
23993
|
},
|
|
23994
|
+
"implicitRole": {
|
|
23995
|
+
"summary": "WIP",
|
|
23996
|
+
"role": false
|
|
23997
|
+
},
|
|
23998
|
+
"permittedRoles": {
|
|
23999
|
+
"summary": "WIP",
|
|
24000
|
+
"roles": []
|
|
24001
|
+
},
|
|
23990
24002
|
"omittion": false,
|
|
23991
24003
|
"globalAttrs": {
|
|
23992
24004
|
"#GlobalEventAttrs": true,
|
|
@@ -24018,14 +24030,6 @@
|
|
|
24018
24030
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24019
24031
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/svg",
|
|
24020
24032
|
"categories": ["#SVGContainer", "#SVGStructural"],
|
|
24021
|
-
"permittedRoles": {
|
|
24022
|
-
"summary": "WIP",
|
|
24023
|
-
"roles": []
|
|
24024
|
-
},
|
|
24025
|
-
"implicitRole": {
|
|
24026
|
-
"summary": "WIP",
|
|
24027
|
-
"role": false
|
|
24028
|
-
},
|
|
24029
24033
|
"permittedStructures": {
|
|
24030
24034
|
"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
24035
|
"tag": "svg",
|
|
@@ -24057,6 +24061,14 @@
|
|
|
24057
24061
|
}
|
|
24058
24062
|
]
|
|
24059
24063
|
},
|
|
24064
|
+
"implicitRole": {
|
|
24065
|
+
"summary": "WIP",
|
|
24066
|
+
"role": false
|
|
24067
|
+
},
|
|
24068
|
+
"permittedRoles": {
|
|
24069
|
+
"summary": "WIP",
|
|
24070
|
+
"roles": []
|
|
24071
|
+
},
|
|
24060
24072
|
"omittion": false,
|
|
24061
24073
|
"globalAttrs": {
|
|
24062
24074
|
"#HTMLGlobalAttrs": true,
|
|
@@ -24204,14 +24216,6 @@
|
|
|
24204
24216
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24205
24217
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/switch",
|
|
24206
24218
|
"categories": [],
|
|
24207
|
-
"permittedRoles": {
|
|
24208
|
-
"summary": "WIP",
|
|
24209
|
-
"roles": []
|
|
24210
|
-
},
|
|
24211
|
-
"implicitRole": {
|
|
24212
|
-
"summary": "WIP",
|
|
24213
|
-
"role": false
|
|
24214
|
-
},
|
|
24215
24219
|
"permittedStructures": {
|
|
24216
24220
|
"summary": "",
|
|
24217
24221
|
"tag": "switch",
|
|
@@ -24232,6 +24236,14 @@
|
|
|
24232
24236
|
}
|
|
24233
24237
|
]
|
|
24234
24238
|
},
|
|
24239
|
+
"implicitRole": {
|
|
24240
|
+
"summary": "WIP",
|
|
24241
|
+
"role": false
|
|
24242
|
+
},
|
|
24243
|
+
"permittedRoles": {
|
|
24244
|
+
"summary": "WIP",
|
|
24245
|
+
"roles": []
|
|
24246
|
+
},
|
|
24235
24247
|
"omittion": false,
|
|
24236
24248
|
"globalAttrs": {
|
|
24237
24249
|
"#HTMLGlobalAttrs": true,
|
|
@@ -24318,14 +24330,6 @@
|
|
|
24318
24330
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24319
24331
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol",
|
|
24320
24332
|
"categories": ["#SVGContainer", "#SVGStructural"],
|
|
24321
|
-
"permittedRoles": {
|
|
24322
|
-
"summary": "WIP",
|
|
24323
|
-
"roles": []
|
|
24324
|
-
},
|
|
24325
|
-
"implicitRole": {
|
|
24326
|
-
"summary": "WIP",
|
|
24327
|
-
"role": false
|
|
24328
|
-
},
|
|
24329
24333
|
"permittedStructures": {
|
|
24330
24334
|
"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
24335
|
"tag": "symbol",
|
|
@@ -24353,6 +24357,14 @@
|
|
|
24353
24357
|
}
|
|
24354
24358
|
]
|
|
24355
24359
|
},
|
|
24360
|
+
"implicitRole": {
|
|
24361
|
+
"summary": "WIP",
|
|
24362
|
+
"role": false
|
|
24363
|
+
},
|
|
24364
|
+
"permittedRoles": {
|
|
24365
|
+
"summary": "WIP",
|
|
24366
|
+
"roles": []
|
|
24367
|
+
},
|
|
24356
24368
|
"omittion": false,
|
|
24357
24369
|
"globalAttrs": {
|
|
24358
24370
|
"#HTMLGlobalAttrs": true,
|
|
@@ -24417,14 +24429,6 @@
|
|
|
24417
24429
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24418
24430
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text",
|
|
24419
24431
|
"categories": ["#SVGGraphics", "#SVGTextContent"],
|
|
24420
|
-
"permittedRoles": {
|
|
24421
|
-
"summary": "WIP",
|
|
24422
|
-
"roles": []
|
|
24423
|
-
},
|
|
24424
|
-
"implicitRole": {
|
|
24425
|
-
"summary": "WIP",
|
|
24426
|
-
"role": false
|
|
24427
|
-
},
|
|
24428
24432
|
"permittedStructures": {
|
|
24429
24433
|
"summary": "Character data and any number of the following elements, in any order:Animation elementsDescriptive elementsText content child elements<a>",
|
|
24430
24434
|
"tag": "text",
|
|
@@ -24446,6 +24450,14 @@
|
|
|
24446
24450
|
}
|
|
24447
24451
|
]
|
|
24448
24452
|
},
|
|
24453
|
+
"implicitRole": {
|
|
24454
|
+
"summary": "WIP",
|
|
24455
|
+
"role": false
|
|
24456
|
+
},
|
|
24457
|
+
"permittedRoles": {
|
|
24458
|
+
"summary": "WIP",
|
|
24459
|
+
"roles": []
|
|
24460
|
+
},
|
|
24449
24461
|
"omittion": false,
|
|
24450
24462
|
"globalAttrs": {
|
|
24451
24463
|
"#HTMLGlobalAttrs": true,
|
|
@@ -24581,14 +24593,6 @@
|
|
|
24581
24593
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24582
24594
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath",
|
|
24583
24595
|
"categories": ["#SVGTextContent", "#SVGTextContentChild"],
|
|
24584
|
-
"permittedRoles": {
|
|
24585
|
-
"summary": "WIP",
|
|
24586
|
-
"roles": []
|
|
24587
|
-
},
|
|
24588
|
-
"implicitRole": {
|
|
24589
|
-
"summary": "WIP",
|
|
24590
|
-
"role": false
|
|
24591
|
-
},
|
|
24592
24596
|
"permittedStructures": {
|
|
24593
24597
|
"summary": "Character data and any number of the following elements, in any order:Descriptive elements<a>, <altGlyph>, <animate>, <animateColor>, <set>, <tref>, <tspan>",
|
|
24594
24598
|
"tag": "textPath",
|
|
@@ -24611,6 +24615,14 @@
|
|
|
24611
24615
|
}
|
|
24612
24616
|
]
|
|
24613
24617
|
},
|
|
24618
|
+
"implicitRole": {
|
|
24619
|
+
"summary": "WIP",
|
|
24620
|
+
"role": false
|
|
24621
|
+
},
|
|
24622
|
+
"permittedRoles": {
|
|
24623
|
+
"summary": "WIP",
|
|
24624
|
+
"roles": []
|
|
24625
|
+
},
|
|
24614
24626
|
"omittion": false,
|
|
24615
24627
|
"globalAttrs": {
|
|
24616
24628
|
"#HTMLGlobalAttrs": true,
|
|
@@ -24763,14 +24775,6 @@
|
|
|
24763
24775
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24764
24776
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title",
|
|
24765
24777
|
"categories": ["#SVGDescriptive"],
|
|
24766
|
-
"permittedRoles": {
|
|
24767
|
-
"summary": "WIP",
|
|
24768
|
-
"roles": []
|
|
24769
|
-
},
|
|
24770
|
-
"implicitRole": {
|
|
24771
|
-
"summary": "WIP",
|
|
24772
|
-
"role": false
|
|
24773
|
-
},
|
|
24774
24778
|
"permittedStructures": {
|
|
24775
24779
|
"summary": "Any elements or character data",
|
|
24776
24780
|
"tag": "title",
|
|
@@ -24780,6 +24784,14 @@
|
|
|
24780
24784
|
}
|
|
24781
24785
|
]
|
|
24782
24786
|
},
|
|
24787
|
+
"implicitRole": {
|
|
24788
|
+
"summary": "WIP",
|
|
24789
|
+
"role": false
|
|
24790
|
+
},
|
|
24791
|
+
"permittedRoles": {
|
|
24792
|
+
"summary": "WIP",
|
|
24793
|
+
"roles": []
|
|
24794
|
+
},
|
|
24783
24795
|
"omittion": false,
|
|
24784
24796
|
"globalAttrs": {
|
|
24785
24797
|
"#GlobalEventAttrs": true,
|
|
@@ -24793,6 +24805,11 @@
|
|
|
24793
24805
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24794
24806
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
24795
24807
|
"categories": [],
|
|
24808
|
+
"permittedStructures": {
|
|
24809
|
+
"summary": "",
|
|
24810
|
+
"tag": "tref",
|
|
24811
|
+
"contents": false
|
|
24812
|
+
},
|
|
24796
24813
|
"permittedRoles": {
|
|
24797
24814
|
"summary": "",
|
|
24798
24815
|
"roles": []
|
|
@@ -24801,11 +24818,6 @@
|
|
|
24801
24818
|
"summary": "",
|
|
24802
24819
|
"role": false
|
|
24803
24820
|
},
|
|
24804
|
-
"permittedStructures": {
|
|
24805
|
-
"summary": "",
|
|
24806
|
-
"tag": "tref",
|
|
24807
|
-
"contents": false
|
|
24808
|
-
},
|
|
24809
24821
|
"omittion": false,
|
|
24810
24822
|
"globalAttrs": {},
|
|
24811
24823
|
"attributes": {},
|
|
@@ -24816,14 +24828,6 @@
|
|
|
24816
24828
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24817
24829
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/tspan",
|
|
24818
24830
|
"categories": ["#SVGTextContent", "#SVGTextContentChild"],
|
|
24819
|
-
"permittedRoles": {
|
|
24820
|
-
"summary": "WIP",
|
|
24821
|
-
"roles": []
|
|
24822
|
-
},
|
|
24823
|
-
"implicitRole": {
|
|
24824
|
-
"summary": "WIP",
|
|
24825
|
-
"role": false
|
|
24826
|
-
},
|
|
24827
24831
|
"permittedStructures": {
|
|
24828
24832
|
"summary": "Character data and any number of the following elements, in any order:Descriptive elements<a>, <altGlyph>, <animate>, <animateColor>, <set>, <tref>, <tspan>",
|
|
24829
24833
|
"tag": "tspan",
|
|
@@ -24842,6 +24846,14 @@
|
|
|
24842
24846
|
}
|
|
24843
24847
|
]
|
|
24844
24848
|
},
|
|
24849
|
+
"implicitRole": {
|
|
24850
|
+
"summary": "WIP",
|
|
24851
|
+
"role": false
|
|
24852
|
+
},
|
|
24853
|
+
"permittedRoles": {
|
|
24854
|
+
"summary": "WIP",
|
|
24855
|
+
"roles": []
|
|
24856
|
+
},
|
|
24845
24857
|
"omittion": false,
|
|
24846
24858
|
"globalAttrs": {
|
|
24847
24859
|
"#HTMLGlobalAttrs": true,
|
|
@@ -24975,14 +24987,6 @@
|
|
|
24975
24987
|
"namespace": "http://www.w3.org/2000/svg",
|
|
24976
24988
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use",
|
|
24977
24989
|
"categories": ["#SVGGraphics", "#SVGGraphicsReferencing", "#SVGStructural"],
|
|
24978
|
-
"permittedRoles": {
|
|
24979
|
-
"summary": "WIP",
|
|
24980
|
-
"roles": []
|
|
24981
|
-
},
|
|
24982
|
-
"implicitRole": {
|
|
24983
|
-
"summary": "WIP",
|
|
24984
|
-
"role": false
|
|
24985
|
-
},
|
|
24986
24990
|
"permittedStructures": {
|
|
24987
24991
|
"summary": "Any number of the following elements, in any order:Animation elementsDescriptive elements",
|
|
24988
24992
|
"tag": "use",
|
|
@@ -24999,6 +25003,14 @@
|
|
|
24999
25003
|
}
|
|
25000
25004
|
]
|
|
25001
25005
|
},
|
|
25006
|
+
"implicitRole": {
|
|
25007
|
+
"summary": "WIP",
|
|
25008
|
+
"role": false
|
|
25009
|
+
},
|
|
25010
|
+
"permittedRoles": {
|
|
25011
|
+
"summary": "WIP",
|
|
25012
|
+
"roles": []
|
|
25013
|
+
},
|
|
25002
25014
|
"omittion": false,
|
|
25003
25015
|
"globalAttrs": {
|
|
25004
25016
|
"#HTMLGlobalAttrs": true,
|
|
@@ -25111,14 +25123,6 @@
|
|
|
25111
25123
|
"namespace": "http://www.w3.org/2000/svg",
|
|
25112
25124
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/view",
|
|
25113
25125
|
"categories": [],
|
|
25114
|
-
"permittedRoles": {
|
|
25115
|
-
"summary": "WIP",
|
|
25116
|
-
"roles": []
|
|
25117
|
-
},
|
|
25118
|
-
"implicitRole": {
|
|
25119
|
-
"summary": "WIP",
|
|
25120
|
-
"role": false
|
|
25121
|
-
},
|
|
25122
25126
|
"permittedStructures": {
|
|
25123
25127
|
"summary": "",
|
|
25124
25128
|
"tag": "view",
|
|
@@ -25128,6 +25132,14 @@
|
|
|
25128
25132
|
}
|
|
25129
25133
|
]
|
|
25130
25134
|
},
|
|
25135
|
+
"implicitRole": {
|
|
25136
|
+
"summary": "WIP",
|
|
25137
|
+
"role": false
|
|
25138
|
+
},
|
|
25139
|
+
"permittedRoles": {
|
|
25140
|
+
"summary": "WIP",
|
|
25141
|
+
"roles": []
|
|
25142
|
+
},
|
|
25131
25143
|
"omittion": false,
|
|
25132
25144
|
"globalAttrs": {
|
|
25133
25145
|
"#HTMLGlobalAttrs": true,
|
|
@@ -25165,6 +25177,11 @@
|
|
|
25165
25177
|
"namespace": "http://www.w3.org/2000/svg",
|
|
25166
25178
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element#obsolete_and_deprecated_elements",
|
|
25167
25179
|
"categories": [],
|
|
25180
|
+
"permittedStructures": {
|
|
25181
|
+
"summary": "",
|
|
25182
|
+
"tag": "vkern",
|
|
25183
|
+
"contents": false
|
|
25184
|
+
},
|
|
25168
25185
|
"permittedRoles": {
|
|
25169
25186
|
"summary": "",
|
|
25170
25187
|
"roles": []
|
|
@@ -25173,11 +25190,6 @@
|
|
|
25173
25190
|
"summary": "",
|
|
25174
25191
|
"role": false
|
|
25175
25192
|
},
|
|
25176
|
-
"permittedStructures": {
|
|
25177
|
-
"summary": "",
|
|
25178
|
-
"tag": "vkern",
|
|
25179
|
-
"contents": false
|
|
25180
|
-
},
|
|
25181
25193
|
"omittion": false,
|
|
25182
25194
|
"globalAttrs": {},
|
|
25183
25195
|
"attributes": {},
|