| 09:49 | <smaug> | oh, import is becoming fetch? https://github.com/tc39/proposal-import-bytes |
| 09:50 | <annevk> | smaug: kinda, dunno if you saw, but Mozilla is proposing "text" as well |
| 09:51 | <smaug> | didn't see |
| 09:51 | <smaug> | I just saw "bytes" in my review queue and pondered "what is this, never heard" š |
| 09:51 | <annevk> | https://github.com/whatwg/html/issues/9444#issuecomment-3462527442 |
| 10:47 | <annevk> | jarhar: why does none of the selectedcontent impl logic check for the button element being there? |
| 11:32 | <Luke Warlow> | jarhar: why does none of the selectedcontent impl logic check for the button element being there? |
| 12:46 | <annevk> | Luke Warlow: not per its content model. |
| 15:28 | <jarhar> | sure we can make it check for the button if you want |
| 15:29 | <jarhar> | i also plan to make the selectedcontent element work outside of the select element in the future though for other cases where you can build your own popover with a select in it |
| 15:50 | <annevk> | I was mainly looking for motivation. It probably does not give much benefit to enforce it |
| 17:22 | <sb3nder> | Hi, With a page like this:
Or like this:
If I click the link |
| 17:27 | <annevk> | sb3nder: based on https://html.spec.whatwg.org/multipage/browsing-the-web.html#scroll-to-the-fragment-identifier the document's viewport gets focus, but I don't think it's strictly defined where that sits in the tab order (and to some extent that's all up to implementations as it's UI) |
| 17:28 | <annevk> | sb3nder: that is, the document's viewport gets focus when you follow the link as the div is not a focusable area (I'm assuming it's not scrollable here) |
| 17:41 | <sb3nder> | I get lost in this part:
Wouldn't |
| 18:03 | <sb3nder> | ah! not this part, my bad, I forgot which it was. |
| 18:55 | <sb3nder> | Maybe I get it now,
for example: |
| 19:27 | <sb3nder> | nah, I don't get what is the document's viewport and if it's focusable... |