Ticket #10064 (closed enhancement: patchwelcome)
Meta: Research feasibility of dataset api use for jQuery.fn.data()
| Reported by: | rwaldron | Owned by: | rwaldron |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | data | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Firefox 6, released today, now has support for the dataset api, which means that it is not in a majority of browsers that jQuery supports. I'm going to begin investigating and researching the feasibility of using dataset in conjunction with jQuery.fn.data()
Change History
comment:1 Changed 21 months ago by rwaldron
- Owner set to rwaldron
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to data
comment:2 Changed 15 months ago by dmethvin
- Status changed from assigned to closed
- Resolution set to patchwelcome
There doesn't seem to be a benefit to leaving this ticket open, since it doesn't really define any user-facing benefit. As long as we need to support browsers without .dataset we'll need to use .getAttribute() and there doesn't seem to be any upside to introducing a second code path. If someone has code that shows otherwise we can reopen at that point.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
