Opened 11 years ago
Closed 11 years ago
#10064 closed enhancement (patchwelcome)
Meta: Research feasibility of dataset api use for jQuery.fn.data()
Reported by: | Rick Waldron | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | data | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 11 years ago by
Component: | unfiled → data |
---|---|
Owner: | set to Rick Waldron |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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.