#3562 closed bug (fixed)
.removeAttr() needs to support ARIA properties
Reported by: | Scott González | Owned by: | Scott González |
---|---|---|---|
Priority: | major | Milestone: | 1.7 |
Component: | [meta] ui.a11y | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.attr() is proxied for ARIA properties in FF2, but .removeAttr() isn't.
This only needs to support states, not roles.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | removeAttr.patch added |
---|
comment:1 Changed 14 years ago by
Status: | new → accepted |
---|
comment:3 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
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.