summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/locqualityissue/xml/locqualityissue11xml.xml
blob: 399e667131911b3ec1df94011477eb6707721464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<doc>
  <header>
    <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
      <its:param name="locqualityissueParam">q1</its:param>
      <its:locQualityIssueRule selector="//span[@id=$locqualityissueParam]"
        locQualityIssueComment="Sentence without capitalization"
        locQualityIssueSeverity="50"
	locQualityIssueProfileRef="http://example.org/qaMovel/v1"/>
	<its:locQualityIssueRule selector="//span[@id='q2']"
        locQualityIssueComment="should be 'transport include'"
	locQualityIssueSeverity="75"
	locQualityIssueProfileRef="http://example.org/qaMovel/v1"/>
    </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>