@markuplint/html-spec 4.6.1 → 4.7.1-alpha.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 +8 -0
- package/index.json +21 -13
- package/package.json +5 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [4.7.1-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.7.0...@markuplint/html-spec@4.7.1-alpha.0) (2024-05-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @markuplint/html-spec
|
package/index.json
CHANGED
|
@@ -598,6 +598,9 @@
|
|
|
598
598
|
"onscroll": {
|
|
599
599
|
"type": "FunctionBody"
|
|
600
600
|
},
|
|
601
|
+
"onscrollend": {
|
|
602
|
+
"type": "FunctionBody"
|
|
603
|
+
},
|
|
601
604
|
"onsecuritypolicyviolation": {
|
|
602
605
|
"type": "FunctionBody"
|
|
603
606
|
},
|
|
@@ -36111,11 +36114,11 @@
|
|
|
36111
36114
|
"deprecated": true
|
|
36112
36115
|
},
|
|
36113
36116
|
"char": {
|
|
36114
|
-
"description": "
|
|
36117
|
+
"description": "Does nothing. It was originally intended to specify the alignment of the content to a character of each column cell. Typical values for this include a period (.) when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored, though it will still override the specified char of its <colgroup> parent element.",
|
|
36115
36118
|
"deprecated": true
|
|
36116
36119
|
},
|
|
36117
36120
|
"charoff": {
|
|
36118
|
-
"description": "
|
|
36121
|
+
"description": "Does nothing. It was originally intended to specify the number of characters to offset the column cell content from the alignment character specified by the char attribute.",
|
|
36119
36122
|
"deprecated": true
|
|
36120
36123
|
},
|
|
36121
36124
|
"span": {
|
|
@@ -36176,11 +36179,11 @@
|
|
|
36176
36179
|
"deprecated": true
|
|
36177
36180
|
},
|
|
36178
36181
|
"char": {
|
|
36179
|
-
"description": "
|
|
36182
|
+
"description": "Does nothing. It was originally intended to specify the alignment of the content to a character of each column group cell. Typical values for this include a period (.) when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored, though it will still be used as the default value for the align of the <col> elements which are members of this column group.",
|
|
36180
36183
|
"deprecated": true
|
|
36181
36184
|
},
|
|
36182
36185
|
"charoff": {
|
|
36183
|
-
"description": "
|
|
36186
|
+
"description": "Does nothing. It was originally intended to specify the number of characters to offset the column group cell content from the alignment character specified by the char attribute.",
|
|
36184
36187
|
"deprecated": true
|
|
36185
36188
|
},
|
|
36186
36189
|
"span": {
|
|
@@ -39736,7 +39739,12 @@
|
|
|
39736
39739
|
},
|
|
39737
39740
|
"attributes": {
|
|
39738
39741
|
"for": {
|
|
39739
|
-
"type":
|
|
39742
|
+
"type": {
|
|
39743
|
+
"token": "DOMID",
|
|
39744
|
+
"separator": "space",
|
|
39745
|
+
"unique": true,
|
|
39746
|
+
"caseInsensitive": true
|
|
39747
|
+
}
|
|
39740
39748
|
},
|
|
39741
39749
|
"form": {
|
|
39742
39750
|
"description": "The <form> element to associate the output with (its form owner). The value of this attribute must be the id of a <form> in the same document. (If this attribute is not set, the <output> is associated with its ancestor <form> element, if any.) This attribute lets you associate <output> elements to <form>s anywhere in the document, not just inside a <form>. It can also override an ancestor <form> element."
|
|
@@ -41009,11 +41017,11 @@
|
|
|
41009
41017
|
"deprecated": true
|
|
41010
41018
|
},
|
|
41011
41019
|
"char": {
|
|
41012
|
-
"description": "
|
|
41020
|
+
"description": "Does nothing. It was originally intended to specify the alignment of the content to a character of the data cell. Typical values for this include a period (.) when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored.",
|
|
41013
41021
|
"deprecated": true
|
|
41014
41022
|
},
|
|
41015
41023
|
"charoff": {
|
|
41016
|
-
"description": "
|
|
41024
|
+
"description": "Does nothing. It was originally intended to specify the number of characters to offset the data cell content from the alignment character specified by the char attribute.",
|
|
41017
41025
|
"deprecated": true
|
|
41018
41026
|
},
|
|
41019
41027
|
"colspan": {
|
|
@@ -41214,11 +41222,11 @@
|
|
|
41214
41222
|
"deprecated": true
|
|
41215
41223
|
},
|
|
41216
41224
|
"char": {
|
|
41217
|
-
"description": "
|
|
41225
|
+
"description": "Does nothing. It was originally intended to specify the alignment of the content to a character of each foot cell. Typical values for this include a period (.) when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored.",
|
|
41218
41226
|
"deprecated": true
|
|
41219
41227
|
},
|
|
41220
41228
|
"charoff": {
|
|
41221
|
-
"description": "
|
|
41229
|
+
"description": "Does nothing. It was originally intended to specify the number of characters to offset the foot cell content from the alignment character specified by the char attribute.",
|
|
41222
41230
|
"deprecated": true
|
|
41223
41231
|
},
|
|
41224
41232
|
"valign": {
|
|
@@ -41290,11 +41298,11 @@
|
|
|
41290
41298
|
"deprecated": true
|
|
41291
41299
|
},
|
|
41292
41300
|
"char": {
|
|
41293
|
-
"description": "
|
|
41301
|
+
"description": "Does nothing. It was originally intended to specify the alignment of the content to a character of the header cell. Typical values for this include a period (.) when attempting to align numbers or monetary values. If align is not set to char, this attribute is ignored.",
|
|
41294
41302
|
"deprecated": true
|
|
41295
41303
|
},
|
|
41296
41304
|
"charoff": {
|
|
41297
|
-
"description": "
|
|
41305
|
+
"description": "Does nothing. It was originally intended to specify the number of characters to offset the header cell content from the alignment character specified by the char attribute.",
|
|
41298
41306
|
"deprecated": true
|
|
41299
41307
|
},
|
|
41300
41308
|
"colspan": {
|
|
@@ -41359,11 +41367,11 @@
|
|
|
41359
41367
|
"deprecated": true
|
|
41360
41368
|
},
|
|
41361
41369
|
"char": {
|
|
41362
|
-
"description": "
|
|
41370
|
+
"description": "Does nothing. It was originally intended to specify the alignment of the content to a character of each head cell. If align is not set to char, this attribute is ignored.",
|
|
41363
41371
|
"deprecated": true
|
|
41364
41372
|
},
|
|
41365
41373
|
"charoff": {
|
|
41366
|
-
"description": "
|
|
41374
|
+
"description": "Does nothing. It was originally intended to specify the number of characters to offset the head cell content from the alignment character specified by the char attribute.",
|
|
41367
41375
|
"deprecated": true
|
|
41368
41376
|
},
|
|
41369
41377
|
"valign": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.1-alpha.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>",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"gen:prettier": "prettier --write index.json"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@markuplint/spec-generator": "4.
|
|
21
|
-
"@markuplint/test-tools": "4.
|
|
20
|
+
"@markuplint/spec-generator": "4.6.1-alpha.0",
|
|
21
|
+
"@markuplint/test-tools": "4.5.1-alpha.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/ml-spec": "4.
|
|
24
|
+
"@markuplint/ml-spec": "4.5.1-alpha.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "d091e2199e3dc6757c2c8edbf01fd19e8b072015"
|
|
27
27
|
}
|