From 687b05e72dd2ad6b08d1327f5b02b9fa8c61c7b0 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 28 Apr 2022 15:31:10 +0200 Subject: [PATCH 1/3] Improve markup of enumeration tables see also https://github.com/w3c/media-source/issues/307#issuecomment-1110865467 --- index.bs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/index.bs b/index.bs index f53a6a6..d9189bc 100644 --- a/index.bs +++ b/index.bs @@ -54,12 +54,14 @@ enum RTCPriorityType { "high" }; - - +
+ + - + + +
RTCPriorityType Enumeration description
Enumeration descriptionEnum valueDescription>
very-low See [[!rfc8835]], Sections 4.1 and 4.2. Corresponds to "below From 73779b335cbd634a2c27094f301221c161824729 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 28 Apr 2022 16:14:36 +0200 Subject: [PATCH 2/3] Fix internal reference to priority --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index d9189bc..c8c77cd 100644 --- a/index.bs +++ b/index.bs @@ -113,11 +113,11 @@ partial dictionary RTCRtpEncodingParameters {
This has the same - effect as {{priority}}, except that it only affects the DSCP markings of + effect as {{RTCRtpEncodingParameters/priority}}, except that it only affects the DSCP markings of the generated packets, as described in [[rfc8835]] section 4.2. If {{networkPriority}} is unset, the DSCP markings of the generated -packets are controlled by the {{priority}} member. +packets are controlled by the {{RTCRtpEncodingParameters/priority}} member.
From 5c894d6fb6c0d5ae1710646ba1f4fedc932f8c6a Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 28 Apr 2022 16:18:53 +0200 Subject: [PATCH 3/3] Document implementation report field --- index.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.bs b/index.bs index c8c77cd..b817606 100644 --- a/index.bs +++ b/index.bs @@ -12,6 +12,7 @@ Abstract: This API defines a control surface for manipulating the network control bits (DSCP bits) of outgoing WebRTC packets, and the queueing priority of outgoing WebRTC packets under congestion. Markup Shorthands: css no +Implementation Report: https://wpt.fyi/results/webrtc-priority?label=experimental&label=master&aligned # Introduction # {#intro}