Skip to content

Commit e124587

Browse files
committed
[css2] Made .romeo equivalent to [class~=romeo], instead or [class=romeo]
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40341
1 parent 30d84ae commit e124587

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/selector.src

Lines changed: 3 additions & 3 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 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
397397
href="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

0 commit comments

Comments
 (0)