TODO: write tests for my change
This commit is contained in:
takumi 2019-10-12 21:37:21 +09:00
parent 8ecbed9e42
commit 7ce40080bf
7 changed files with 85 additions and 159 deletions

View file

@ -578,16 +578,6 @@ impl Activatable for HTMLAnchorElement {
//TODO: Download the link is `download` attribute is set.
follow_hyperlink(element, ismap_suffix);
}
//TODO:https://html.spec.whatwg.org/multipage/#the-a-element
fn implicit_submission(
&self,
_ctrl_key: bool,
_shift_key: bool,
_alt_key: bool,
_meta_key: bool,
) {
}
}
/// <https://html.spec.whatwg.org/multipage/#following-hyperlinks-2>