mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove outdated comment about #4105
This commit is contained in:
parent
5f55cd5d71
commit
4ea0a7061b
1 changed files with 2 additions and 3 deletions
|
@ -165,12 +165,11 @@ bitflags! {
|
|||
|
||||
#[doc = "Specifies whether this node needs style recalc on next reflow."]
|
||||
const HAS_DIRTY_DESCENDANTS = 1 << 1;
|
||||
// TODO: find a better place to keep this (#4105)
|
||||
// https://critic.hoppipolla.co.uk/showcomment?chain=8873
|
||||
// Perhaps using a Set in Document?
|
||||
|
||||
#[doc = "Specifies whether or not there is an authentic click in progress on \
|
||||
this element."]
|
||||
const CLICK_IN_PROGRESS = 1 << 2;
|
||||
|
||||
#[doc = "Specifies whether this node is focusable and whether it is supposed \
|
||||
to be reachable with using sequential focus navigation."]
|
||||
const SEQUENTIALLY_FOCUSABLE = 1 << 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue