RESOLVED FIXED 18322
video element should have ui when scripting is disabled
https://bugs.webkit.org/show_bug.cgi?id=18322
Summary video element should have ui when scripting is disabled
Martin Hassman
Reported 2008-04-05 09:35:18 PDT
According to HTML5 spec. video element should have user interface when scripting is disabled. This isn't true in WebKit. Although controls attibute force the ui according the spec, when JavaScript is disabled and video element hasn't controls attribute, WebKit doesn't display ui. "3.12.9.10. User interface The controls attribute is a boolean attribute. If the attribute is present, or if scripting is disabled, then the user agent should expose a user interface to the user." http://www.whatwg.org/specs/web-apps/current-work/#controls
Attachments
Testcase (336 bytes, text/html)
2008-04-05 09:36 PDT, Martin Hassman
no flags
proposed patch (2.24 KB, patch)
2009-02-12 10:35 PST, Eric Carlson
simon.fraser: review+
Martin Hassman
Comment 1 2008-04-05 09:36:41 PDT
Created attachment 20354 [details] Testcase
Eric Carlson
Comment 2 2009-02-12 10:35:46 PST
Created attachment 27610 [details] proposed patch
Eric Carlson
Comment 3 2009-02-12 10:48:29 PST
Note You need to log in before you can comment on or make changes to this bug.