Short URL: http://html5.org/r/7073
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 7073 | 2012-04-25 21:27 |
Index: source =================================================================== --- source (revision 7072) +++ source (revision 7073) @@ -35984,7 +35984,7 @@ 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>;