Re: RTCPeerConnection interface rendering

On 2015-05-12 22:10, Harald Alvestrand wrote:
> Den 12. mai 2015 19:24, skrev Adam Bergkvist:
>> On 2015-05-12 18:56, Adam Bergkvist wrote:
>>> Hi
>>>
>>> I've noted that the RTCPeerConnection interface doesn't render where it
>>> used to.
>>>
>>> For example, if I click the link "4.3.2 Interface Definition", I don't
>>> see the interface anymore. It's rendered down in the Identity section.
>>
>> Fixed in [1].
>>
>> An interface in the IDP-section did a data-merge with the
>> RTCPeerConnection interface and forced the whole pc interface to be
>> rendered in the IDP section. The intention, I believe, was to merge with
>> a partial pc interface in the IDP section, but I don't know if Respec
>> can do that.
>>
>> /Adam
>>
>> [1]
>> https://github.com/w3c/webrtc-pc/commit/4dc52eb86d90bd014e8ba66a988c09d22ecac4e3
>>
>>
>
> Will the new "plain-rendering IDL" that Dom's been telling us about help
> avoid this kind of mess?

It might.

> I haven't seen a data-merge before, so don't know what it does.

The data-merge feature is used to group several idl snippets into one 
"figure section" of the spec. We use it to group event idls and their 
corresponding init dictionaries into one "figure section".

/Adam



Received on Wednesday, 13 May 2015 05:31:35 UTC