tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

geolocation-element-with-comment.tentative.html (527B)


      1 <!doctype html>
      2 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md" />
      3 <link rel="match" href="geolocation-element-with-comment-ref.html" />
      4 
      5 <geolocation> <!-- Comment 1 --> </geolocation>
      6 <geolocation>
      7  <!-- C1 -->
      8  Text
      9  <!-- C2 -->
     10 </geolocation>
     11 <div style="display: flex">
     12  <geolocation> <!-- Comment 1 --> </geolocation>
     13 </div>
     14 <geolocation>
     15  <!-- Comment Before -->
     16  <span>
     17    <button>Click Me</button>
     18    <textarea>Some text</textarea>
     19  </span>
     20  <!-- Comment After -->
     21 </geolocation>