- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2012 20:00:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv31029
Modified Files:
Overview.html Overview.src.html
Log Message:
Clarified that region styles only apply to the portion of the element that falls into a region. See http://lists.w3.org/Archives/Public/www-style/2011Dec/0480.html
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Overview.html 25 Jan 2012 19:35:46 -0000 1.41
+++ Overview.html 25 Jan 2012 20:00:31 -0000 1.42
@@ -1234,9 +1234,13 @@
rel=biblioentry>[DOM-LEVEL-2-TRAVERSAL-RANGE]<!--{{DOM-LEVEL-2-TRAVERSAL-RANGE}}--></a>)
from the region's flow that flows in the selected region(s).
+ <div class=issue-marker><a
+ href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15713">Bug-15713</a></div>
+
<p>Elements that are fully or partially in the ‘<code class=css>flow
segment</code>’ may match any of the selectors found in the style
- rule.
+ rule. However, the style rules only apply to the portion of the element
+ that falls into the corresponding region.
<p>Only a limited list of properties can be set in a region style rule:
@@ -1753,6 +1757,13 @@
class=property>region-overflow</code></a>’ already. See <a
href="http://lists.w3.org/Archives/Public/www-style/2011Dec/0477.html">mailing
list feedback.</a>
+
+ <li>Clarified that @region style rules only apply to the ‘<code
+ class=property>portion</code>’ of an element that falls into the
+ corresponding region and added an issue that the model for ‘<code
+ class=property>partial</code>’ styling needs to be defined. See <a
+ href="http://lists.w3.org/Archives/Public/www-style/2011Dec/0480.html">mailing
+ list feedback</a>.
</ul>
<h3 id="changes_from_June_09_2011"><span class=secno>10.2. </span>Changes
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Overview.src.html 25 Jan 2012 19:35:46 -0000 1.46
+++ Overview.src.html 25 Jan 2012 20:00:32 -0000 1.47
@@ -1050,8 +1050,13 @@
[[DOM-LEVEL-2-TRAVERSAL-RANGE]]) from the region's flow that flows in the
selected region(s).</p>
+ <div class="issue-marker"><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15713">Bug-15713</a></div>
+
<p>Elements that are fully or partially in the 'flow segment' may match any of the
- selectors found in the style rule.</p>
+ selectors found in the style rule. However, the style rules only apply to the
+ portion of the element that falls into the corresponding region.</p>
+
+
<p>Only a limited list of properties can be set in a region style rule:</p>
<div class="issue-marker"><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15190">Bug-15190</a></div>
@@ -1428,6 +1433,9 @@
Removed the section about split boxes and replaced with paragraph referencing the page breaking behavior.
Removed the discussion about how the 'overflow' property applies to content flown in regions from the
break section, since this is covered in the section on 'region-overflow' already. See <a href="http://lists.w3.org/Archives/Public/www-style/2011Dec/0477.html">mailing list feedback.</a></li>
+ <li>Clarified that @region style rules only apply to the 'portion' of an element that falls into
+ the corresponding region and added an issue that the model for 'partial' styling needs to
+ be defined. See <a href="http://lists.w3.org/Archives/Public/www-style/2011Dec/0480.html">mailing list feedback</a>.</li>
</ul>
Received on Wednesday, 25 January 2012 20:00:36 UTC