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 12600 - <video>In the ExclusiveTrackList object the unsigned long type is used for the selected indices. However, it's unclear if -1 is reserved to the no selection case (see non-normative box below). In this case, the type of the indices should be a signed long.
Summary: <video>In the ExclusiveTrackList object the unsigned long type is used for th...
Status: RESOLVED DUPLICATE of bug 12415
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 18:40 UTC by contributor
Modified: 2011-08-04 05:04 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-05-04 18:40:18 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#tracklist-objects

Comment:
In the ExclusiveTrackList object the unsigned long type is used for the
selected indices. However, it's unclear if -1 is reserved to the no selection
case (see non-normative box below). In this case, the type of the indices
should be a signed long.

Posted from: 2620:0:1042:2:3615:9eff:fe21:198 by leandrogracia@chromium.org
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.57 Safari/534.24
Comment 1 Ian 'Hixie' Hickson 2011-06-10 20:13:18 UTC

*** This bug has been marked as a duplicate of bug 12415 ***
Comment 2 Michael[tm] Smith 2011-08-04 05:04:20 UTC
mass-moved component to LC1