tor-browser

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

locqualityissue10html.html (1060B)


      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="locQualityIssueParam">q1</its:param>
      7     <its:locQualityIssueRule selector="//h:span[@id=$locQualityIssueParam]"
      8      locQualityIssueType="typographical"
      9      locQualityIssueComment="sentence without capitalization"
     10      locQualityIssueEnabled="yes"/>
     11     <its:locQualityIssueRule selector="//h:span[@id='q2']"
     12     locQualityIssueType="misspelling"
     13     locQualityIssueComment="should be 'Music can'"
     14     locQualityIssueEnabled="yes"/>
     15    </its:rules>
     16    </script>
     17    <meta charset=utf-8>
     18    <title>Example</title>
     19  </head>
     20  <body>
     21    <p>
     22     <span id="q1">music </span> is an art form whose medium is sound and silence.
     23     <span id="q2">Musci acn </span> take many different forms and is experienced by individuals in a range of social settings ranging from being alone to attending a large concert. 
     24    </p>
     25  </body>
     26 </html>