Review results for the main PRs

Pull Requests tagged as accessibility-related

3 out of 6 reviewed

CommitSummaryNotes
35e3e1ec

Remove tabindex's synthetic click event feature

[OK] The idea of having a single point to register event-handlers when an element is activated, by any means (click, keyboard, other...) is great, but no browsers implemented it, so it was removed. Therefore this PR doesn't affect accessibility in practice. It could be good (as was expressed at the time) if such a feature were to be added.

97d84321

Adjust the definition of the main element and various examples

[OK] This is a positive change for accessibility and was a step on the way to 1dec930b.

1dec930b

Restrict the main element to be used once per document

[OK] This is a positive change for accessibility; agreed by all of the screen-reader users who commented, and by several accessibility consultants.