mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Appease tidy.
This commit is contained in:
parent
719209316c
commit
8e5c853fca
2 changed files with 4 additions and 5 deletions
|
@ -71,7 +71,7 @@ bitflags! {
|
|||
const IN_OPTIONAL_STATE = 1 << 22;
|
||||
/// <https://html.spec.whatwg.org/multipage/#selector-read-write>
|
||||
const IN_READ_WRITE_STATE = 1 << 22;
|
||||
/// <https://html.spec.whatwg.org/multipage/semantics-other.html#selector-defined>
|
||||
/// <https://html.spec.whatwg.org/multipage/#selector-defined>
|
||||
const IN_DEFINED_STATE = 1 << 23;
|
||||
/// <https://html.spec.whatwg.org/multipage/#selector-visited>
|
||||
const IN_VISITED_STATE = 1 << 24;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue