Skip to content

Commit

Permalink
Remove outdated comment about #4105
Browse files Browse the repository at this point in the history
  • Loading branch information
pshaughn committed Feb 5, 2020
1 parent 5f55cd5 commit 4ea0a70
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/script/dom/node.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 4ea0a70

Please sign in to comment.