#10399 closed bug (cantfix)
attributes getting modified to lowercase. problematic with case sensitive apis
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | manipulation | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('<div><div AttR="value"></div></div>').html()
gives:
"<div attr="value"></div>"
expected:
"<div AttR="value"></div>"
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → manipulation |
---|---|
Priority: | undecided → low |
Resolution: | → cantfix |
Status: | new → closed |
comment:2 Changed 11 years ago by
@timmywil just blitzed me, but here is the spec info: http://www.w3.org/TR/html5/elements.html#embedding-custom-non-visible-data-with-the-data-attributes
Note: See
TracTickets for help on using
tickets.
This is the default behavior of the browser. Also, attribute names are not case-sensitive.