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 14255 - <track> TextTrack constant OFF not consistent with mode description
Summary: <track> TextTrack constant OFF not consistent with mode description
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 21:56 UTC by Jan Lindquist
Modified: 2011-09-26 22:32 UTC (History)
6 users (show)

See Also:


Attachments

Description Jan Lindquist 2011-09-22 21:56:36 UTC
The usage of mode constants are inconsistent for text track. The IDL states there is a constant named OFF (refer to 4.8.10.12.4 Text track API) while the text describing the mode as "Disabled" (refer to 4.8.10.12.1 Text track model). Recommend to use the constant DISABLED instead of OFF to be consistent. Alternatively the text describing the mode should be updated to refer to Off. As key is that this explained consistently.

Note-This proposed changed is based in discussions in W3C webTV IG - media piping task force. It is understood that
Comment 1 Ian 'Hixie' Hickson 2011-09-26 22:30:59 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments.
Comment 2 contributor 2011-09-26 22:32:22 UTC
Checked in as WHATWG revision r6591.
Check-in comment: Change OFF to DISABLED because the platform uses the term DISABLED more than OFF.
http://html5.org/tools/web-apps-tracker?from=6590&to=6591