permission-element-with-comment.tentative.html (579B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md"> 3 <link rel="match" href="permission-element-with-comment-ref.html"> 4 5 <permission type="geolocation"> <!-- Comment 1 --> </permission> 6 <permission type="camera"> <!-- C1 --> Text <!-- C2 --> </permission> 7 <div style="display: flex;"> 8 <permission type="microphone"> <!-- Comment 1 --> </permission> 9 </div> 10 <permission type="geolocation"> 11 <!-- Comment Before --> 12 <span> 13 <button>Click Me</button> 14 <textarea>Some text</textarea> 15 </span> 16 <!-- Comment After --> 17 </permission>