#7258 adds an IN_ACTIVE_STATE flag (for script::dom::node::Node::get_flag and set_flag) and matches the :active pseudo-class selector based on it, but this flag is never set.
This flag should be set when an element is being activated per https://html.spec.whatwg.org/multipage/#selector-active
#7258 adds an
IN_ACTIVE_STATEflag (forscript::dom::node::Node::get_flagandset_flag) and matches the:activepseudo-class selector based on it, but this flag is never set.This flag should be set when an element is being activated per https://html.spec.whatwg.org/multipage/#selector-active