tor-browser

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

terminology6html.html (687B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4   <script type="application/its+xml">
      5   <its:rules version="2.0" xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml">
      6     <its:param name="termparam">term</its:param>
      7     <its:termRule selector="//h:p[@id=$termparam]/h:a[1]" term="yes" termInfoRef="#TDPV"/>
      8   </its:rules>
      9   </script>
     10   <meta charset=utf-8>
     11   <title>EXAMPLE</title>
     12  </head>
     13  <body>
     14   <p id="term">
     15   We may define
     16    <a>discoursal point of view</a>
     17   as
     18    <cite id="TDPV">
     19   the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction.
     20    </cite>
     21   </p>
     22  </body>
     23 </html>