Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/permission-element/permission-element-with-comment.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="permission-element-with-comment-ref.html">
<permission type="geolocation"> <!-- Comment 1 --> </permission>
<permission type="camera"> <!-- C1 --> Text <!-- C2 --> </permission>
<div style="display: flex;">
<permission type="microphone"> <!-- Comment 1 --> </permission>
</div>
<permission type="geolocation">
<!-- Comment Before -->
<span>
<button>Click Me</button>
<textarea>Some text</textarea>
</span>
<!-- Comment After -->
</permission>