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 24322 - Reorganize spec by object
Summary: Reorganize spec by object
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Encrypted Media Extensions (show other bugs)
Version: unspecified
Hardware: All All
: P4 normal
Target Milestone: LC
Assignee: David Dorwin
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 24771
  Show dependency treegraph
 
Reported: 2014-01-18 00:32 UTC by David Dorwin
Modified: 2014-09-22 22:14 UTC (History)
4 users (show)

See Also:


Attachments

Description David Dorwin 2014-01-18 00:32:09 UTC
The spec is still organized as if all APIs, Events, and Algorithms are on the same object as they were in v0.1b. We should re-organize them by object like MSE (http://www.w3.org/TR/media-source/#h2_toc) and HTML5.

That would mean top-level sections for:
 * MediaKeys Object
 * MediaKeySession Object
 * HTMLMediaElement Extensions
 * HTMLSourceElement Extensions
Comment 1 David Dorwin 2014-09-04 00:14:44 UTC
The reordering was completed in https://dvcs.w3.org/hg/html-media/rev/a291ac57bad3 and the five previous commits.

The table of contents is missing many subsections. This will be addressed when we move to ReSpec (bug 25506).
Comment 2 David Dorwin 2014-09-22 22:14:06 UTC
https://dvcs.w3.org/hg/html-media/rev/b2c983cf30f1 moves the HTMLMediaElement events from the MediaKeySession to the correct section.