[webrtc-encoded-transform] Editorial: Strange expansion of class idlMemberType (#205)

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

== Editorial: Strange expansion of class idlMemberType ==
This HTML (in a bikeshed document!)
```
        <dfn dict-member>contributingSources</dfn> <span class=
            "idlMemberType">sequence&lt;unsigned long&gt;</span>
```
seems to expand to "contributingSources, of type sequence<unsigned long>sequence<unsigned long>" - that is, the type of the object is repeated twice. Probably "class="idlMemberType"" somehow picks up what is supposed to be printed.

The document needs editing for conformance to this, or needs to turn it off.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 22 September 2023 13:09:28 UTC