W3C home > Mailing lists > Public > public-css-archive@w3.org > January 2018

[csswg-drafts] [css-multicol-1] Incorrect markup/styling leads to bogus punctuation

From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
Date: Mon, 15 Jan 2018 03:00:30 +0000
To: public-css-archive@w3.org
Message-ID: <issues.opened-288468312-1515985229-sysbot+gh@w3.org>
frivoal has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-multicol-1] Incorrect markup/styling leads to bogus punctuation ==
from https://lists.w3.org/Archives/Public/www-style/2018Jan/0043.html

> >  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

Note that this problem is only on TR, not in the ED.

@rachelandrew 
Is this something you recently fixed in the ED, or is this due to using a different stylesheet on TR? If the former, we can just close this issue, but if the later, we should fix this.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2187 using your GitHub account
Received on Monday, 15 January 2018 03:00:32 UTC

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:23 UTC