13:15 | <annevk> | Welcome dveditz đź‘‹ |
14:18 | <annevk> | Well https://twitter.com/WeizmanGal/status/1672206009643970560 is cursed, maybe we should address that |
14:21 | <Sam Sneddon [:gsnedders]> | Do indexed getters have higher precedence than named getters? But I guess you still need to somehow distinguish them… |
14:24 | <annevk> | Yeah, I'm not sure what "addressing" might mean here. I've long thought that a complete opt-out would make sense, but that might not be a meaningful enough improvement on its own |
14:26 | <Sam Sneddon [:gsnedders]> | I mean a CSP policy that totally opted out seems… not silly, at first glance? |
14:26 | <Sam Sneddon [:gsnedders]> | But also I have thought about this for ~seconds, so, ymmv. |
14:49 | <bkardell> | annevk: was this issue about the mathml core spec? https://github.com/w3c/mathml-core/issues/195 |
16:17 | <annevk> | bkardell: I was assuming that code was based on something in the spec |
16:19 | <annevk> | bkardell: I'll try to clarify now that I've seen https://w3c.github.io/mathml-core/#html-and-svg |
16:19 | <bkardell> | hmm the only thing core says is in a note
|
16:19 | <bkardell> | ah ok you see that |
16:25 | <bkardell> | thx annevk |
17:26 | <dveditz> | I mean a CSP policy that totally opted out seems… not silly, at first glance? |
17:26 | <dveditz> | Is "Document Policy" going anywhere? |
17:41 | <dveditz> | Opt out of what, exactly? Maybe opt IN to actually enforcing the lowercase "must"s in the spec?
|
17:43 | <dveditz> | although what would enforcement mean? probably that "invalid" ids are simply ignored (plus a console error) and the web dev has to debug their page |
17:43 | <dveditz> | oops, misread "character" as "alpha character". that wouldn't solve the problem in the tweet. |
17:48 | <Sam Sneddon [:gsnedders]> |
|
17:50 | <dveditz> | hm, ok. I was trying to go in the direction of only having valid ones. But good point, why should all the elements be stuck willy-nilly on the global in the first place? |
17:58 | <dveditz> | could use the same switch to turn off document.all while we're at it |
21:31 | <Eric Portis (he/him)> | So with critical client hints the server essentially asks for an additional roundtrip, akin to a redirect or authentication required? Can the server only do this in response to a GET?
|