mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Add gecko glue for text-emphasis-style
This commit is contained in:
parent
6102159a4b
commit
769129f5c2
3 changed files with 86 additions and 25 deletions
|
@ -1640,7 +1640,7 @@ pub fn cascade(viewport_size: Size2D<Au>,
|
|||
PropertyDeclaration::Position(_) |
|
||||
PropertyDeclaration::Float(_) |
|
||||
PropertyDeclaration::TextDecoration${'' if product == 'servo' else 'Line'}(_) |
|
||||
PropertyDeclaration::TextEmphasisStyle(_)
|
||||
PropertyDeclaration::WritingMode(_)
|
||||
);
|
||||
if
|
||||
% if category_to_cascade_now == "early":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue