tor-browser

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

css3-modsel-123b.xml (878B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>NEGATED universal selector with declared namespace</title>
      4  <style type="text/css"><![CDATA[@namespace html url(http://www.w3.org/1999/xhtml);
      5 @namespace a url(http://www.example.org/a);
      6 @namespace b url(http://www.example.org/b);
      7 div.stub > *|* { color : green ; display : block ;
      8                 margin-bottom : 1em }
      9 div.stub > *|*:not(|*) { color : red ! important }
     10 ]]></style>
     11  <link rel="author" title="Daniel Glazman" href="http://glazman.org/"/>
     12  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
     13  <link rel="help" href="https://www.w3.org/TR/css3-selectors/#selectors"/> <!-- bogus link to make sure it gets found -->
     14  <meta name="flags" content=" namespace" />
     15 </head>
     16 <body>
     17 <div class="stub">
     18 <t xmlns="">This paragraph should be in green characters.</t>
     19 </div>
     20 
     21 </body>
     22 </html>