Skip to content

Commit df0ae15

Browse files
authored
Merge pull request #3227 from w3c/xfq/attr
[css-content-3] Typo fix
2 parents 549b0e4 + a0477e2 commit df0ae15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-content-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Introduction</h2>
7575
/* Replace &lt;figure&gt; elements with the referenced document, or,
7676
* failing that, with either the contents of the alt attribute or the
7777
* contents of the element itself if there is no alt attribute */
78-
figure[alt] { content: attr(href, url), attr(alt); }
79-
figure:not([alt]) { content: attr(href, url), contents; }
78+
figure[alt] { content: attr(href url), attr(alt); }
79+
figure:not([alt]) { content: attr(href url), contents; }
8080
</pre>
8181
</div>
8282

0 commit comments

Comments
 (0)