According to pr review #27398 (review) by @brianteeman the button texts "Next/Prev" of page navigation should not have the attributes aria-hidden
. We removed these attributes in pr 27398 in pagebreak plugin.
<li class="next">
<a class="hasTooltip" title="" aria-label="Next article: Getting Help" href="/path/getting-help" rel="next" data-original-title="Getting Help">
<span aria-hidden="true">Next</span>
<span class="icon-chevron-right" aria-hidden="true"></span>
</a>
</li>
Labels |
Added:
?
|
Pinging @zwiastunsw
to avoid duplicated description.
Yes, but that's nearly the same in #27398
We have an aria-label like aria-label="Next: Title of next page (Page 3 of 7)"
and a visible button Next
(no aria-hidden=true
). Thus a screenreader provides nearly duplicated informations with current state of code.
I don't know...
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-15 19:11:49 |
Closed_By | ⇒ | ReLater |
the original pr was #17508
maybe i am wrong