Files
ldm0 e194c2add8 refactor(html): centralize input type states
Extract an independently mergeable topic from wpt-misc-fix at
a70a96f9d1.

Source commits:
- 05e2cd5350

Validation:
- cargo fmt --all
- cargo clippy --workspace --all-targets --all-features -- -D warnings
- cargo nextest run --no-fail-fast
2026-09-10 04:05:23 +08:00

11 lines
171 B
TOML

[package]
name = "moli-html-input-type"
version = "0.1.0"
edition = "2024"
[dependencies]
strum = { version = "0.28.0", features = ["derive"] }
[lints]
workspace = true