diff --git a/index.bs b/index.bs index eb5805e..af0f4cf 100644 --- a/index.bs +++ b/index.bs @@ -842,6 +842,29 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/# configuration create a new property with the same name and value in {{MediaCapabilitiesDecodingInfo/configuration}}. +
  • + If configuration.video [=map/exists=]: +
      +
    1. + If configuration.video.colorGamut exists and is not + valid for the valid video MIME type represented by + configuration.video.contentType, set + {{MediaCapabilitiesInfo/supported}} to false. +
    2. +
    3. + If configuration.video.transferFunction exists and + is not valid for the valid video MIME type represented by + configuration.video.contentType, set + {{MediaCapabilitiesInfo/supported}} to false. +
    4. +
    5. + If {{MediaCapabilitiesInfo/supported}} is false, set + {{MediaCapabilitiesInfo/smooth}} and + {{MediaCapabilitiesInfo/powerEfficient}} to false, and + return info. +
    6. +
    +
  • If configuration.keySystemConfiguration [=map/exists=]: