NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 341 - Media element attributes are stale
Media element attributes are stale
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-02 18:33 CET by Henri Sivonen
Modified: 2008-12-17 10:28 CET (History)
1 user (show)

See Also:


Attachments
patch to remove old looping attributes and replace with single loop boolean (1.38 KB, patch)
2008-12-03 07:42 CET, Michael[tm] Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-12-02 18:33:48 CET
18:24 < MikeSmith> hsivonen: attribute content models in whattf.org schema need 
                   to be updated (minus start/loopstart/loopend/playcount, 
                   +loop)
18:24 < MikeSmith> for <audio> and <video>
Comment 1 Michael[tm] Smith 2008-12-03 07:42:54 CET
Created attachment 3 [details]
patch to remove old looping attributes and replace with single loop boolean

simple patch to remove old loopstart, playcount, etc. attributes and replace with single boolean loop attribute (as in current HTML5 draft); also removes common.data.timeoffset pattern (it was only used by the old loopstart/loopend, etc. attributes)
Comment 2 Henri Sivonen 2008-12-17 10:28:25 CET
Checked in. Thanks.