#8255 closed bug (fixed)
support for list attribute
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.6 |
Component: | attributes | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
list IDL attribute is supposed to be readonly. If an author wants to change the list attribute. He has to modify the content attribute.
I have created a demo: http://jsfiddle.net/trixta/D7YFx/
The attribute can't be changed in Safari 5.0.3 or FF4beta10.
I have also created a patch/pullrequest, wich adds the list attribute to the special treated attributes, like src/href (getAttribute('list', 2) doesn't hurt in ie).
You find the pullrequest @https://github.com/jquery/jquery/pull/213
And a discussion @ http://forum.jquery.com/topic/support-for-list-attribute-small-patch (currently not that usefull :-) ).
Change History (5)
comment:1 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
comment:2 Changed 12 years ago by
Keywords: | needsreview added |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Keywords: | needsreview removed |
---|---|
Milestone: | 1.next → 1.6 |
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.5 → 1.5.2 |
Note: See
TracTickets for help on using
tickets.
updated pull request