[Webkit-unassigned] [Bug 37024] Implement value sanitization algorithms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 10:03:39 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=37024


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org,
                   |                            |tkent at chromium.org




--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2011-05-02 10:03:39 PST ---
If we add value sanitization for date types, for example:

  input.type = "date";
  input.value = "test";
  assert(input.value === "")

Then all of the ValidityState tests for the date types will
need to be updated as well. Would there a way for users
to get into an invalid state?

-- 
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