aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/webidls/HTMLAreaElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: implement HTMLHyperlinkElementUtils for HTMLAreaElement (#35482)shanehandley2025-02-161-1/+1
| | | | | | This makes some common functionality in HTMLAreaElement and HTMLAnchorElement shared code. Signed-off-by: Shane Handley <shanehandley@fastmail.com>
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-0/+34
(#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>