mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Implement parsing/serialization for @font-feature-values rule
This commit is contained in:
parent
c365a39104
commit
43cf493832
11 changed files with 496 additions and 6 deletions
|
@ -301,7 +301,8 @@ impl StylesheetInvalidationSet {
|
|||
CounterStyle(..) |
|
||||
Keyframes(..) |
|
||||
Page(..) |
|
||||
Viewport(..) => {
|
||||
Viewport(..) |
|
||||
FontFeatureValues(..) => {
|
||||
debug!(" > Found unsupported rule, marking the whole subtree \
|
||||
invalid.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue