02:30
<MikeSmith>
still not poossible to build Firefox on macOS 10.15?
03:10
<MikeSmith>
https://w3c.github.io/media-playback-quality/#dom-videoplaybackquality-corruptedvideoframes doesn’t seems like a good way to indicate something is deprecated
03:10
<MikeSmith>
> [DEPRECATED] The corruptedVideoFrames attribute MUST return the total number of corrupted frames that have been detected.
03:11
<MikeSmith>
specifically, marked as [DEPRECATED] but still has language with a normative MUST
03:13
<MikeSmith>
hmm OK now I see https://github.com/w3c/media-playback-quality/pull/21
03:13
<MikeSmith>
> This is reverts the full removal of corruptedVideoframes (#20) in favor of a softer deprecation.
10:59
<zcorpan>
annevk: the coep sandbox.https.html test is a bit confusing
11:01
<annevk>
zcorpan: what part?
11:02
<zcorpan>
annevk: I think it'd be clearer if record() stored "accepted" if the promise was accepted, and "rejected" if it was rejected, and then the asserts check those values
11:04
<annevk>
zcorpan: maybe, though I think there's a possibility of combining this code with some other code that does a similar thing so maybe that could be done together
11:04
<annevk>
zcorpan: that is, ideally it uses resources/script-factory.js I think
11:06
<zcorpan>
annevk: aha, that uses this pattern as well. hmm. I guess I'll file an issue to discuss this
11:34
<zcorpan>
filed https://github.com/web-platform-tests/wpt/issues/21129
14:07
<annevk>
zcorpan: see https://github.com/whatwg/html/issues/4921 in particular for the remaining CSP comment
14:07
<annevk>
zcorpan: will you file a Firefox bug on the CORP thing?
17:04
<Domenic>
I'm quite surprised with the direction in https://lists.w3.org/Archives/Public/public-webappsec/2020Jan/0004.html . Personally I find all these webappssec and webperfwg specs that fetch calls out to to be really hard to follow and keep track of, and keeping them maintained in fetch would have been way nicer.
17:14
<bathos>
https://invented-adapter.glitch.me/ <-- anybody know which if either of these is correct? or if it’s specified? (SVGScriptElement type=module)
17:23
<Domenic>
Chrome looks "correct" but I imagine the spec for SVG is not updated to handle modules yet so it's possible Firefox is correct-per-spec.
17:24
<Domenic>
https://svgwg.org/svg2-draft/interact.html#ScriptElement so I guess it depends on how you interpret "A ‘script’ element is equivalent to the ‘script’ element in HTML"