Skip to content

Commit dfe2469

Browse files
committed
Small correction: CSS21 was both normative and informative.
Added date for earliest end of CR period.
1 parent d0feb42 commit dfe2469

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS] [DATE]</h2>
3535
<dl>
3636
<dt>This version:</dt>
3737
<dd>
38-
<!--<a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">[VERSION]</a>-->
38+
<!--<a href="http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]">[VERSION]</a>-->
3939
<a href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
4040

4141
<dt>Latest version:
@@ -83,7 +83,9 @@ <h2 class="no-num no-toc">Status of this document</h2>
8383
this draft incorporates useful feedback from implementors as well as
8484
authors and users.
8585

86-
<p>This document is now exiting from Last Call.
86+
<p>This document will remain Candidate Recommendation at least until
87+
17 June 2010. See the <a href="#cr-exit-criteria">CR exit
88+
criteria.</a>
8789

8890

8991
<h2 class="no-num no-toc"><a name="contents">Table of contents</a></h2>
@@ -1056,7 +1058,7 @@ <h2>Column breaks</h2>
10561058
described in the same properties as page breaks: 'break-before',
10571059
'break-after', and 'break-inside'. These properties take the same
10581060
values as 'page-break-before', 'page-break-after', and
1059-
'page-break-inside' [[CSS21]]. In addition, some new keyword values
1061+
'page-break-inside' [[!CSS21]]. In addition, some new keyword values
10601062
are added.
10611063

10621064
<table class=propdef>
@@ -1143,7 +1145,7 @@ <h2>Column breaks</h2>
11431145
</table>
11441146

11451147

1146-
<p>These properties describe page/column break behavior before/after/inside the generated box. These are normatively defined in [[CSS21]]:
1148+
<p>These properties describe page/column break behavior before/after/inside the generated box. These are normatively defined in [[!CSS21]]:
11471149

11481150
<dl>
11491151
<dt>auto
@@ -1638,7 +1640,7 @@ <h2>Conformance</h2>
16381640
and notes. [[!RFC2119]]</p>
16391641

16401642

1641-
<h3>CR exit criteria</h3>
1643+
<h3 id=cr-exit-criteria>CR exit criteria</h3>
16421644

16431645
<p>As described in the W3C process document, a <a
16441646
href="http://www.w3.org/2005/10/Process-20051014/tr.html#cfi">Candidate

0 commit comments

Comments
 (0)