Skip to main content

Bug Tracker

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 timmywil comment:1

component: unfiledmanipulation
priority: undecidedlow
resolution: → cantfix
status: newclosed

This is the default behavior of the browser. Also, attribute names are not case-sensitive.

Changed October 02, 2011 08:07PM UTC by rwaldron comment:2