- From: Roman Komarov via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Jun 2017 13:10:46 +0000
- To: public-css-archive@w3.org
Hi everyone, I've wrote an article today about having keyboard focus-only styles — http://kizu.ru/en/blog/keyboard-only-focus/ — along other things I've looked at how the existent `:-moz-focusring` behaves, and found out that it doesn't work for spans with added `tabindex`, while it works ok for buttons and links. In my opinion, the new property should work for any interactive element, not only for those that are _initially_ interactive, as I can imagine people creating new interactive elements that are not semantically covered by links and buttons, but which should still have the same functionality in regards to focus styles and clickability. -- GitHub Notification of comment by kizu Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/709#issuecomment-311353284 using your GitHub account
Received on Tuesday, 27 June 2017 13:10:52 UTC