Skip to content

Commit 10d8f58

Browse files
committed
Editorial change to exclusion processing model example
1 parent 84cede6 commit 10d8f58

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ <h5>Step 2: resolve wrapping contexts and layout containing blocks</h5>
853853
<p>In this step, each containing block is processed in turn. For each containing block,
854854
we (conceptually) go through two phases:</p>
855855
<ol>
856-
<li>resolve the wrapping context</li>
856+
<li>resolve the wrapping context: resolve the position and size of its exclusions</li>
857857
<li>layout the containing block</li>
858858
</ol>
859859

css3-exclusions/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,12 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 March 2012</h2>
169169
<!--begin-copyright-->
170170
<p class=copyright><a
171171
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
172-
rel=license>Copyright</a> &copy; 2012 <a
173-
href="http://www.w3.org/"><acronym
174-
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
175-
href="http://www.csail.mit.edu/"><acronym
176-
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
177-
href="http://www.ercim.eu/"><acronym
178-
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
172+
rel=license>Copyright</a> &copy; 2012 <a href="http://www.w3.org/"><abbr
173+
title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a
174+
href="http://www.csail.mit.edu/"><abbr
175+
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
176+
href="http://www.ercim.eu/"><abbr
177+
title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
179178
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
180179
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
181180
<a
@@ -1202,7 +1201,8 @@ <h5 id=step-2-resolve-wrapping-contexts-and-lay><span class=secno>3.5.1.2.
12021201
containing block, we (conceptually) go through two phases:
12031202

12041203
<ol>
1205-
<li>resolve the wrapping context
1204+
<li>resolve the wrapping context: resolve the position and size of its
1205+
exclusions
12061206

12071207
<li>layout the containing block
12081208
</ol>

0 commit comments

Comments
 (0)