style: Remove :unsolved pseudo-class

This is the servo part changes of https://bugzilla.mozilla.org/show_bug.cgi?id=1417829.
This commit is contained in:
Edgar Chen 2018-01-10 17:20:06 +08:00
parent e2c89df8ee
commit 4c778b34e6
3 changed files with 1 additions and 4 deletions

View file

@ -71,8 +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;
/// Non-standard: Older custom-elements spec.
const IN_UNRESOLVED_STATE = 1 << 23;
/// There is a free bit at 23.
/// <https://html.spec.whatwg.org/multipage/#selector-visited>
const IN_VISITED_STATE = 1 << 24;
/// <https://html.spec.whatwg.org/multipage/#selector-link>