Skip to content

Commit ef4dbf1

Browse files
committed
[css2] ':lang()' can be deduced from the doc tree in some cases
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401790
1 parent 1a79ad5 commit ef4dbf1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

css2/selector.src

Lines changed: 6 additions & 4 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: selector.src,v 2.56 1999-11-02 19:06:17 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.57 1999-11-04 20:23:35 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -641,9 +641,11 @@ pseudo-elements give access to generated content).
641641
their name, attributes or content; in principle characteristics that
642642
cannot be deduced from the document tree. Pseudo-classes may be
643643
dynamic, in the sense that an element may acquire or lose a
644-
pseudo-class while a user interacts with the document. The exception
645-
is <a href="#first-child">':first-child'</a>, which <em>can</em> be
646-
deduced from the document tree.
644+
pseudo-class while a user interacts with the document. The exceptions
645+
are <a href="#first-child">':first-child'</a>, which <em>can</em> be
646+
deduced from the document tree, and
647+
<a href="#lang">':lang()'</a>, which can be
648+
deduced from the document tree in some cases.
647649
</ul>
648650

649651
<P>Neither pseudo-elements nor pseudo-classes appear in the document

0 commit comments

Comments
 (0)