diff --git a/index.src.html b/index.src.html index 6c64361a..e348df5e 100644 --- a/index.src.html +++ b/index.src.html @@ -47,9 +47,12 @@ type: dfn; text: current playback position; url: media.html#current-playback-position type: dfn; text: live; url: infrastructure.html#live -spec: webrtc-svc; urlPrefix: https://w3c.github.io/webrtc-svc/ +spec: webrtc-svc; urlPrefix: https://www.w3.org/TR/webrtc-svc/ type: dfn; text: scalability mode identifier; url:#scalabilitymodes* +spec: mst-content-hint; urlPrefix: https://www.w3.org/TR/mst-content-hint/ + type: dfn; text: video content hints; url:#video-content-hints + spec: ECMASCRIPT; urlPrefix: https://tc39.es/ecma262/ type: dfn; text: the current Realm; url: #current-realm @@ -2104,6 +2107,7 @@ DOMString scalabilityMode; VideoEncoderBitrateMode bitrateMode = "variable"; LatencyMode latencyMode = "quality"; + DOMString contentHint; }; @@ -2221,6 +2225,20 @@