- From: aboba via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Jan 2016 21:42:37 +0000
- To: public-ortc@w3.org
aboba has just created a new issue for
https://github.com/openpeer/ortc:
== Constructor issue in respec ==
Currently the ORTC specification is specifying the constructor on the
same line as the interface with respec. For example:
<dl class="idl" title="[Constructor(RTCIceTransport transport,
sequence<RTCCertificate> certificates)] interface
RTCDtlsTransport : RTCStatsProvider">
This is not properly rendering objects (which should be automatically
linked) or attributes (which should be in italics). The correct way
to do this is as follows:
<dl class="idl" title="interface RTCDtlsTransport :
RTCStatsProvider ">
<dt>Constructor (RTCIceTransport transport,
sequence<RTCCertificate> certificates)</dt>
<dd></dd>
Please view or discuss this issue at
https://github.com/openpeer/ortc/issues/345 using your GitHub account
Received on Wednesday, 13 January 2016 21:42:39 UTC