@markuplint/html-spec 3.1.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.json +47 -11
- package/package.json +3 -3
package/index.json
CHANGED
|
@@ -331,6 +331,17 @@
|
|
|
331
331
|
"nonce": {
|
|
332
332
|
"type": "Any"
|
|
333
333
|
},
|
|
334
|
+
"popover": {
|
|
335
|
+
"type": {
|
|
336
|
+
"enum": ["", "auto", "manual"],
|
|
337
|
+
"disallowToSurroundBySpaces": true,
|
|
338
|
+
"invalidValueDefault": "manual",
|
|
339
|
+
"missingValueDefault": "no popover",
|
|
340
|
+
"sameStates": {
|
|
341
|
+
"auto": [""]
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
},
|
|
334
345
|
"spellcheck": {
|
|
335
346
|
"type": {
|
|
336
347
|
"enum": ["", "true", "false"],
|
|
@@ -404,6 +415,9 @@
|
|
|
404
415
|
"onbeforematch": {
|
|
405
416
|
"type": "FunctionBody"
|
|
406
417
|
},
|
|
418
|
+
"onbeforetoggle": {
|
|
419
|
+
"type": "FunctionBody"
|
|
420
|
+
},
|
|
407
421
|
"onblur": {
|
|
408
422
|
"type": "FunctionBody"
|
|
409
423
|
},
|
|
@@ -22826,7 +22840,7 @@
|
|
|
22826
22840
|
"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."
|
|
22827
22841
|
},
|
|
22828
22842
|
"rel": {
|
|
22829
|
-
"description": "For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object. The value is a space-separated list of link types
|
|
22843
|
+
"description": "For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object. The value is a space-separated list of link types. The values and their semantics will be registered by some authority that might have meaning to the document author. The default relationship, if no other is given, is void. Use this attribute only if the href attribute is present."
|
|
22830
22844
|
},
|
|
22831
22845
|
"shape": {
|
|
22832
22846
|
"type": {
|
|
@@ -22975,7 +22989,7 @@
|
|
|
22975
22989
|
{
|
|
22976
22990
|
"name": "b",
|
|
22977
22991
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b",
|
|
22978
|
-
"description": "The <b> HTML element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <b> for styling text
|
|
22992
|
+
"description": "The <b> HTML element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <b> for styling text or granting importance. If you wish to create boldface text, you should use the CSS font-weight property. If you wish to indicate an element is of special importance, you should use the <strong> element.",
|
|
22979
22993
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
22980
22994
|
"contentModel": {
|
|
22981
22995
|
"contents": [
|
|
@@ -23464,6 +23478,15 @@
|
|
|
23464
23478
|
"name": {
|
|
23465
23479
|
"description": "The name of the button, submitted as a pair with the button's value as part of the form data, when that button is used to submit the form."
|
|
23466
23480
|
},
|
|
23481
|
+
"popoverhidetarget": {
|
|
23482
|
+
"type": "DOMID"
|
|
23483
|
+
},
|
|
23484
|
+
"popovershowtarget": {
|
|
23485
|
+
"type": "DOMID"
|
|
23486
|
+
},
|
|
23487
|
+
"popovertoggletarget": {
|
|
23488
|
+
"type": "DOMID"
|
|
23489
|
+
},
|
|
23467
23490
|
"type": {
|
|
23468
23491
|
"type": {
|
|
23469
23492
|
"enum": ["submit", "reset", "button"],
|
|
@@ -23569,7 +23592,7 @@
|
|
|
23569
23592
|
{
|
|
23570
23593
|
"name": "cite",
|
|
23571
23594
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite",
|
|
23572
|
-
"description": "The <cite> HTML element is used to
|
|
23595
|
+
"description": "The <cite> HTML element is used to mark up the title of a cited creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.",
|
|
23573
23596
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
23574
23597
|
"contentModel": {
|
|
23575
23598
|
"contents": [
|
|
@@ -25903,6 +25926,18 @@
|
|
|
25903
25926
|
"[type='number' i]"
|
|
25904
25927
|
]
|
|
25905
25928
|
},
|
|
25929
|
+
"popoverhidetarget": {
|
|
25930
|
+
"type": "DOMID",
|
|
25931
|
+
"condition": ["[type='button' i]", "[type='image' i]", "[type='reset' i]", "[type='submit' i]"]
|
|
25932
|
+
},
|
|
25933
|
+
"popovershowtarget": {
|
|
25934
|
+
"type": "DOMID",
|
|
25935
|
+
"condition": ["[type='button' i]", "[type='image' i]", "[type='reset' i]", "[type='submit' i]"]
|
|
25936
|
+
},
|
|
25937
|
+
"popovertoggletarget": {
|
|
25938
|
+
"type": "DOMID",
|
|
25939
|
+
"condition": ["[type='button' i]", "[type='image' i]", "[type='reset' i]", "[type='submit' i]"]
|
|
25940
|
+
},
|
|
25906
25941
|
"readonly": {
|
|
25907
25942
|
"condition": [
|
|
25908
25943
|
":not([type])",
|
|
@@ -28380,7 +28415,7 @@
|
|
|
28380
28415
|
"deprecated": true
|
|
28381
28416
|
},
|
|
28382
28417
|
"rules": {
|
|
28383
|
-
"description": "This enumerated attribute defines where rules, i.e. lines, should appear in a table. It can have the following values: none, which indicates that no rules will be displayed; it is the default value; groups, which will cause the rules to be displayed between row groups (defined by the <thead>, <tbody> and <tfoot> elements) and between column groups (defined by the <col> and <colgroup> elements) only; rows, which will cause the rules to be displayed between rows;
|
|
28418
|
+
"description": "This enumerated attribute defines where rules, i.e. lines, should appear in a table. It can have the following values: none, which indicates that no rules will be displayed; it is the default value; groups, which will cause the rules to be displayed between row groups (defined by the <thead>, <tbody> and <tfoot> elements) and between column groups (defined by the <col> and <colgroup> elements) only; rows, which will cause the rules to be displayed between rows; cols, which will cause the rules to be displayed between columns; all, which will cause the rules to be displayed between rows and columns. To achieve a similar effect, apply the border property to the appropriate <thead>, <tbody>, <tfoot>, <col>, or <colgroup> elements.",
|
|
28384
28419
|
"deprecated": true
|
|
28385
28420
|
},
|
|
28386
28421
|
"summary": {
|
|
@@ -30299,10 +30334,10 @@
|
|
|
30299
30334
|
},
|
|
30300
30335
|
"attributes": {
|
|
30301
30336
|
"cx": {
|
|
30302
|
-
"description": "The x position of the ellipse. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
30337
|
+
"description": "The x position of the center of the ellipse. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
30303
30338
|
},
|
|
30304
30339
|
"cy": {
|
|
30305
|
-
"description": "The y position of the ellipse. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
30340
|
+
"description": "The y position of the center of the ellipse. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
30306
30341
|
},
|
|
30307
30342
|
"pathLength": {
|
|
30308
30343
|
"type": "<number>",
|
|
@@ -35921,22 +35956,23 @@
|
|
|
35921
35956
|
},
|
|
35922
35957
|
"attributes": {
|
|
35923
35958
|
"height": {
|
|
35924
|
-
"description": "The height of the use element.
|
|
35959
|
+
"description": "The height of the use element.Value type: <length> ; Default value: 0; Animatable: yes"
|
|
35925
35960
|
},
|
|
35926
35961
|
"href": {
|
|
35927
35962
|
"type": "URL"
|
|
35928
35963
|
},
|
|
35929
35964
|
"width": {
|
|
35930
|
-
"description": "The width of the use element.
|
|
35965
|
+
"description": "The width of the use element.Value type: <length> ; Default value: 0; Animatable: yes"
|
|
35931
35966
|
},
|
|
35932
35967
|
"x": {
|
|
35933
|
-
"description": "The x coordinate of the use element.
|
|
35968
|
+
"description": "The x coordinate of an additional final offset transformation applied to the <use> element.Value type: <coordinate> ; Default value: 0; Animatable: yes"
|
|
35934
35969
|
},
|
|
35935
35970
|
"xlink:href": {
|
|
35936
|
-
"description": "
|
|
35971
|
+
"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",
|
|
35972
|
+
"deprecated": true
|
|
35937
35973
|
},
|
|
35938
35974
|
"y": {
|
|
35939
|
-
"description": "The y coordinate of the use element.
|
|
35975
|
+
"description": "The y coordinate of an additional final offset transformation applied to the <use> element.Value type: <coordinate> ; Default value: 0; Animatable: yes"
|
|
35940
35976
|
}
|
|
35941
35977
|
}
|
|
35942
35978
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.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>",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"strip-json-comments": "3"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@markuplint/ml-spec": "3.
|
|
29
|
+
"@markuplint/ml-spec": "3.3.0"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "791fb22a4df7acb985ced3808923fba0cd95c28a"
|
|
32
32
|
}
|