8000 [css2] Added link · w3c/csswg-drafts@d5a1696 · GitHub
Skip to content

Commit d5a1696

Browse files
committed
[css2] Added link
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40229
1 parent 5c32a57 commit d5a1696

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

css2/conform.src

Lines changed: 8 additions & 6 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 1.18 1997-10-09 14:41:20 bbos Exp $ -->
3+
<!-- $Id: conform.src,v 1.19 1997-10-16 16:55:24 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Definitions and document conventions</TITLE>
@@ -30,11 +30,13 @@ ancestor</a></H3>
3030
<P>CSS makes use of the fact that a document in the document language
3131
can be thought of as a tree: every element except one has exactly one
3232
<span class="index-def" title="parent">parent</span> element. (See the
33-
SGML and XML specifications[ref] for the definition of parent.) The one
34-
exception is the <span class="index-def" title="root">root</em>
35-
element, which has no parent. An element A is called a <span
36-
class="index-def" title="child">child</span> of an element B, if and
37-
only if B is the parent of A.
33+
SGML (<a href="refs.html#ref-ISO8879">[ISO8879]</a>) and XML (<a
34+
href="refs.html#ref-XML">[XML]</a>) specifications for the
35+
definition of parent.) The one exception is the <span
36+
class="index-def" title="root">root</span> element, which has no
37+
parent. An element A is called a <span class="index-def"
38+
title="child">child</span> of an element B, if and only if B is the
39+
parent of A.
3840

3941
<P>An element A is called a <span class="index-def"
4042
title="ancestor">ancestor</span> of an element B, if either (1) A is

0 commit comments

Comments
 (0)