Simon Pieters
Simon Pieters
cc @whatwg/security , is there interest to experimentally implement this?
@securityMB has the change shipped in Chrome Stable yet?
OK. The use counter https://chromestatus.com/metrics/feature/timeline/popularity/4527 is currently at 5.3% which seems high (number of pages in httparchive 2.15% or 2.39%, also high). The use counter is only triggered for serializing,...
Filed https://bugzilla.mozilla.org/show_bug.cgi?id=1941347 for Gecko.
Note that a parser-inserted ``/`` in body will still block (classic) ``s. https://html.spec.whatwg.org/multipage/semantics.html#contributes-a-script-blocking-style-sheet If it's desired to change that in addition to whether it blocks rendering, using `async` would make...
20 most commonly used scripts in httparchive that use the strings above (if somebody wants to analyze feasibility of changing timings or so): | Row | url | num |...
Usage of each event ``` SELECT ev, COUNT(page) AS num FROM [test.mutation_events_2016_08_01] GROUP BY ev ORDER BY num DESC ``` | Row | ev | num | | --- |...
https://github.com/w3c/uievents/pull/381 was merged, the reverse origin trial was removed. I don't see other unaddressed comments, so closing again. Changes in other browsers: - WebKit - https://github.com/WebKit/WebKit/pull/39205 - https://github.com/WebKit/WebKit/pull/41650 - https://github.com/WebKit/WebKit/pull/44506...
Per https://bugzilla.mozilla.org/show_bug.cgi?id=1915077 it should be defined what happens to changes to a `` element (e.g. remove).
Demo: https://meta-viewport-changes.glitch.me/ It seems Firefox responds to changes to the `content` attribute (e.g. change to `initial-scale=0.5`) and inserting the element, but not removing the element (testing with devtools). Same in...