[webrtc-pc] editorial: inconsistent use of dfn in section names

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

== editorial: inconsistent use of dfn in section names ==
In the image below some terminology shown in orange. In a very inconsistent and confusing way :-/
![inconsistent](https://user-images.githubusercontent.com/289731/26964640-d8866ab8-4cf2-11e7-85e4-e5e39acf765c.png)

The DTMFSender uses this:
```
      <h3 id="h-rtcdtmfsender" resource="#h-rtcdtmfsender"><span property="xhv:role" resource="xhv:heading"><span class="secno">7.2 </span><dfn data-dfn-for="" data-dfn-type="dfn" id="dom-rtcdtmfsender" data-idl="" data-title="RTCDTMFSender"><code>RTCDTMFSender</code></dfn></span>
      </h3>
```
while the DTMFToneChangeEvent does not uses 
```
      <h3 id="h-rtcdtmftonechangeevent" resource="#h-rtcdtmftonechangeevent"><span property="xhv:role" resource="xhv:heading"><span class="secno">7.3 </span>RTCDTMFToneChangeEvent</span>
     </h3>
```

The amount of work required to fix this might be tremendous :-/

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

Received on Friday, 9 June 2017 07:11:52 UTC