Merged
requested to merge github/fork/ngyikp/improve-documentation-pagination-accessibility into v4-dev
Created by: ngyikp
Fixes #22009 (closed):
Addrel="prev"
andrel="next"
, also good for SEO!- Remove
.sr-only
span for previous/next page, there is alreadyaria-label
- Add
aria-disabled="true"
andaria-current="page"
Also fix the active state on the Sizing section, the current page number was using the disabled look, it should be the active look instead.