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