Add comments regarding tab-index=-1

This commit is contained in:
Michael Telatynski 2019-11-04 10:16:16 +00:00
parent fd4cdd0dec
commit 6d3b563119
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ export default class DateSeparator extends React.Component {
render() {
// ARIA treats <hr/>s as separators, here we abuse them slightly so manually treat this entire thing as one
// tab-index=-1 to allow it to be focusable but do not add tab stop for it, primarily for screen readers
return <h2 className="mx_DateSeparator" role="separator" tabIndex={-1}>
<hr role="none" />
<div>{ this.getLabel() }</div>