Implement HTMLHyperlinkElementUtils for HTMLAnchorElement

This commit is contained in:
Jaydeep 2016-01-03 17:14:30 -08:00 committed by Jonathan Schuster
parent 446783f7b6
commit c96c26b4f7
26 changed files with 369 additions and 1606 deletions

View file

@ -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 {