tor-browser

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

externalresource3html.html (770B)


      1 <!DOCTYPE html>
      2 <html lang=en>
      3 <head>
      4 <script type="application/its+xml">  
      5 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml"  version="2.0">
      6 <its:param name="externalresourceParam">video-image.png</its:param>
      7 <its:externalResourceRefRule selector="//h:video[@poster=$externalresourceParam]" externalResourceRefPointer="@src"/>
      8 </its:rules>
      9 </script>
     10  <meta charset=utf-8> 
     11  <title>Video element example</title>
     12 </head>
     13 <body>
     14  <video
     15    width="640"
     16    height="360"
     17    src="http://www.example.com/video/v2.mp"
     18    poster="video-image.png">If your browser doesn't support the <code>video</code> element, you can <a href="http://www.example.com/video/v2.mp">download the video</a> instead.</video>
     19 </body>
     20 </html>