summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/style/RenderStyleConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/style/RenderStyleConstants.h')
-rw-r--r--WebCore/rendering/style/RenderStyleConstants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/rendering/style/RenderStyleConstants.h b/WebCore/rendering/style/RenderStyleConstants.h
index a78321f..94d30d5 100644
--- a/WebCore/rendering/style/RenderStyleConstants.h
+++ b/WebCore/rendering/style/RenderStyleConstants.h
@@ -128,6 +128,11 @@ enum EUnicodeBidi {
UBNormal, Embed, Override
};
+// CSS Text Layout Module Level 3: Vertical writing support
+enum EBlockFlowDirection {
+ TopToBottomBlockFlow, RightToLeftBlockFlow, LeftToRightBlockFlow, BottomToTopBlockFlow
+};
+
enum EFillAttachment {
ScrollBackgroundAttachment, LocalBackgroundAttachment, FixedBackgroundAttachment
};