@markuplint/html-spec 4.12.0 → 4.14.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 +19 -0
- package/index.json +300 -234
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.14.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.13.0...@markuplint/html-spec@4.14.0) (2025-02-27)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **html-spec:** apply missing flag removal for Invoker Commands API ([98a196d](https://github.com/markuplint/markuplint/commit/98a196d99b6b9e84f46716c760523040b657e98b))
|
|
11
|
+
- **html-spec:** fix required attrs and conditional attrs of the `picture` element ([60f9089](https://github.com/markuplint/markuplint/commit/60f908979238d98950a7141cf74b6925f829283e))
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
- **html-spec:** remove experimental flag for Invoker Commands API ([8df79ab](https://github.com/markuplint/markuplint/commit/8df79ab42d2c0a6eb6708ac8a50786aad6f630b6))
|
|
16
|
+
|
|
17
|
+
# [4.13.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.12.0...@markuplint/html-spec@4.13.0) (2025-02-11)
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
- **html-spec:** add the ARIA roles `sectionheader` and `sectionfooter` ([53bdf8e](https://github.com/markuplint/markuplint/commit/53bdf8e77642b352af5d05a476c9a32e7d2fcce0))
|
|
22
|
+
- **html-spec:** remove the `portal` HTML element https://github.com/mdn/content/pull/37880 ([0711113](https://github.com/markuplint/markuplint/commit/0711113d5ec5dc0a66374c364ed071c53a212150))
|
|
23
|
+
- **html-spec:** remove the SVG elements `font`, `glyph`, and `glyphRef` ([d6e69bd](https://github.com/markuplint/markuplint/commit/d6e69bd9755d195a008b0ccd34d3c28f59b17f69))
|
|
24
|
+
|
|
6
25
|
# [4.12.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.11.1...@markuplint/html-spec@4.12.0) (2025-02-04)
|
|
7
26
|
|
|
8
27
|
### Features
|
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",
|
|
@@ -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": [],
|
|
@@ -35900,12 +36124,10 @@
|
|
|
35900
36124
|
"missingValueDefault": "unknown"
|
|
35901
36125
|
},
|
|
35902
36126
|
"ValidCustomCommand"
|
|
35903
|
-
]
|
|
35904
|
-
"experimental": true
|
|
36127
|
+
]
|
|
35905
36128
|
},
|
|
35906
36129
|
"commandfor": {
|
|
35907
|
-
"type": "DOMID"
|
|
35908
|
-
"experimental": true
|
|
36130
|
+
"type": "DOMID"
|
|
35909
36131
|
},
|
|
35910
36132
|
"disabled": {
|
|
35911
36133
|
"description": "This Boolean attribute prevents the user from interacting with the button: it cannot be pressed or focused."
|
|
@@ -36355,7 +36577,7 @@
|
|
|
36355
36577
|
{
|
|
36356
36578
|
"name": "details",
|
|
36357
36579
|
"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
|
|
36580
|
+
"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
36581
|
"categories": ["#flow", "#interactive", "#palpable"],
|
|
36360
36582
|
"contentModel": {
|
|
36361
36583
|
"contents": [
|
|
@@ -37687,7 +37909,7 @@
|
|
|
37687
37909
|
"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."
|
|
37688
37910
|
},
|
|
37689
37911
|
"sizes": {
|
|
37690
|
-
"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."
|
|
37912
|
+
"description": "One or more strings separated by commas, indicating a set of source sizes. Each source size consists of: A media condition. This must be omitted for the last item in the list. A source size value. Media Conditions describe properties of the viewport, not of the image. For example, (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."
|
|
37691
37913
|
},
|
|
37692
37914
|
"src": {
|
|
37693
37915
|
"type": "URL",
|
|
@@ -39866,43 +40088,10 @@
|
|
|
39866
40088
|
"globalAttrs": {},
|
|
39867
40089
|
"attributes": {}
|
|
39868
40090
|
},
|
|
39869
|
-
{
|
|
39870
|
-
"name": "portal",
|
|
39871
|
-
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/portal",
|
|
39872
|
-
"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.",
|
|
39873
|
-
"categories": [],
|
|
39874
|
-
"contentModel": {
|
|
39875
|
-
"contents": [
|
|
39876
|
-
{
|
|
39877
|
-
"transparent": "*"
|
|
39878
|
-
}
|
|
39879
|
-
]
|
|
39880
|
-
},
|
|
39881
|
-
"aria": {
|
|
39882
|
-
"implicitRole": false,
|
|
39883
|
-
"permittedRoles": true
|
|
39884
|
-
},
|
|
39885
|
-
"omission": false,
|
|
39886
|
-
"globalAttrs": {
|
|
39887
|
-
"#ARIAAttrs": true,
|
|
39888
|
-
"#GlobalEventAttrs": true,
|
|
39889
|
-
"#HTMLEmbededAndMediaContentAttrs": ["src"],
|
|
39890
|
-
"#HTMLGlobalAttrs": true,
|
|
39891
|
-
"#HTMLLinkAndFetchingAttrs": ["referrerpolicy"]
|
|
39892
|
-
},
|
|
39893
|
-
"attributes": {
|
|
39894
|
-
"referrerpolicy": {
|
|
39895
|
-
"description": "Sets the referrer policy to use when requesting the page at the URL given as the value of the src attribute."
|
|
39896
|
-
},
|
|
39897
|
-
"src": {
|
|
39898
|
-
"description": "The URL of the page to embed."
|
|
39899
|
-
}
|
|
39900
|
-
}
|
|
39901
|
-
},
|
|
39902
40091
|
{
|
|
39903
40092
|
"name": "pre",
|
|
39904
40093
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre",
|
|
39905
|
-
"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
|
|
40094
|
+
"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.",
|
|
39906
40095
|
"categories": ["#flow", "#palpable"],
|
|
39907
40096
|
"contentModel": {
|
|
39908
40097
|
"contents": [
|
|
@@ -40557,9 +40746,11 @@
|
|
|
40557
40746
|
},
|
|
40558
40747
|
"src": {
|
|
40559
40748
|
"type": "URL",
|
|
40560
|
-
"required": ":is(video, audio) > source"
|
|
40749
|
+
"required": ":is(video, audio) > source",
|
|
40750
|
+
"condition": ":is(video, audio) > source"
|
|
40561
40751
|
},
|
|
40562
40752
|
"srcset": {
|
|
40753
|
+
"required": "picture > source",
|
|
40563
40754
|
"condition": "picture > source"
|
|
40564
40755
|
},
|
|
40565
40756
|
"type": {
|
|
@@ -41536,7 +41727,7 @@
|
|
|
41536
41727
|
{
|
|
41537
41728
|
"name": "u",
|
|
41538
41729
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/u",
|
|
41539
|
-
"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.",
|
|
41540
41731
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
41541
41732
|
"contentModel": {
|
|
41542
41733
|
"contents": [
|
|
@@ -41933,7 +42124,7 @@
|
|
|
41933
42124
|
"description": "The URL or URL fragment the hyperlink points to. Value type: <URL> ; Default value: none; Animatable: yes"
|
|
41934
42125
|
},
|
|
41935
42126
|
"hreflang": {
|
|
41936
|
-
"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"
|
|
41937
42128
|
},
|
|
41938
42129
|
"ping": {
|
|
41939
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",
|
|
@@ -41943,13 +42134,13 @@
|
|
|
41943
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"
|
|
41944
42135
|
},
|
|
41945
42136
|
"rel": {
|
|
41946
|
-
"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"
|
|
41947
42138
|
},
|
|
41948
42139
|
"target": {
|
|
41949
|
-
"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"
|
|
41950
42141
|
},
|
|
41951
42142
|
"type": {
|
|
41952
|
-
"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"
|
|
41953
42144
|
},
|
|
41954
42145
|
"xlink:href": {
|
|
41955
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",
|
|
@@ -41961,7 +42152,7 @@
|
|
|
41961
42152
|
"name": "svg:animate",
|
|
41962
42153
|
"namespace": "http://www.w3.org/2000/svg",
|
|
41963
42154
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate",
|
|
41964
|
-
"description": "The
|
|
42155
|
+
"description": "The <animate> SVG element provides a way to animate an attribute of an element over time.",
|
|
41965
42156
|
"categories": [],
|
|
41966
42157
|
"contentModel": {
|
|
41967
42158
|
"contents": [
|
|
@@ -42073,7 +42264,7 @@
|
|
|
42073
42264
|
"name": "svg:animateMotion",
|
|
42074
42265
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42075
42266
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion",
|
|
42076
|
-
"description": "The
|
|
42267
|
+
"description": "The <animateMotion> SVG element provides a way to define how an element moves along a motion path.",
|
|
42077
42268
|
"categories": [],
|
|
42078
42269
|
"contentModel": {
|
|
42079
42270
|
"contents": [
|
|
@@ -42145,7 +42336,7 @@
|
|
|
42145
42336
|
"name": "svg:animateTransform",
|
|
42146
42337
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42147
42338
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform",
|
|
42148
|
-
"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.",
|
|
42149
42340
|
"categories": [],
|
|
42150
42341
|
"contentModel": {
|
|
42151
42342
|
"contents": [
|
|
@@ -42446,7 +42637,7 @@
|
|
|
42446
42637
|
"name": "svg:defs",
|
|
42447
42638
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42448
42639
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs",
|
|
42449
|
-
"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).",
|
|
42450
42641
|
"categories": [],
|
|
42451
42642
|
"contentModel": {
|
|
42452
42643
|
"contents": [
|
|
@@ -42558,7 +42749,7 @@
|
|
|
42558
42749
|
"name": "svg:desc",
|
|
42559
42750
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42560
42751
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/desc",
|
|
42561
|
-
"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.",
|
|
42562
42753
|
"categories": [],
|
|
42563
42754
|
"contentModel": {
|
|
42564
42755
|
"contents": [
|
|
@@ -42615,7 +42806,7 @@
|
|
|
42615
42806
|
"name": "svg:ellipse",
|
|
42616
42807
|
"namespace": "http://www.w3.org/2000/svg",
|
|
42617
42808
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse",
|
|
42618
|
-
"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.",
|
|
42619
42810
|
"categories": [],
|
|
42620
42811
|
"contentModel": {
|
|
42621
42812
|
"contents": [
|
|
@@ -43615,7 +43806,7 @@
|
|
|
43615
43806
|
"name": "svg:feDistantLight",
|
|
43616
43807
|
"namespace": "http://www.w3.org/2000/svg",
|
|
43617
43808
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDistantLight",
|
|
43618
|
-
"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>.",
|
|
43619
43810
|
"categories": [],
|
|
43620
43811
|
"contentModel": {
|
|
43621
43812
|
"contents": [
|
|
@@ -43649,7 +43840,7 @@
|
|
|
43649
43840
|
"name": "svg:feDropShadow",
|
|
43650
43841
|
"namespace": "http://www.w3.org/2000/svg",
|
|
43651
43842
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDropShadow",
|
|
43652
|
-
"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.",
|
|
43653
43844
|
"categories": [],
|
|
43654
43845
|
"contentModel": {
|
|
43655
43846
|
"contents": [
|
|
@@ -44319,7 +44510,7 @@
|
|
|
44319
44510
|
"name": "svg:feMergeNode",
|
|
44320
44511
|
"namespace": "http://www.w3.org/2000/svg",
|
|
44321
44512
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMergeNode",
|
|
44322
|
-
"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>.",
|
|
44323
44514
|
"categories": [],
|
|
44324
44515
|
"contentModel": {
|
|
44325
44516
|
"contents": [
|
|
@@ -44451,7 +44642,7 @@
|
|
|
44451
44642
|
"name": "svg:feOffset",
|
|
44452
44643
|
"namespace": "http://www.w3.org/2000/svg",
|
|
44453
44644
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset",
|
|
44454
|
-
"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.",
|
|
44455
44646
|
"categories": [],
|
|
44456
44647
|
"contentModel": {
|
|
44457
44648
|
"contents": [
|
|
@@ -44556,7 +44747,7 @@
|
|
|
44556
44747
|
"name": "svg:fePointLight",
|
|
44557
44748
|
"namespace": "http://www.w3.org/2000/svg",
|
|
44558
44749
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLight",
|
|
44559
|
-
"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>.",
|
|
44560
44751
|
"categories": [],
|
|
44561
44752
|
"contentModel": {
|
|
44562
44753
|
"contents": [
|
|
@@ -45143,114 +45334,6 @@
|
|
|
45143
45334
|
}
|
|
45144
45335
|
}
|
|
45145
45336
|
},
|
|
45146
|
-
{
|
|
45147
|
-
"name": "svg:font",
|
|
45148
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45149
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45150
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45151
|
-
"categories": [],
|
|
45152
|
-
"contentModel": {
|
|
45153
|
-
"contents": true
|
|
45154
|
-
},
|
|
45155
|
-
"aria": {
|
|
45156
|
-
"permittedRoles": true,
|
|
45157
|
-
"implicitRole": false
|
|
45158
|
-
},
|
|
45159
|
-
"omission": false,
|
|
45160
|
-
"obsolete": true,
|
|
45161
|
-
"globalAttrs": {},
|
|
45162
|
-
"attributes": {}
|
|
45163
|
-
},
|
|
45164
|
-
{
|
|
45165
|
-
"name": "svg:font",
|
|
45166
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45167
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45168
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45169
|
-
"categories": [],
|
|
45170
|
-
"contentModel": {
|
|
45171
|
-
"contents": true
|
|
45172
|
-
},
|
|
45173
|
-
"aria": {
|
|
45174
|
-
"permittedRoles": true,
|
|
45175
|
-
"implicitRole": false
|
|
45176
|
-
},
|
|
45177
|
-
"omission": false,
|
|
45178
|
-
"obsolete": true,
|
|
45179
|
-
"globalAttrs": {},
|
|
45180
|
-
"attributes": {}
|
|
45181
|
-
},
|
|
45182
|
-
{
|
|
45183
|
-
"name": "svg:font",
|
|
45184
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45185
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45186
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45187
|
-
"categories": [],
|
|
45188
|
-
"contentModel": {
|
|
45189
|
-
"contents": true
|
|
45190
|
-
},
|
|
45191
|
-
"aria": {
|
|
45192
|
-
"permittedRoles": true,
|
|
45193
|
-
"implicitRole": false
|
|
45194
|
-
},
|
|
45195
|
-
"omission": false,
|
|
45196
|
-
"obsolete": true,
|
|
45197
|
-
"globalAttrs": {},
|
|
45198
|
-
"attributes": {}
|
|
45199
|
-
},
|
|
45200
|
-
{
|
|
45201
|
-
"name": "svg:font",
|
|
45202
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45203
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45204
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45205
|
-
"categories": [],
|
|
45206
|
-
"contentModel": {
|
|
45207
|
-
"contents": true
|
|
45208
|
-
},
|
|
45209
|
-
"aria": {
|
|
45210
|
-
"permittedRoles": true,
|
|
45211
|
-
"implicitRole": false
|
|
45212
|
-
},
|
|
45213
|
-
"omission": false,
|
|
45214
|
-
"obsolete": true,
|
|
45215
|
-
"globalAttrs": {},
|
|
45216
|
-
"attributes": {}
|
|
45217
|
-
},
|
|
45218
|
-
{
|
|
45219
|
-
"name": "svg:font",
|
|
45220
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45221
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45222
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45223
|
-
"categories": [],
|
|
45224
|
-
"contentModel": {
|
|
45225
|
-
"contents": true
|
|
45226
|
-
},
|
|
45227
|
-
"aria": {
|
|
45228
|
-
"permittedRoles": true,
|
|
45229
|
-
"implicitRole": false
|
|
45230
|
-
},
|
|
45231
|
-
"omission": false,
|
|
45232
|
-
"obsolete": true,
|
|
45233
|
-
"globalAttrs": {},
|
|
45234
|
-
"attributes": {}
|
|
45235
|
-
},
|
|
45236
|
-
{
|
|
45237
|
-
"name": "svg:font",
|
|
45238
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45239
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45240
|
-
"description": "The <font> SVG element defines a font to be used for text layout.",
|
|
45241
|
-
"categories": [],
|
|
45242
|
-
"contentModel": {
|
|
45243
|
-
"contents": true
|
|
45244
|
-
},
|
|
45245
|
-
"aria": {
|
|
45246
|
-
"permittedRoles": true,
|
|
45247
|
-
"implicitRole": false
|
|
45248
|
-
},
|
|
45249
|
-
"omission": false,
|
|
45250
|
-
"obsolete": true,
|
|
45251
|
-
"globalAttrs": {},
|
|
45252
|
-
"attributes": {}
|
|
45253
|
-
},
|
|
45254
45337
|
{
|
|
45255
45338
|
"name": "svg:foreignObject",
|
|
45256
45339
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -45482,42 +45565,6 @@
|
|
|
45482
45565
|
},
|
|
45483
45566
|
"attributes": {}
|
|
45484
45567
|
},
|
|
45485
|
-
{
|
|
45486
|
-
"name": "svg:glyph",
|
|
45487
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45488
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45489
|
-
"description": "A <glyph> defines a single glyph in an SVG font.",
|
|
45490
|
-
"categories": [],
|
|
45491
|
-
"contentModel": {
|
|
45492
|
-
"contents": true
|
|
45493
|
-
},
|
|
45494
|
-
"aria": {
|
|
45495
|
-
"permittedRoles": true,
|
|
45496
|
-
"implicitRole": false
|
|
45497
|
-
},
|
|
45498
|
-
"omission": false,
|
|
45499
|
-
"obsolete": true,
|
|
45500
|
-
"globalAttrs": {},
|
|
45501
|
-
"attributes": {}
|
|
45502
|
-
},
|
|
45503
|
-
{
|
|
45504
|
-
"name": "svg:glyphRef",
|
|
45505
|
-
"namespace": "http://www.w3.org/2000/svg",
|
|
45506
|
-
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
45507
|
-
"description": "The glyphRef element provides a single possible glyph to the referencing <altGlyph> substitution.",
|
|
45508
|
-
"categories": [],
|
|
45509
|
-
"contentModel": {
|
|
45510
|
-
"contents": true
|
|
45511
|
-
},
|
|
45512
|
-
"aria": {
|
|
45513
|
-
"permittedRoles": true,
|
|
45514
|
-
"implicitRole": false
|
|
45515
|
-
},
|
|
45516
|
-
"omission": false,
|
|
45517
|
-
"obsolete": true,
|
|
45518
|
-
"globalAttrs": {},
|
|
45519
|
-
"attributes": {}
|
|
45520
|
-
},
|
|
45521
45568
|
{
|
|
45522
45569
|
"name": "svg:hkern",
|
|
45523
45570
|
"namespace": "http://www.w3.org/2000/svg",
|
|
@@ -45655,12 +45702,31 @@
|
|
|
45655
45702
|
}
|
|
45656
45703
|
}
|
|
45657
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
|
+
},
|
|
45658
45711
|
"href": {
|
|
45659
45712
|
"type": "URL"
|
|
45660
45713
|
},
|
|
45661
45714
|
"preserveAspectRatio": {
|
|
45662
45715
|
"type": "<preserve-aspect-ratio>",
|
|
45663
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"
|
|
45664
45730
|
}
|
|
45665
45731
|
}
|
|
45666
45732
|
},
|
|
@@ -45668,7 +45734,7 @@
|
|
|
45668
45734
|
"name": "svg:line",
|
|
45669
45735
|
"namespace": "http://www.w3.org/2000/svg",
|
|
45670
45736
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line",
|
|
45671
|
-
"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.",
|
|
45672
45738
|
"categories": [],
|
|
45673
45739
|
"contentModel": {
|
|
45674
45740
|
"contents": [
|
|
@@ -45802,7 +45868,7 @@
|
|
|
45802
45868
|
"name": "svg:linearGradient",
|
|
45803
45869
|
"namespace": "http://www.w3.org/2000/svg",
|
|
45804
45870
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient",
|
|
45805
|
-
"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.",
|
|
45806
45872
|
"categories": [],
|
|
45807
45873
|
"contentModel": {
|
|
45808
45874
|
"contents": [
|
|
@@ -45953,7 +46019,7 @@
|
|
|
45953
46019
|
"name": "svg:marker",
|
|
45954
46020
|
"namespace": "http://www.w3.org/2000/svg",
|
|
45955
46021
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker",
|
|
45956
|
-
"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.",
|
|
45957
46023
|
"categories": [],
|
|
45958
46024
|
"contentModel": {
|
|
45959
46025
|
"contents": [
|
|
@@ -46128,7 +46194,7 @@
|
|
|
46128
46194
|
"name": "svg:mask",
|
|
46129
46195
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46130
46196
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask",
|
|
46131
|
-
"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.",
|
|
46132
46198
|
"categories": [],
|
|
46133
46199
|
"contentModel": {
|
|
46134
46200
|
"contents": [
|
|
@@ -46310,7 +46376,7 @@
|
|
|
46310
46376
|
"name": "svg:mpath",
|
|
46311
46377
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46312
46378
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath",
|
|
46313
|
-
"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.",
|
|
46314
46380
|
"categories": [],
|
|
46315
46381
|
"contentModel": {
|
|
46316
46382
|
"contents": [
|
|
@@ -46457,7 +46523,7 @@
|
|
|
46457
46523
|
"name": "svg:pattern",
|
|
46458
46524
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46459
46525
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern",
|
|
46460
|
-
"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.",
|
|
46461
46527
|
"categories": [],
|
|
46462
46528
|
"contentModel": {
|
|
46463
46529
|
"contents": [
|
|
@@ -46604,14 +46670,14 @@
|
|
|
46604
46670
|
"defaultValue": "0"
|
|
46605
46671
|
},
|
|
46606
46672
|
"x": {
|
|
46607
|
-
"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"
|
|
46608
46674
|
},
|
|
46609
46675
|
"xlink:href": {
|
|
46610
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.",
|
|
46611
46677
|
"deprecated": true
|
|
46612
46678
|
},
|
|
46613
46679
|
"y": {
|
|
46614
|
-
"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"
|
|
46615
46681
|
}
|
|
46616
46682
|
}
|
|
46617
46683
|
},
|
|
@@ -46619,7 +46685,7 @@
|
|
|
46619
46685
|
"name": "svg:polygon",
|
|
46620
46686
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46621
46687
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon",
|
|
46622
|
-
"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.",
|
|
46623
46689
|
"categories": [],
|
|
46624
46690
|
"contentModel": {
|
|
46625
46691
|
"contents": [
|
|
@@ -46855,7 +46921,7 @@
|
|
|
46855
46921
|
"name": "svg:radialGradient",
|
|
46856
46922
|
"namespace": "http://www.w3.org/2000/svg",
|
|
46857
46923
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient",
|
|
46858
|
-
"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.",
|
|
46859
46925
|
"categories": [],
|
|
46860
46926
|
"contentModel": {
|
|
46861
46927
|
"contents": [
|
|
@@ -47014,7 +47080,7 @@
|
|
|
47014
47080
|
"name": "svg:rect",
|
|
47015
47081
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47016
47082
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect",
|
|
47017
|
-
"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.",
|
|
47018
47084
|
"categories": [],
|
|
47019
47085
|
"contentModel": {
|
|
47020
47086
|
"contents": [
|
|
@@ -47152,7 +47218,7 @@
|
|
|
47152
47218
|
"name": "svg:script",
|
|
47153
47219
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47154
47220
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/script",
|
|
47155
|
-
"description": "The SVG
|
|
47221
|
+
"description": "The <script> SVG element allows to add scripts to an SVG document.",
|
|
47156
47222
|
"categories": [],
|
|
47157
47223
|
"contentModel": {
|
|
47158
47224
|
"contents": [
|
|
@@ -47196,7 +47262,7 @@
|
|
|
47196
47262
|
"name": "svg:set",
|
|
47197
47263
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47198
47264
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/set",
|
|
47199
|
-
"description": "The
|
|
47265
|
+
"description": "The <set> SVG element provides a method of setting the value of an attribute for a specified duration.",
|
|
47200
47266
|
"categories": [],
|
|
47201
47267
|
"contentModel": {
|
|
47202
47268
|
"contents": [
|
|
@@ -47239,7 +47305,7 @@
|
|
|
47239
47305
|
"name": "svg:stop",
|
|
47240
47306
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47241
47307
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/stop",
|
|
47242
|
-
"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.",
|
|
47243
47309
|
"categories": [],
|
|
47244
47310
|
"contentModel": {
|
|
47245
47311
|
"contents": [
|
|
@@ -47349,7 +47415,7 @@
|
|
|
47349
47415
|
"name": "svg:style",
|
|
47350
47416
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47351
47417
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/style",
|
|
47352
|
-
"description": "The
|
|
47418
|
+
"description": "The <style> SVG element allows style sheets to be embedded directly within SVG content.",
|
|
47353
47419
|
"categories": [],
|
|
47354
47420
|
"contentModel": {
|
|
47355
47421
|
"contents": [
|
|
@@ -47385,7 +47451,7 @@
|
|
|
47385
47451
|
"name": "svg:svg",
|
|
47386
47452
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47387
47453
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/svg",
|
|
47388
|
-
"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.",
|
|
47389
47455
|
"categories": [],
|
|
47390
47456
|
"contentModel": {
|
|
47391
47457
|
"contents": [
|
|
@@ -47658,7 +47724,7 @@
|
|
|
47658
47724
|
"name": "svg:symbol",
|
|
47659
47725
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47660
47726
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol",
|
|
47661
|
-
"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.",
|
|
47662
47728
|
"categories": [],
|
|
47663
47729
|
"contentModel": {
|
|
47664
47730
|
"contents": [
|
|
@@ -47746,7 +47812,7 @@
|
|
|
47746
47812
|
"name": "svg:text",
|
|
47747
47813
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47748
47814
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text",
|
|
47749
|
-
"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.",
|
|
47750
47816
|
"categories": [],
|
|
47751
47817
|
"contentModel": {
|
|
47752
47818
|
"contents": [
|
|
@@ -47893,7 +47959,7 @@
|
|
|
47893
47959
|
"name": "svg:textPath",
|
|
47894
47960
|
"namespace": "http://www.w3.org/2000/svg",
|
|
47895
47961
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath",
|
|
47896
|
-
"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>.",
|
|
47897
47963
|
"categories": [],
|
|
47898
47964
|
"contentModel": {
|
|
47899
47965
|
"contents": [
|
|
@@ -48056,7 +48122,7 @@
|
|
|
48056
48122
|
"name": "svg:title",
|
|
48057
48123
|
"namespace": "http://www.w3.org/2000/svg",
|
|
48058
48124
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title",
|
|
48059
|
-
"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.",
|
|
48060
48126
|
"categories": [],
|
|
48061
48127
|
"contentModel": {
|
|
48062
48128
|
"contents": [
|
|
@@ -48098,7 +48164,7 @@
|
|
|
48098
48164
|
"name": "svg:tspan",
|
|
48099
48165
|
"namespace": "http://www.w3.org/2000/svg",
|
|
48100
48166
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/SVG/Element/tspan",
|
|
48101
|
-
"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.",
|
|
48102
48168
|
"categories": [],
|
|
48103
48169
|
"contentModel": {
|
|
48104
48170
|
"contents": [
|
|
@@ -48349,23 +48415,23 @@
|
|
|
48349
48415
|
},
|
|
48350
48416
|
"attributes": {
|
|
48351
48417
|
"height": {
|
|
48352
|
-
"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"
|
|
48353
48419
|
},
|
|
48354
48420
|
"href": {
|
|
48355
48421
|
"type": "URL"
|
|
48356
48422
|
},
|
|
48357
48423
|
"width": {
|
|
48358
|
-
"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"
|
|
48359
48425
|
},
|
|
48360
48426
|
"x": {
|
|
48361
|
-
"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"
|
|
48362
48428
|
},
|
|
48363
48429
|
"xlink:href": {
|
|
48364
|
-
"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",
|
|
48365
48431
|
"deprecated": true
|
|
48366
48432
|
},
|
|
48367
48433
|
"y": {
|
|
48368
|
-
"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"
|
|
48369
48435
|
}
|
|
48370
48436
|
}
|
|
48371
48437
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.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.17",
|
|
31
|
+
"@markuplint/test-tools": "4.5.17"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@markuplint/ml-spec": "4.9.
|
|
34
|
+
"@markuplint/ml-spec": "4.9.4"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "1b71e44a0a372662abca460ef77888053b66a78d"
|
|
37
37
|
}
|