09:36 | <Jake Archibald> | annevk: what's modern practice in terms of linking in the HTML spec? I see lots of reference to "attribute value", that doesn't link to the DOM spec. Should new text link to those terms? |
09:41 | <annevk> | Jake Archibald: not sure, Dominic Farolino and Domenic probably know better what modern is there. DOM integration is still a bit messy. |
09:43 | <Jake Archibald> | https://github.com/whatwg/html/pull/6695#discussion_r2281740944 - this is what raised the question |
09:45 | <annevk> | Jake Archibald: I see. I agree that linking it is preferable. The main worry I have with HTML is that it some point it OOMs in all browsers. |
09:52 | <Jake Archibald> | That's what multipage is for! |
13:51 | <keithamus> | https://github.com/whatwg/html/pull/11563 seems like it is worth locking this conversation to just collaborators, as the rhetoric from the locked issue has now migrated to the PR. |
14:29 | <annevk> | Oh I was contemplating doing that this morning when there was just a single new comment. Way to go internet. |
23:34 | <eosuna-uno> | Hi everyone, i was checking the anchor tag, and wanted to add an event listener when a new page opened, so i added the click event listener, but it doesn't handle middle click, and obviously doesn't handle when on focus, space or enter, i saw the documentation, and not able to find, what events exists i was looking for something related to opening the page from within the anchor tag, is this possible? like anchor.addEventListener("open", ()=>console.log("the page got open") or do i need to look for pressdown, up, and several clicks? |
23:47 | <eosuna-uno> | or is this not the right place to ask that? |