Ticket #3562 (closed bug: fixed)
.removeAttr() needs to support ARIA properties
| Reported by: | scott.gonzalez | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7 |
| Component: | [meta] ui.a11y | Version: | 1.6rc2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
.attr() is proxied for ARIA properties in FF2, but .removeAttr() isn't.
This only needs to support states, not roles.
Attachments
Change History
comment:1 Changed 5 years ago by scott.gonzalez
- Status changed from new to accepted
The attached patch assumes that if we're removing any ARIA property, that it's safe to just call removeAttributeNS, without clearing the value first or checking the node type. I'm not sure if that's correct.
Note: See
TracTickets for help on using
tickets.


