summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology2html.html
blob: a64eb18ef7ad2c3e9c74cd73920edf6f31b94240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
 <html>
  <head>
   <meta charset=utf-8> 
   <link href="terminology2htmlrules.xml" rel="its-rules"/>
   <title>EXAMPLE</title>
  </head>
  <body>
   <p>
   We may define
    <em id="keywords">discoursal point of view</em>
   as
    <dfn id="definitions">the relationship, expressed through discourse structure, between the implied author or some other addresser, and the fiction</dfn>
   .
   </p>
   <p>
   We may define
    <em id="terms">refulgence</em>
   as
    <dfn id="refdef">a radiant or resplendent quality or state</dfn>
   </p>
   <p>
   But I'm not sure how
    <em id="term">quincunx</em>
   can be defined.
   </p>
  </body>
 </html>