Intent to implement and ship: #rgba and #rrggbbaa color syntax in CSS

2016-05-08 Thread L. David Baron
I just landed a patch to implement the #rgba and #rrggbbaa syntax for colors in CSS, and realized I probably should have sent an intent to dev-platform slightly sooner. This is an additional syntax for an existing feature already usable as the rgba() and hsla() color functions, commonly requested

Re: Intent to implement and ship: DOMTokenList.prototype.supports

2016-05-08 Thread Karl Dubost
Boris, Le 7 mai 2016 à 02:49, Boris Zbarsky a écrit : > I landed this without "search" in the list for the moment, pending the > outcome of the spec issue at https://github.com/whatwg/html/issues/1184 (re) thinking about that issue this morning. Not sure if I have a firm idea about it, just th

Re: Intent to ship: invalid values behave like "metadata", not "subtitles"

2016-05-08 Thread Aryeh Gregor
On Sun, May 8, 2016 at 9:15 AM, Simon Pieters wrote: > httparchive (494,168 pages): > > SELECT COUNT(*) AS num, REGEXP_EXTRACT(LOWER(body), > r']+\s)?kind\s*=\s*([a-z]+|["\'][^"\']+["\'])') as match > FROM [httparchive:har.2016_04_15_chrome_requests_bodies] > GROUP BY match > ORDER BY num DESC > >