diff --git a/css-content-3/Overview.bs b/css-content-3/Overview.bs index 803b3d004e5..e700e2c9ef9 100644 --- a/css-content-3/Overview.bs +++ b/css-content-3/Overview.bs @@ -75,8 +75,8 @@ Introduction /* Replace <figure> elements with the referenced document, or, * failing that, with either the contents of the alt attribute or the * contents of the element itself if there is no alt attribute */ - figure[alt] { content: attr(href, url), attr(alt); } - figure:not([alt]) { content: attr(href, url), contents; } + figure[alt] { content: attr(href url), attr(alt); } + figure:not([alt]) { content: attr(href url), contents; }