mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Enable :is() and :where() in UA sheets.
This will allow us to clean them up. Differential Revision: https://phabricator.services.mozilla.com/D76262
This commit is contained in:
parent
54d869c111
commit
0c8865b8e1
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ impl<'a, 'i> ::selectors::Parser<'i> for SelectorParser<'a> {
|
|||
|
||||
#[inline]
|
||||
fn parse_is_and_where(&self) -> bool {
|
||||
static_prefs::pref!("layout.css.is-where-selectors.enabled")
|
||||
self.in_user_agent_stylesheet() || static_prefs::pref!("layout.css.is-where-selectors.enabled")
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue