- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 Apr 2020 21:54:38 +0000
- To: public-css-archive@w3.org
In Gecko we use the concept of "active" node, to some extent, as in, where does focus navigation, start from or such, and it is the selection position of either the focused element (if it owns a selection) or the per-document selection otherwise. We move that when you click on the page for example. So for example if you click on the text of @chrishtr's comment and then tab from there you go to the starting point. It'd be nice not to invent more complex concepts for something like this, but I don't know what other browsers do for tab navigation for example. -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5018#issuecomment-620875611 using your GitHub account
Received on Tuesday, 28 April 2020 21:54:40 UTC