@@ -500,9 +500,10 @@ <h2 id=text-direction><span class=secno>2. </span> Inline Direction and
500500 id =bidirectionality0 > bidirectionality</ dfn > </ span > , or "bidi" for short.
501501
502502 < div class =figure >
503- < pre > < span dir =rtl > با Unicode بنویس.</ span > <!-- -->
504- <!-- --> <----- ------> <-
505- <!-- --> <================</ pre >
503+ < p > < img alt ="An example of bidirectional text is a Latin name in an Arabic
504+ sentence. The sentence overall is typeset right-to-left, but the letters
505+ in the Latin word in the middle are typeset left-to-right. "
506+ src ="diagrams/bidi.png ">
506507
507508 < p class =caption > Bidirectionality</ p >
508509 </ div >
@@ -2241,15 +2242,13 @@ <h3 id=vertical-layout><span class=secno>7.1. </span> Principles of Layout
22412242 class =css > *-left</ code > ’ and ‘< code
22422243 class =css > *-right</ code > ’ box properties (border, margin, padding)
22432244 use ‘< code class =css > *-top</ code > ’ and ‘< code
2244- class =css > *-bottom</ code > ’ instead, and vice versa.
2245-
2246- < p class =note > Which side of the box the property applies to doesn't
2247- change: only which values are inputs to which layout calculations
2248- changes. The ‘< code class =property > margin-left</ code > ’
2249- property still affects the lefthand margin, for example; however in a
2250- ‘< a href ="#vertical-rl "> < code
2251- class =css > vertical-rl</ code > </ a > ’ writing mode it takes part in
2252- margin collapsing in place of ‘< code
2245+ class =css > *-bottom</ code > ’ instead, and vice versa. Which side of
2246+ the box the property applies to doesn't change: only which values are
2247+ inputs to which layout calculations changes. The ‘< code
2248+ class =property > margin-left</ code > ’ property still affects the
2249+ lefthand margin, for example; however in a ‘< a
2250+ href ="#vertical-rl "> < code class =css > vertical-rl</ code > </ a > ’
2251+ writing mode it takes part in margin collapsing in place of ‘< code
22532252 class =property > margin-bottom</ code > ’.</ p >
22542253
22552254 < li >
0 commit comments