csswg/css3-background Overview.html,1.267,1.268 Overview.src.html,1.281,1.282

Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv31048

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Make application of box-decoration-break to bidi optional; specify it more precisely.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- Overview.html	23 Jan 2012 20:25:47 -0000	1.267
+++ Overview.html	7 Feb 2012 09:48:29 -0000	1.268
@@ -22,13 +22,13 @@
 
    <h1>CSS Backgrounds and Borders Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 February
     2012</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120123">http://www.w3.org/TR/2012/ED-css3-background-20120123/</a> -->
+    <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120207">http://www.w3.org/TR/2012/ED-css3-background-20120207/</a> -->
      <a
      href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
      
@@ -3774,8 +3774,8 @@
   </table>
 
   <p>When a box is broken at a page break, column break, or, for inline
-   elements, at a line break or bidi-imposed break<!-- ISSUE-182-->, the
-   &lsquo;<a href="#box-decoration-break"><code
+   elements, at a line break<!-- ISSUE-182-->, the &lsquo;<a
+   href="#box-decoration-break"><code
    class=property>box-decoration-break</code></a>&rsquo; property specifies
    whether individual boxes are treated as broken pieces of one continuous
    box, or whether each box is individually wrapped with the border and
@@ -3856,6 +3856,12 @@
    class=css>direction: rtl</code>&rsquo; inside a block with &lsquo;<code
    class=css>direction: ltr</code>&rsquo; will break on the left side.
 
+  <p>UAs may also apply &lsquo;<a href="#box-decoration-break"><code
+   class=property>box-decoration-break</code></a>&rsquo; to control rendering
+   at bidi-imposed breaks, i.e. when bidi reordering causes an inline to
+   split into non-contiguous fragments. Otherwise such breaks are always
+   handled as &lsquo;<code class=css>slice</code>&rsquo;.
+
   <h3 id=the-box-shadow><span class=secno>6.2. </span>The &lsquo;<a
    href="#box-shadow"><code class=property>box-shadow</code></a>&rsquo;
    property</h3>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- Overview.src.html	23 Jan 2012 20:25:48 -0000	1.281
+++ Overview.src.html	7 Feb 2012 09:48:30 -0000	1.282
@@ -2703,7 +2703,7 @@
 </table>
 
 <p>When a box is broken at a page break, column break, or, for inline
-elements, at a line break or bidi-imposed break<!-- ISSUE-182-->, the
+elements, at a line break<!-- ISSUE-182-->, the
 'box-decoration-break' property specifies
 whether individual boxes are treated as broken pieces of one continuous box,
 or whether each box is individually wrapped with the border and padding.
@@ -2775,6 +2775,11 @@
 with ''direction: rtl'' inside a block with ''direction: ltr''
 will break on the left side.
 
+<p>UAs may also apply 'box-decoration-break' to control rendering
+at bidi-imposed breaks, i.e. when bidi reordering causes an inline
+to split into non-contiguous fragments. Otherwise such breaks are
+always handled as ''slice''.
+
 <h3 id="the-box-shadow">The 'box-shadow' property</h3>
 
 <table class=propdef>

Received on Tuesday, 7 February 2012 09:50:32 UTC