tor-browser

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

escapes-010.xht (770B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4  <head>
      5   <title>CSS Test: Unicode-escaped Braces</title>
      6   <link rel="author" title="Gabriele Romanato" href="mailto:gabriele.romanato@gmail.com" />
      7   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters" />
      8   <link rel="match" href="../reference/ref-this-text-should-be-green.xht"/>
      9   <meta name="flags" content="invalid" />
     10   <meta name="assert" content="Unicode escapes cannot substitute for '{' or '}' in CSS syntax."/>
     11 <style type="text/css">
     12 
     13 p { color: green }
     14 
     15 p \7B color: red \7D
     16 </style>
     17  </head>
     18  <body>
     19 <p>This text should be green.</p>
     20  </body>
     21 </html>