mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLHyperlinkElementUtils for HTMLAnchorElement
This commit is contained in:
parent
446783f7b6
commit
c96c26b4f7
26 changed files with 369 additions and 1606 deletions
|
@ -26,7 +26,7 @@ interface HTMLAnchorElement : HTMLElement {
|
|||
|
||||
// also has obsolete members
|
||||
};
|
||||
//HTMLAnchorElement implements HTMLHyperlinkElementUtils;
|
||||
HTMLAnchorElement implements HTMLHyperlinkElementUtils;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLAnchorElement-partial
|
||||
partial interface HTMLAnchorElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue