Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nbpoole
on May 8, 2011
|
parent
|
context
|
favorite
| on:
There's more to HTML escaping than &, <, >, and "
I just tried the following HTML:
<input type="text" value=`asdf` />
In IE, the input box contained the string asdf. In other browsers, it contained the string `asdf`
rgrove
on May 8, 2011
[–]
You're right. I was mistakenly testing only a limited case (described at
http://html5sec.org/#59
). Thanks!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: