Skip to content

Commit

Permalink
[giow] (0) previous checkin was incomplete
Browse files Browse the repository at this point in the history
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7073 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 25, 2012
1 parent e383479 commit b390585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -32914,7 +32914,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
readonly attribute DOMString <a href=#dom-texttrack-label title=dom-TextTrack-label>label</a>;
readonly attribute DOMString <a href=#dom-texttrack-language title=dom-TextTrack-language>language</a>;

attribute DOMString <a href=#dom-texttrack-mode title=dom-TextTrack-mode>mode</a>;
attribute <a href=#texttrackmode>TextTrackMode</a> <a href=#dom-texttrack-mode title=dom-TextTrack-mode>mode</a>;

readonly attribute <a href=#texttrackcuelist>TextTrackCueList</a>? <a href=#dom-texttrack-cues title=dom-TextTrack-cues>cues</a>;
readonly attribute <a href=#texttrackcuelist>TextTrackCueList</a>? <a href=#dom-texttrack-activecues title=dom-TextTrack-activeCues>activeCues</a>;
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -32914,7 +32914,7 @@ interface <dfn id=texttrack>TextTrack</dfn> : <a href=#eventtarget>EventTarget</
readonly attribute DOMString <a href=#dom-texttrack-label title=dom-TextTrack-label>label</a>;
readonly attribute DOMString <a href=#dom-texttrack-language title=dom-TextTrack-language>language</a>;

attribute DOMString <a href=#dom-texttrack-mode title=dom-TextTrack-mode>mode</a>;
attribute <a href=#texttrackmode>TextTrackMode</a> <a href=#dom-texttrack-mode title=dom-TextTrack-mode>mode</a>;

readonly attribute <a href=#texttrackcuelist>TextTrackCueList</a>? <a href=#dom-texttrack-cues title=dom-TextTrack-cues>cues</a>;
readonly attribute <a href=#texttrackcuelist>TextTrackCueList</a>? <a href=#dom-texttrack-activecues title=dom-TextTrack-activeCues>activeCues</a>;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -35984,7 +35984,7 @@ interface <dfn>TextTrack</dfn> : <span>EventTarget</span> {
readonly attribute DOMString <span title="dom-TextTrack-label">label</span>;
readonly attribute DOMString <span title="dom-TextTrack-language">language</span>;

attribute DOMString <span title="dom-TextTrack-mode">mode</span>;
attribute <span>TextTrackMode</span> <span title="dom-TextTrack-mode">mode</span>;

readonly attribute <span>TextTrackCueList</span>? <span title="dom-TextTrack-cues">cues</span>;
readonly attribute <span>TextTrackCueList</span>? <span title="dom-TextTrack-activeCues">activeCues</span>;
Expand Down

0 comments on commit b390585

Please sign in to comment.