mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Auto merge of #14771 - upsuper:text-combine-upright, r=Wafflespeanut
Add support of text-combine-upright for stylo <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because it is just a trivial change for stylo only <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14771) <!-- Reviewable:end -->
This commit is contained in:
commit
49bdef98bf
1 changed files with 8 additions and 0 deletions
|
@ -1058,3 +1058,11 @@ ${helpers.single_keyword("ruby-align", "start center space-between space-around"
|
|||
|
||||
${helpers.single_keyword("ruby-position", "over under",
|
||||
products="gecko", animatable=False)}
|
||||
|
||||
// CSS Writing Modes Module Level 3
|
||||
// https://drafts.csswg.org/css-writing-modes-3/#text-combine-upright
|
||||
// The spec has "digits <integer>?" value in addition. But that value is
|
||||
// at-risk, and Gecko's layout code doesn't support that either. So we
|
||||
// can just take the easy way for now.
|
||||
${helpers.single_keyword("text-combine-upright", "none all",
|
||||
products="gecko", animatable=False)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue