Commits on Mar 16, 2017
  1. More minor fragment corrections. Changed to permissive license

    plehegar committed Mar 16, 2017
Commits on Mar 14, 2017
  1. Fixed a few fragment after switching to HTML51

    plehegar committed Mar 14, 2017
  2. Use tc39.github.io

    plehegar committed Mar 14, 2017
  3. Updated status and switched to HTML51

    plehegar committed Mar 14, 2017
Commits on Nov 9, 2016
  1. Clean up uses of "i.e." and "e.g." (#362)

    Also remove a gender-specific pronoun.
    ddorwin committed on GitHub Nov 9, 2016
  2. Do not reference JavaScript (#361)

    Specs are not technically specific to JavaScript.
    ddorwin committed on GitHub Nov 9, 2016
  3. Fix #358: Clarify text about closing the CDM key session when a Media…

    …KeySession becomes inaccessible (#359)
    
    Also use "key session" in several places to be consistent and differentiate.
    ddorwin committed on GitHub Nov 9, 2016
Commits on Nov 4, 2016
  1. Fixed #353: REmoved list of at-risk features from SOTD (#357)

    Fixed #353: Removed list of at-risk features from SOTD
    jdsmith3000 committed on GitHub Nov 4, 2016
  2. Fix #353: Remove persistent-usage-record from the V1 spec (#354)

    Remove persistent-usage-record from the V1 spec
    
    * Updated to address feedback
    jdsmith3000 committed on GitHub Nov 4, 2016
  3. Fix order consistency of one more pair of records reference.

    This was missed in 97bec5e.
    ddorwin committed Nov 4, 2016
Commits on Nov 1, 2016
  1. Consistently reference a target media element in algorithms (#352)

    ddorwin committed on GitHub Nov 1, 2016
Commits on Oct 31, 2016
  1. Fix #336: Allow implementations to finish rendering frames before fir…

    …ing waitingforkey (#349)
    ddorwin committed on GitHub Oct 31, 2016
Commits on Oct 29, 2016
  1. Reference session types and related data in a consistent order (#351)

    ddorwin committed on GitHub Oct 29, 2016
Commits on Oct 28, 2016
  1. Use consistent terminology for records of license destruction and key…

    … usage (#350)
    
    Use the macros as much as possible to avoid inconsistent terminology.
    This also addresses a missing "of" and an instance where "proof" was used.
    ddorwin committed on GitHub Oct 28, 2016
Commits on Oct 26, 2016
  1. Fix #347: Reset waiting for key and encrypted block queue when positi…

    …on changes (#348)
    ddorwin committed on GitHub Oct 26, 2016
Commits on Oct 25, 2016
  1. Fix #333: Explicitly handle potentially-encrypted media data that doe…

    …s not contain Initialization Data (#342)
    
    Separates the relevant steps from the Initialization Data Encountered algorithm and specifies when to call them.
    ddorwin committed on GitHub Oct 25, 2016
  2. Fix #340: Make event preconditions consistent with HTML spec (#345)

    Also changes the Wait for Key to queue the waitingforkey event after setting readyState.
    This is also more consistent with the HTML spec.
    ddorwin committed on GitHub Oct 25, 2016
  3. Fix #335: Note that many implementations only support decryption with…

    … MSE (#344)
    ddorwin committed on GitHub Oct 25, 2016
  4. Fix #338: Allow Wait for Key to transition readyState to HAVE_CURRENT…

    …_DATA (#343)
    ddorwin committed on GitHub Oct 25, 2016
Commits on Oct 18, 2016
  1. Fix #337: Allow remove for temporary sessions (#341)

    mwatson2 committed on GitHub Oct 18, 2016
Commits on Sep 20, 2016
  1. Issue #329: Remove the prose for the removed messageType default value (

    #334)
    
    The prose was not updated along with the IDL in 5499821.
    ddorwin committed on GitHub Sep 20, 2016
  2. Reorder the items in the User Tracking Mitigations section. (#331)

    Related items are now closer to each other.
    ddorwin committed on GitHub Sep 20, 2016
  3. Fix #329: Make MediaEncryptedEventInit required in the MediaEncrypted…

    …Event constructor (#330)
    
    Also makes the init dictionary attributes required.
    ddorwin committed on GitHub Sep 20, 2016
Commits on Sep 16, 2016
  1. Fix #242: All values exposed to the application must be per-origin an…

    …d clearable (#328)
    ddorwin committed on GitHub Sep 16, 2016
  2. Be more explicit and concise in exceptions related to [Distinctive] P…

    …ermanent Identifiers
    ddorwin committed Sep 12, 2016
  3. Move note that Distinctive Identifiers are not necessarily unique clo…

    …ser to the relevant condition (#326)
    ddorwin committed on GitHub Sep 16, 2016
  4. Clarify the summary in the identifier requirements section (#325)

    The markup was incorrect, and "They" was ambiguous.
    The new text is consistent with the referenced subsection.
    ddorwin committed on GitHub Sep 16, 2016
  5. Remove explanation of why domain is insufficient (#324)

    The "above" reference is unclear but probably referred to the TLS section for
    the Security instance. While the "above" reference could be replaced, this
    statement is probably unnecessary since secure origins are required and origin
    is explicitly used in the requirement.
    ddorwin committed on GitHub Sep 16, 2016
  6. Fix #320: Clarify that consent is required unless all recommendations…

    … for Distinctive Identifier clearing are implemented (#321)
    
    Replaces "support the recommendations" with "follow all the recommendations"
    ddorwin committed on GitHub Sep 16, 2016
Commits on Sep 12, 2016
  1. Fix source markup style

    This fixes a variety of source markup style issues, mostly related to the
    location of opening and closing tags.
    
    Some of the tags were added in commit bf4650e
    to fix up unbalanced tags. This commit eliminates unneeded pairs and moves
    others to the correct line.
    
    Indentation depth is fixed in a few places.
    ddorwin committed Sep 12, 2016
Commits on Sep 9, 2016
  1. Fix #316: Replace uses of "alerts" (#323)

    ddorwin committed on GitHub Sep 9, 2016
  2. Fix #315: Update headings for user informing and consent mitigation (#…

    ddorwin committed on GitHub Sep 9, 2016
Commits on Sep 8, 2016
  1. Fix #211: Consolidate requirements related to persistent data (#310)

    mwatson2 committed on GitHub Sep 8, 2016