Re: [w3c/manifest] feat: add category member (resolves #569) (#598)

RobDolinMS commented on this pull request.



> @@ -2653,7 +2653,7 @@ <h3 id="applying">
               </li>
             </ol>
           </li>
-          <li><a>Trim</a>(<var>value</var>) and convert to lower-case</li>
+          <li><a>Trim</a>(<var>value</var>) and convert <a>to ASCII lowercase</a></li>

What you propose is what I was thinking, but I searched the spec for "lower" and found:
* Three instances of: `to lower-case` (no `<a>` tag)
* Two instances of:  `to ASCII lowercase` (with `<a>` tag)

Do you know if there's any reason that all of five of these should not just follow your suggestion?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/598#discussion_r132730839

Received on Friday, 11 August 2017 16:39:27 UTC