mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
One last refactoring before fixing
This commit is contained in:
parent
883902bd97
commit
7986423cd7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub trait Activatable {
|
|||
fn activation_behavior(&self, event: &Event, target: &EventTarget);
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#implicit-submission
|
||||
fn implicit_submission(&self, ctrlKey: bool, shiftKey: bool, altKey: bool, metaKey: bool);
|
||||
fn implicit_submission(&self, ctrl_key: bool, shift_key: bool, alt_key: bool, meta_key: bool);
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#concept-selector-active
|
||||
fn enter_formal_activation_state(&self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue