Domenic Denicola
Domenic Denicola
Yes, that's right, but you could still use double instead of unsigned long long and have the same possible integers, just with some imperfect sub-millisecond fractional parts.
@dontcallmedom see above for a few WebDex failures; curious if it's easily fixable.
> It's not clear that the "download a language pack" approach can work. That results in XSLeaks attacks we've been trying to rid the web platform of. Please join the...
By attribute, do you mean IDL attribute, or content attribute? Note that contentWindow and contentDocument are just the window/document of the iframe, so if you placed things there it would...
Content attributes are `` in the HTML. IDL attributes are `iframeEl.something = "..."` in JavaScript. You can have both by saying that the IDL attribute reflects the content attribute. (Almost...
Note that the spec for showPicker() right now works for elements which are not connected to the DOM. So they cannot be focused. I suspect that is actually the majority...
> makes sense, but that only applies to `` and maybe ``? No, it applies to all pickers? Demo with date picker: https://boom-bath.glitch.me/pickers-3.html > Does that seem reasonable? In general...
Seems extremely unlikely.
Data so far is not that encouraging: https://chromestatus.com/metrics/feature/timeline/popularity/4272
Thanks for pinging this thread. Per the above data, it looks like removing this would break about 0.6% of the web. I suspect no browsers are enthusiastic about doing that....