[whatwg] IPv4 parsing

2015-06-22 Thread Anne van Kesteren
I've done some research into how Chrome parses IPv4 addresses to see if that's worth standardizing. Most browsers do not have special parsing rules for IPv4 vs domain names. That is, they pass the domain name to the network layer and let that figure out what should happen. Typically, that results

Re: [whatwg] support for named colors in input type=color (was Re: Icon mask and theme color)

2015-06-22 Thread Tab Atkins Jr.
On Thu, Jun 18, 2015 at 10:35 AM, Edward O'Connor eocon...@apple.com wrote: On the other hand, link rel=mask-icon color=darkslategray seems like it should Just Work™. I guess we could add support for named colors to input type=color too. Offhand I think that's a good idea. Probably won't

Re: [whatwg] Shared workers with worker parents

2015-06-22 Thread James Burke
On Mon, Jun 22, 2015 at 2:01 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: How can a ServiceWorker keep a SharedWorker alive, when a ServiceWorker does not, itself, have any lifetime guarantees? In fact, it's virtually guaranteed to be shut down regularly. Service workers will be used for

Re: [whatwg] Shared workers with worker parents

2015-06-22 Thread Tab Atkins Jr.
On Fri, Jun 19, 2015 at 3:55 PM, James Burke jrbu...@gmail.com wrote: For some of the apps that run on Firefox OS, we want to use a Service Worker to handle a background sync message, but allow that Service Worker to contact a Shared Worker to do the work. This allows the app's open browser