mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Unconditionally enable :defined in chrome.
Bug: 1471871 Reviewed-by: emilio
This commit is contained in:
parent
b68e4c2352
commit
8688c53f07
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ macro_rules! apply_non_ts_list {
|
|||
("visited", Visited, visited, IN_VISITED_STATE, _),
|
||||
("active", Active, active, IN_ACTIVE_STATE, _),
|
||||
("checked", Checked, checked, IN_CHECKED_STATE, _),
|
||||
("defined", Defined, defined, IN_DEFINED_STATE, _),
|
||||
("defined", Defined, defined, IN_DEFINED_STATE, PSEUDO_CLASS_ENABLED_IN_UA_SHEETS_AND_CHROME),
|
||||
("disabled", Disabled, disabled, IN_DISABLED_STATE, _),
|
||||
("enabled", Enabled, enabled, IN_ENABLED_STATE, _),
|
||||
("focus", Focus, focus, IN_FOCUS_STATE, _),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue