tor-browser

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

locqualityissue7html.html (645B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Test</title>
      6    <script type="application/its+xml" id="lq1">
      7      <its:locQualityIssues xml:id="lq1" xmlns:its="http://www.w3.org/2005/11/its">
      8        <its:locQualityIssue
      9          locQualityIssueType="misspelling"
     10          locQualityIssueComment="'c'es' is unknown. Could be 'c'est'"
     11          locQualityIssueSeverity="50"/>
     12      </its:locQualityIssues>
     13    </script>
     14    <style>.qaissue { background-color: yellow; } </style>
     15  </head>
     16  <body>
     17    <p>
     18      <span its-loc-quality-issues-ref="#lq1">c'es</span> pourquoi il n'était pas coupable</p>
     19  </body>
     20 </html>