#10276 closed bug (invalid)
.html() doesn't behave consistently on all browsers.
Reported by: | xroot | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.4rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.html() isn't cross-browser consistent if val contains a trailing unencoded ampersand. IE removes the ampersand, Chrome and Firefox don't.
Change History (2)
comment:1 follow-up: 2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version 0, edited 12 years ago
by
(next)
comment:2 Changed 12 years ago by
Replying to dmethvin:
Use
&
I know that this is invalid HTML. It doesn't behave consistent on all browsers, anyway.
Note: See
TracTickets for help on using
tickets.
Use
&
http://www.w3.org/TR/html4/charset.html#h-5.3.2 http://www.w3.org/TR/xhtml1/guidelines.html#C_12