mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: fix tidy.
This commit is contained in:
parent
16cb51097f
commit
79c2c447fc
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ bitflags! {
|
|||
const IN_FOCUS_VISIBLE_STATE = 1 << 52;
|
||||
/// State that dialog element is modal, for centered alignment
|
||||
///
|
||||
/// https://html.spec.whatwg.org/#centered-alignment
|
||||
/// https://html.spec.whatwg.org/multipage/#centered-alignment
|
||||
const IN_MODAL_DIALOG_STATE = 1 << 53;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue