tor-browser

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

quotes-first-letter-003.html (603B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>CSS-content test: first letter with quotes interaction dynamic detach</title>
      4 <link rel="author" title="Daniil Sakhapov" href="sakhapov@google.com">
      5 <link rel="match" href="reference/quotes-first-letter-001-ref.html">
      6 <link rel=help href="https://drafts.csswg.org/css-content/#quotes">
      7 
      8 <style>
      9  #outer { quotes: "'X" "'Y"; }
     10  #outer::first-letter { color: green; }
     11  #inner::first-letter { color: red; }
     12 </style>
     13 
     14 <div id="outer"><div id="inner"><q>First letter</q></div></div>
     15 
     16 <script>
     17  document.body.offsetTop;
     18  inner.removeAttribute('id');
     19 </script>