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>

And elsewhere

```

When instructed to ToLowerCase(x), a user agent must behave as if [ECMASCRIPT]'s String.prototype.toLowerCase() function had been called on the string x.
```

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

Received on Friday, 11 August 2017 16:25:28 UTC