<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>25263</bug_id>
          
          <creation_ts>2014-04-04 18:45:18 +0000</creation_ts>
          <short_desc>TextTrackCue interface is missing track property</short_desc>
          <delta_ts>2014-04-08 01:26:20 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.w3.org/html/wg/drafts/html/CR/embedded-content-0.html#texttrackcue</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>CR</keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philippe Le Hegaret">plh</reporter>
          <assigned_to name="Silvia Pfeiffer">silviapfeiffer1</assigned_to>
          <cc>cyril.concolato</cc>
    
    <cc>glenn</cc>
    
    <cc>mike</cc>
    
    <cc>philipj</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>silviapfeiffer1</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>103425</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Le Hegaret">plh</who>
    <bug_when>2014-04-04 18:45:18 +0000</bug_when>
    <thetext>The following WebIDL code:
[[
interface TextTrackCue : EventTarget {
           attribute DOMString id;
           attribute double startTime;
           attribute double endTime;
           attribute boolean pauseOnExit;

           attribute EventHandler onenter;
           attribute EventHandler onexit;
};
]]
http://www.w3.org/html/wg/drafts/html/CR/embedded-content-0.html#texttrackcue

is missing the track attribute:
[[
  readonly attribute TextTrack? track;
]]
http://www.w3.org/html/wg/drafts/html/master/embedded-content.html#texttrackcue

The rest of the section talks about the track attribute thus my assumption that the attribute is simply missing in the interface.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103432</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2014-04-04 20:30:31 +0000</bug_when>
    <thetext>The only instances of &quot;track attribute&quot; I can find in the spec are related to TrackEvent, which does have a track attribute.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103435</commentid>
    <comment_count>2</comment_count>
    <who name="Philippe Le Hegaret">plh</who>
    <bug_when>2014-04-04 21:02:00 +0000</bug_when>
    <thetext>There should be one in TextTrackCue as well.

Here is its description you should look for:
[[
The track attribute, on getting, must return the TextTrack object of the text track in whose list of cues the text track cue that the TextTrackCue object represents finds itself, if any; or null otherwise.
]]
http://www.w3.org/html/wg/drafts/html/CR/embedded-content-0.html#texttrackcue

Btw, the related test is at
https://github.com/w3c/web-platform-tests/blob/master/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/track.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103456</commentid>
    <comment_count>3</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-04-06 04:58:50 +0000</bug_when>
    <thetext>Must be a merge error on the HTML5.0 spec, since we have it on the HTML5.1 spec:
http://www.w3.org/html/wg/drafts/html/master/embedded-content.html#texttrackcue</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103527</commentid>
    <comment_count>4</comment_count>
    <who name="Silvia Pfeiffer">silviapfeiffer1</who>
    <bug_when>2014-04-08 01:26:20 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;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:
https://github.com/w3c/html/commit/3ed2f459ba285575c683e2b1be62c7337a959b93

Rationale: Fixed merge error</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>