summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/terminology/html/terminology4html.html
blob: 29ffdc61dad7aba847730254051b442acf02978a (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="terminology4htmlrules.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>