mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Remove viewport rule code
Turns out Servo doesn't need this either, see https://github.com/servo/servo/pull/29850. Differential Revision: https://phabricator.services.mozilla.com/D180264
This commit is contained in:
parent
0b75c1d9d1
commit
d02c4e2fe9
13 changed files with 3 additions and 1218 deletions
|
@ -551,7 +551,6 @@ impl StylesheetInvalidationSet {
|
|||
CounterStyle(..) |
|
||||
Page(..) |
|
||||
Property(..) |
|
||||
Viewport(..) |
|
||||
FontFeatureValues(..) |
|
||||
FontPaletteValues(..) |
|
||||
LayerStatement(..) |
|
||||
|
@ -637,13 +636,9 @@ impl StylesheetInvalidationSet {
|
|||
CounterStyle(..) |
|
||||
Page(..) |
|
||||
Property(..) |
|
||||
Viewport(..) |
|
||||
FontFeatureValues(..) |
|
||||
FontPaletteValues(..) => {
|
||||
debug!(
|
||||
" > Found unsupported rule, marking the whole subtree \
|
||||
invalid."
|
||||
);
|
||||
debug!(" > Found unsupported rule, marking the whole subtree invalid.");
|
||||
|
||||
// TODO(emilio): Can we do better here?
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue