Skip to content

Commit 11fabbb

Browse files
committed
[css2] FInished visudet.src and updated other files based on it
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40630
1 parent ef5798e commit 11fabbb

3 files changed

Lines changed: 419 additions & 417 deletions

File tree

css2/conform.src

Lines changed: 12 additions & 1 deletion
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.36 1998-01-12 17:57:12 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 1.37 1998-01-13 14:09:11 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -112,6 +112,17 @@ if B and A share the same parent element. Element A is a preceding
112112
sibling if it comes before B in the document tree. Element B is a
113113
following sibling if it comes after B in the document tree.
114114

115+
<P>An element A is called a <span class="index-def" title="preceding
116+
element"><a name="preceding"><dfn>preceding element</dfn></a></span>
117+
of an element B, if and only if (1) A is an ancestor of B or (2) A is
118+
a preceding sibling of B. An element A is called a <span
119+
class="index-def" title="following element"><a
120+
name="following"><dfn>following element</dfn></a></span> of an element
121+
B, if and only if (1) A is an descendent of B or (2) A is a following
122+
sibling of B.
123+
124+
125+
115126
<div class="html-example"><P>
116127
For example, the following HTML document:
117128
<PRE>

0 commit comments

Comments
 (0)