- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Feb 2012 09:48:32 +0000
- To: public-css-commits@w3.org
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 - ‘<a href="#box-decoration-break"><code + elements, at a line break<!-- ISSUE-182-->, the ‘<a + href="#box-decoration-break"><code class=property>box-decoration-break</code></a>’ 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>’ inside a block with ‘<code class=css>direction: ltr</code>’ will break on the left side. + <p>UAs may also apply ‘<a href="#box-decoration-break"><code + class=property>box-decoration-break</code></a>’ 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 ‘<code class=css>slice</code>’. + <h3 id=the-box-shadow><span class=secno>6.2. </span>The ‘<a href="#box-shadow"><code class=property>box-shadow</code></a>’ 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