permission-element-with-comment.tentative.html (517B)
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 <geolocation> <!-- Comment 1 --> </geolocation> 6 <geolocation> <!-- C1 --> Text <!-- C2 --> </geolocation> 7 <div style="display: flex;"> 8 <geolocation> <!-- Comment 1 --> </geolocation> 9 </div> 10 <geolocation> 11 <!-- Comment Before --> 12 <span> 13 <button>Click Me</button> 14 <textarea>Some text</textarea> 15 </span> 16 <!-- Comment After --> 17 </geolocation>