The following comment from RenderStyle.h is wrong, "vertical-rl" should be vertical-lr: // Bottom of the line occurs earlier in the block; modes vertical-rl or horizontal-bt. bool isFlippedLinesWritingMode() const { return writingMode() == LeftToRightWritingMode || writingMode() == BottomToTopWritingMode; } The semantics of the inline functions in WritingMode.h are a little bit difficult to divine, at least they were for me. The functions are essentially duplicated in RenderStyle.h, where they appear with comments. The RenderStyle.h versions should be defined int terms of the inlines defined in WritingMode.h, and the handy comments could be relocated to WritingMode.h.
Created attachment 163933 [details] Patch
Comment on attachment 163933 [details] Patch Clearing flags on attachment: 163933 Committed r128508: <http://trac.webkit.org/changeset/128508>
All reviewed patches have been landed. Closing bug.