Skip to content

Commit 5fb930c

Browse files
committed
[css2] Fixed broken link
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401314
1 parent 4441ae0 commit 5fb930c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css2/conform.src

Lines changed: 8 additions & 8 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: conform.src,v 2.27 1998-03-20 22:07:22 howcome Exp $ -->
3+
<!-- $Id: conform.src,v 2.28 1998-03-21 00:50:30 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -52,13 +52,13 @@ inheritance</a>.
5252
sheet">validity</span> of a style sheet depends on the level of CSS
5353
used for the style sheet. With very few exceptions, all valid CSS1
5454
style sheets are valid CSS2 style sheets (see the section on <a
55-
href="#changes-from-css1">changes from CSS1</a>). A valid CSS2 style
56-
sheet must be written according to the <a href="grammar.html">grammar
57-
of CSS2</a>. Furthermore, it must contain only at-rules, property
58-
names, and property values defined in this specification. An <span
59-
class="index-def" title="illegal"><strong>illegal</strong></span> or
60-
invalid at-rule, property name, or property value is one that is not
61-
valid.
55+
href="changes.html#changes-from-css1">changes from CSS1</a> in the
56+
appendix). A valid CSS2 style sheet must be written according to the
57+
<a href="grammar.html">grammar of CSS2</a>. Furthermore, it must
58+
contain only at-rules, property names, and property values defined in
59+
this specification. An <span class="index-def"
60+
title="illegal"><strong>illegal</strong></span> or invalid at-rule,
61+
property name, or property value is one that is not valid.
6262

6363
<dt><strong><span class="index-def" title="source document">Source
6464
document</span></strong>

0 commit comments

Comments
 (0)