Skip to content

Commit eda7a32

Browse files
committed
Minor fix in change log
1 parent 8e2fbfe commit eda7a32

3 files changed

Lines changed: 31 additions & 10 deletions

File tree

css3-regions/Overview.html

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
<h1 id=css-regions-module>CSS regions Module</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 August 2011</h2>
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 August 2011</h2>
2929

3030
<dl>
3131
<dt>This version:
3232

3333
<dd><a
34-
href="http://www.w3.org/TR/2011/ED-css3-regions-20110811/">http://www.w3.org/csswg/css3-regions</a>
34+
href="http://www.w3.org/TR/2011/ED-css3-regions-20110812/">http://www.w3.org/csswg/css3-regions</a>
3535

3636
<dt>Latest version:
3737

@@ -790,6 +790,19 @@ <h3 id=the-flow-into-property><span class=secno>3.1. </span>The &lsquo;<a
790790
class=html>&lt;object&gt;</code>/<code class=html>&lt;embed&gt;</code>
791791
sources the same way it applies to other flow content.
792792

793+
<p><br>
794+
795+
<p>The &lsquo;<a href="#flow-into"><code
796+
class=property>flow-into</code></a>&rsquo; does not apply to the <code
797+
class=css>::first-line</code> and <code
798+
class=css>::first-character</code>.
799+
800+
<p>The effect of &lsquo;<a href="#flow-into"><code
801+
class=property>flow-into</code></a>&rsquo; on generated content such as
802+
<code class=css>::marker</code>, <code class=css>::before</code> and <code
803+
class=css>::after</code> is undefined. This may change depending on
804+
implementation feedback.
805+
793806
<h3 id=the-content-property><span class=secno>3.2. </span>The &lsquo;<a
794807
href="#content-from"><code class=property>content</code></a>&rsquo;
795808
property</h3>
@@ -2096,7 +2109,7 @@ <h3 id=region-flow-layout-events><span class=secno>5.3. </span>Region flow
20962109
<tr class="assert must">
20972110
<th>Sync / Async
20982111

2099-
<td>Sync
2112+
<td>Async
21002113

21012114
<tr class="assert must">
21022115
<th>Bubbles
@@ -2449,12 +2462,8 @@ <h3 id="changes_from_June_09_2011"><span class=secno>8.1. </span>Changes
24492462
<li>Reworded the paragraph on how regions create a new stacking context,
24502463
as per the <a
24512464
href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0025.html">mailing
2452-
list discussion</a>
2453-
</ul>
2454-
2455-
<p>.
2465+
list discussion</a>.
24562466

2457-
<ul>
24582467
<li>Reworked the "CSS regions Model" section to now be "CSS regions
24592468
Layout". Moved the definition of a region as the first sub-section.
24602469

css3-regions/Overview.src.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,15 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
629629
"html">&lt;object&gt;</code>/<code class=
630630
"html">&lt;embed&gt;</code> sources the same way it applies to other flow content.
631631
</p>
632+
633+
<br />
632634

635+
<p>The 'flow-into' does not apply to the <code class="css">::first-line</code> and <code class="css">::first-character</code>.</p>
636+
637+
<p>The effect of 'flow-into' on generated content such as <code class="css">::marker</code>,
638+
<code class="css">::before</code> and <code class="css">::after</code>
639+
is undefined. This may change depending on implementation feedback.</p>
640+
633641
<h3 id="the-content-property">The 'content' property</h3>
634642

635643
<p>This specification extends the definition of the 'content' property.</p>
@@ -1872,7 +1880,7 @@ <h3 id="region-flow-layout-events">Region flow layout events</h3>
18721880
<tbody><tr class="assert must"><th>Type</th>
18731881
<td class="eventname"><strong><code>regionLayoutUpdate</code></strong></td></tr>
18741882
<tr class="assert must"><th>Interface</th> <td><a href="#events-UIEvent"><code>UIEvent</code></a></td></tr>
1875-
<tr class="assert must"><th>Sync / Async</th> <td>Sync</td></tr>
1883+
<tr class="assert must"><th>Sync / Async</th> <td>Async</td></tr>
18761884
<tr class="assert must"><th>Bubbles</th> <td>Yes</td></tr>
18771885
<tr class="assert must"><th>Target</th> <td><code>Element</code></td></tr>
18781886
<tr class="assert must"><th>Cancelable</th> <td>Yes</td></tr>
@@ -2139,7 +2147,7 @@ <h3 id="changes_from_June_09_2011">Changes from <a href="http://www.w3.org/TR/20
21392147
<li>In the 'flow' property description, removed the required wrapper anonymous
21402148
block as agreed on <a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0161.html">mailing list discussion</a>.</li>
21412149
<li>Reworded the paragraph on how regions create a new stacking context, as
2142-
per the <a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0025.html">mailing list discussion</a></li>.
2150+
per the <a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0025.html">mailing list discussion</a>.</li>
21432151
<li>Reworked the "CSS regions Model" section to now be "CSS regions Layout". Moved the
21442152
definition of a region as the first sub-section.</li>
21452153
<li>Removed the "Visual Formatting Model and Flows" section to match the new Regions Model

css3-regions/alternate-spec-style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,8 @@ pre.idl {
157157

158158
.resolved, .moved, .stale {
159159
display: none;
160+
}
161+
162+
p {
163+
margin-bottom: 1em;
160164
}

0 commit comments

Comments
 (0)