This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Both Section 8.1 and 9.1 are titled "NavigatorUserMedia", might want to differentiate these. I'd recommend 8.1 be "getMediaDevices" and 9.1 be "getUserMedia".
Both these sections contain an idl interface. That means that Respec.js will automatically generate a subsection called "Methods". ?.? getMediaDevices ?.?.? Methods That looks a bit strange. The first section defines the NavigatorUserMedia interface, and the second adds an other method to it. How about: "NavigatorUserMedia" and "NavigatorUserMedia Interface Extensions" We use that pattern in the webrtc spec when we add, e.g., createDataChannel() to RTCPeerConnection in the separate P2P Data Section.
Works for me.
Proposed fix: https://github.com/fluffy/webrtc-w3c/commit/ade96ff76a5e33de10f8a7c1e67739853e52d65c
Fixed in http://dev.w3.org/2011/webrtc/editor/archives/20140507/getusermedia.html
Thanks!