mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
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>