@veripublica/epubveri-wasm 0.15.0 → 0.15.2
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/README.md +4 -2
- package/epubveri_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,10 +89,12 @@ epubcheck has no verdict on, in two families, both at `usage` severity:
|
|
|
89
89
|
yet, so it becomes an ordinary error the day it catches up. **Empty at present:** the four
|
|
90
90
|
EPUB 3.4 rules that were here graduated when epubcheck 5.4.0 implemented them, and now
|
|
91
91
|
report under its own ids without this flag.
|
|
92
|
-
- **`ADV-*`** — no specification
|
|
92
|
+
- **`ADV-*`** — no specification requires it, but the book is still probably wrong
|
|
93
93
|
(unknown CSS property and descriptor names, a type selector naming no known element, an
|
|
94
94
|
EPUB 2 package written in EPUB 3, two navigation entries landing on one document, an
|
|
95
|
-
EPUB 2 manifest resource nothing draws, applies or loads
|
|
95
|
+
EPUB 2 manifest resource nothing draws, applies or loads, a `dc:date` epubcheck accepts
|
|
96
|
+
that is not in the W3C date format the specifications name, a class selector such as
|
|
97
|
+
`.-` whose name is not a CSS identifier).
|
|
96
98
|
|
|
97
99
|
It is **off by default**: leaving the argument out, or passing `false`/`undefined`,
|
|
98
100
|
produces a byte-identical report, so existing two-argument callers are unaffected. Neither
|
package/epubveri_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@veripublica/epubveri-wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "WebAssembly bindings for epubveri — a pure-Rust, JVM-free EPUB validator that runs in the browser.",
|
|
5
|
-
"version": "0.15.
|
|
5
|
+
"version": "0.15.2",
|
|
6
6
|
"license": "AGPL-3.0-only OR LicenseRef-veripublica-Commercial",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|