- From: <bugzilla@jessica.w3.org>
- Date: Tue, 10 Aug 2010 22:07:39 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10343
Summary: 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>
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#vid
eo
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html@w3.org
Section: http://www.whatwg.org/specs/web-apps/current-work/#video
Comment:
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>
Posted from: 68.175.61.233
--
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:07:41 UTC