@markuplint/html-spec
Advanced tools
Comparing version 2.0.0-dev.20211213.1 to 2.0.0-dev.20211213.2
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "2.0.0-dev.20211213.1", | ||
"version": "2.0.0-dev.20211213.2", | ||
"description": "A specification of HTML Living Standard for markuplint", | ||
@@ -29,5 +29,5 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "2.0.0-dev.20211213.1" | ||
"@markuplint/ml-spec": "2.0.0-dev.20211213.2" | ||
}, | ||
"gitHead": "862b6312e54dc2cedc551ba86d10027adc25d3a5" | ||
"gitHead": "f94cbc11593ae7b65fab01272f91df9defc4413b" | ||
} |
@@ -51,2 +51,3 @@ { | ||
"self": [ | ||
":not([type])", | ||
"[type='hidden' i]", | ||
@@ -80,3 +81,3 @@ "[type='text' i]", | ||
"condition": { | ||
"self": ["[type='text' i]", "[type='search' i]"] | ||
"self": [":not([type])", "[type='text' i]", "[type='search' i]"] | ||
} | ||
@@ -96,2 +97,3 @@ }, | ||
"self": [ | ||
":not([type])", | ||
"[type='text' i]", | ||
@@ -133,2 +135,3 @@ "[type='search' i]", | ||
"self": [ | ||
":not([type])", | ||
"[type='text' i]", | ||
@@ -163,2 +166,3 @@ "[type='search' i]", | ||
"self": [ | ||
":not([type])", | ||
"[type='text' i]", | ||
@@ -185,2 +189,3 @@ "[type='search' i]", | ||
"self": [ | ||
":not([type])", | ||
"[type='text' i]", | ||
@@ -200,2 +205,3 @@ "[type='search' i]", | ||
"self": [ | ||
":not([type])", | ||
"[type='text' i]", | ||
@@ -215,2 +221,3 @@ "[type='search' i]", | ||
"self": [ | ||
":not([type])", | ||
"[type='text' i]", | ||
@@ -235,2 +242,3 @@ "[type='search' i]", | ||
"self": [ | ||
":not([type])", | ||
"[type='text' i]", | ||
@@ -262,2 +270,3 @@ "[type='search' i]", | ||
"self": [ | ||
":not([type])", | ||
"[type='text' i]", | ||
@@ -264,0 +273,0 @@ "[type='search' i]", |
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
1093896
38928
+ Added@markuplint/ml-spec@2.0.0-dev.20211213.2(transitive)
- Removed@markuplint/ml-spec@2.0.0-dev.20211213.1(transitive)