@@ -1185,6 +1185,24 @@ <h3 id=writing-mode><span class=secno>3.1. </span> Block Flow Direction:
11851185 src =vertical-form.png > </ p >
11861186 </ div >
11871187
1188+ < div class =example >
1189+ < p > In this example, ‘< a href ="#writing-mode1 "> < code
1190+ class =property > writing-mode</ code > </ a > ’ sets the list markers
1191+ upright using the ‘< code class =css > ::marker</ code > ’
1192+ pseudo-element. < a href ="#CSS3LIST "
1193+ rel =biblioentry > [CSS3LIST]<!--{{CSS3LIST}}--> </ a >
1194+
1195+ < pre > ::marker { writing-mode: horizontal-tb; color: blue; }</ pre >
1196+
1197+ < div class =figure >
1198+ < p > < img alt ="Diagram showing list markers of '1.', '2.', '3.' sitting
1199+ upright atop sideways vertical Latin list item text. " class =example
1200+ src =vertical-horizontal-list-markers.png >
1201+
1202+ < p class =caption > Example of horizontal list markers in a vertical list</ p >
1203+ </ div >
1204+ </ div >
1205+
11881206 < h4 id =svg-writing-mode > < span class =secno > 3.1.1. </ span > SVG1.1 ‘< a
11891207 href ="#writing-mode1 "> < code class =property > writing-mode</ code > </ a > ’
11901208 Values</ h4 >
@@ -3647,6 +3665,16 @@ <h3 class=no-num id=other-references> Other references</h3>
36473665 </ dd >
36483666 <!---->
36493667
3668+ < dt id =CSS3LIST > [CSS3LIST]
3669+
3670+ < dd > Ian Hickson; Tantek Çelı?k. < a
3671+ href ="http://www.w3.org/TR/2002/WD-css3-lists-20021107 "> < cite > CSS3
3672+ module: Lists.</ cite > </ a > 7 November 2002. W3C Working Draft. (Work in
3673+ progress.) URL: < a
3674+ href ="http://www.w3.org/TR/2002/WD-css3-lists-20021107 "> http://www.w3.org/TR/2002/WD-css3-lists-20021107</ a >
3675+ </ dd >
3676+ <!---->
3677+
36503678 < dt id =CSS3PAGE > [CSS3PAGE]
36513679
36523680 < dd > Håkon Wium Lie; Melinda Grant. < a
0 commit comments