@@ -3877,13 +3877,16 @@ <h3 id=the-box-decoration-break><span class=secno>7.1. </span>Drawing at
38773877 ‘< code class =css > clone</ code > ’.
38783878 </ div >
38793879
3880- < p > For inline elements, which side of a fragment is the broken edge is
3881- determined by the parent element's inline progression direction, not its
3882- containing block. For example, if an inline element whose parent has
3883- ‘< code class =css > direction: rtl</ code > ’ and whose containing
3884- block has ‘< code class =css > direction: ltr</ code > ’ breaks
3885- across two lines, the left edge of the fragment on the first line will be
3886- the broken edge.
3880+ < p class =note > For inline elements, which side of a fragment is the broken
3881+ edge is determined by the parent element's inline progression direction.
3882+ For example, if an inline element whose parent has ‘< code
3883+ class =css > direction: rtl</ code > ’ breaks across two lines, the
3884+ < em > left</ em > edge of the fragment on the first line will be the broken
3885+ edge. (Note in particular that neither the element's own ‘< code
3886+ class =property > direction</ code > ’ nor its containing block's
3887+ ‘< code class =property > direction</ code > ’ is used.) See < a
3888+ href ="#CSS3-WRITING-MODES "
3889+ rel =biblioentry > [CSS3-WRITING-MODES]<!--{{CSS3-WRITING-MODES}}--> </ a > .
38873890
38883891 < p > UAs may also apply ‘< a href ="#box-decoration-break "> < code
38893892 class =property > box-decoration-break</ code > </ a > ’ to control rendering
@@ -4715,6 +4718,16 @@ <h3 class=no-num id=other-references> Other References</h3>
47154718 </ dd >
47164719 <!---->
47174720
4721+ < dt id =CSS3-WRITING-MODES > [CSS3-WRITING-MODES]
4722+
4723+ < dd > Elika J. Etemad; Koji Ishii; Shinyu Murakami. < a
4724+ href ="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/ "> < cite > CSS
4725+ Writing Modes Module Level 3.</ cite > </ a > 1 September 2011. W3C Working
4726+ Draft. (Work in progress.) URL: < a
4727+ href ="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/ "> http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/</ a >
4728+ </ dd >
4729+ <!---->
4730+
47184731 < dt id =CSS3COLOR > [CSS3COLOR]
47194732
47204733 < dd > Tantek Çelik; Chris Lilley; L. David Baron. < a
0 commit comments