[Bug 10343] width and height are said to be DOMStrings in this interface, but in fact Chrome, Firefox, and Opera all output "number" on this test. data:text/html,<!doctype html><script>alert(typeof document.createElement("video").width);</script>

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


Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com




--- Comment #1 from Aryeh Gregor <Simetrical+w3cbug@gmail.com>  2010-08-10 22:10:25 ---
Add a space, as usual.

data:text/html,<!doctype html><script>alert(typeof
 document.createElement("video").width);</script>

-- 
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 Tuesday, 10 August 2010 22:10:28 UTC