@markuplint/html-spec 5.0.0-rc.5 → 5.0.0-rc.7
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 +2 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
# [5.0.0-rc.7](https://github.com/markuplint/markuplint/compare/v5.0.0-rc.6...v5.0.0-rc.7) (2026-08-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @markuplint/html-spec
|
|
9
|
+
|
|
10
|
+
# [5.0.0-rc.6](https://github.com/markuplint/markuplint/compare/v5.0.0-rc.5...v5.0.0-rc.6) (2026-08-30)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @markuplint/html-spec
|
|
13
|
+
|
|
6
14
|
# [5.0.0-rc.5](https://github.com/markuplint/markuplint/compare/v5.0.0-rc.4...v5.0.0-rc.5) (2026-08-28)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
package/index.json
CHANGED
|
@@ -55349,7 +55349,8 @@
|
|
|
55349
55349
|
},
|
|
55350
55350
|
"attributes": {
|
|
55351
55351
|
"for": {
|
|
55352
|
-
"description": "The for attribute is used for out-of-order patching with <template for=\"...\">, matching an equivalent <?start id=\"...\"> or <?marker \"...\"> marker. See the out-of-order patching section and examples section."
|
|
55352
|
+
"description": "The for attribute is used for out-of-order patching with <template for=\"...\">, matching an equivalent <?start id=\"...\"> or <?marker \"...\"> marker. See the out-of-order patching section and examples section.",
|
|
55353
|
+
"experimental": true
|
|
55353
55354
|
},
|
|
55354
55355
|
"shadowrootclonable": {
|
|
55355
55356
|
"description": "Sets the value of the clonable property of a ShadowRoot created using this element to true. If set, a clone of the shadow host (the parent element of this <template>) created with Node.cloneNode() or Document.importNode() will include a shadow root in the copy.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.7",
|
|
4
4
|
"description": "A specification of HTML Living Standard for markuplint",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"gen:format": "npx oxfmt --write index.json"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@markuplint/test-tools": "5.0.0-rc.
|
|
36
|
+
"@markuplint/test-tools": "5.0.0-rc.7",
|
|
37
37
|
"@types/cheerio": "1.0.0",
|
|
38
38
|
"@types/cli-progress": "3.11.6",
|
|
39
39
|
"cheerio": "1.2.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"type-fest": "5.6.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@markuplint/ml-spec": "5.0.0-rc.
|
|
46
|
+
"@markuplint/ml-spec": "5.0.0-rc.7"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "8d7a3b801e0f5f88438c003e7eee2bd45e6aedd0"
|
|
49
49
|
}
|