W3C home > Mailing lists > Public > www-style@w3.org > January 2018

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

From: Gérard Talbot <www-style@gtalbot.org>
Date: Sun, 14 Jan 2018 16:14:21 -0500
To: W3C www-style mailing list <www-style@w3.org>
Cc: Dennis Heuer <einz@verschwendbare-verweise.seinswende.de>
Message-ID: <e0f59fa2865026c789b9d26bf746b0cc@gtalbot.org>
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

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:15:06 UTC