06:52
<annevk>
jgraham: in theory that sounds kinda reasonable
06:56
<hacknorris>
Same as 3d art html tag
08:42
<hacknorris>
For .obj files
08:42
<hacknorris>
Ofc
08:44
<hacknorris>
Like <3d src="file.obj" texture="file.png"> (text if browser doesnt support) </3d>
08:45
<hacknorris>
Flash dead so better
08:51
<zcorpan>
does anyone know if WPT has tests for <br> and <wbr>?
see https://github.com/whatwg/html/issues/2291 and back references listed there, looks like at least a couple of relevant tests (but the tests might be wrong)
08:53
<zcorpan>
hacknorris: https://github.com/immersive-web/model-element/blob/main/explainer.md might be of interest
09:05
<hacknorris>
👀 whut?
09:53
<annevk>
TabAtkins: if you could look at https://github.com/whatwg/webidl/issues/1195 with some urgency that would be appreciated (only working hours though!)
13:47
<hsivonen>
It looks like the spec, Blink, and WebKit think that window.stop() should prevent DOMContentLoaded from firing. Gecko fires it. I can find only on WPT that tests this and that expect the Gecko behavior. Am I missing something or have I found a basic interop issue that has remarkably little spec-based WPT coverage?
14:41
<annevk>
hsivonen: it would not surprise me if that was from the Hixie era
14:43
<annevk>
It does look somewhat nicely factored, so it might have gotten updated without all corner cases being tested (and in particular how it interacts with the parser might well have been overlooked)
14:48
<annevk>
hsivonen: https://github.com/whatwg/html/commit/f67b46d376b2bbd61096130293c675c9c75cd0b7 is the only recent change I can find, everything else seems to point to 2010-2013, but I didn't do blame analysis, just git log --grep
14:52
<hsivonen>
hsivonen: https://github.com/whatwg/html/commit/f67b46d376b2bbd61096130293c675c9c75cd0b7 is the only recent change I can find, everything else seems to point to 2010-2013, but I didn't do blame analysis, just git log --grep
Thanks.