mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Note :lang() as being sensitive to attributes.
This commit is contained in:
parent
e299905606
commit
c7e2500311
2 changed files with 3 additions and 2 deletions
|
@ -215,7 +215,8 @@ impl NonTSPseudoClass {
|
|||
pub fn is_attr_based(&self) -> bool {
|
||||
matches!(*self,
|
||||
NonTSPseudoClass::MozTableBorderNonzero |
|
||||
NonTSPseudoClass::MozBrowserFrame)
|
||||
NonTSPseudoClass::MozBrowserFrame |
|
||||
NonTSPseudoClass::Lang(..))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue