Skip to content

Commit b29924f

Browse files
committed
[css2] remove 'applicable' as per http://lists.w3.org/Archives/Member/w3c-css-wg/2007JulSep/0031.html (and fix heading anchors)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402763
1 parent 52a56d4 commit b29924f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css2/conform.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ <H1><a name="q0">3 Conformance: Requirements and Recommendations</a></H1>
2828
<div class="subtoc">
2929
<p><strong>Contents</strong>
3030
<ul class="toc">
31-
<li class="tocline2"><a href="conform.html#q1" class="tocxref">3.1 Definitions</a>
31+
<li class="tocline2"><a href="conform.html#defs" class="tocxref">3.1 Definitions</a>
3232
<li class="tocline2"><a href="conform.html#conformance" class="tocxref">3.2 UA Conformance</a>
33-
<li class="tocline2"><a href="conform.html#q3" class="tocxref">3.3 Error conditions</a>
33+
<li class="tocline2"><a href="conform.html#errors" class="tocxref">3.3 Error conditions</a>
3434
<li class="tocline2"><a href="conform.html#text-css" class="tocxref">3.4 <span class="index-def" title="text/css">The text/css content type</span></a>
3535
</ul>
3636
</div>
3737

38-
<H2 id=defs><a name="q1">3.1 Definitions</a></H2>
38+
<H2>3.1 <a name="defs">Definitions</a></H2>
3939

4040
<P>The key words <a name="x0"><span class="index-def" title="MUST">"MUST"</span></a>,
4141
<a name="x1"><span class="index-def" title="MUST NOT">"MUST NOT"</span></a>, <a name="x2"><span
@@ -401,7 +401,7 @@ <h2>3.2 <a name="conformance">UA Conformance</a></h2>
401401

402402

403403
<li>For each element in a <a href="#doctree">document tree</a>, it
404-
must assign a value for every applicable property according to the
404+
must assign a value for every property according to the
405405
property's definition and the rules of <a
406406
href="cascade.html">cascading and inheritance</a>.
407407

@@ -448,7 +448,7 @@ <h2>3.2 <a name="conformance">UA Conformance</a></h2>
448448
support as experimental. A future level of CSS may specify this further.
449449

450450

451-
<h2><a name="q3">3.3 Error conditions</a></h2>
451+
<h2>3.3 <a name="errors">Error conditions</a></h2>
452452

453453
<p>In general, this document specifies error handling behavior
454454
throughout the specification. For example, see the <a

css2/conform.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: conform.src,v 2.80 2007-06-13 15:12:11 fantasai Exp $ -->
3+
<!-- $Id: conform.src,v 2.81 2007-07-17 02:01:29 fantasai Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -9,7 +9,7 @@
99
<BODY>
1010
<H1>Conformance: Requirements and Recommendations</H1>
1111

12-
<H2 id=defs>Definitions</H2>
12+
<H2><a name="defs">Definitions</a></H2>
1313

1414
<P>The key words <span class="index-def" title="MUST">"MUST"</span>,
1515
<span class="index-def" title="MUST NOT">"MUST NOT"</span>, <span
@@ -378,7 +378,7 @@ backwards compatibility, see CSS1 for list of these properties),
378378
i.e., the default style sheet value -IJ -->
379379

380380
<li>For each element in a <a href="#doctree">document tree</a>, it
381-
must assign a value for every applicable property according to the
381+
must assign a value for every property according to the
382382
property's definition and the rules of <a
383383
href="cascade.html">cascading and inheritance</a>.
384384

@@ -425,7 +425,7 @@ properties to these elements. Authors are recommended to treat such
425425
support as experimental. A future level of CSS may specify this further.
426426

427427

428-
<h2>Error conditions</h2>
428+
<h2><a name="errors">Error conditions</a></h2>
429429

430430
<p>In general, this document specifies error handling behavior
431431
throughout the specification. For example, see the <a

0 commit comments

Comments
 (0)