File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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).
641641their name, attributes or content; in principle characteristics that
642642cannot be deduced from the document tree. Pseudo-classes may be
643643dynamic, 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
You can’t perform that action at this time.
0 commit comments