Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="match" href="usermedia-element-with-comment-ref.html">
<usermedia type="camera"> <!-- Comment 1 --> </usermedia>
<usermedia type="camera"> <!-- C1 --> Text <!-- C2 --> </usermedia>
<div style="display: flex;">
<usermedia type="microphone"> <!-- Comment 1 --> </usermedia>
</div>
<usermedia type="microphone">
<!-- Comment Before -->
<span>
<button>Click Me</button>
<textarea>Some text</textarea>
</span>
<!-- Comment After -->
</usermedia>