Skip to content

Commit db6f160

Browse files
committed
[css2] Added commented note to authors on URL values
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40876
1 parent 0ab8642 commit db6f160

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css2/selector.src

Lines changed: 4 additions & 1 deletion
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.3 1998-02-09 23:47:54 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.4 1998-02-11 23:41:23 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -396,6 +396,9 @@ The following rule hides all elements for which the value of the
396396

397397
<h4>Reusing the value of an attribute</h4>
398398

399+
<!-- Note: URL is subtle. Must return the BASE of the
400+
source document and return a location-independent URL -->
401+
399402
<P>Authors may use the <span class="index-def" title="attr()
400403
function"><dfn>attr()</dfn></span> function to refer to the
401404
value of an attribute in a declaration. The function call

0 commit comments

Comments
 (0)