@markuplint/html-spec 4.9.1 → 4.9.2
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 +11 -12
- package/index.json +11 -11
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.9.
|
|
6
|
+
## [4.9.2](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.9.1...@markuplint/html-spec@4.9.2) (2024-10-14)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @markuplint/html-spec
|
|
9
9
|
|
|
@@ -11,21 +11,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Features
|
|
18
|
-
|
|
19
|
-
* **html-spec:** add the `attributionsrc` attr as experimental to `a`, `img`, and `script` elements ([2f44802](https://github.com/markuplint/markuplint/commit/2f44802264e3b51fa8f264536637bf419c86ca05))
|
|
20
|
-
* **html-spec:** remove `onredo` and `onundo` attributes from the `body` element ([b428fb5](https://github.com/markuplint/markuplint/commit/b428fb5fcd3e0e28d9ed85eb93cf6aad7f081942))
|
|
21
|
-
* **html-spec:** remove attributes from the obsolete `menuitem` element ([32d8c41](https://github.com/markuplint/markuplint/commit/32d8c415b03fbe68d5513d16fcaebf7318d289bf))
|
|
22
|
-
* **html-spec:** remove the `cols` attribute from the `pre` element ([7605d7d](https://github.com/markuplint/markuplint/commit/7605d7db3c9dd40e190b37580d6fb53c75cff692))
|
|
23
|
-
* **html-spec:** remove the `manifest` attribute from the `html` element ([5954a44](https://github.com/markuplint/markuplint/commit/5954a4490018d178ae71324badfcf1a352d9b07f))
|
|
24
|
-
* **html-spec:** remove the `methods` attribute from the `link` element ([481a9b4](https://github.com/markuplint/markuplint/commit/481a9b49bef3f5b5546f569c24dd956b5a3dcd54))
|
|
14
|
+
## [4.9.1](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.9.0...@markuplint/html-spec@4.9.1) (2024-09-23)
|
|
25
15
|
|
|
16
|
+
**Note:** Version bump only for package @markuplint/html-spec
|
|
26
17
|
|
|
18
|
+
# [4.9.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.8.2...@markuplint/html-spec@4.9.0) (2024-09-02)
|
|
27
19
|
|
|
20
|
+
### Features
|
|
28
21
|
|
|
22
|
+
- **html-spec:** add the `attributionsrc` attr as experimental to `a`, `img`, and `script` elements ([2f44802](https://github.com/markuplint/markuplint/commit/2f44802264e3b51fa8f264536637bf419c86ca05))
|
|
23
|
+
- **html-spec:** remove `onredo` and `onundo` attributes from the `body` element ([b428fb5](https://github.com/markuplint/markuplint/commit/b428fb5fcd3e0e28d9ed85eb93cf6aad7f081942))
|
|
24
|
+
- **html-spec:** remove attributes from the obsolete `menuitem` element ([32d8c41](https://github.com/markuplint/markuplint/commit/32d8c415b03fbe68d5513d16fcaebf7318d289bf))
|
|
25
|
+
- **html-spec:** remove the `cols` attribute from the `pre` element ([7605d7d](https://github.com/markuplint/markuplint/commit/7605d7db3c9dd40e190b37580d6fb53c75cff692))
|
|
26
|
+
- **html-spec:** remove the `manifest` attribute from the `html` element ([5954a44](https://github.com/markuplint/markuplint/commit/5954a4490018d178ae71324badfcf1a352d9b07f))
|
|
27
|
+
- **html-spec:** remove the `methods` attribute from the `link` element ([481a9b4](https://github.com/markuplint/markuplint/commit/481a9b49bef3f5b5546f569c24dd956b5a3dcd54))
|
|
29
28
|
|
|
30
29
|
## [4.8.2](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.8.1...@markuplint/html-spec@4.8.2) (2024-06-25)
|
|
31
30
|
|
package/index.json
CHANGED
|
@@ -36108,7 +36108,7 @@
|
|
|
36108
36108
|
"deprecated": true
|
|
36109
36109
|
},
|
|
36110
36110
|
"bgcolor": {
|
|
36111
|
-
"description": "Defines the background color of each column cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
36111
|
+
"description": "Defines the background color of each column cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
36112
36112
|
"deprecated": true
|
|
36113
36113
|
},
|
|
36114
36114
|
"char": {
|
|
@@ -36173,7 +36173,7 @@
|
|
|
36173
36173
|
"deprecated": true
|
|
36174
36174
|
},
|
|
36175
36175
|
"bgcolor": {
|
|
36176
|
-
"description": "Defines the background color of each column group cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
36176
|
+
"description": "Defines the background color of each column group cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
36177
36177
|
"deprecated": true
|
|
36178
36178
|
},
|
|
36179
36179
|
"char": {
|
|
@@ -37652,7 +37652,7 @@
|
|
|
37652
37652
|
"condition": "a[href] img"
|
|
37653
37653
|
},
|
|
37654
37654
|
"loading": {
|
|
37655
|
-
"description": "Indicates how the browser should load the image: eager Loads the image immediately, regardless of whether or not the image is currently within the visible viewport (this is the default value). lazy Defers loading the image until it reaches a calculated distance from the viewport, as defined by the browser. The intent is to avoid the network and storage bandwidth needed to handle the image until it's reasonably certain that it will be needed. This generally improves the performance of the content in most typical use cases. Note: Loading is only deferred when JavaScript is enabled. This is an anti-tracking measure, because if a user agent supported lazy loading when scripting is disabled, it would still be possible for a site to track a user's approximate scroll position throughout a session, by strategically placing images in a page's markup such that a server can track how many images are requested and when. Note: Images with loading set to lazy will never be loaded if they do not intersect a visible part of an element, even if loading them would change that as unloaded images have a width and height of 0. Putting width and height on
|
|
37655
|
+
"description": "Indicates how the browser should load the image: eager Loads the image immediately, regardless of whether or not the image is currently within the visible viewport (this is the default value). lazy Defers loading the image until it reaches a calculated distance from the viewport, as defined by the browser. The intent is to avoid the network and storage bandwidth needed to handle the image until it's reasonably certain that it will be needed. This generally improves the performance of the content in most typical use cases. Note: Loading is only deferred when JavaScript is enabled. This is an anti-tracking measure, because if a user agent supported lazy loading when scripting is disabled, it would still be possible for a site to track a user's approximate scroll position throughout a session, by strategically placing images in a page's markup such that a server can track how many images are requested and when. Note: Images with loading set to lazy will never be loaded if they do not intersect a visible part of an element, even if loading them would change that as unloaded images have a width and height of 0. Putting width and height on lazy-loaded images fixes this issue and is a best practice, recommended by the specification. Doing so also helps prevent layout shifts."
|
|
37656
37656
|
},
|
|
37657
37657
|
"longdesc": {
|
|
37658
37658
|
"description": "A link to a more detailed description of the image. Possible values are a URL or an element id. Note: This attribute is mentioned in the latest W3C version, HTML 5.2, but has been removed from the WHATWG's HTML Living Standard. It has an uncertain future; authors should use a WAI-ARIA alternative such as aria-describedby or aria-details.",
|
|
@@ -40218,7 +40218,7 @@
|
|
|
40218
40218
|
}
|
|
40219
40219
|
},
|
|
40220
40220
|
"charset": {
|
|
40221
|
-
"description": "If present, its value must be an ASCII case-insensitive match for
|
|
40221
|
+
"description": "If present, its value must be an ASCII case-insensitive match for utf-8. It's unnecessary to specify the charset attribute, because documents must use UTF-8, and the script element inherits its character encoding from the document.",
|
|
40222
40222
|
"deprecated": true
|
|
40223
40223
|
},
|
|
40224
40224
|
"crossorigin": {
|
|
@@ -40844,7 +40844,7 @@
|
|
|
40844
40844
|
"deprecated": true
|
|
40845
40845
|
},
|
|
40846
40846
|
"bgcolor": {
|
|
40847
|
-
"description": "Defines the background color of the table. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
40847
|
+
"description": "Defines the background color of the table. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
40848
40848
|
"deprecated": true
|
|
40849
40849
|
},
|
|
40850
40850
|
"border": {
|
|
@@ -40905,7 +40905,7 @@
|
|
|
40905
40905
|
"deprecated": true
|
|
40906
40906
|
},
|
|
40907
40907
|
"bgcolor": {
|
|
40908
|
-
"description": "Defines the background color of each body cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
40908
|
+
"description": "Defines the background color of each body cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
40909
40909
|
"deprecated": true
|
|
40910
40910
|
},
|
|
40911
40911
|
"char": {
|
|
@@ -40970,7 +40970,7 @@
|
|
|
40970
40970
|
"deprecated": true
|
|
40971
40971
|
},
|
|
40972
40972
|
"bgcolor": {
|
|
40973
|
-
"description": "Defines the background color of the data cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
40973
|
+
"description": "Defines the background color of the data cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
40974
40974
|
"deprecated": true
|
|
40975
40975
|
},
|
|
40976
40976
|
"char": {
|
|
@@ -41178,7 +41178,7 @@
|
|
|
41178
41178
|
"deprecated": true
|
|
41179
41179
|
},
|
|
41180
41180
|
"bgcolor": {
|
|
41181
|
-
"description": "Defines the background color of each foot cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
41181
|
+
"description": "Defines the background color of each foot cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
41182
41182
|
"deprecated": true
|
|
41183
41183
|
},
|
|
41184
41184
|
"char": {
|
|
@@ -41254,7 +41254,7 @@
|
|
|
41254
41254
|
"deprecated": true
|
|
41255
41255
|
},
|
|
41256
41256
|
"bgcolor": {
|
|
41257
|
-
"description": "Defines the background color of the header cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
41257
|
+
"description": "Defines the background color of the header cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
41258
41258
|
"deprecated": true
|
|
41259
41259
|
},
|
|
41260
41260
|
"char": {
|
|
@@ -41323,7 +41323,7 @@
|
|
|
41323
41323
|
"deprecated": true
|
|
41324
41324
|
},
|
|
41325
41325
|
"bgcolor": {
|
|
41326
|
-
"description": "Defines the background color of each head cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
41326
|
+
"description": "Defines the background color of each head cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
41327
41327
|
"deprecated": true
|
|
41328
41328
|
},
|
|
41329
41329
|
"char": {
|
|
@@ -41430,7 +41430,7 @@
|
|
|
41430
41430
|
"deprecated": true
|
|
41431
41431
|
},
|
|
41432
41432
|
"bgcolor": {
|
|
41433
|
-
"description": "Defines the background color of each row cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a
|
|
41433
|
+
"description": "Defines the background color of each row cell. The value is an HTML color; either a 6-digit hexadecimal RGB code, prefixed by a #, or a color keyword. Other CSS <color> values are not supported. Use the background-color CSS property instead, as this attribute is deprecated.",
|
|
41434
41434
|
"deprecated": true
|
|
41435
41435
|
},
|
|
41436
41436
|
"char": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.2",
|
|
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.8",
|
|
31
|
+
"@markuplint/test-tools": "4.5.8"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@markuplint/ml-spec": "4.7.
|
|
34
|
+
"@markuplint/ml-spec": "4.7.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "e59d4e8b762c66c7e3fb8b0a0d9d99d5160b0afa"
|
|
37
37
|
}
|