style: Allow full-width and/or full-size-kana values of text-transform to be combined with a case transformation.

Differential Revision: https://phabricator.services.mozilla.com/D27402
This commit is contained in:
Jonathan Kew 2019-04-14 11:06:41 +00:00 committed by Emilio Cobos Álvarez
parent 7e8e3fe4de
commit a9e473c6e8
6 changed files with 176 additions and 4 deletions

View file

@ -83,6 +83,7 @@ pub use self::table::XSpan;
pub use self::text::{InitialLetter, LetterSpacing, LineHeight, TextAlign};
pub use self::text::{OverflowWrap, TextEmphasisPosition, TextEmphasisStyle, WordBreak};
pub use self::text::{TextAlignKeyword, TextDecorationLine, TextOverflow, WordSpacing};
pub use self::text::TextTransform;
pub use self::time::Time;
pub use self::transform::{Rotate, Scale, Transform};
pub use self::transform::{TransformOrigin, TransformStyle, Translate};