Skip to content

Commit f6ae657

Browse files
committed
[css2] fix duplicate anchors
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402723
1 parent 9cbec6e commit f6ae657

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css2/conform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <H2 id=defs><a name="q1">3.1 Definitions</a></H2>
366366
<h2>3.2 <a name="conformance">UA Conformance</a></h2>
367367

368368
<P>This section defines <span class="index-def"
369-
title="conformance"><a name="conformance">conformance</a></span> with
369+
title="conformance"><a name="conformance-term">conformance</a></span> with
370370
the CSS&nbsp;2.1
371371
specification only. There may be other levels of CSS in the future
372372
that may require a user agent to implement a different set of features

css2/conform.src

Lines changed: 2 additions & 2 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.79 2007-03-07 01:56:56 howcome Exp $ -->
3+
<!-- $Id: conform.src,v 2.80 2007-06-13 15:12:11 fantasai Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -340,7 +340,7 @@ end tags.
340340
<h2><a name="conformance">UA Conformance</a></h2>
341341

342342
<P>This section defines <span class="index-def"
343-
title="conformance"><a name="conformance">conformance</a></span> with
343+
title="conformance"><a name="conformance-term">conformance</a></span> with
344344
the CSS&nbsp;2.1
345345
specification only. There may be other levels of CSS in the future
346346
that may require a user agent to implement a different set of features

0 commit comments

Comments
 (0)