- From: Florian Rivoal <florian@rivoal.net>
- Date: Mon, 15 Jan 2018 12:01:35 +0900
- To: Gérard Talbot <www-style@gtalbot.org>
- Cc: W3C www-style mailing list <www-style@w3.org>, Dennis Heuer <einz@verschwendbare-verweise.seinswende.de>
> On Jan 15, 2018, at 6:14, Gérard Talbot <www-style@gtalbot.org> wrote:
>
> 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: "’";
> }
Thanks. I have registered this issue into github. We'll follow up from there.
https://github.com/w3c/csswg-drafts/issues/2187
Best regards,
—Florian
Received on Monday, 15 January 2018 03:02:00 UTC