Skip to content

Commit 7a1cf13

Browse files
committed
Prep. for publication.
1 parent b3a16a0 commit 7a1cf13

1 file changed

Lines changed: 23 additions & 41 deletions

File tree

css-text-decor/Overview.src.html

Lines changed: 23 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ <h1 class="p-name">CSS Text Decoration Module Level 3</h1>
2020
<h2 class="no-num no-toc">[LONGSTATUS] <span class="dt-updated"><span class="value-title" title="[CDATE]">[DATE]</span></span></h2>
2121
<dl>
2222
<dt>This version:</dt>
23-
<!--
24-
<dd><a class="u-url" href="http://www.w3.org/TR/[YEAR]/WD-css-text-decor-3-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css-text-decor-3-[CDATE]/</a></dd>
25-
-->
26-
<dd><a class="u-url" href="http://dev.w3.org/csswg/css-text-decor-3/">http://dev.w3.org/csswg/css-text-decor-3/</a>
23+
<dd><a class="u-url" href="http://www.w3.org/TR/[YEAR]/CR-css-text-decor-3-[CDATE]/">[VERSION]</a></dd>
2724

2825
<dt>Latest version:</dt>
2926
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a></dd>
@@ -33,7 +30,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] <span class="dt-updated"><span class="val
3330

3431
<dt>Previous version:</dt>
3532
<dd><a rel="previous"
36-
href="http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/">http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/</a>
33+
href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/</a>
3734

3835
<dt>Issues List:</dt>
3936
<dd><a rel="issues" href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a>
@@ -68,17 +65,7 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
6865

6966
<h2 class="no-num no-toc" id="status">Status of this document</h2>
7067

71-
72-
<p><em>This section describes the status of this document at the time of
73-
its publication. Other documents may supersede this document. A list of
74-
current W3C publications and the latest revision of this technical report
75-
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
76-
index at http://www.w3.org/TR/.</a></em>
77-
78-
<p>Publication as a Working Draft does not imply endorsement by the W3C
79-
Membership. This is a draft document and may be updated, replaced or
80-
obsoleted by other documents at any time. It is inappropriate to cite this
81-
document as other than work in progress.
68+
<!--status-->
8269

8370
<p>This CSS module has been produced as a combined effort of the <a
8471
href="http://www.w3.org/International/Activity">W3C Internationalization Activity</a>,
@@ -89,35 +76,30 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
8976
href="http://cgi.w3.org/MemberAccess/AccessRequest">members
9077
only</a>).
9178

92-
<p>This document was produced by a group operating under the <a
93-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
94-
2004 W3C Patent Policy</a>. W3C maintains a <a
95-
href="http://www.w3.org/2004/01/pp-impl/32061/status"
96-
rel=disclosure>public list of any patent disclosures</a> made in
97-
connection with the deliverables of the group; that page also includes
98-
instructions for disclosing a patent. An individual who has actual
99-
knowledge of a patent which the individual believes contains <a
100-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
101-
Claim(s)</a> must disclose the information in accordance with <a
102-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
103-
6 of the W3C Patent Policy</a>.</p>
104-
105-
<p><strong>Feedback on this draft should be posted to the
106-
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
107-
public mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a></strong>
108-
(see <a href="http://www.w3.org/Mail/Request">instructions</a>) <strong>with
109-
<kbd>[text-decor-3]</kbd> in the subject line.</strong>
110-
You are strongly encouraged to complain if you see something stupid
111-
in this draft. The editors will do their best to respond to all feedback.</p>
112-
113-
<p>The following features are at risk and may be cut from the spec during
114-
its CR period if there are no (correct) implementations:</p>
79+
<p>The following features are at risk and may be cut from the
80+
specification during its CR period if there are no (correct)
81+
implementations:</p>
11582
<ul>
11683
<li>the 'text-decoration-skip' property
117-
<li>the <a href="#line-position">line positioning rules</a>
84+
<li>the line positioning rules
11885
<li>the ability to place both emphasis marks and ruby above the same base text
11986
</ul>
12087

88+
<p>No implementation report is available yet. A test suite is under
89+
development, see the <a
90+
href="http://www.w3.org/Style/CSS/Test/">W3C CSS test suites
91+
page.</a>
92+
93+
<p>The specification will not transition to Proposed Recommendation
94+
before 1 February 2014. (See the section <a
95+
href="#cr-exit-criteria">CR Exit Criteria</a> for more about the
96+
conditions for transition.)
97+
98+
<p>Changes since the last Working Draft are listed in <a
99+
href="#changes">Appendix C</a> and the list of all comments
100+
received on that draft is in the <a
101+
href="issues-lc-2013">Disposition of Comments.</a>
102+
121103
<h2 class="no-num no-toc" id="contents">
122104
Table of Contents</h2>
123105

@@ -1454,7 +1436,7 @@ <h3 class="no-num" id="recent-changes">
14541436
<li>Updated required behavior of emphasis marks in the presence of ruby, based on implementation feedback.
14551437
</ul>
14561438

1457-
A <a href="http://www.w3.org/TR/css-text-decor-3/issues-lc-2013">Disposition of Comments</a> is available.
1439+
<p>A <a href="issues-lc-2013">Disposition of Comments</a> is available.
14581440

14591441
<h2 class="no-num" id="default-stylesheet">
14601442
Appendix D: Default UA Stylesheet</h2>

0 commit comments

Comments
 (0)