- From: <bugzilla@jessica.w3.org>
- Date: Wed, 04 May 2011 18:40:18 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12600 Summary: 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. Product: HTML WG Version: unspecified Platform: Other URL: http://www.whatwg.org/specs/web-apps/current-work/#tra cklist-objects OS/Version: other Status: NEW Severity: normal Priority: P3 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: contributor@whatwg.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org 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 -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Wednesday, 4 May 2011 18:40:20 UTC