mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
This commit refactors shiftKey to shift_key where possible.
This commit is contained in:
parent
77170a14bc
commit
fd0622a741
6 changed files with 10 additions and 10 deletions
|
@ -76,7 +76,7 @@ impl Activatable for HTMLLabelElement {
|
|||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#implicit-submission
|
||||
fn implicit_submission(&self, _ctrl_key: bool, _shiftKey: bool, _altKey: bool, _metaKey: bool) {
|
||||
fn implicit_submission(&self, _ctrl_key: bool, _shift_key: bool, _altKey: bool, _metaKey: bool) {
|
||||
//FIXME: Investigate and implement implicit submission for label elements
|
||||
// Issue filed at https://github.com/servo/servo/issues/8263
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue