- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 00:13:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv2528
Modified Files:
Overview.html Overview.src.html alternate-spec-style.css
Log Message:
Minor fix in change log
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 12 Aug 2011 00:10:21 -0000 1.15
+++ Overview.html 12 Aug 2011 00:13:51 -0000 1.16
@@ -25,13 +25,13 @@
<h1 id=css-regions-module>CSS regions Module</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 August 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 August 2011</h2>
<dl>
<dt>This version:
<dd><a
- href="http://www.w3.org/TR/2011/ED-css3-regions-20110811/">http://www.w3.org/csswg/css3-regions</a>
+ href="http://www.w3.org/TR/2011/ED-css3-regions-20110812/">http://www.w3.org/csswg/css3-regions</a>
<dt>Latest version:
@@ -790,6 +790,19 @@
class=html><object></code>/<code class=html><embed></code>
sources the same way it applies to other flow content.
+ <p><br>
+
+ <p>The ‘<a href="#flow-into"><code
+ class=property>flow-into</code></a>’ does not apply to the <code
+ class=css>::first-line</code> and <code
+ class=css>::first-character</code>.
+
+ <p>The effect of ‘<a href="#flow-into"><code
+ class=property>flow-into</code></a>’ on generated content such as
+ <code class=css>::marker</code>, <code class=css>::before</code> and <code
+ class=css>::after</code> is undefined. This may change depending on
+ implementation feedback.
+
<h3 id=the-content-property><span class=secno>3.2. </span>The ‘<a
href="#content-from"><code class=property>content</code></a>’
property</h3>
@@ -2096,7 +2109,7 @@
<tr class="assert must">
<th>Sync / Async
- <td>Sync
+ <td>Async
<tr class="assert must">
<th>Bubbles
@@ -2449,12 +2462,8 @@
<li>Reworded the paragraph on how regions create a new stacking context,
as per the <a
href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0025.html">mailing
- list discussion</a>
- </ul>
-
- <p>.
+ list discussion</a>.
- <ul>
<li>Reworked the "CSS regions Model" section to now be "CSS regions
Layout". Moved the definition of a region as the first sub-section.
Index: alternate-spec-style.css
===================================================================
RCS file: /sources/public/csswg/css3-regions/alternate-spec-style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- alternate-spec-style.css 12 Aug 2011 00:10:21 -0000 1.5
+++ alternate-spec-style.css 12 Aug 2011 00:13:51 -0000 1.6
@@ -157,4 +157,8 @@
.resolved, .moved, .stale {
display: none;
+}
+
+p {
+ margin-bottom: 1em;
}
\ No newline at end of file
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.src.html 12 Aug 2011 00:10:21 -0000 1.17
+++ Overview.src.html 12 Aug 2011 00:13:51 -0000 1.18
@@ -629,7 +629,15 @@
"html"><object></code>/<code class=
"html"><embed></code> sources the same way it applies to other flow content.
</p>
+
+ <br />
+ <p>The 'flow-into' does not apply to the <code class="css">::first-line</code> and <code class="css">::first-character</code>.</p>
+
+ <p>The effect of 'flow-into' on generated content such as <code class="css">::marker</code>,
+ <code class="css">::before</code> and <code class="css">::after</code>
+ is undefined. This may change depending on implementation feedback.</p>
+
<h3 id="the-content-property">The 'content' property</h3>
<p>This specification extends the definition of the 'content' property.</p>
@@ -1872,7 +1880,7 @@
<tbody><tr class="assert must"><th>Type</th>
<td class="eventname"><strong><code>regionLayoutUpdate</code></strong></td></tr>
<tr class="assert must"><th>Interface</th> <td><a href="#events-UIEvent"><code>UIEvent</code></a></td></tr>
- <tr class="assert must"><th>Sync / Async</th> <td>Sync</td></tr>
+ <tr class="assert must"><th>Sync / Async</th> <td>Async</td></tr>
<tr class="assert must"><th>Bubbles</th> <td>Yes</td></tr>
<tr class="assert must"><th>Target</th> <td><code>Element</code></td></tr>
<tr class="assert must"><th>Cancelable</th> <td>Yes</td></tr>
@@ -2139,7 +2147,7 @@
<li>In the 'flow' property description, removed the required wrapper anonymous
block as agreed on <a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0161.html">mailing list discussion</a>.</li>
<li>Reworded the paragraph on how regions create a new stacking context, as
- per the <a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0025.html">mailing list discussion</a></li>.
+ per the <a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0025.html">mailing list discussion</a>.</li>
<li>Reworked the "CSS regions Model" section to now be "CSS regions Layout". Moved the
definition of a region as the first sub-section.</li>
<li>Removed the "Visual Formatting Model and Flows" section to match the new Regions Model
Received on Friday, 12 August 2011 00:13:59 UTC