Skip to content

Commit c964fd9

Browse files
committed
[css2] Minor fix
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40838
1 parent c69938b commit c964fd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/selector.src

Lines changed: 2 additions & 2 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.2 1998-02-07 02:01:56 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.3 1998-02-09 23:47:54 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -420,7 +420,7 @@ types: attr-integer(), attr-url(), attr-color(), etc.
420420
<h3><a name="class-html">The "class" attribute in HTML</a></h3>
421421

422422
<p>For style sheets used with HTML, authors may use the dot (.)
423-
notation as an alternative to the "~=" notation. Thus, in HTML,
423+
notation as an alternative to the "~=" notation. Thus, for HTML,
424424
"DIV.value" and "DIV[class~=value]" have the same meaning. The
425425
attribute value must immediately follow the ".".
426426

0 commit comments

Comments
 (0)