mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
The WebIDL file for `HTMLElement` was quite out of date. This change makes it match the current HTML specification and also moves `blur()` to `HTMLOrSVGElement` as it is in the spec. The implementation is just a copy of the one for `HTMLElement` as we do for `focus()`. Testing: This should not change behavior (other than adding a `blur()` method for SVG -- which we don't support), so should be covered by existing tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com>