diff options
Diffstat (limited to 'components/script/dom/htmlanchorelement.rs')
-rw-r--r-- | components/script/dom/htmlanchorelement.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/components/script/dom/htmlanchorelement.rs b/components/script/dom/htmlanchorelement.rs index 47aad647f41..00a3fb5a06f 100644 --- a/components/script/dom/htmlanchorelement.rs +++ b/components/script/dom/htmlanchorelement.rs @@ -542,13 +542,6 @@ impl Activatable for HTMLAnchorElement { self.as_element().has_attribute(&local_name!("href")) } - //TODO:https://html.spec.whatwg.org/multipage/#the-a-element - fn pre_click_activation(&self) {} - - //TODO:https://html.spec.whatwg.org/multipage/#the-a-element - // https://html.spec.whatwg.org/multipage/#run-canceled-activation-steps - fn canceled_activation(&self) {} - //https://html.spec.whatwg.org/multipage/#the-a-element:activation-behaviour fn activation_behavior(&self, event: &Event, target: &EventTarget) { let element = self.as_element(); |