feat: support standalone HTML documents - #53
Conversation
|
Follow-up: synchronized Local validation after the follow-up commit:
The upstream CI run is currently |
# Conflicts: # node/package.json
|
Merged current origin/main into feat/standalone-html and resolved the node/package.json release conflict by keeping version 0.1.8 while preserving the HTML support description. Validation after merge:
|
|
Rechecked current head c8a1b73; no code update was needed. Local validation:
Note: npm test fails before npm run build because the local native binding artifact is not present; after the repo's build step it passes. GitHub currently shows cubic success and mergeStateStatus=UNSTABLE. |
# Conflicts: # node/package.json # node/test.mjs # python/tests/test_anydoc.py # src/lib.rs # src/package/xml.rs # wasm/test.mjs
|
Resolved conflicts against upstream main. Validation:
Current head: b43c39b |
Summary
Closes #52.
<!doctype html>or an<html>root, including HTML exports saved with a.docextension.<meta>and<img>as empty elements in the shared DOM parser.html/.html/.htmthrough the Rust, Node, Python, and WASM APIs and update docs/tests.Validation
cargo fmt --all -- --checkcargo clippy --workspace --all-targets --all-features -- -D warningscargo test --lockednpm testpython -m unittest discover -s python/testsnode --test wasm/test.mjsNeed help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.