@markuplint/html-spec
Advanced tools
Comparing version 3.0.0-rc.1 to 3.0.0-rc.2
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "3.0.0-rc.1", | ||
"version": "3.0.0-rc.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": "3.0.0-rc.1" | ||
"@markuplint/ml-spec": "3.0.0-rc.2" | ||
}, | ||
"gitHead": "f0d1cd3216c171949c6e6be0d4388a760bd5d37b" | ||
"gitHead": "27a5c8d136f4b0cf8452552cff529dd0a4db6bba" | ||
} |
@@ -6,7 +6,3 @@ // https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element | ||
"contentModel": { | ||
"contents": [ | ||
{ | ||
"transparent": "*" | ||
} | ||
] | ||
"contents": false | ||
}, | ||
@@ -13,0 +9,0 @@ "globalAttrs": { |
@@ -8,3 +8,3 @@ // https://html.spec.whatwg.org/multipage/scripting.html#the-noscript-element | ||
{ | ||
"oneOrMore": ":model(flow)" | ||
"transparent": ":not(noscript)" | ||
} | ||
@@ -11,0 +11,0 @@ ] |
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
1405408
50280
+ Added@markuplint/ml-ast@3.0.0-rc.2(transitive)
+ Added@markuplint/ml-spec@3.0.0-rc.2(transitive)
- Removed@markuplint/ml-ast@3.0.0-rc.1(transitive)
- Removed@markuplint/ml-spec@3.0.0-rc.1(transitive)