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

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

Seems to: https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace

@marcoscaceres what would be the best to use here? 

There is a bug in "dir" as well, where we write

```Otherwise, Trim(value), convert to lower-case, and let direction be the result.```

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

Received on Friday, 11 August 2017 16:29:08 UTC