[css-multicol] Unexpected blue quotes surrounding CSS rules in examples 10, 11 and 21

Le 2018-01-14 11:45, Dennis Heuer a écrit :
> Hello again,
> 
> just saw that blue quote not behind the curly brace but on a new line.
> Found this in the examples 10,11 and 21.
> 
> Regards,
> ---------------------------------------------------------------------
> Dennis Heuer


Dennis is correct. The blue quotes should not be there.

Example 10:
https://www.w3.org/TR/css-multicol-1/#example-3694c0ea

Example 11:
https://www.w3.org/TR/css-multicol-1/#example-5c1712e2

Example 21:
https://www.w3.org/TR/css-multicol-1/#example-59dd6b8a


<pre class="css">h2 { column-span: all; background: silver }
</pre>

Source/cause is:

line 155 in the document:

.css::before, .property::before, .descriptor::before {
     content: "‘";
}

.css::after, .property::after, .descriptor::after {
     content: "’";
}

Gérard

Received on Sunday, 14 January 2018 21:14:51 UTC