@markuplint/html-spec
Advanced tools
Comparing version 2.0.0-dev.26 to 2.0.0-dev.2021117.0
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "2.0.0-dev.26+6a10aede", | ||
"version": "2.0.0-dev.2021117.0", | ||
"description": "A specification of HTML Living Standard for markuplint", | ||
@@ -27,5 +27,5 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "^2.0.0-dev.26+6a10aede" | ||
"@markuplint/ml-spec": "2.0.0-dev.20211115.0" | ||
}, | ||
"gitHead": "6a10aede7385e2e97d0ba2c272a2e8c08e5429fd" | ||
"gitHead": "b872c1ffbb2a6a05209ac48d851eb8c2e21b5830" | ||
} |
@@ -6,3 +6,3 @@ { | ||
{ | ||
"condition": ":closest(table[role=table], table[role=grid], table[role=treegrid])", | ||
"condition": ":closest(table, table[role=table], table[role=grid], table[role=treegrid])", | ||
"roles": false | ||
@@ -13,5 +13,9 @@ } | ||
"implicitRole": { | ||
"role": "cell", | ||
"role": false, | ||
"conditions": [ | ||
{ | ||
"condition": ":closest(table, table[role=table])", | ||
"role": "cell" | ||
}, | ||
{ | ||
"condition": ":closest(table[role=grid], table[role=treegrid])", | ||
@@ -18,0 +22,0 @@ "role": "gridcell" |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
875761
32008
0
+ Added@markuplint/ml-spec@2.0.0-dev.20211115.0(transitive)
- Removed@markuplint/ml-spec@2.1.3(transitive)