mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Port text-combine-upright writing mode fixup to Servo
Ports the Gecko fixup for text-combine-upright writing mode to Servo. In addition, this passes the current pseudo element (if any) down to the cascade for use during the fixup process. MozReview-Commit-ID: BkHd4AvSsOt
This commit is contained in:
parent
78a2e3be51
commit
978239927d
7 changed files with 57 additions and 12 deletions
|
@ -1257,7 +1257,7 @@ ${helpers.single_keyword("ruby-position", "over under",
|
|||
// https://drafts.csswg.org/css-writing-modes-3/
|
||||
|
||||
${helpers.single_keyword("text-combine-upright", "none all",
|
||||
products="gecko", animation_value_type="none",
|
||||
products="gecko", animation_value_type="none", need_clone=True,
|
||||
spec="https://drafts.csswg.org/css-writing-modes-3/#text-combine-upright")}
|
||||
|
||||
// SVG 1.1: Section 11 - Painting: Filling, Stroking and Marker Symbols
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue