aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/mod.rs
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2023-05-16 08:05:27 +0200
committerOriol Brufau <obrufau@igalia.com>2023-05-16 12:56:06 +0200
commit17ae374c655a94c6be394f1b11c6a7095c46506c (patch)
treed15ebb8b41754aa46fd0f711f629c80505b59848 /components/style/values/specified/mod.rs
parentb222bd3162b36aa91863f794709eaa94d31b8ea4 (diff)
downloadservo-17ae374c655a94c6be394f1b11c6a7095c46506c.tar.gz
servo-17ae374c655a94c6be394f1b11c6a7095c46506c.zip
style: part 1 - Support parsing ruby-position: alternate
Differential Revision: https://phabricator.services.mozilla.com/D107382
Diffstat (limited to 'components/style/values/specified/mod.rs')
-rw-r--r--components/style/values/specified/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/values/specified/mod.rs b/components/style/values/specified/mod.rs
index d91f9b8195f..946bf3c2cc9 100644
--- a/components/style/values/specified/mod.rs
+++ b/components/style/values/specified/mod.rs
@@ -86,6 +86,7 @@ pub use self::svg::{SVGPaintOrder, SVGStrokeDashArray, SVGWidth};
pub use self::svg_path::SVGPathData;
pub use self::text::TextAlignLast;
pub use self::text::TextUnderlinePosition;
+pub use self::text::RubyPosition;
pub use self::text::{InitialLetter, LetterSpacing, LineBreak, LineHeight, TextAlign};
pub use self::text::{OverflowWrap, TextEmphasisPosition, TextEmphasisStyle, WordBreak};
pub use self::text::{TextAlignKeyword, TextDecorationLine, TextOverflow, WordSpacing};