Skip to content

Commit 581487a

Browse files
committed
correct block box to block container
1 parent 3339b72 commit 581487a

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css3-break/Overview.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
<h1 id=css-fragmentation-module>CSS Fragmentation Module Level 3</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 March 2012</h2>
20+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 April 2012</h2>
2121

2222
<dl>
2323
<dt>This version:</dt>
24-
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-break-20120328/">http://www.w3.org/TR/2012/WD-css3-break-20120328/</a></dd> -->
24+
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-break-20120430/">http://www.w3.org/TR/2012/WD-css3-break-20120430/</a></dd> -->
2525

2626
<dd><a
2727
href="http://dev.w3.org/csswg/css3-break/">http://dev.w3.org/csswg/css3-break/</a>
@@ -727,10 +727,10 @@ <h3 id=possible-breaks><span class=secno>4.1. </span> Possible Break Points</h3>
727727

728728
<dt id=end-block>Class 3
729729

730-
<dd> Between the content edge of a block box and the outer edges of its
731-
child content (margin edges of block-level children or line box edges for
732-
inline-level children) <em>if</em> there is a (non-zero) gap between
733-
them.
730+
<dd> Between the content edge of a block container box and the outer edges
731+
of its child content (margin edges of block-level children or line box
732+
edges for inline-level children) <em>if</em> there is a (non-zero) gap
733+
between them.
734734
</dl>
735735

736736
<p class=note> Other layout models may add breakpoints to the above
@@ -1404,10 +1404,10 @@ <h3 class=no-num id=other-references>Other references</h3>
14041404
<dt id=CSS3BG>[CSS3BG]
14051405

14061406
<dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a
1407-
href="http://www.w3.org/TR/2012/WD-css3-background-20120214/"><cite>CSS
1408-
Backgrounds and Borders Module Level 3.</cite></a> 14 February 2012. W3C
1409-
Working Draft. (Work in progress.) URL: <a
1410-
href="http://www.w3.org/TR/2012/WD-css3-background-20120214/">http://www.w3.org/TR/2012/WD-css3-background-20120214/</a>
1407+
href="http://www.w3.org/TR/2012/CR-css3-background-20120417/"><cite>CSS
1408+
Backgrounds and Borders Module Level 3.</cite></a> 17 April 2012. W3C
1409+
Candidate Recommendation. (Work in progress.) URL: <a
1410+
href="http://www.w3.org/TR/2012/CR-css3-background-20120417/">http://www.w3.org/TR/2012/CR-css3-background-20120417/</a>
14111411
</dd>
14121412
<!---->
14131413

css3-break/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ <h3 id="possible-breaks">
500500
</dd>
501501
<dt id="end-block">Class 3</dt>
502502
<dd>
503-
Between the content edge of a block box and the outer edges of its
503+
Between the content edge of a block container box and the outer edges of its
504504
child content (margin edges of block-level children or line box
505505
edges for inline-level children) <em>if</em> there is a (non-zero)
506506
gap between them.

0 commit comments

Comments
 (0)