mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
style: Support :-moz-autofill and :-moz-autofill-preview in Gecko.
This commit is contained in:
parent
d1f2cdfb3d
commit
bc685fde68
3 changed files with 9 additions and 1 deletions
|
@ -115,5 +115,9 @@ bitflags! {
|
|||
const IN_HANDLER_VULNERABLE_NO_UPDATE_STATE = 1 << 42,
|
||||
/// https://drafts.csswg.org/selectors-4/#the-focus-within-pseudo
|
||||
const IN_FOCUS_WITHIN_STATE = 1 << 43,
|
||||
/// Non-standard & undocumented.
|
||||
const IN_AUTOFILL_STATE = 1 << 50,
|
||||
/// Non-standard & undocumented.
|
||||
const IN_AUTOFILL_PREVIEW_STATE = 1 << 51,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue