From 38a53caf7005da7ca93a939ec88e289d7dc7591a Mon Sep 17 00:00:00 2001 From: "mark a. foltz" Date: Tue, 17 Sep 2024 13:46:54 -0700 Subject: [PATCH] Address Issue #152. --- index.bs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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=]: