Skip to content

Commit eaf81e1

Browse files
committed
Remove lingering commented-out incorrect example.
1 parent 2fdf365 commit eaf81e1

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

css3-values/Overview.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

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

31-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 July 2012</h2>
31+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 July 2012</h2>
3232

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

3636
<dd><a
37-
href="http://www.w3.org/TR/2012/ED-css3-values-20120709/">http://www.w3.org/TR/2012/ED-css3-values-20120709/</a>
37+
href="http://www.w3.org/TR/2012/ED-css3-values-20120711/">http://www.w3.org/TR/2012/ED-css3-values-20120711/</a>
3838

3939
<dt>Latest version:
4040

@@ -1904,11 +1904,7 @@ <h3 id=attr-notation><span class=secno>8.3. </span> Attribute References:
19041904

19051905
margin: attr(vertical length) attr(horizontal deg);
19061906
/* deg units are not valid at that point */
1907-
<!--
1908-
font: attr(weight, integer) attr(size, length)/attr(height,
1909-
integer) attr(family, string); /* invalid because
1910-
&lt;'font-weight'>s are not integers, but identifiers. */
1911-
-->
1907+
19121908
color: attr(color); /* 'color' doesn't accept strings */</pre>
19131909
</div>
19141910

css3-values/Overview.src.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,11 +1412,7 @@ <h3 id="attr-notation">
14121412

14131413
margin: attr(vertical length) attr(horizontal deg);
14141414
/* deg units are not valid at that point */
1415-
<!--
1416-
font: attr(weight, integer) attr(size, length)/attr(height,
1417-
integer) attr(family, string); /* invalid because
1418-
&lt;'font-weight'>s are not integers, but identifiers. */
1419-
-->
1415+
14201416
color: attr(color); /* 'color' doesn't accept strings */</pre>
14211417
</div>
14221418

0 commit comments

Comments
 (0)