| 16:12 | <annevk> | Domenic: Travis seems to have lost track of whatwg/html again and I cannot seem to debug it as logging into Travis fails repeatedly |
| 16:42 | <annevk> | I finally got Travis to recognize things again and it is doing some things anew |
| 16:45 | <domfarolino> | SVG <script>s are not the same as https://html.spec.whatwg.org/multipage/scripting.html#the-script-element right? I don't think they are, since they use href instead of src, and there's no mention of these in the HTMLScriptElement processing model |
| 16:46 | <annevk> | domfarolino: they should be mostly the same and there's probably an open issue on adding some kind of abstraction for that |
| 16:47 | <domfarolino> | Like if I make a change to #prepare-a-script, I'm wondering if that applies to svg scripts. I guess it doesn't, unless the intention is to have it apply to some currently-missing abstraction like you mentioned |
| 16:48 | <annevk> | I guess I'm saying that I'm pretty sure it should, but that we haven't really done our due diligence there |
| 16:48 | <domfarolino> | Right, makes sense |
| 20:51 | <TimothyGu> | Domenic: do you know what ObservableArray is going to be used for? |
| 20:54 | <Domenic> | TimothyGu: https://wicg.github.io/construct-stylesheets/#using-constructed-stylesheets is the biggest target. Most frozen arrays that can change over time are other targets. General discussion with other examples in https://github.com/heycam/webidl/issues/796. |
| 20:55 | <TimothyGu> | ah cool, got it |