ladybird/Libraries/LibWeb/HTML/Parser/Rust
Andreas Kling f49335f210 LibWeb: Align declarative shadow root parsing
Teach the Rust parser to recognize declarative shadow root templates and
pass the parsed mode, slot assignment, clonable, serializable, and
focus-delegation flags to the C++ DOM host.

Expose shadowRootSlotAssignment reflection with the spec-defined named
missing and invalid value defaults, and extend the ShadowDOM text test
coverage for the reflected property and parser-created shadow roots.
2026-05-17 15:35:56 +02:00
..
src LibWeb: Align declarative shadow root parsing 2026-05-17 15:35:56 +02:00
build.rs LibWeb: Replace the HTML tokenizer with Rust 2026-05-15 21:01:40 +02:00
Cargo.toml LibWeb: Replace the HTML tokenizer with Rust 2026-05-15 21:01:40 +02:00
cbindgen.toml LibWeb: Replace the HTML tokenizer with Rust 2026-05-15 21:01:40 +02:00