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 1.27 1997-10-30 08:41:20 ian Exp $ -->
3+ <!-- $Id: selector.src,v 1.28 1997-10-30 18:57:10 bbos Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<title>Selectors</title>
@@ -310,7 +310,7 @@ declaration in their style sheets:</p>
310310<p>would be equivalent to:</p>
311311
312312<pre>
313- PARA[type=romeo] { ... }
313+ PARA[type~ =romeo] { ... }
314314</pre>
315315</div>
316316
@@ -397,7 +397,7 @@ selector <samp>#p123</samp> is <em>not</em> equivalent to
397397href="cascade">specificity</a>.
398398
399399<!-- Should this be "latter has a higher specificity?" -IJ -->
400-
400+ <!-- no, it's correct as is - BB -->
401401
402402<h2><a name="contextual-selectors">Contextual selectors</a></h2>
403403
You can’t perform that action at this time.
0 commit comments