mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: implement -moz-inert CSS property.
-moz-inert CSS property reflects inert subtrees concept and can be used to implement HTML:dialog element and HTML:inert attribute Differential Revision: https://phabricator.services.mozilla.com/D81701
This commit is contained in:
parent
cd8c07abac
commit
32f92d18a8
6 changed files with 69 additions and 0 deletions
|
@ -2022,6 +2022,7 @@ impl<'le> ::selectors::Element for GeckoElement<'le> {
|
|||
NonTSPseudoClass::Checked |
|
||||
NonTSPseudoClass::Fullscreen |
|
||||
NonTSPseudoClass::Indeterminate |
|
||||
NonTSPseudoClass::MozInert |
|
||||
NonTSPseudoClass::PlaceholderShown |
|
||||
NonTSPseudoClass::Target |
|
||||
NonTSPseudoClass::Valid |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue