[Bug 11887] Remove useless input.valueAsNumber. Pretty much the same functionality can be achieved using parseFloat or parseInt

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11887

--- Comment #10 from Adrian Bateman [MSFT] <adrianba@microsoft.com> 2011-03-02 17:41:44 UTC ---
In our prototyping we've found the valueAsNumber concept is a useful
convenience API that avoids a round-trip through a string. It's not hard to
implement and since almost every use case where valueAsNumber is valid involves
dealing with the value as a number why not keep it? It makes JavaScript code
more readable.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 2 March 2011 17:41:46 UTC