| 04:58 | <annevk> | Jeffrey Yasskin: oh yeah, that sounds awful. |
| 07:11 | <janvarga> | Ah yeah, nonsensical or at least the algorithm is too complicated for no reason, someone will propose some changes based on investigation done during Firefox implementation. I'll take a look at this particular issue. |
| 07:35 | <annevk> | I guess you already saw, but I also managed to get people to reply directly to your issue. |
| 07:47 | <janvarga> | Yeah, thanks for that |
| 08:03 | <Jake Archibald> | annevk: I think https://github.com/whatwg/html/pull/12345 and the test PR are ready to land, unless I'm missing something. |
| 14:52 | <annevk> | Jake Archibald: I did some review with AI and the first thing it notes is that you used Bikeshed syntax {{DOMException}} which I'm pretty sure doesn't work or did someone add that to Wattsi? |
| 14:54 | <Jake Archibald> | Huh, I'll check |
| 15:17 | <Luke Warlow> | Needs to be <code>DOMException</code>, the {{DOMException}} is broken in the deploy preview (I missed it at first because the first time you use the right syntax) |
| 16:30 | <jmdyck> | In the HTML spec, the latest merge added https://html.spec.whatwg.org/#dom-a-target. In the source for that line, the <dfn> around "target" has an attribute attribute, but not a for attribute. I think it's the only such in the spec. Is that intentional? |
| 16:43 | <jmdyck> | (More generally, is there a doc that explains all the markup attributes in the spec source?) |
| 16:49 | <jmdyck> | (The best I've found so far is https://github.com/whatwg/wattsi/blob/main/Syntax.md) |
| 16:51 | <annevk> | https://speced.github.io/bikeshed/ explains some of the dfn export attributes. I don't think we have other resources at the moment. |
| 18:04 | <Luke Warlow> | In the HTML spec, the latest merge added https://html.spec.whatwg.org/#dom-a-target. In the source for that line, the |
| 19:59 | <jmdyck> | https://speced.github.io/bikeshed/#dfn-for seems to indicate that a <dfn attribute> needs a for=SomeInterface. |
| 21:38 | <smaug> | We do try to avoid adding new attributes with - as part of the name, right? |
| 22:09 | <jarhar> | that certainly seems to be the precedent, yeah |