mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add spec link for the IN_ACTIVE_STATE flag.
This commit is contained in:
parent
6567c269cf
commit
daedee844f
1 changed files with 3 additions and 1 deletions
|
@ -170,7 +170,9 @@ bitflags! {
|
||||||
#[doc = "Specifies whether this node is focusable and whether it is supposed \
|
#[doc = "Specifies whether this node is focusable and whether it is supposed \
|
||||||
to be reachable with using sequential focus navigation."]
|
to be reachable with using sequential focus navigation."]
|
||||||
const SEQUENTIALLY_FOCUSABLE = 0x400,
|
const SEQUENTIALLY_FOCUSABLE = 0x400,
|
||||||
#[doc = "Specifies whether this node is active."]
|
#[doc = "Specifies whether this node is [being activated]\
|
||||||
|
(https://html.spec.whatwg.org/multipage/#selector-active). \
|
||||||
|
FIXME(#7333): set/unset this when appropriate"]
|
||||||
const IN_ACTIVE_STATE = 0x800,
|
const IN_ACTIVE_STATE = 0x800,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue