@markuplint/html-spec 3.0.0-dev.51 → 3.0.0-dev.54
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 +12 -19
- package/package.json +3 -3
package/index.json
CHANGED
|
@@ -24423,16 +24423,13 @@
|
|
|
24423
24423
|
]
|
|
24424
24424
|
},
|
|
24425
24425
|
"aria": {
|
|
24426
|
-
"implicitRole":
|
|
24427
|
-
"
|
|
24428
|
-
|
|
24429
|
-
|
|
24430
|
-
"conditions": {
|
|
24431
|
-
":aria(has name)": {
|
|
24432
|
-
"implicitRole": "form"
|
|
24433
|
-
}
|
|
24426
|
+
"implicitRole": false,
|
|
24427
|
+
"conditions": {
|
|
24428
|
+
":aria(has name)": {
|
|
24429
|
+
"implicitRole": "form"
|
|
24434
24430
|
}
|
|
24435
|
-
}
|
|
24431
|
+
},
|
|
24432
|
+
"permittedRoles": ["search", "none", "presentation"]
|
|
24436
24433
|
},
|
|
24437
24434
|
"omission": false,
|
|
24438
24435
|
"globalAttrs": {
|
|
@@ -27694,7 +27691,7 @@
|
|
|
27694
27691
|
{
|
|
27695
27692
|
"oneOrMore": [
|
|
27696
27693
|
{
|
|
27697
|
-
"
|
|
27694
|
+
"oneOrMore": [":model(phrasing):not(ruby, :has(ruby))", "ruby:not(:has(ruby))"]
|
|
27698
27695
|
},
|
|
27699
27696
|
{
|
|
27700
27697
|
"choice": [
|
|
@@ -27704,20 +27701,16 @@
|
|
|
27704
27701
|
}
|
|
27705
27702
|
],
|
|
27706
27703
|
[
|
|
27704
|
+
{
|
|
27705
|
+
"require": "rp"
|
|
27706
|
+
},
|
|
27707
27707
|
{
|
|
27708
27708
|
"oneOrMore": [
|
|
27709
27709
|
{
|
|
27710
|
-
"require": "
|
|
27710
|
+
"require": "rt"
|
|
27711
27711
|
},
|
|
27712
27712
|
{
|
|
27713
|
-
"
|
|
27714
|
-
{
|
|
27715
|
-
"require": "rt"
|
|
27716
|
-
},
|
|
27717
|
-
{
|
|
27718
|
-
"require": "rp"
|
|
27719
|
-
}
|
|
27720
|
-
]
|
|
27713
|
+
"require": "rp"
|
|
27721
27714
|
}
|
|
27722
27715
|
]
|
|
27723
27716
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.54+329808d5",
|
|
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.0.0-dev.
|
|
29
|
+
"@markuplint/ml-spec": "3.0.0-dev.54+329808d5"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "329808d50ff8875e24031f692a0504d00b72c4f8"
|
|
32
32
|
}
|