04:09
<bathos>
Am I correct to understand that the restrictions on the text content of src-having script elements described here are a well-formedness sort of thing which doesn’t impact how script elements are handled? https://html.spec.whatwg.org/multipage/scripting.html#inline-documentation-for-external-scripts
04:11
<gsnedders>
bathos: no impact on how they're handled
04:11
<bathos>
thanks
04:11
<gsnedders>
bathos: IIRC, some old UA ran the content if the src failed to load
04:11
<gsnedders>
But honestly it's years ago and I don't really remember :)
04:12
<bathos>
(also thanks Domenic re: the previous question I had about SVGScriptElement)
04:15
<bathos>
gsnedders that makes sense. I started wondering about it in part because the pattern there doesn’t permit arbitrary whitespace, as the last character is required to be '\n', and I was sure I’d at some point written [[INDENT HERE]]<script src=...>\n[[INDENT HERE]]</script> before, which apparent isn’t legal.
04:15
<bathos>
apparently*
04:17
<gsnedders>
bathos: it's also entirely possible the spec is nonsense :)
05:57
<annevk>
bathos: I’d file a bug, that req is bogus
16:41
<Domenic>
I'm watching the COOP/COEP tests fly by and kudos to all involved. It's impressive that we're getting all the tricky cases tested this time around on a new feature. Namely about:blank/data: URLs/blob: URLs.
16:50
<annevk>
Thanks, they're surprisingly time consuming
16:50
<annevk>
I guess in part since we never really fully tackled them
23:43
<MikeSmith>
TabAtkins: about the "Fixup!" thing in git commit messages, it’s the result of running git from the command line with `git commit --fixup=SOME_HASH`
23:43
<TabAtkins>
ah kk, hm
23:44
<MikeSmith>
yeah, the intent is that later, when the changes are ready to be merged, you can just do `git rebase --autosquash` and they’ll all be squashed back into that SOME_HASH change
23:44
<MikeSmith>
but anyway it’s just a laziness/convenience things
23:44
<MikeSmith>
*thing
23:55
<TabAtkins>
Ah, wasn't aware of that feature. that's fine then.
23:55
<TabAtkins>
I just can't tell what you're actually doing in each. ^_^
23:57
<MikeSmith>
TabAtkins: yeah, after you mentioned it, I’ve since been instead writing and including real commit messages