Skip to content

Commit

Permalink
Add support of text-combine-upright for stylo
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper committed Dec 29, 2016
1 parent c6ea1ec commit 77bc2e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/style/properties/longhand/inherited_text.mako.rs
Expand Up @@ -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)}

0 comments on commit 77bc2e0

Please sign in to comment.