@@ -77,6 +77,26 @@ <h2 id="text-flow">Writing Modes and Terminology</h2>
7777 < p > A < dfn > writing mode</ dfn > is defined primarily in terms of its
7878 < dfn > inline directionality</ dfn > and < dfn > block flow direction</ dfn > :
7979
80+ < div class ="sidebar ">
81+ < div class ="figure right ">
82+ < object data ="diagrams/text-flow-vectors-tb.svg " type ="image/svg+xml "
83+ class ="landscape "> </ object >
84+ < p class ="caption "> Latin-based writing mode
85+ </ div >
86+ < div class ="figure left ">
87+ < object data ="diagrams/text-flow-vectors-lr-reverse.svg " type ="image/svg+xml "
88+ class ="portrait "> </ object >
89+ < p class ="caption "> Mongolian-based writing mode
90+ </ div >
91+ < div class ="figure right ">
92+ < object data ="diagrams/text-flow-vectors-tb.svg " type ="image/svg+xml "
93+ class ="landscape "> </ object >
94+ < object data ="diagrams/text-flow-vectors-rl.svg " type ="image/svg+xml "
95+ class ="portrait "> </ object >
96+ < p class ="caption "> Han-based writing mode
97+ </ div >
98+ </ div >
99+
80100 < p > The < dfn > inline directionality</ dfn > is the primary direction in which
81101 content is ordered on a line and defines on which sides the "start"
82102 and "end" of a line are. The 'direction' property specifies the
@@ -102,26 +122,6 @@ <h2 id="text-flow">Writing Modes and Terminology</h2>
102122
103123 < p > Writing systems typically have one or two native writing modes. Some
104124 examples are:
105-
106- < div class ="sidebar ">
107- < div class ="figure right ">
108- < object data ="diagrams/text-flow-vectors-tb.svg " type ="image/svg+xml "
109- class ="landscape "> </ object >
110- < p class ="caption "> Latin-based writing mode
111- </ div >
112- < div class ="figure left ">
113- < object data ="diagrams/text-flow-vectors-lr-reverse.svg " type ="image/svg+xml "
114- class ="portrait "> </ object >
115- < p class ="caption "> Mongolian-based writing mode
116- </ div >
117- < div class ="figure right ">
118- < object data ="diagrams/text-flow-vectors-tb.svg " type ="image/svg+xml "
119- class ="landscape "> </ object >
120- < object data ="diagrams/text-flow-vectors-rl.svg " type ="image/svg+xml "
121- class ="portrait "> </ object >
122- < p class ="caption "> Han-based writing mode
123- </ div >
124- </ div >
125125 < ul >
126126 < li > Latin-based systems are typically written using a left-to-right inline
127127 direction with a downward (top-to-bottom) block flow direction.
0 commit comments