- From: Daniel Holbert <dholbert@mozilla.com>
- Date: Tue, 15 Mar 2016 13:21:14 -0700
- To: www-style list <www-style@w3.org>
- Cc: "Tab Atkins Jr." <jackalmage@gmail.com>
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,
~Daniel
Received on Tuesday, 15 March 2016 20:21:45 UTC