Files
servo/components/script/dom/html
Amin-Missaoui ea3ae4be1b script: remove is_modal and replace with ElementState::MODAL instead (#42426) (#42448)
Removed `is_modal` and replaced with `ElementState::MODAL` inside all
conditional checks as per suggestion by
[@Loirooriol](https://github.com/servo/servo/issues/42426).

Testing: Not needed, no behavior change
Fixes: #42426

Signed-off-by: Amin <aminmissaoui12@gmail.com>
2026-02-08 16:56:09 +00:00
..