[Webkit-unassigned] [Bug 37024] Implement value sanitization algorithms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 21 23:39:58 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=37024
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |abarth at webkit.org,
| |ap at webkit.org,
| |eric at webkit.org
Blocks| |41115
--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> 2011-05-21 23:39:57 PST ---
HTML5 parser relies on value sanitization for correct behavior in this case:
<input type="text" placeholder="foo" value="
">
In Safari 5, the placeholder is displayed, and that's correct per HTML5. But it doesn't work in ToT - and besides, the linefeed appears as whitespace in initial value, which users are unlikely to notice when typing.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list