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 24202 - The video element needs a "kind" attribute, so that there is a source for the kind attribute of VIdeoTrack objects.
Summary: The video element needs a "kind" attribute, so that there is a source for the...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-03 22:06 UTC by contributor
Modified: 2014-01-14 00:13 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-01-03 22:06:12 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#the-video-element
Complete: http://www.whatwg.org/c#the-video-element
Referrer: http://dev.w3.org/html5/webvtt/

Comment:
The video element needs a "kind" attribute, so that there is a source for the
kind attribute of VIdeoTrack objects.

Posted from: 2620:0:1000:4001:b6b5:2fff:fed9:4b98
User agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0
Comment 1 Ian 'Hixie' Hickson 2014-01-09 19:06:26 UTC
The VideoTrack.kind attribute's value comes from the video track data. How would it work if it was on <video>? Every track would end up with the same value, which would defeat the point, no?