This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9365 - Attribute selectors for HTML5 audio and video should be listed as case insensitive
Summary: Attribute selectors for HTML5 audio and video should be listed as case insens...
Status: CLOSED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/TR/html5/interactiv...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 00:07 UTC by Jesse Mohrland
Modified: 2010-10-04 14:30 UTC (History)
5 users (show)

See Also:


Attachments

Description Jesse Mohrland 2010-03-30 00:07:10 UTC
In the HTML5 spec: http://www.w3.org/TR/html5/interactive-elements.html#selectors

There is a list of attributes which are case insensitive. This includes many of the compact/minimized/boolean attributes of HTM4 such as readonly, disabled, checked etc. Currently with the implementations I tested, the boolean attributes for audio and video are case insensitive but not listed here. These include autoplay, loop and controls.

It may be simpler to have a statement here that just includes all of these kinds of attributes.
Comment 1 Ms2ger 2010-03-31 17:46:14 UTC
This list is about attribute *values*, not attribute *names*. Gecko, WebKit and Presto interoperably treat the values of video@autoplay as case-sensitive. See <http://software.hixie.ch/utilities/js/live-dom-viewer/saved/440>.
Comment 2 Jesse Mohrland 2010-04-02 17:18:07 UTC
You are correct. I was speaking of the values however I misspoke about other browser support.