Skip to content

Commit 33123d0

Browse files
committed
[css2] Some from the issues list
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402189
1 parent 96e7d57 commit 33123d0

2 files changed

Lines changed: 78 additions & 7 deletions

File tree

css2/cover.src

Lines changed: 69 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,74 @@ reports index</a> at <a href="/TR/">http://www.w3.org/TR/.</a> It is
135135
inappropriate to use W3C Working Drafts as reference material or to
136136
cite them as other than "work in progress."</em>
137137

138+
<p>Patent disclosures relevant to CSS may be found on the Working
139+
Group's public <a
140+
href="http://www.w3.org/Style/CSS/Disclosures">patent disclosure
141+
page.</a></p>
142+
143+
<ins cite="http://www.damowmow.com/temp/csswg/css21/issues"
144+
title="issue 15">
145+
<h3 class="no-num" id="crec">Candidate Recommendation Exit Criteria</h3>
146+
147+
<p>For this specification to exit the CR stage, the following
148+
conditions must be met:</p>
149+
<ol>
150+
<li>
151+
<p>There must be at least two interoperable implementations
152+
for every feature. For the purposes of this criterion,
153+
we define the following terms:</p>
154+
<dl>
155+
<dt>feature</dt>
156+
<dd>
157+
<p>
158+
A section or subsection of the specification.
159+
</p>
160+
</dd>
161+
<dt>interoperable</dt>
162+
<dd>
163+
<p>passing the respective test cases in the test suite, or,
164+
if the implementation is not a web browser, equivalent tests.
165+
Every relevant test in the test suite should have an equivalent
166+
test created if such a UA is to be used to claim interoperability.
167+
In addition if such a UA is to be used to claim interoperability,
168+
then there must one or more additional UAs which can also pass
169+
those equivalent tests in the same way for the purpose of
170+
interoperability. The equivalent tests must be made publicly
171+
available for the purposes of peer review.</p>
172+
</dd>
173+
<dt>implementation</dt>
174+
<dd>
175+
<p>a user agent which:</p>
176+
<ol>
177+
<li>implements the feature.</li>
178+
<li>is available (i.e. publicly downloadable or available
179+
through some other public point of sale mechanism). This is the
180+
"show me" requirement.</li>
181+
<li>is shipping (i.e. development, private or unofficial
182+
versions are insufficient).</li>
183+
<li>is not experimental (i.e. is intended for a wide audience
184+
and could be used on a daily basis).</li>
185+
</ol>
186+
</dd>
187+
</dl>
188+
</li>
189+
<li><p>A minimum of six months of the CR period must have elapsed.
190+
This is to ensure that enough time is given for any remaining major
191+
errors to be caught.</p></li>
192+
<li><p>The CR period will be extended if implementations are slow to
193+
appear.</p></li>
194+
<li><p>Features will be dropped (thus reducing the list of "all"
195+
features mentioned above) if two or more interoperable
196+
implementations of those features are not found by the end of the CR
197+
period.</p></li>
198+
<li><p>Features will also be dropped if sufficient and adequate
199+
tests (by judgment of the working group) have not been produced for
200+
those features by the end of the CR period.</p></li>
201+
</ol>
202+
</ins>
203+
204+
<del cite="http://www.damowmow.com/temp/csswg/css21/issues"
205+
title="issue 15">
138206
<p>For this specification to exit the CR stage, the following
139207
conditions shall be met:
140208
<ol>
@@ -189,11 +257,7 @@ conditions shall be met:
189257
judgment of CSS WG) tests have not been produced for those
190258
feature(s) by the end of the CR period.
191259
</ol>
192-
193-
<p>Patent disclosures relevant to CSS may be found on the Working
194-
Group's public <a
195-
href="http://www.w3.org/Style/CSS/Disclosures">patent disclosure
196-
page.</a></p>
260+
</del>
197261

198262
<!--NewPage--><!-- this is for html2ps -->
199263
<div class="toc">

css2/visudet.src

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.82 2003-08-27 20:08:09 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.83 2003-11-05 17:39:39 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -41,7 +41,14 @@ the containing block is formed by the content edge of the nearest
4141
inline-block ancestor box.
4242
</li>
4343
<li>If the element has 'position: fixed', the containing block is
44-
established by the <a href="visuren.html#viewport">viewport</a>.
44+
established by the <a href="visuren.html#viewport">viewport</a>
45+
<ins cite="http://www.damowmow.com/temp/csswg/css21/issues"
46+
title="issue 18">
47+
in the case of continuous media or the <a
48+
href="page.html#page-box">page box</a> in the case of paged media (in
49+
which case the element is also repeated, see <a
50+
href="visuren.html#fixed-positioning">Fixed positioning</a>).
51+
</ins>
4552
</li>
4653
<li>If the element has 'position: absolute', the containing block is
4754
established by the nearest ancestor with a <span

0 commit comments

Comments
 (0)