Simon Pieters
Simon Pieters
In Safari TP http://software.hixie.ch/utilities/js/live-dom-viewer/saved/5134 shows an alert when clicking the link. That is not explained by following the spec's algorithm since it needs a URL record to serialize AIUI.
httparchive ``` SELECT * FROM ( SELECT page, url, REGEXP_EXTRACT(LOWER(body), r'(]+\s(?:src|href)\s*=\s*["\']?[a-z]:/[^>]+>)') AS match FROM [httparchive:har.2017_01_15_chrome_requests_bodies] WHERE page = url ) WHERE match != "null" ``` ``` Row page url match...
Sure, I was just trying to find out if there were strong compat reasons for browsers to behave one way or the other for such URLs. I think there isn't,...
Oops, the query only looked for forward slash. New query. Also removed the `WHERE page = url` which was limiting to top-level resources. ``` SELECT * FROM ( SELECT page,...
No need to ask, just submit a PR. See https://github.com/web-platform-tests/wpt/pull/29305#issuecomment-858030708 for guidance. Thanks!
Anyone can work on it, see previous comments :)
Given https://github.com/tc39/proposal-shadowrealm/issues/401 I think we should get rid of `Exposed=*`.
It seems better to err on the side of exposing to a reviewed set of realms, and by default not expose it to new realms.
For integers we have `Clamp` and `EnforceRange` extended attributes to control throwing or changing the value. If specs want to use enums but not throw it seems useful to add...
@tabatkins density-corrected from information in the image, or from `srcset`? HTML defines "density-corrected natural width and height" for images by dividing natural dimensions by current pixel density: https://whatpr.org/html/8175/ba579d7...74081ef/images.html#density-corrected-natural-width-and-height