Skip to content

Commit c7cdd48

Browse files
committed
[css2] Changed "attr" to "attr()" in index, easier recognizable.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40748
1 parent cfa48e5 commit c7cdd48

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.53 1998-01-28 09:06:54 howcome Exp $ -->
3+
<!-- $Id: selector.src,v 1.54 1998-01-28 18:59:01 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -399,8 +399,8 @@ The following rule hides all elements for which the value of the
399399

400400
<h4>Reusing the value of an attribute</h4>
401401

402-
<P>Authors may use the <span class="index-def" title="attr
403-
function"><dfn>attr</dfn></span> function to refer to the
402+
<P>Authors may use the <span class="index-def" title="attr()
403+
function"><dfn>attr()</dfn></span> function to refer to the
404404
value of an attribute in a declaration. The function call
405405
is replaced by the value of the attribute.
406406

0 commit comments

Comments
 (0)