[w3c/manifest] we refer to ASCII lowercase from WHATWG infra spec but Trim from ES spec (#600)

We should be more consistent

ie we could refer to ToLowerCase from ECMA as well

```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.```
      
Or we could refer to infra instead of Trim()
https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace

-- 
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/issues/600

Received on Friday, 11 August 2017 16:32:46 UTC