We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549b0e4 commit a0477e2Copy full SHA for a0477e2
css-content-3/Overview.bs
@@ -75,8 +75,8 @@ Introduction</h2>
75
/* Replace <figure> elements with the referenced document, or,
76
* failing that, with either the contents of the alt attribute or the
77
* 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; }
+ figure[alt] { content: attr(href url), attr(alt); }
+ figure:not([alt]) { content: attr(href url), contents; }
80
</pre>
81
</div>
82
0 commit comments