Side navigation
#10399 closed bug (cantfix)
Opened October 02, 2011 12:28PM UTC
Closed October 02, 2011 08:06PM UTC
Last modified October 02, 2011 08:07PM UTC
attributes getting modified to lowercase. problematic with case sensitive apis
Reported by: | kamimark@gmail.com | 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>"
Attachments (0)
Change History (2)
Changed October 02, 2011 08:06PM UTC by comment:1
component: | unfiled → manipulation |
---|---|
priority: | undecided → low |
resolution: | → cantfix |
status: | new → closed |
Changed October 02, 2011 08:07PM UTC by comment:2
@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
This is the default behavior of the browser. Also, attribute names are not case-sensitive.