2727
2828 < h1 > CSS Writing Modes Module Level 3</ h1 >
2929
30- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 1 November
30+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 2 November
3131 2010</ h2 >
3232
3333 < dl >
@@ -247,7 +247,7 @@ <h2 class="no-num no-toc" id=Contents>Contents</h2>
247247 </ ul >
248248
249249 < li > < a href ="#background-and-borders "> < span class =secno > 8.4.
250- </ span > Logical Backgrounds and Borders </ a >
250+ </ span > Logical Background and Border Images </ a >
251251 < ul class =toc >
252252 < li > < a href ="#background-image-transform-prop "> < span
253253 class =secno > 8.4.1. </ span > Background Image Transform: The
@@ -291,7 +291,7 @@ <h2 id=text-flow><span class=secno>2. </span>Writing Modes and Terminology</h2>
291291 ‘< a href ="#text-orientation0 "> < code
292292 class =property > text-orientation</ code > </ a > ’ properties. It is
293293 defined primarily in terms of its < a
294- href ="#inline-directionality "> < i > inline directionality </ i > </ a > and < a
294+ href ="#inline-base-direction "> < i > inline base direction </ i > </ a > and < a
295295 href ="#block-flow-direction "> < i > block flow direction</ i > </ a > :
296296
297297 < div class =sidebar >
@@ -314,11 +314,11 @@ <h2 id=text-flow><span class=secno>2. </span>Writing Modes and Terminology</h2>
314314 </ div >
315315 </ div >
316316
317- < p > The < dfn id =inline-directionality > inline directionality </ dfn > is the
317+ < p > The < dfn id =inline-base-direction > inline base direction </ dfn > is the
318318 primary direction in which content is ordered on a line and defines on
319319 which sides the "start" and "end" of a line are. The ‘< a
320320 href ="#direction0 "> < code class =property > direction</ code > </ a > ’
321- property specifies the inline directionality of an element and, together
321+ property specifies the inline base direction of an element and, together
322322 with the ‘< a href ="#unicode-bidi0 "> < code
323323 class =property > unicode-bidi</ code > </ a > ’ property and the inherent
324324 directionality of any text content, determines the ordering of
@@ -414,7 +414,7 @@ <h2 id=text-direction><span class=secno>3. </span>Inline Direction and
414414 property of the containing block rather than by the heuristic given in
415415 steps P2 and P3 of the Unicode algorithm.
416416
417- < p > Because the directionality of a text depends on the structure and
417+ < p > Because the base directionality of a text depends on the structure and
418418 semantics of the document, these properties should in most cases be used
419419 only to map bidi information in the markup to its corresponding CSS
420420 styles. If a document language provides markup features to control bidi,
@@ -486,7 +486,7 @@ <h3 id=direction><span class=secno>3.1. </span>Specifying Directionality:
486486 column layout, the direction of horizontal < a
487487 href ="http://www.w3.org/TR/CSS21/visufx.html#overflow "> overflow</ a > , and
488488 the default alignment of text within a line, and other things that depend
489- on the base inline directionality .
489+ on the base inline base direction .
490490
491491 < p > Values for this property have the following meanings:
492492
@@ -500,6 +500,12 @@ <h3 id=direction><span class=secno>3.1. </span>Specifying Directionality:
500500 < dd > Right-to-left directionality.
501501 </ dl >
502502
503+ < p class =note > The ‘< a href ="#direction0 "> < code
504+ class =property > direction</ code > </ a > ’ property has no reordering in
505+ inline-level elements whose ‘< a href ="#unicode-bidi0 "> < code
506+ class =property > unicode-bidi</ code > </ a > ’ property's value is
507+ ‘< code class =css > normal</ code > ’.
508+
503509 < p > The value of the ‘< a href ="#direction0 "> < code
504510 class =property > direction</ code > </ a > ’ property on the root element is
505511 also propagated to the initial containing block and, together with the
@@ -508,11 +514,10 @@ <h3 id=direction><span class=secno>3.1. </span>Specifying Directionality:
508514 document's principal writing mode. (See < a
509515 href ="#principal-writing-mode "> below</ a > .)
510516
511- < p class =note > The ‘< a href ="#direction0 "> < code
512- class =property > direction</ code > </ a > ’ property has no reordering in
513- inline-level elements whose ‘< a href ="#unicode-bidi0 "> < code
514- class =property > unicode-bidi</ code > </ a > ’ property's value is
515- ‘< code class =css > normal</ code > ’.
517+ < p class =note > Note that the ‘< a href ="#direction0 "> < code
518+ class =property > direction</ code > </ a > ’ property of the HTML BODY
519+ element is < em > not</ em > propagated to the viewport. That special behavior
520+ only applies to the background and overflow properties.
516521
517522 < p class =note > The ‘< a href ="#direction0 "> < code
518523 class =property > direction</ code > </ a > ’ property, when specified for
@@ -951,6 +956,11 @@ <h2 id=writing-mode><span class=secno>4. </span>Block Flow Direction: the
951956 block and sets the block flow direction of the initial block formatting
952957 context.
953958
959+ < p class =note > Note that the ‘< a href ="#direction0 "> < code
960+ class =property > direction</ code > </ a > ’ property of the HTML BODY
961+ element is < em > not</ em > propagated to the viewport. That special behavior
962+ only applies to the background and overflow properties.
963+
954964 < p > If an element has a different block flow direction than its containing
955965 block:
956966
@@ -1075,8 +1085,8 @@ <h2 id=line-orientation><span class=secno>5. </span>Line Orientation</h2>
10751085 </ div >
10761086
10771087 < p > The < dfn id =start > start</ dfn > edge of a box is nominally the edge from
1078- which text of its primarily directionality will start. For boxes with a
1079- used ‘< a href ="#direction0 "> < code
1088+ which text of its inline base direction will start. For boxes with a used
1089+ ‘< a href ="#direction0 "> < code
10801090 class =property > direction</ code > </ a > ’ value of ‘< code
10811091 class =css > ltr</ code > ’, this means the < a href ="#line-left "> < i > line
10821092 left</ i > </ a > edge. For boxes with a used ‘< a
@@ -2852,7 +2862,7 @@ <h4 id=logical-shorthand-keyword><span class=secno>8.3.4. </span>Shorthand
28522862 </ div >
28532863
28542864 < h3 id =background-and-borders > < span class =secno > 8.4. </ span > Logical
2855- Backgrounds and Borders </ h3 >
2865+ Background and Border Images </ h3 >
28562866
28572867 < p > < a href ="#CSS3BG " rel =biblioentry > [CSS3BG]<!--{{!CSS3BG}}--> </ a > is
28582868 handled separately because it can fill an area with specified images, and
0 commit comments