Skip to content

Commit 2ef4075

Browse files
committed
Be slightly more specific about where attr() is allowed.
--HG-- extra : rebase_source : b561270a450233fa4d8f33356934fecbfe929a40
1 parent de686d9 commit 2ef4075

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-values/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
<h1>CSS Values and Units Module Level 3</h1>
2929

30-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2012</h2>
30+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 April 2012</h2>
3131

3232
<dl>
3333
<dt>This version:
3434

3535
<dd><a
36-
href="http://www.w3.org/TR/2012/ED-css3-values-20120420/">http://www.w3.org/TR/2012/ED-css3-values-20120420/</a>
36+
href="http://www.w3.org/TR/2012/ED-css3-values-20120423/">http://www.w3.org/TR/2012/ED-css3-values-20120423/</a>
3737

3838
<dt>Latest version:
3939

@@ -1594,7 +1594,7 @@ <h3 id=attr-notation><span class=secno>8.3. </span> Attribute References:
15941594
http://lists.w3.org/Archives/Member/w3c-css-wg/2002OctDec/0141.html
15951595
-->
15961596

1597-
<p> The <dfn id=attr>attr()</dfn> function can be used as a component value
1597+
<p> The <dfn id=attr>attr()</dfn> function is allowed as a component value
15981598
in properties applied to an element or pseudo-element. It returns the
15991599
value of an attribute on the element. If used on a pseudo-element, it
16001600
returns the value of the attribute on the pseudo-element's originating

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ <h3 id="attr-notation">
11221122
-->
11231123

11241124
<p>
1125-
The <dfn>attr()</dfn> function can be used as a component value in properties applied to an element or pseudo-element.
1125+
The <dfn>attr()</dfn> function is allowed as a component value in properties applied to an element or pseudo-element.
11261126
It returns the value of an attribute on the element.
11271127
If used on a pseudo-element, it returns the value of the attribute on the pseudo-element's originating element.
11281128

0 commit comments

Comments
 (0)