- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Feb 2012 17:15:43 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv14178
Modified Files:
Overview.html Overview.src.html
Log Message:
Mark paragraph about which side of box is broken as a note, since this is covered in CSS2.1 and Writing Modes.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- Overview.html 15 Feb 2012 17:03:03 -0000 1.276
+++ Overview.html 15 Feb 2012 17:15:40 -0000 1.277
@@ -3877,13 +3877,16 @@
‘<code class=css>clone</code>’.
</div>
- <p>For inline elements, which side of a fragment is the broken edge is
- determined by the parent element's inline progression direction, not its
- containing block. For example, if an inline element whose parent has
- ‘<code class=css>direction: rtl</code>’ and whose containing
- block has ‘<code class=css>direction: ltr</code>’ breaks
- across two lines, the left edge of the fragment on the first line will be
- the broken edge.
+ <p class=note> For inline elements, which side of a fragment is the broken
+ edge is determined by the parent element's inline progression direction.
+ For example, if an inline element whose parent has ‘<code
+ class=css>direction: rtl</code>’ breaks across two lines, the
+ <em>left</em> edge of the fragment on the first line will be the broken
+ edge. (Note in particular that neither the element's own ‘<code
+ class=property>direction</code>’ nor its containing block's
+ ‘<code class=property>direction</code>’ is used.) See <a
+ href="#CSS3-WRITING-MODES"
+ rel=biblioentry>[CSS3-WRITING-MODES]<!--{{CSS3-WRITING-MODES}}--></a>.
<p>UAs may also apply ‘<a href="#box-decoration-break"><code
class=property>box-decoration-break</code></a>’ to control rendering
@@ -4715,6 +4718,16 @@
</dd>
<!---->
+ <dt id=CSS3-WRITING-MODES>[CSS3-WRITING-MODES]
+
+ <dd>Elika J. Etemad; Koji Ishii; Shinyu Murakami. <a
+ href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/"><cite>CSS
+ Writing Modes Module Level 3.</cite></a> 1 September 2011. W3C Working
+ Draft. (Work in progress.) URL: <a
+ href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/</a>
+ </dd>
+ <!---->
+
<dt id=CSS3COLOR>[CSS3COLOR]
<dd>Tantek Çelik; Chris Lilley; L. David Baron. <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -d -r1.291 -r1.292
--- Overview.src.html 15 Feb 2012 17:03:04 -0000 1.291
+++ Overview.src.html 15 Feb 2012 17:15:40 -0000 1.292
@@ -2773,12 +2773,14 @@
''slice'', on the right the value ''clone''.
</div>
-<p>For inline elements, which side of a fragment is the broken edge is
-determined by the parent element's inline progression direction, not
-its containing block. For example, if an inline element whose parent has
-''direction: rtl'' and whose containing block has ''direction: ltr''
-breaks across two lines, the left edge of the fragment on the first line
-will be the broken edge.
+<p class=note>
+For inline elements, which side of a fragment is the broken edge is
+determined by the parent element's inline progression direction.
+For example, if an inline element whose parent has ''direction: rtl''
+breaks across two lines, the <em>left</em> edge of the fragment on
+the first line will be the broken edge. (Note in particular that
+neither the element's own 'direction' nor its containing block's
+'direction' is used.) See [[CSS3-WRITING-MODES]].
<p>UAs may also apply 'box-decoration-break' to control rendering
at bidi-imposed breaks, i.e. when bidi reordering causes an inline
Received on Wednesday, 15 February 2012 17:15:46 UTC