Re: [csswg-drafts] [css-nav-1] Reordered sequential navigation (#3377)

I have followed this issue trail all the way from the August 2017 issue #1748 "Please add "tab-index" to CSS specification"
We are now at the eve of 2020 and one can still not use something as useful as this:

    input[readonly="readonly"] {tabindex: -1;}

From the above discussion, it is understood that a more comprehensive navigation solution is envisioned, which is fine. However, in the meantime, does one really has to go over one's HTML code and manually add `tabindex="-1"` like it is 1994?

-- 
GitHub Notification of comment by stroobandt
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3377#issuecomment-569405989 using your GitHub account

Received on Saturday, 28 December 2019 10:47:15 UTC