@markuplint/html-spec 4.11.1 → 4.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/index.json +303 -230
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [4.13.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.12.0...@markuplint/html-spec@4.13.0) (2025-02-11)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **html-spec:** add the ARIA roles `sectionheader` and `sectionfooter` ([53bdf8e](https://github.com/markuplint/markuplint/commit/53bdf8e77642b352af5d05a476c9a32e7d2fcce0))
|
|
11
|
+
- **html-spec:** remove the `portal` HTML element https://github.com/mdn/content/pull/37880 ([0711113](https://github.com/markuplint/markuplint/commit/0711113d5ec5dc0a66374c364ed071c53a212150))
|
|
12
|
+
- **html-spec:** remove the SVG elements `font`, `glyph`, and `glyphRef` ([d6e69bd](https://github.com/markuplint/markuplint/commit/d6e69bd9755d195a008b0ccd34d3c28f59b17f69))
|
|
13
|
+
|
|
14
|
+
# [4.12.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.11.1...@markuplint/html-spec@4.12.0) (2025-02-04)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- **html-spec:** add the `closedby` attr to the `dialog` element ([6f4812f](https://github.com/markuplint/markuplint/commit/6f4812f50829d21d6c1ffdcebdd2595b74180728))
|
|
19
|
+
- **html-spec:** add the `hint` enum value to the `popover` attribute ([1de0000](https://github.com/markuplint/markuplint/commit/1de00003160c9271ab9805bb4c6d0253b3d1f515))
|
|
20
|
+
|
|
6
21
|
## [4.11.1](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.11.0...@markuplint/html-spec@4.11.1) (2024-12-04)
|
|
7
22
|
|
|
8
23
|
**Note:** Version bump only for package @markuplint/html-spec
|
package/index.json
CHANGED
|
@@ -98,7 +98,6 @@
|
|
|
98
98
|
"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/param",
|
|
99
99
|
"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture",
|
|
100
100
|
"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/plaintext",
|
|
101
|
-
"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/portal",
|
|
102
101
|
"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre",
|
|
103
102
|
"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress",
|
|
104
103
|
"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q",
|
|
@@ -181,11 +180,8 @@
|
|
|
181
180
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTile",
|
|
182
181
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTurbulence",
|
|
183
182
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter",
|
|
184
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/font",
|
|
185
183
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject",
|
|
186
184
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g",
|
|
187
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/glyph",
|
|
188
|
-
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/glyphRef",
|
|
189
185
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/hkern",
|
|
190
186
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image",
|
|
191
187
|
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line",
|
|
@@ -342,7 +338,7 @@
|
|
|
342
338
|
},
|
|
343
339
|
"popover": {
|
|
344
340
|
"type": {
|
|
345
|
-
"enum": ["", "auto", "manual"],
|
|
341
|
+
"enum": ["", "auto", "manual", "hint"],
|
|
346
342
|
"disallowToSurroundBySpaces": true,
|
|
347
343
|
"invalidValueDefault": "manual",
|
|
348
344
|
"missingValueDefault": "no popover",
|
|
@@ -3983,7 +3979,7 @@
|
|
|
3983
3979
|
},
|
|
3984
3980
|
{
|
|
3985
3981
|
"name": "dialog",
|
|
3986
|
-
"description": "A dialog is a descendant window of the primary window of a web application. For HTML pages, the primary application window is the entire web document
|
|
3982
|
+
"description": "A dialog is a descendant window of the primary window of a web application. For HTML pages, the primary application window is the entire web document.\n\nDialogs are often used to prompt the user to enter or respond to information, or can represent content related to understanding or modifying the content of the primary application window. A dialog that is designed to interrupt workflow and prevent users from interacting with the primary web application is usually modal. See related alertdialog. A dialog that allows for the user to switch between interacting with the content of the primary web application and the content the dialog is usually modeless (i.e., non-modal). In lieu of using robust host language features for marking content of the primary web application as inert, authors SHOULD use the aria-modal attribute, and constrain focus to dialogs. See the WAI-ARIA Authoring Practices: Dialog (modal) pattern for additional details on implementing modal dialog design patterns.\n\nAuthors MUST provide an accessible name for a dialog, which can be done with the aria-label or aria-labelledby attribute.\n\nAuthors SHOULD ensure that all dialogs (both modal and non-modal) have at least one focusable descendant element. Authors SHOULD focus an element in the modal dialog when it is displayed, and authors SHOULD constrain keyboard focus to focusable elements within a modal dialog, until dismissed.\n\nAuthors SHOULD provide a dialog an accessible description, with the aria-describedby attribute, for instances where authors have set initial keyboard focus on an element that follows content that outlines the purpose of the dialog. Assistive technology SHOULD give precedence to exposing author defined dialog accessible descriptions when a dialog is invoked and user focus is moved to a descendant of the dialog element.\n\nAuthors are strongly encouraged to use aria-describedby, rather than aria-description, to provide descriptions to dialogs. While aria-description could be used to provide an accessible description for a dialog, it will provide a better and more consistent user experience to reference visible content that can also be independently read by all users. Doing so will help ensure important descriptive information is less likely to be missed.\n\nIn the following example, the first text field will receive initial focus when the dialog is rendered. As this means focus will be set \"after\" the preceding content that provides instructions for the form fields, an aria-describedby attribute is used to expose this content as a description for the dialog.\n\nIn the description of this role, the term \"web application\" does not refer to the application role, which specifies specific assistive technology behaviors.",
|
|
3987
3983
|
"generalization": ["window"],
|
|
3988
3984
|
"requiredContextRole": [],
|
|
3989
3985
|
"requiredOwnedElements": [],
|
|
@@ -6974,7 +6970,7 @@
|
|
|
6974
6970
|
},
|
|
6975
6971
|
{
|
|
6976
6972
|
"name": "menu",
|
|
6977
|
-
"description": "A type of widget that offers a list of choices to the user.\n\nA menu is
|
|
6973
|
+
"description": "A type of widget that offers a list of choices to the user.\n\nA menu is a container, generally rendered as a popup or overlay, for a set of menu items that can be invoked to perform an action or function. The function is almost always closely related or directly related to the element that the user activated to invoke the menu. Activating a menu item both performs the associated function of the menu item, and results in the automatic dismissal of the menu.\n\nThe menu role is appropriate when a set of menu items is presented in a manner similar to a popup menu. For instance, a menu could be used to represent a context menu for its invoking element, or it would be used to render sub-menus for items of a menubar or another menu popup.\n\nTo be keyboard accessible, authors SHOULD manage focus of descendants for all instances of this role, as described in Managing Focus.\n\nElements with the role menu have an implicit aria-orientation value of vertical.",
|
|
6978
6974
|
"generalization": ["select"],
|
|
6979
6975
|
"requiredContextRole": [],
|
|
6980
6976
|
"requiredOwnedElements": [
|
|
@@ -10008,6 +10004,120 @@
|
|
|
10008
10004
|
],
|
|
10009
10005
|
"prohibitedProperties": []
|
|
10010
10006
|
},
|
|
10007
|
+
{
|
|
10008
|
+
"name": "sectionfooter",
|
|
10009
|
+
"description": "A set of user interface objects and information representing information about its closest ancestral content group. For instance, a sectionfooter can include information about who wrote the specific section of content, such as an article. It can contain links to related documents, copyright information or other indices and colophon specific to the current section of the page.\n\nA sectionfooter does not represent information about the parent document, or globally repeating content found across multiple pages related to the website. For such content, the contentinfo role would be more appropriate.",
|
|
10010
|
+
"generalization": ["section"],
|
|
10011
|
+
"requiredContextRole": [],
|
|
10012
|
+
"requiredOwnedElements": [],
|
|
10013
|
+
"accessibleNameRequired": false,
|
|
10014
|
+
"accessibleNameFromAuthor": true,
|
|
10015
|
+
"accessibleNameFromContent": false,
|
|
10016
|
+
"accessibleNameProhibited": false,
|
|
10017
|
+
"ownedProperties": [
|
|
10018
|
+
{
|
|
10019
|
+
"name": "aria-atomic",
|
|
10020
|
+
"inherited": true
|
|
10021
|
+
},
|
|
10022
|
+
{
|
|
10023
|
+
"name": "aria-braillelabel",
|
|
10024
|
+
"inherited": true
|
|
10025
|
+
},
|
|
10026
|
+
{
|
|
10027
|
+
"name": "aria-brailleroledescription",
|
|
10028
|
+
"inherited": true
|
|
10029
|
+
},
|
|
10030
|
+
{
|
|
10031
|
+
"name": "aria-busy",
|
|
10032
|
+
"inherited": true
|
|
10033
|
+
},
|
|
10034
|
+
{
|
|
10035
|
+
"name": "aria-controls",
|
|
10036
|
+
"inherited": true
|
|
10037
|
+
},
|
|
10038
|
+
{
|
|
10039
|
+
"name": "aria-current",
|
|
10040
|
+
"inherited": true
|
|
10041
|
+
},
|
|
10042
|
+
{
|
|
10043
|
+
"name": "aria-describedby",
|
|
10044
|
+
"inherited": true
|
|
10045
|
+
},
|
|
10046
|
+
{
|
|
10047
|
+
"name": "aria-description",
|
|
10048
|
+
"inherited": true
|
|
10049
|
+
},
|
|
10050
|
+
{
|
|
10051
|
+
"name": "aria-details",
|
|
10052
|
+
"inherited": true
|
|
10053
|
+
},
|
|
10054
|
+
{
|
|
10055
|
+
"name": "aria-disabled",
|
|
10056
|
+
"deprecated": true,
|
|
10057
|
+
"inherited": true
|
|
10058
|
+
},
|
|
10059
|
+
{
|
|
10060
|
+
"name": "aria-dropeffect",
|
|
10061
|
+
"inherited": true
|
|
10062
|
+
},
|
|
10063
|
+
{
|
|
10064
|
+
"name": "aria-errormessage",
|
|
10065
|
+
"deprecated": true,
|
|
10066
|
+
"inherited": true
|
|
10067
|
+
},
|
|
10068
|
+
{
|
|
10069
|
+
"name": "aria-flowto",
|
|
10070
|
+
"inherited": true
|
|
10071
|
+
},
|
|
10072
|
+
{
|
|
10073
|
+
"name": "aria-grabbed",
|
|
10074
|
+
"inherited": true
|
|
10075
|
+
},
|
|
10076
|
+
{
|
|
10077
|
+
"name": "aria-haspopup",
|
|
10078
|
+
"deprecated": true,
|
|
10079
|
+
"inherited": true
|
|
10080
|
+
},
|
|
10081
|
+
{
|
|
10082
|
+
"name": "aria-hidden",
|
|
10083
|
+
"inherited": true
|
|
10084
|
+
},
|
|
10085
|
+
{
|
|
10086
|
+
"name": "aria-invalid",
|
|
10087
|
+
"deprecated": true,
|
|
10088
|
+
"inherited": true
|
|
10089
|
+
},
|
|
10090
|
+
{
|
|
10091
|
+
"name": "aria-keyshortcuts",
|
|
10092
|
+
"inherited": true
|
|
10093
|
+
},
|
|
10094
|
+
{
|
|
10095
|
+
"name": "aria-label",
|
|
10096
|
+
"inherited": true
|
|
10097
|
+
},
|
|
10098
|
+
{
|
|
10099
|
+
"name": "aria-labelledby",
|
|
10100
|
+
"inherited": true
|
|
10101
|
+
},
|
|
10102
|
+
{
|
|
10103
|
+
"name": "aria-live",
|
|
10104
|
+
"inherited": true
|
|
10105
|
+
},
|
|
10106
|
+
{
|
|
10107
|
+
"name": "aria-owns",
|
|
10108
|
+
"inherited": true
|
|
10109
|
+
},
|
|
10110
|
+
{
|
|
10111
|
+
"name": "aria-relevant",
|
|
10112
|
+
"inherited": true
|
|
10113
|
+
},
|
|
10114
|
+
{
|
|
10115
|
+
"name": "aria-roledescription",
|
|
10116
|
+
"inherited": true
|
|
10117
|
+
}
|
|
10118
|
+
],
|
|
10119
|
+
"prohibitedProperties": []
|
|
10120
|
+
},
|
|
10011
10121
|
{
|
|
10012
10122
|
"name": "sectionhead",
|
|
10013
10123
|
"description": "A structure that labels or summarizes the topic of its related section.\n\nsectionhead is an abstract role used for the ontology. Authors MUST NOT use sectionhead role in content.",
|
|
@@ -10123,6 +10233,120 @@
|
|
|
10123
10233
|
],
|
|
10124
10234
|
"prohibitedProperties": []
|
|
10125
10235
|
},
|
|
10236
|
+
{
|
|
10237
|
+
"name": "sectionheader",
|
|
10238
|
+
"description": "A set of user interface objects and information that represents a collection of introductory items for the element's closest ancestral content group. For instance, a sectionheader can include the heading, introductory statement and related meta data for a section of content, for instance a region or article, within a web page.\n\nA sectionheader does not represent site-oriented or globally repeating content found across multiple pages of a website. For such content, the banner role would be more appropriate.",
|
|
10239
|
+
"generalization": ["section"],
|
|
10240
|
+
"requiredContextRole": [],
|
|
10241
|
+
"requiredOwnedElements": [],
|
|
10242
|
+
"accessibleNameRequired": false,
|
|
10243
|
+
"accessibleNameFromAuthor": true,
|
|
10244
|
+
"accessibleNameFromContent": false,
|
|
10245
|
+
"accessibleNameProhibited": false,
|
|
10246
|
+
"ownedProperties": [
|
|
10247
|
+
{
|
|
10248
|
+
"name": "aria-atomic",
|
|
10249
|
+
"inherited": true
|
|
10250
|
+
},
|
|
10251
|
+
{
|
|
10252
|
+
"name": "aria-braillelabel",
|
|
10253
|
+
"inherited": true
|
|
10254
|
+
},
|
|
10255
|
+
{
|
|
10256
|
+
"name": "aria-brailleroledescription",
|
|
10257
|
+
"inherited": true
|
|
10258
|
+
},
|
|
10259
|
+
{
|
|
10260
|
+
"name": "aria-busy",
|
|
10261
|
+
"inherited": true
|
|
10262
|
+
},
|
|
10263
|
+
{
|
|
10264
|
+
"name": "aria-controls",
|
|
10265
|
+
"inherited": true
|
|
10266
|
+
},
|
|
10267
|
+
{
|
|
10268
|
+
"name": "aria-current",
|
|
10269
|
+
"inherited": true
|
|
10270
|
+
},
|
|
10271
|
+
{
|
|
10272
|
+
"name": "aria-describedby",
|
|
10273
|
+
"inherited": true
|
|
10274
|
+
},
|
|
10275
|
+
{
|
|
10276
|
+
"name": "aria-description",
|
|
10277
|
+
"inherited": true
|
|
10278
|
+
},
|
|
10279
|
+
{
|
|
10280
|
+
"name": "aria-details",
|
|
10281
|
+
"inherited": true
|
|
10282
|
+
},
|
|
10283
|
+
{
|
|
10284
|
+
"name": "aria-disabled",
|
|
10285
|
+
"deprecated": true,
|
|
10286
|
+
"inherited": true
|
|
10287
|
+
},
|
|
10288
|
+
{
|
|
10289
|
+
"name": "aria-dropeffect",
|
|
10290
|
+
"inherited": true
|
|
10291
|
+
},
|
|
10292
|
+
{
|
|
10293
|
+
"name": "aria-errormessage",
|
|
10294
|
+
"deprecated": true,
|
|
10295
|
+
"inherited": true
|
|
10296
|
+
},
|
|
10297
|
+
{
|
|
10298
|
+
"name": "aria-flowto",
|
|
10299
|
+
"inherited": true
|
|
10300
|
+
},
|
|
10301
|
+
{
|
|
10302
|
+
"name": "aria-grabbed",
|
|
10303
|
+
"inherited": true
|
|
10304
|
+
},
|
|
10305
|
+
{
|
|
10306
|
+
"name": "aria-haspopup",
|
|
10307
|
+
"deprecated": true,
|
|
10308
|
+
"inherited": true
|
|
10309
|
+
},
|
|
10310
|
+
{
|
|
10311
|
+
"name": "aria-hidden",
|
|
10312
|
+
"inherited": true
|
|
10313
|
+
},
|
|
10314
|
+
{
|
|
10315
|
+
"name": "aria-invalid",
|
|
10316
|
+
"deprecated": true,
|
|
10317
|
+
"inherited": true
|
|
10318
|
+
},
|
|
10319
|
+
{
|
|
10320
|
+
"name": "aria-keyshortcuts",
|
|
10321
|
+
"inherited": true
|
|
10322
|
+
},
|
|
10323
|
+
{
|
|
10324
|
+
"name": "aria-label",
|
|
10325
|
+
"inherited": true
|
|
10326
|
+
},
|
|
10327
|
+
{
|
|
10328
|
+
"name": "aria-labelledby",
|
|
10329
|
+
"inherited": true
|
|
10330
|
+
},
|
|
10331
|
+
{
|
|
10332
|
+
"name": "aria-live",
|
|
10333
|
+
"inherited": true
|
|
10334
|
+
},
|
|
10335
|
+
{
|
|
10336
|
+
"name": "aria-owns",
|
|
10337
|
+
"inherited": true
|
|
10338
|
+
},
|
|
10339
|
+
{
|
|
10340
|
+
"name": "aria-relevant",
|
|
10341
|
+
"inherited": true
|
|
10342
|
+
},
|
|
10343
|
+
{
|
|
10344
|
+
"name": "aria-roledescription",
|
|
10345
|
+
"inherited": true
|
|
10346
|
+
}
|
|
10347
|
+
],
|
|
10348
|
+
"prohibitedProperties": []
|
|
10349
|
+
},
|
|
10126
10350
|
{
|
|
10127
10351
|
"name": "select",
|
|
10128
10352
|
"description": "A form widget that allows the user to make selections from a set of choices.\n\nselect is an abstract role used for the ontology. Authors MUST NOT use select role in content.",
|
|
@@ -11169,7 +11393,7 @@
|
|
|
11169
11393
|
},
|
|
11170
11394
|
{
|
|
11171
11395
|
"name": "superscript",
|
|
11172
|
-
"description": "One or more superscripted characters. See related
|
|
11396
|
+
"description": "One or more superscripted characters. See related subscript.\n\nThe superscript role is intended to be used only to mark up typographical conventions that have specific meanings; not for typographical presentation for presentation's sake. In general, authors SHOULD use this role only if the absence of the superscript would change the meaning of the content.",
|
|
11173
11397
|
"generalization": ["section"],
|
|
11174
11398
|
"requiredContextRole": [],
|
|
11175
11399
|
"requiredOwnedElements": [],
|
|
@@ -36355,7 +36579,7 @@
|
|
|
36355
36579
|
{
|
|
36356
36580
|
"name": "details",
|
|
36357
36581
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details",
|
|
36358
|
-
"description": "The <details> HTML element creates a disclosure widget in which information is visible only when the widget is toggled into an
|
|
36582
|
+
"description": "The <details> HTML element creates a disclosure widget in which information is visible only when the widget is toggled into an open state. A summary or label must be provided using the <summary> element.",
|
|
36359
36583
|
"categories": ["#flow", "#interactive", "#palpable"],
|
|
36360
36584
|
"contentModel": {
|
|
36361
36585
|
"contents": [
|
|
@@ -36441,6 +36665,13 @@
|
|
|
36441
36665
|
"#HTMLGlobalAttrs": true
|
|
36442
36666
|
},
|
|
36443
36667
|
"attributes": {
|
|
36668
|
+
"closedby": {
|
|
36669
|
+
"type": {
|
|
36670
|
+
"enum": ["any", "closerequest", "none"],
|
|
36671
|
+
"invalidValueDefault": "auto",
|
|
36672
|
+
"missingValueDefault": "auto"
|
|
36673
|
+
}
|
|
36674
|
+
},
|
|
36444
36675
|
"open": {
|
|
36445
36676
|
"type": "Boolean"
|
|
36446
36677
|
},
|
|
@@ -37680,7 +37911,7 @@
|
|
|
37680
37911
|
"description": "A string indicating which referrer to use when fetching the resource: no-referrer: The Referer header will not be sent. no-referrer-when-downgrade: The Referer header will not be sent to origins without TLS (HTTPS). origin: The sent referrer will be limited to the origin of the referring page: its scheme, host, and port. origin-when-cross-origin: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path. same-origin: A referrer will be sent for same origin, but cross-origin requests will contain no referrer information. strict-origin: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP). strict-origin-when-cross-origin (default): Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP). unsafe-url: The referrer will include the origin and the path (but not the fragment, password, or username). This value is unsafe, because it leaks origins and paths from TLS-protected resources to insecure origins."
|
|
37681
37912
|
},
|
|
37682
37913
|
"sizes": {
|
|
37683
|
-
"description": "One or more strings separated by commas, indicating a set of source sizes. Each source size consists of: A media condition. This must be omitted for the last item in the list. A source size value. Media Conditions describe properties of the viewport, not of the image. For example, (max-height: 500px) 1000px proposes to use a source of 1000px width, if the viewport is not higher than 500px. Source size values specify the intended display size of the image. User agents use the current source size to select one of the sources supplied by the srcset attribute, when those sources are described using width (w) descriptors. The selected source size affects the intrinsic size of the image (the image's display size if no CSS styling is applied). If the srcset attribute is absent, or contains no values with a width descriptor, then the sizes attribute has no effect."
|
|
37914
|
+
"description": "One or more strings separated by commas, indicating a set of source sizes. Each source size consists of: A media condition. This must be omitted for the last item in the list. A source size value. Media Conditions describe properties of the viewport, not of the image. For example, (max-height: 500px) 1000px proposes to use a source of 1000px width, if the viewport is not higher than 500px. Because a source size descriptor is used to specify the width to use for the image during layout of the page, the media condition is typically (but not necessarily) based on the width information. Source size values specify the intended display size of the image. User agents use the current source size to select one of the sources supplied by the srcset attribute, when those sources are described using width (w) descriptors. The selected source size affects the intrinsic size of the image (the image's display size if no CSS styling is applied). If the srcset attribute is absent, or contains no values with a width descriptor, then the sizes attribute has no effect. A source size value can be any non-negative length. It must not use CSS functions other than the math functions. Units are interpreted in the same way as media queries, meaning that all relative length units are relative to the document root rather than the <img> element, so an em value is relative to the root font size, rather than the font size of the image. Percentage values are not allowed. Additionally, you can use the value auto to replace the whole list of sizes or the first entry in the list. It is only valid when combined with loading=\"lazy\", and resolves to the concrete size of the image."
|
|
37684
37915
|
},
|
|
37685
37916
|
"src": {
|
|
37686
37917
|
"type": "URL",
|
|
@@ -39859,43 +40090,10 @@
|
|
|
39859
40090
|
"globalAttrs": {},
|
|
39860
40091
|
"attributes": {}
|
|
39861
40092
|
},
|
|
39862
|
-
{
|
|
39863
|
-
"name": "portal",
|
|
39864
|
-
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/portal",
|
|
39865
|
-
"description": "The <portal> HTML element enables the embedding of another HTML page into the current one for the purposes of allowing smoother navigation into new pages.",
|
|
39866
|
-
"categories": [],
|
|
39867
|
-
"contentModel": {
|
|
39868
|
-
"contents": [
|
|
39869
|
-
{
|
|
39870
|
-
"transparent": "*"
|
|
39871
|
-
}
|
|
39872
|
-
]
|
|
39873
|
-
},
|
|
39874
|
-
"aria": {
|
|
39875
|
-
"implicitRole": false,
|
|
39876
|
-
"permittedRoles": true
|
|
39877
|
-
},
|
|
39878
|
-
"omission": false,
|
|
39879
|
-
"globalAttrs": {
|
|
39880
|
-
"#ARIAAttrs": true,
|
|
39881
|
-
"#GlobalEventAttrs": true,
|
|
39882
|
-
"#HTMLEmbededAndMediaContentAttrs": ["src"],
|
|
39883
|
-
"#HTMLGlobalAttrs": true,
|
|
39884
|
-
"#HTMLLinkAndFetchingAttrs": ["referrerpolicy"]
|
|
39885
|
-
},
|
|
39886
|
-
"attributes": {
|
|
39887
|
-
"referrerpolicy": {
|
|
39888
|
-
"description": "Sets the referrer policy to use when requesting the page at the URL given as the value of the src attribute."
|
|
39889
|
-
},
|
|
39890
|
-
"src": {
|
|
39891
|
-
"description": "The URL of the page to embed."
|
|
39892
|
-
}
|
|
39893
|
-
}
|
|
39894
|
-
},
|
|
39895
40093
|
{
|
|
39896
40094
|
"name": "pre",
|
|
39897
40095
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre",
|
|
39898
|
-
"description": "The <pre> HTML element represents preformatted text which is to be presented exactly as written in the HTML file. The text is typically rendered using a non-proportional, or monospaced
|
|
40096
|
+
"description": "The <pre> HTML element represents preformatted text which is to be presented exactly as written in the HTML file. The text is typically rendered using a non-proportional, or monospaced font.",
|
|
39899
40097
|
"categories": ["#flow", "#palpable"],
|
|
39900
40098
|
"contentModel": {
|
|
39901
40099
|
"contents": [
|
|
@@ -41529,7 +41727,7 @@
|
|
|
41529
41727
|
{
|
|
41530
41728
|
"name": "u",
|
|
41531
41729
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/u",
|
|
41532
|
-
"description": "The <u> HTML element represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation. This is rendered by default as a
|
|
41730
|
+
"description": "The <u> HTML element represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation. This is rendered by default as a single solid underline, but may be altered using CSS.",
|
|
41533
41731
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
41534
41732
|
"contentModel": {
|
|
41535
41733
|
"contents": [
|
|
@@ -41926,7 +42124,7 @@
|
|
|
41926
42124
|
"description": "The URL or URL fragment the hyperlink points to. Value type: <URL> ; Default value: none; Animatable: yes"
|
|
41927
42125
|
},
|
|
41928
42126
|
"hreflang": {
|
|
41929
|
-
"description": "The human language of the URL or URL fragment that the hyperlink points to. Value type: <string> ; Default value: none; Animatable:
|
|
42127
|
+
"description": "The human language of the URL or URL fragment that the hyperlink points to. Value type: <string> ; Default value: none; Animatable: no"
|
|
41930
42128
|
},
|
|
41931
42129
|
"ping": {
|
|
41932
42130
|
"description": "A space-separated list of URLs to which, when the hyperlink is followed, POST requests with the body PING will be sent by the browser (in the background). Typically used for tracking. For a more widely-supported feature addressing the same use cases, see Navigator.sendBeacon(). Value type: <list-of-URLs> ; Default value: none; Animatable: no",
|
|
@@ -41936,13 +42134,13 @@
|
|
|
41936
42134
|
"description": "Which referrer to send when fetching the URL. Value type: no-referrer|no-referrer-when-downgrade|same-origin|origin|strict-origin|origin-when-cross-origin|strict-origin-when-cross-origin|unsafe-url ; Default value: none; Animatable: no"
|
|
41937
42135
|
},
|
|
41938
42136
|
"rel": {
|
|
41939
|
-
"description": "The relationship of the target object to the link object. Value type: <list-of-Link-Types> ; Default value: none; Animatable:
|
|
42137
|
+
"description": "The relationship of the target object to the link object. Value type: <list-of-Link-Types> ; Default value: none; Animatable: no"
|
|
41940
42138
|
},
|
|
41941
42139
|
"target": {
|
|
41942
|
-
"description": "Where to display the linked URL. Value type: _self|_parent|_top|_blank|<
|
|
42140
|
+
"description": "Where to display the linked URL. Value type: _self|_parent|_top|_blank|<XML-Name> ; Default value: _self; Animatable: yes"
|
|
41943
42141
|
},
|
|
41944
42142
|
"type": {
|
|
41945
|
-
"description": "A MIME type for the linked URL. Value type: <string> ; Default value: none; Animatable:
|
|
42143
|
+
"description": "A MIME type for the linked URL. Value type: <string> ; Default value: none; Animatable: no"
|
|
41946
42144
|
},
|
|
41947
42145
|
"xlink:href": {
|
|
41948
42146
|
"description": "The URL or URL fragment that the hyperlink points to. May be required for backwards compatibility for older browsers. Value type: <URL> ; Default value: none; Animatable: yes",
|
|
@@ -41954,7 +42152,7 @@
|
|
|
41954
42152
|
"name": "svg:animate",
|
|
41955
42153
|
"namespace": "http://www.w3.org/2000/svg",
|
|
41956
42154
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate",
|
|
41957
|
-
"description": "The
|
|
42155
|
+
"description": "The <animate> SVG element provides a way to animate an attribute of an element over time.",
|
|
41958
42156
|
"categories": [],
|
|
41959
42157
|
"contentModel": {
|
|
41960
42158
|
"contents": [
|
|
@@ -42066,7 +42264,7 @@
|
|
|
42066
42264
|
"name": "svg:animateMotion",
|
|
42067
42265
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42068
42266
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion",
|
|
42069
|
-
"description": "The
|
|
42267
|
+
"description": "The <animateMotion> SVG element provides a way to define how an element moves along a motion path.",
|
|
42070
42268
|
"categories": [],
|
|
42071
42269
|
"contentModel": {
|
|
42072
42270
|
"contents": [
|
|
@@ -42138,7 +42336,7 @@
|
|
|
42138
42336
|
"name": "svg:animateTransform",
|
|
42139
42337
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42140
42338
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform",
|
|
42141
|
-
"description": "The animateTransform element animates a transformation attribute on its target element, thereby allowing animations to control translation, scaling, rotation, and/or skewing.",
|
|
42339
|
+
"description": "The <animateTransform> SVG element animates a transformation attribute on its target element, thereby allowing animations to control translation, scaling, rotation, and/or skewing.",
|
|
42142
42340
|
"categories": [],
|
|
42143
42341
|
"contentModel": {
|
|
42144
42342
|
"contents": [
|
|
@@ -42439,7 +42637,7 @@
|
|
|
42439
42637
|
"name": "svg:defs",
|
|
42440
42638
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42441
42639
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs",
|
|
42442
|
-
"description": "The <defs> element is used to store graphical objects that will be used at a later time. Objects created inside a <defs> element are not rendered directly. To display them you have to reference them (with a <use> element for example).",
|
|
42640
|
+
"description": "The <defs> SVG element is used to store graphical objects that will be used at a later time. Objects created inside a <defs> element are not rendered directly. To display them you have to reference them (with a <use> element for example).",
|
|
42443
42641
|
"categories": [],
|
|
42444
42642
|
"contentModel": {
|
|
42445
42643
|
"contents": [
|
|
@@ -42551,7 +42749,7 @@
|
|
|
42551
42749
|
"name": "svg:desc",
|
|
42552
42750
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42553
42751
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/desc",
|
|
42554
|
-
"description": "The <desc> element provides an accessible, long-text description of any SVG container element or graphics element.",
|
|
42752
|
+
"description": "The <desc> SVG element provides an accessible, long-text description of any SVG container element or graphics element.",
|
|
42555
42753
|
"categories": [],
|
|
42556
42754
|
"contentModel": {
|
|
42557
42755
|
"contents": [
|
|
@@ -42608,7 +42806,7 @@
|
|
|
42608
42806
|
"name": "svg:ellipse",
|
|
42609
42807
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42610
42808
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse",
|
|
42611
|
-
"description": "The <ellipse> element is an SVG basic shape, used to create ellipses based on a center coordinate, and both their x and y radius.",
|
|
42809
|
+
"description": "The <ellipse> SVG element is an SVG basic shape, used to create ellipses based on a center coordinate, and both their x and y radius.",
|
|
42612
42810
|
"categories": [],
|
|
42613
42811
|
"contentModel": {
|
|
42614
42812
|
"contents": [
|
|
@@ -43608,7 +43806,7 @@
|
|
|
43608
43806
|
"name": "svg:feDistantLight",
|
|
43609
43807
|
"namespace": "http://www.w3.org/2000/svg",
|
|
43610
43808
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDistantLight",
|
|
43611
|
-
"description": "The <feDistantLight> filter primitive defines a distant light source that can be used within a lighting filter primitive: <feDiffuseLighting> or <feSpecularLighting>.",
|
|
43809
|
+
"description": "The <feDistantLight> SVG filter primitive defines a distant light source that can be used within a lighting filter primitive: <feDiffuseLighting> or <feSpecularLighting>.",
|
|
43612
43810
|
"categories": [],
|
|
43613
43811
|
"contentModel": {
|
|
43614
43812
|
"contents": [
|
|
@@ -43642,7 +43840,7 @@
|
|
|
43642
43840
|
"name": "svg:feDropShadow",
|
|
43643
43841
|
"namespace": "http://www.w3.org/2000/svg",
|
|
43644
43842
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDropShadow",
|
|
43645
|
-
"description": "The
|
|
43843
|
+
"description": "The <feDropShadow> SVG filter primitive creates a drop shadow of the input image. It can only be used inside a <filter> element.",
|
|
43646
43844
|
"categories": [],
|
|
43647
43845
|
"contentModel": {
|
|
43648
43846
|
"contents": [
|
|
@@ -44312,7 +44510,7 @@
|
|
|
44312
44510
|
"name": "svg:feMergeNode",
|
|
44313
44511
|
"namespace": "http://www.w3.org/2000/svg",
|
|
44314
44512
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMergeNode",
|
|
44315
|
-
"description": "The feMergeNode takes the result of another filter to be processed by its parent <feMerge>.",
|
|
44513
|
+
"description": "The <feMergeNode> SVG takes the result of another filter to be processed by its parent <feMerge>.",
|
|
44316
44514
|
"categories": [],
|
|
44317
44515
|
"contentModel": {
|
|
44318
44516
|
"contents": [
|
|
@@ -44444,7 +44642,7 @@
|
|
|
44444
44642
|
"name": "svg:feOffset",
|
|
44445
44643
|
"namespace": "http://www.w3.org/2000/svg",
|
|
44446
44644
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset",
|
|
44447
|
-
"description": "The <feOffset> SVG filter primitive
|
|
44645
|
+
"description": "The <feOffset> SVG filter primitive enables offsetting an input image relative to its current position. The input image as a whole is offset by the values specified in the dx and dy attributes.",
|
|
44448
44646
|
"categories": [],
|
|
44449
44647
|
"contentModel": {
|
|
44450
44648
|
"contents": [
|
|
@@ -44549,7 +44747,7 @@
|
|
|
44549
44747
|
"name": "svg:fePointLight",
|
|
44550
44748
|
"namespace": "http://www.w3.org/2000/svg",
|
|
44551
44749
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLight",
|
|
44552
|
-
"description": "The <fePointLight> filter primitive defines a light source which allows to create a point light effect. It that can be used within a lighting filter primitive: <feDiffuseLighting> or <feSpecularLighting>.",
|
|
44750
|
+
"description": "The <fePointLight> SVG filter primitive defines a light source which allows to create a point light effect. It that can be used within a lighting filter primitive: <feDiffuseLighting> or <feSpecularLighting>.",
|
|
44553
44751
|
"categories": [],
|
|
44554
44752
|
"contentModel": {
|
|
44555
44753
|
"contents": [
|
|
@@ -45136,114 +45334,6 @@
|
|
|
45136
45334
|
}
|
|
45137
45335
|
}
|
|
45138
45336
|
},
|
|
45139
|
-
{
|
|
45140
|
-
"name": "svg:font",
|
|
45141
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45142
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45143
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45144
|
-
"categories": [],
|
|
45145
|
-
"contentModel": {
|
|
45146
|
-
"contents": true
|
|
45147
|
-
},
|
|
45148
|
-
"aria": {
|
|
45149
|
-
"permittedRoles": true,
|
|
45150
|
-
"implicitRole": false
|
|
45151
|
-
},
|
|
45152
|
-
"omission": false,
|
|
45153
|
-
"obsolete": true,
|
|
45154
|
-
"globalAttrs": {},
|
|
45155
|
-
"attributes": {}
|
|
45156
|
-
},
|
|
45157
|
-
{
|
|
45158
|
-
"name": "svg:font",
|
|
45159
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45160
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45161
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45162
|
-
"categories": [],
|
|
45163
|
-
"contentModel": {
|
|
45164
|
-
"contents": true
|
|
45165
|
-
},
|
|
45166
|
-
"aria": {
|
|
45167
|
-
"permittedRoles": true,
|
|
45168
|
-
"implicitRole": false
|
|
45169
|
-
},
|
|
45170
|
-
"omission": false,
|
|
45171
|
-
"obsolete": true,
|
|
45172
|
-
"globalAttrs": {},
|
|
45173
|
-
"attributes": {}
|
|
45174
|
-
},
|
|
45175
|
-
{
|
|
45176
|
-
"name": "svg:font",
|
|
45177
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45178
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45179
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45180
|
-
"categories": [],
|
|
45181
|
-
"contentModel": {
|
|
45182
|
-
"contents": true
|
|
45183
|
-
},
|
|
45184
|
-
"aria": {
|
|
45185
|
-
"permittedRoles": true,
|
|
45186
|
-
"implicitRole": false
|
|
45187
|
-
},
|
|
45188
|
-
"omission": false,
|
|
45189
|
-
"obsolete": true,
|
|
45190
|
-
"globalAttrs": {},
|
|
45191
|
-
"attributes": {}
|
|
45192
|
-
},
|
|
45193
|
-
{
|
|
45194
|
-
"name": "svg:font",
|
|
45195
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45196
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45197
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45198
|
-
"categories": [],
|
|
45199
|
-
"contentModel": {
|
|
45200
|
-
"contents": true
|
|
45201
|
-
},
|
|
45202
|
-
"aria": {
|
|
45203
|
-
"permittedRoles": true,
|
|
45204
|
-
"implicitRole": false
|
|
45205
|
-
},
|
|
45206
|
-
"omission": false,
|
|
45207
|
-
"obsolete": true,
|
|
45208
|
-
"globalAttrs": {},
|
|
45209
|
-
"attributes": {}
|
|
45210
|
-
},
|
|
45211
|
-
{
|
|
45212
|
-
"name": "svg:font",
|
|
45213
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45214
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45215
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45216
|
-
"categories": [],
|
|
45217
|
-
"contentModel": {
|
|
45218
|
-
"contents": true
|
|
45219
|
-
},
|
|
45220
|
-
"aria": {
|
|
45221
|
-
"permittedRoles": true,
|
|
45222
|
-
"implicitRole": false
|
|
45223
|
-
},
|
|
45224
|
-
"omission": false,
|
|
45225
|
-
"obsolete": true,
|
|
45226
|
-
"globalAttrs": {},
|
|
45227
|
-
"attributes": {}
|
|
45228
|
-
},
|
|
45229
|
-
{
|
|
45230
|
-
"name": "svg:font",
|
|
45231
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45232
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45233
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45234
|
-
"categories": [],
|
|
45235
|
-
"contentModel": {
|
|
45236
|
-
"contents": true
|
|
45237
|
-
},
|
|
45238
|
-
"aria": {
|
|
45239
|
-
"permittedRoles": true,
|
|
45240
|
-
"implicitRole": false
|
|
45241
|
-
},
|
|
45242
|
-
"omission": false,
|
|
45243
|
-
"obsolete": true,
|
|
45244
|
-
"globalAttrs": {},
|
|
45245
|
-
"attributes": {}
|
|
45246
|
-
},
|
|
45247
45337
|
{
|
|
45248
45338
|
"name": "svg:foreignObject",
|
|
45249
45339
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -45475,42 +45565,6 @@
|
|
|
45475
45565
|
},
|
|
45476
45566
|
"attributes": {}
|
|
45477
45567
|
},
|
|
45478
|
-
{
|
|
45479
|
-
"name": "svg:glyph",
|
|
45480
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45481
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45482
|
-
"description": "A <glyph> defines a single glyph in an SVG font.",
|
|
45483
|
-
"categories": [],
|
|
45484
|
-
"contentModel": {
|
|
45485
|
-
"contents": true
|
|
45486
|
-
},
|
|
45487
|
-
"aria": {
|
|
45488
|
-
"permittedRoles": true,
|
|
45489
|
-
"implicitRole": false
|
|
45490
|
-
},
|
|
45491
|
-
"omission": false,
|
|
45492
|
-
"obsolete": true,
|
|
45493
|
-
"globalAttrs": {},
|
|
45494
|
-
"attributes": {}
|
|
45495
|
-
},
|
|
45496
|
-
{
|
|
45497
|
-
"name": "svg:glyphRef",
|
|
45498
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45499
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45500
|
-
"description": "The glyphRef element provides a single possible glyph to the referencing <altGlyph> substitution.",
|
|
45501
|
-
"categories": [],
|
|
45502
|
-
"contentModel": {
|
|
45503
|
-
"contents": true
|
|
45504
|
-
},
|
|
45505
|
-
"aria": {
|
|
45506
|
-
"permittedRoles": true,
|
|
45507
|
-
"implicitRole": false
|
|
45508
|
-
},
|
|
45509
|
-
"omission": false,
|
|
45510
|
-
"obsolete": true,
|
|
45511
|
-
"globalAttrs": {},
|
|
45512
|
-
"attributes": {}
|
|
45513
|
-
},
|
|
45514
45568
|
{
|
|
45515
45569
|
"name": "svg:hkern",
|
|
45516
45570
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -45648,12 +45702,31 @@
|
|
|
45648
45702
|
}
|
|
45649
45703
|
}
|
|
45650
45704
|
},
|
|
45705
|
+
"decoding": {
|
|
45706
|
+
"description": "Provides a hint to the browser as to whether it should perform image decoding synchronously or asynchronously. Value type: async | sync | auto ; Default value: auto; Animatable: yes"
|
|
45707
|
+
},
|
|
45708
|
+
"height": {
|
|
45709
|
+
"description": "The height the image renders at. Unlike HTML's <img>, this attribute is required. Value type: <length>|<percentage> ; Default value: auto; Animatable: yes"
|
|
45710
|
+
},
|
|
45651
45711
|
"href": {
|
|
45652
45712
|
"type": "URL"
|
|
45653
45713
|
},
|
|
45654
45714
|
"preserveAspectRatio": {
|
|
45655
45715
|
"type": "<preserve-aspect-ratio>",
|
|
45656
45716
|
"defaultValue": "xMidYMid meet"
|
|
45717
|
+
},
|
|
45718
|
+
"width": {
|
|
45719
|
+
"description": "The width the image renders at. Unlike HTML's <img>, this attribute is required. Value type: <length>|<percentage> ; Default value: auto; Animatable: yes"
|
|
45720
|
+
},
|
|
45721
|
+
"x": {
|
|
45722
|
+
"description": "Positions the image horizontally from the origin. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
45723
|
+
},
|
|
45724
|
+
"xlink:href": {
|
|
45725
|
+
"description": "Points at a URL for the image file. Value type: <URL> ; Default value: none; Animatable: no",
|
|
45726
|
+
"deprecated": true
|
|
45727
|
+
},
|
|
45728
|
+
"y": {
|
|
45729
|
+
"description": "Positions the image vertically from the origin. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
45657
45730
|
}
|
|
45658
45731
|
}
|
|
45659
45732
|
},
|
|
@@ -45661,7 +45734,7 @@
|
|
|
45661
45734
|
"name": "svg:line",
|
|
45662
45735
|
"namespace": "http://www.w3.org/2000/svg",
|
|
45663
45736
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line",
|
|
45664
|
-
"description": "The <line> element is an SVG basic shape used to create a line connecting two points.",
|
|
45737
|
+
"description": "The <line> SVG element is an SVG basic shape used to create a line connecting two points.",
|
|
45665
45738
|
"categories": [],
|
|
45666
45739
|
"contentModel": {
|
|
45667
45740
|
"contents": [
|
|
@@ -45795,7 +45868,7 @@
|
|
|
45795
45868
|
"name": "svg:linearGradient",
|
|
45796
45869
|
"namespace": "http://www.w3.org/2000/svg",
|
|
45797
45870
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient",
|
|
45798
|
-
"description": "The <linearGradient> element lets authors define linear gradients to apply to other SVG elements.",
|
|
45871
|
+
"description": "The <linearGradient> SVG element lets authors define linear gradients to apply to other SVG elements.",
|
|
45799
45872
|
"categories": [],
|
|
45800
45873
|
"contentModel": {
|
|
45801
45874
|
"contents": [
|
|
@@ -45946,7 +46019,7 @@
|
|
|
45946
46019
|
"name": "svg:marker",
|
|
45947
46020
|
"namespace": "http://www.w3.org/2000/svg",
|
|
45948
46021
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker",
|
|
45949
|
-
"description": "The <marker> element defines a graphic used for drawing arrowheads or polymarkers on a given <path>, <line>, <polyline> or <polygon> element.",
|
|
46022
|
+
"description": "The <marker> SVG element defines a graphic used for drawing arrowheads or polymarkers on a given <path>, <line>, <polyline> or <polygon> element.",
|
|
45950
46023
|
"categories": [],
|
|
45951
46024
|
"contentModel": {
|
|
45952
46025
|
"contents": [
|
|
@@ -46121,7 +46194,7 @@
|
|
|
46121
46194
|
"name": "svg:mask",
|
|
46122
46195
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46123
46196
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask",
|
|
46124
|
-
"description": "The <mask> element defines an alpha mask for compositing the current object into the background. A mask is used/referenced using the mask property.",
|
|
46197
|
+
"description": "The <mask> SVG element defines an alpha mask for compositing the current object into the background. A mask is used/referenced using the mask property.",
|
|
46125
46198
|
"categories": [],
|
|
46126
46199
|
"contentModel": {
|
|
46127
46200
|
"contents": [
|
|
@@ -46303,7 +46376,7 @@
|
|
|
46303
46376
|
"name": "svg:mpath",
|
|
46304
46377
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46305
46378
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath",
|
|
46306
|
-
"description": "The <mpath> sub-element for the <animateMotion> element provides the ability to reference an external <path> element as the definition of a motion path.",
|
|
46379
|
+
"description": "The <mpath> SVG sub-element for the <animateMotion> element provides the ability to reference an external <path> element as the definition of a motion path.",
|
|
46307
46380
|
"categories": [],
|
|
46308
46381
|
"contentModel": {
|
|
46309
46382
|
"contents": [
|
|
@@ -46450,7 +46523,7 @@
|
|
|
46450
46523
|
"name": "svg:pattern",
|
|
46451
46524
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46452
46525
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern",
|
|
46453
|
-
"description": "The <pattern> element defines a graphics object which can be redrawn at repeated x- and y-coordinate intervals (\"tiled\") to cover an area.",
|
|
46526
|
+
"description": "The <pattern> SVG element defines a graphics object which can be redrawn at repeated x- and y-coordinate intervals (\"tiled\") to cover an area.",
|
|
46454
46527
|
"categories": [],
|
|
46455
46528
|
"contentModel": {
|
|
46456
46529
|
"contents": [
|
|
@@ -46597,14 +46670,14 @@
|
|
|
46597
46670
|
"defaultValue": "0"
|
|
46598
46671
|
},
|
|
46599
46672
|
"x": {
|
|
46600
|
-
"description": "This attribute determines the x coordinate shift of the pattern tile. Value type: <length
|
|
46673
|
+
"description": "This attribute determines the x coordinate shift of the pattern tile. Value type: <length> ; Default value: 0; Animatable: yes"
|
|
46601
46674
|
},
|
|
46602
46675
|
"xlink:href": {
|
|
46603
46676
|
"description": "This attribute references a template pattern that provides default values for the <pattern> attributes. Value type: <URL>; Default value: none; Animatable: yes Note: For browsers implementing href, if both href and xlink:href are set, xlink:href will be ignored and only href will be used.",
|
|
46604
46677
|
"deprecated": true
|
|
46605
46678
|
},
|
|
46606
46679
|
"y": {
|
|
46607
|
-
"description": "This attribute determines the y coordinate shift of the pattern tile. Value type: <length
|
|
46680
|
+
"description": "This attribute determines the y coordinate shift of the pattern tile. Value type: <length> ; Default value: 0; Animatable: yes"
|
|
46608
46681
|
}
|
|
46609
46682
|
}
|
|
46610
46683
|
},
|
|
@@ -46612,7 +46685,7 @@
|
|
|
46612
46685
|
"name": "svg:polygon",
|
|
46613
46686
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46614
46687
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon",
|
|
46615
|
-
"description": "The <polygon> element defines a closed shape consisting of a set of connected straight line segments. The last point is connected to the first point.",
|
|
46688
|
+
"description": "The <polygon> SVG element defines a closed shape consisting of a set of connected straight line segments. The last point is connected to the first point.",
|
|
46616
46689
|
"categories": [],
|
|
46617
46690
|
"contentModel": {
|
|
46618
46691
|
"contents": [
|
|
@@ -46848,7 +46921,7 @@
|
|
|
46848
46921
|
"name": "svg:radialGradient",
|
|
46849
46922
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46850
46923
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient",
|
|
46851
|
-
"description": "The <radialGradient> element lets authors define radial gradients that can be applied to fill or stroke of graphical elements.",
|
|
46924
|
+
"description": "The <radialGradient> SVG element lets authors define radial gradients that can be applied to fill or stroke of graphical elements.",
|
|
46852
46925
|
"categories": [],
|
|
46853
46926
|
"contentModel": {
|
|
46854
46927
|
"contents": [
|
|
@@ -47007,7 +47080,7 @@
|
|
|
47007
47080
|
"name": "svg:rect",
|
|
47008
47081
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47009
47082
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect",
|
|
47010
|
-
"description": "The <rect> element is a basic SVG shape that draws rectangles, defined by their position, width, and height. The rectangles may have their corners rounded.",
|
|
47083
|
+
"description": "The <rect> SVG element is a basic SVG shape that draws rectangles, defined by their position, width, and height. The rectangles may have their corners rounded.",
|
|
47011
47084
|
"categories": [],
|
|
47012
47085
|
"contentModel": {
|
|
47013
47086
|
"contents": [
|
|
@@ -47145,7 +47218,7 @@
|
|
|
47145
47218
|
"name": "svg:script",
|
|
47146
47219
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47147
47220
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/script",
|
|
47148
|
-
"description": "The SVG
|
|
47221
|
+
"description": "The <script> SVG element allows to add scripts to an SVG document.",
|
|
47149
47222
|
"categories": [],
|
|
47150
47223
|
"contentModel": {
|
|
47151
47224
|
"contents": [
|
|
@@ -47189,7 +47262,7 @@
|
|
|
47189
47262
|
"name": "svg:set",
|
|
47190
47263
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47191
47264
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/set",
|
|
47192
|
-
"description": "The
|
|
47265
|
+
"description": "The <set> SVG element provides a method of setting the value of an attribute for a specified duration.",
|
|
47193
47266
|
"categories": [],
|
|
47194
47267
|
"contentModel": {
|
|
47195
47268
|
"contents": [
|
|
@@ -47232,7 +47305,7 @@
|
|
|
47232
47305
|
"name": "svg:stop",
|
|
47233
47306
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47234
47307
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/stop",
|
|
47235
|
-
"description": "The
|
|
47308
|
+
"description": "The <stop> SVG element defines a color and its position to use on a gradient. This element is always a child of a <linearGradient> or <radialGradient> element.",
|
|
47236
47309
|
"categories": [],
|
|
47237
47310
|
"contentModel": {
|
|
47238
47311
|
"contents": [
|
|
@@ -47342,7 +47415,7 @@
|
|
|
47342
47415
|
"name": "svg:style",
|
|
47343
47416
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47344
47417
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/style",
|
|
47345
|
-
"description": "The
|
|
47418
|
+
"description": "The <style> SVG element allows style sheets to be embedded directly within SVG content.",
|
|
47346
47419
|
"categories": [],
|
|
47347
47420
|
"contentModel": {
|
|
47348
47421
|
"contents": [
|
|
@@ -47378,7 +47451,7 @@
|
|
|
47378
47451
|
"name": "svg:svg",
|
|
47379
47452
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47380
47453
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/svg",
|
|
47381
|
-
"description": "The svg element is a container that defines a new coordinate system and viewport. It is used as the outermost element of SVG documents, but it can also be used to embed an SVG fragment inside an SVG or HTML document.",
|
|
47454
|
+
"description": "The <svg> SVG element is a container that defines a new coordinate system and viewport. It is used as the outermost element of SVG documents, but it can also be used to embed an SVG fragment inside an SVG or HTML document.",
|
|
47382
47455
|
"categories": [],
|
|
47383
47456
|
"contentModel": {
|
|
47384
47457
|
"contents": [
|
|
@@ -47651,7 +47724,7 @@
|
|
|
47651
47724
|
"name": "svg:symbol",
|
|
47652
47725
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47653
47726
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol",
|
|
47654
|
-
"description": "The <symbol> element is used to define graphical template objects which can be instantiated by a <use> element.",
|
|
47727
|
+
"description": "The <symbol> SVG element is used to define graphical template objects which can be instantiated by a <use> element.",
|
|
47655
47728
|
"categories": [],
|
|
47656
47729
|
"contentModel": {
|
|
47657
47730
|
"contents": [
|
|
@@ -47739,7 +47812,7 @@
|
|
|
47739
47812
|
"name": "svg:text",
|
|
47740
47813
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47741
47814
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text",
|
|
47742
|
-
"description": "The
|
|
47815
|
+
"description": "The <text> SVG element draws a graphics element consisting of text. It's possible to apply a gradient, pattern, clipping path, mask, or filter to <text>, like any other SVG graphics element.",
|
|
47743
47816
|
"categories": [],
|
|
47744
47817
|
"contentModel": {
|
|
47745
47818
|
"contents": [
|
|
@@ -47886,7 +47959,7 @@
|
|
|
47886
47959
|
"name": "svg:textPath",
|
|
47887
47960
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47888
47961
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath",
|
|
47889
|
-
"description": "
|
|
47962
|
+
"description": "The <textPath> SVG element is used to render text along the shape of a <path> element. The text must be enclosed in the <textPath> element and its href attribute is used to reference the desired <path>.",
|
|
47890
47963
|
"categories": [],
|
|
47891
47964
|
"contentModel": {
|
|
47892
47965
|
"contents": [
|
|
@@ -48049,7 +48122,7 @@
|
|
|
48049
48122
|
"name": "svg:title",
|
|
48050
48123
|
"namespace": "http://www.w3.org/2000/svg",
|
|
48051
48124
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title",
|
|
48052
|
-
"description": "The <title> element provides an accessible, short-text description of any SVG container element or graphics element.",
|
|
48125
|
+
"description": "The <title> SVG element provides an accessible, short-text description of any SVG container element or graphics element.",
|
|
48053
48126
|
"categories": [],
|
|
48054
48127
|
"contentModel": {
|
|
48055
48128
|
"contents": [
|
|
@@ -48091,7 +48164,7 @@
|
|
|
48091
48164
|
"name": "svg:tspan",
|
|
48092
48165
|
"namespace": "http://www.w3.org/2000/svg",
|
|
48093
48166
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/tspan",
|
|
48094
|
-
"description": "The
|
|
48167
|
+
"description": "The <tspan> SVG element defines a subtext within a <text> element or another <tspan> element. It allows for adjustment of the style and/or position of that subtext as needed.",
|
|
48095
48168
|
"categories": [],
|
|
48096
48169
|
"contentModel": {
|
|
48097
48170
|
"contents": [
|
|
@@ -48342,23 +48415,23 @@
|
|
|
48342
48415
|
},
|
|
48343
48416
|
"attributes": {
|
|
48344
48417
|
"height": {
|
|
48345
|
-
"description": "The height of the use element.Value type: <length> ; Default value: 0; Animatable: yes"
|
|
48418
|
+
"description": "The height of the use element. Value type: <length> ; Default value: 0; Animatable: yes"
|
|
48346
48419
|
},
|
|
48347
48420
|
"href": {
|
|
48348
48421
|
"type": "URL"
|
|
48349
48422
|
},
|
|
48350
48423
|
"width": {
|
|
48351
|
-
"description": "The width of the use element.Value type: <length> ; Default value: 0; Animatable: yes"
|
|
48424
|
+
"description": "The width of the use element. Value type: <length> ; Default value: 0; Animatable: yes"
|
|
48352
48425
|
},
|
|
48353
48426
|
"x": {
|
|
48354
|
-
"description": "The x coordinate of an additional final offset transformation applied to the <use> element.Value type: <coordinate> ; Default value: 0; Animatable: yes"
|
|
48427
|
+
"description": "The x coordinate of an additional final offset transformation applied to the <use> element. Value type: <coordinate> ; Default value: 0; Animatable: yes"
|
|
48355
48428
|
},
|
|
48356
48429
|
"xlink:href": {
|
|
48357
|
-
"description": "An <IRI> reference to an element/fragment that needs to be duplicated. If both href and xlink:href are present, the value given by href is used.Value type: <IRI> ; Default value: none; Animatable: yes",
|
|
48430
|
+
"description": "An <IRI> reference to an element/fragment that needs to be duplicated. If both href and xlink:href are present, the value given by href is used. Value type: <IRI> ; Default value: none; Animatable: yes",
|
|
48358
48431
|
"deprecated": true
|
|
48359
48432
|
},
|
|
48360
48433
|
"y": {
|
|
48361
|
-
"description": "The y coordinate of an additional final offset transformation applied to the <use> element.Value type: <coordinate> ; Default value: 0; Animatable: yes"
|
|
48434
|
+
"description": "The y coordinate of an additional final offset transformation applied to the <use> element. Value type: <coordinate> ; Default value: 0; Animatable: yes"
|
|
48362
48435
|
}
|
|
48363
48436
|
}
|
|
48364
48437
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.13.0",
|
|
4
4
|
"description": "A specification of HTML Living Standard for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"gen:prettier": "prettier --write index.json"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@markuplint/spec-generator": "4.6.
|
|
31
|
-
"@markuplint/test-tools": "4.5.
|
|
30
|
+
"@markuplint/spec-generator": "4.6.16",
|
|
31
|
+
"@markuplint/test-tools": "4.5.16"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@markuplint/ml-spec": "4.9.
|
|
34
|
+
"@markuplint/ml-spec": "4.9.3"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "f9f6c415b8a3a231aac56181892bb393aeb8ae1a"
|
|
37
37
|
}
|