[webrtc-pc] Need <section> around dictionaries under RTCRtpSender

alvestrand has just created a new issue for https://github.com/w3c/webrtc-pc:

== Need <section> around dictionaries under RTCRtpSender ==
As it stands, the spec reads oddly after the RTCRtpSender section; the definition of the dictionaries comes one after the other, with no bracketing <section> binding each dictionary IDL to its list of attributes.

This concerns RTCRtpParameters, RTCRtpEncodingParameters, RTCDegradationPreference, RTCRtcpParameters, RTCRtpHeaderExtensionParameters, RTCRtpCodecParameters, RTCRtpCapabilities, RTCRtpCodecCapability, RTCRtpHEaderExtensionCapability. These actually live outside the RTCRtpSender section altogether, kind of in limbo.

They would be better off as subsections under RTCRtpSender.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1749 using your GitHub account

Received on Tuesday, 30 January 2018 13:54:00 UTC