summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/locqualityissue/xml/locqualityissue3xml.xml
blob: a51fbc0a355160eede3397a26909b7d8afeedc38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<doc>
  <header>
    <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
      <its:locQualityIssueRule selector="//span[@id='q1']"
        locQualityIssueType="typographical"
        locQualityIssueSeverity="50"
	locQualityIssueProfileRef="http://example.org/qaMovel/v1"
	locQualityIssueEnabled="yes"/>
	<its:locQualityIssueRule selector="//span[@id='q2']"
        locQualityIssueType="misspelling"
	locQualityIssueSeverity="75"
	locQualityIssueProfileRef="http://example.org/qaMovel/v1"
	locQualityIssueEnabled="yes"/>
    </its:rules>
  </header>
  <para>
   <span id="q1">transport</span> or transportation is the movement of people, animals and goods from one location to another.
   Modes of <span id="q2">tranport inc.</span> air, rail, road, water, cable, pipeline, and space.
</para>
</doc>