- 🇺🇸United States mherchel Gainesville, FL, US
related 📌 Remove redundant role="article" from html tags Fixed
- Status changed to Needs review
over 1 year ago 3:55am 6 April 2023 - 🇮🇳India gauravvvv Delhi, India
Removed redundant WAI-ARIA role attributes. Attached patch for 10.1.x. please review
The last submitted patch, 33: 2655794-33.patch, failed testing. View results →
- Status changed to Needs work
over 1 year ago 6:12am 6 April 2023 - Status changed to Needs review
over 1 year ago 6:13am 6 April 2023 The last submitted patch, 35: 2655794-35.patch, failed testing. View results →
- 🇮🇳India gauravvvv Delhi, India
Fixed failed tests. Attached interdiff for same. please review
- Status changed to Needs work
over 1 year ago 2:27pm 7 April 2023 - 🇺🇸United States smustgrave
Changes for header and main look good
But title mentions footer and nav so I think the issue summary should be updated for what is being addressed
Also according to https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/co... if there are multiple asides aria-label may be neded Do not implement yet as could be wrong assumption
- 🇬🇧United Kingdom catch
Copying over @andrewmcpherson's comment from #3117230-28: Remove redundant role="article" from
html tags →#26: Thanks for adding that WebKit issue. Indeed, IE11 isn't the only browser that has accessibility bugs. We certainly shouldn't remove these while we still support IE11, but even when we drop support for IE11, these role attributes will still need to be reassessed for the other browsers. Apple seem to have a lot of trouble keeping Safari and VoiceOver stable, particularly on iOS. Each new release of iOS has a different batch of accessibility bugs. I haven't kept a close watch on them all, but AppleVis has a good collection of them. That particular contentinfo bug is interesting, because it isn't clear whether the fault lies with WebKit, VoiceOver, or Apple's AX API.
The webkit issue is https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer#accessi...