Skip to content

Commit 8cbc459

Browse files
committed
[css2] Added anchor to "root element"
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401150
1 parent d6ef4eb commit 8cbc459

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

css2/conform.src

Lines changed: 8 additions & 7 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.18 1998-03-13 01:00:50 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.19 1998-03-13 18:46:17 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -116,8 +116,8 @@ tree</span></strong>
116116

117117
<dd>The tree of elements encoded in the source document. Each element
118118
in this tree has exactly one parent, with the exception of the
119-
<strong><span class="index-def" title="root">root</span></strong>
120-
element, which has none.
119+
<strong><span class="index-def" title="root"><a
120+
name="root">root</a></span></strong> element, which has none.
121121

122122
<dt><strong><span class="index-def"
123123
title="child">Child</span></strong>
@@ -255,7 +255,8 @@ If a user agent encounters a property that applies for a supported
255255
media type, the user agent must parse the value according to the property
256256
definition. This means that the user agent must accept all valid
257257
values and must
258-
<span class="index-inst" title="skip">skip</span> other values. User
258+
<span class="index-inst" title="skip">skip</span> declarations with
259+
invalid values. User
259260
agents must <span class="index-inst" title="skip">skip</span>
260261
rules that apply to unsupported <a href="media.html">media
261262
types</a>.
@@ -298,9 +299,9 @@ specification due to the limitations of a particular device (e.g., a
298299
user agent cannot render colors on a monochrome monitor or page) does
299300
not imply non-conformance. </P>
300301

301-
<p>This specification also recommends that a user agent offer the following
302-
functionality to the user (these do not refer to any specific
303-
user interface):</p>
302+
<p>This specification recommends that a user agent offer the following
303+
functionality to the user (these do not refer to any specific user
304+
interface):</p>
304305

305306
<UL>
306307
<LI>Allow the user to specify user style sheets

0 commit comments

Comments
 (0)