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 21760 - The controls boolean for the video tag is flagged as invalid
Summary: The controls boolean for the video tag is flagged as invalid
Status: CLOSED WORKSFORME
Alias: None
Product: HTML Checker
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 major
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 04:21 UTC by David Highley
Modified: 2015-08-23 15:37 UTC (History)
1 user (show)

See Also:


Attachments

Description David Highley 2013-04-21 04:21:53 UTC
When validating for HTML 5 it flags the controls attribute as needing a parameter when the specification says that it is a boolean; presence is true and absence is false. Line in question:
<video id="movie" width="720" height="480" preload="none" controls>
Comment 1 David Highley 2013-04-21 04:23:28 UTC
Should have given url, www.highley-recommended.com/Atlantis/index.html
Comment 2 Michael[tm] Smith 2013-04-21 04:59:57 UTC
(In reply to comment #0)
> When validating for HTML 5 it flags the controls attribute as needing a
> parameter when the specification says that it is a boolean; presence is true
> and absence is false. Line in question:
> <video id="movie" width="720" height="480" preload="none" controls>

(In reply to comment #1)
> Should have given url, www.highley-recommended.com/Atlantis/index.html

I can't reproduce this at http://validator.w3.org/nu/ with either your markup fragment more the page at that URL. The validator reports no errors for either.
Comment 3 David Highley 2015-08-23 15:37:22 UTC
Confirmed the validator no longer flags any issues in the web page.