Skip to content

Commit 5f2a6f6

Browse files
committed
Removed text about last call.
Added earliest possible end date of CR period. Fixed a typo in a property name. Made an ALT text longer.
1 parent dfe2469 commit 5f2a6f6

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

css3-background/Overview.src.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,14 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
7171
end of the CR period if there has not been enough interest from
7272
implementers: 'box-decoration-break'.
7373

74-
<p>This specification is a <strong>Last Call Working Draft</strong>. All
75-
persons are encouraged to review this document and <strong>send comments
76-
to the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
77-
mailing list</strong> as described above. The <strong>deadline for
78-
comments</strong> is <strong>17 November 2009</strong>. If there's a conflict
79-
between CSS Backgrounds and Borders Level 3 and CSS 2.1, please report
80-
it to the CSS Working Group. Since these specifications are intended to
81-
be consistent with each other, conflicts indicate an error in one
82-
or both specifications.
83-
8474
<p>The CSS WG maintains an <a href="http://www.w3.org/Style/CSS/Tracker/products/11">issues
8575
list</a> for this module. A <a href="http://www.w3.org/Style/CSS/Test/">test
8676
suite</a> for CSS Backgrounds and Borders Level 3 will be developed during the
8777
Candidate Recommendation phase.
8878

79+
<p>This document will remain Candidate Recommendation at least until
80+
17 June 2010. See the <a href="#exit">CR exit criteria.</a>
81+
8982
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
9083
<!--toc-->
9184

@@ -844,7 +837,7 @@ <h3 id="the-background-origin">The 'background-origin' property</h3>
844837
<p>For elements rendered as a single box, specifies the
845838
<dfn id="background-positioning-area">background positioning area</dfn>.
846839
For elements rendered as multiple boxes (e.g., inline boxes on several
847-
lines, boxes on several pages) specifies which boxes 'box-decoratin-break'
840+
lines, boxes on several pages) specifies which boxes 'box-decoration-break'
848841
operates on to determine the background positioning area(s). Where
849842

850843
<pre class=prod><dfn><var>&lt;bg-origin&gt;</var></dfn> = border-box | padding-box | content-box</pre>
@@ -2595,7 +2588,10 @@ <h3 id="the-box-decoration-break">The 'box-decoration-break' property</h3>
25952588
</dl>
25962589

25972590
<div class="figure">
2598-
<p><img alt="Illustration of box-break" src="box-break.png">
2591+
<p><img alt="Illustration: (1) a single box cut in two in between
2592+
two lines of text by a page break and (2) two boxes, one before and
2593+
one after the page break, both with a border all around and their
2594+
own background image" src="box-break.png">
25992595

26002596
<p class=caption>Two possibilities for
26012597
'box-decoration-break': on the left, the value

0 commit comments

Comments
 (0)