mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Add a style flag for the root element style.
This is needed to make the root element not a containing block in presence of filters or what not. Differential Revision: https://phabricator.services.mozilla.com/D61167
This commit is contained in:
parent
f426b644ca
commit
16fd7cad0c
13 changed files with 37 additions and 46 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
use crate::Atom;
|
||||
use app_units::Au;
|
||||
use crate::computed_value_flags::*;
|
||||
use crate::custom_properties::CustomPropertiesMap;
|
||||
use crate::gecko_bindings::bindings;
|
||||
% for style_struct in data.style_structs:
|
||||
|
@ -39,7 +40,6 @@ use crate::gecko_bindings::structs::mozilla::PseudoStyleType;
|
|||
use crate::gecko::values::round_border_to_device_pixels;
|
||||
use crate::logical_geometry::WritingMode;
|
||||
use crate::media_queries::Device;
|
||||
use crate::properties::computed_value_flags::*;
|
||||
use crate::properties::longhands;
|
||||
use crate::rule_tree::StrongRuleNode;
|
||||
use crate::selector_parser::PseudoElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue