css-inline
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -7,3 +7,3 @@ { | ||
"description": "A WASM package for inlining CSS into HTML documents", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
@@ -74,1 +74,10 @@ # css-inline | ||
``` | ||
## Standards support & restrictions | ||
`css-inline` is built on top of [kuchiki](https://crates.io/crates/kuchiki) and [cssparser](https://crates.io/crates/cssparser) and relies on their behavior for HTML / CSS parsing and serialization. | ||
Notably: | ||
- Only HTML 5, XHTML is not supported; | ||
- Only CSS 3; | ||
- Only UTF-8 for string representation. Other document encodings are not yet supported. |
Sorry, the diff of this file is not supported yet
83
1162942