- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Wed, 16 Mar 2016 15:32:39 -0700
- To: Daniel Holbert <dholbert@mozilla.com>
- Cc: www-style list <www-style@w3.org>
On Tue, Mar 15, 2016 at 1:21 PM, Daniel Holbert <dholbert@mozilla.com> wrote:
> Hi Tab & Fantasai,
>
> I noticed some editorial issues with the title of CSS Grid section
> 6.1.2.2. Link: https://drafts.csswg.org/css-grid/#auto-repeat
>
> Spec-quote:
>> 6.1.2.2. Repeat-to-fill: 'auto-fill' and 'auto-fit'' repetitions
> ^^^^(blue)^^^^^
> (1) The coloring is off. The arbitrary substring...
> "'auto-fill and"
> ...is colored blue for some reason. (That's the section inside of <span
> class="css">.)
>
> (2) The quote characters in this title are broken in several ways:
> - There's an extra single-quote character at the end, after auto-fit.
> - Both open-quote characters are actually fancy UTF curved quotes (‘)
> inside of ::before pseudo-elements, VS. all of the close-quotes are
> ASCII non-curvy quotes (') and are simply part of the text, and aren't
> in a pseudo-element.
Thanks! Both of them were caused by a single typo in the markup. Fixed now.
~TJ
Received on Wednesday, 16 March 2016 22:33:26 UTC