[webrtc-pc] Merged Pull Request: Fix invalid id value that started by an '#'

vivienlacourba has just merged pull request 681 for 
https://github.com/w3c/webrtc-pc:

== Fix invalid id value that started by an '#' ==
This is to fix this markup issue that prevents automatic publishing 
(has the markup validation fails).
```
"message": "Bad value 
“##widl-RTCPeerConnection-getStats-Promise-RTCStatsReport--MediaStreamTrack-selector”
 for attribute “href” on element “a”: Illegal character in fragment: 
“#” is not allowed."
```
https://lists.w3.org/Archives/Public/public-tr-notifications/2016May/0089.html

See https://github.com/w3c/webrtc-pc/pull/681

Received on Tuesday, 31 May 2016 14:00:08 UTC