Type

From this:
http://www.w3.org/TR/REC-CSS2/conform.html#q1


Sibling
An element A is called a sibling of an element B, if and only if B and A share
the same parent element. Element A is a preceding sibling if it comes before B
in the document tree. Element B is a following sibling if it comes after B in
the document tree.



I assume that's supposed to be "Element B is a following sibling if it comes
after A in the document tree" or "Element A is a following sibling if it comes
after B in the document tree."

-Peter Foti

Received on Friday, 21 July 2000 11:30:31 UTC