Files
servo/components/script_bindings/codegen
Tim van der Lippe a8e8f2ae89 script: Fix command state for underline command (#44234)
For any generic command, the spec doesn't specify how to determine
whether its state is set. In the case of underline, it at least means
that it has an effective command value that is set (to underline in this
case).

Also implements "simple modifiable" elements, since the relevant tests
depend on that for correctness.

Lastly, also rewrite `JSContext` to use imports.

Part of #25005

Testing: WPT

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2026-04-15 13:56:50 +00:00
..