testilo 3.2.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +33 -3
  2. package/compare.js +8 -8
  3. package/package.json +1 -1
  4. package/procs/compare/cp0/index.html +10 -5
  5. package/procs/compare/cp0/index.js +2 -4
  6. package/procs/compare/cp1/index.html +46 -0
  7. package/procs/compare/cp1/index.js +71 -0
  8. package/procs/digest/dp10a/index.html +3 -3
  9. package/procs/digest/dp10b/index.html +74 -0
  10. package/procs/digest/dp10b/index.js +130 -0
  11. package/procs/digest/dp10c/index.html +55 -0
  12. package/procs/digest/dp10c/index.js +129 -0
  13. package/procs/score/sp10b.js +507 -0
  14. package/procs/score/sp10c.js +465 -0
  15. package/reports/comparative/railsites.html +47 -0
  16. package/reports/comparative/style.css +4 -0
  17. package/reports/digested/35k1r-railpass.html +1130 -844
  18. package/reports/digested/3aee6-eurail.html +36233 -0
  19. package/reports/digested/dp10a/35k1r-railpass.html +9302 -0
  20. package/reports/digested/dp10a/3aee6-eurail.html +35782 -0
  21. package/reports/digested/style.css +2 -2
  22. package/reports/raw/3aee6-eurail.json +35250 -0
  23. package/reports/scored/35k1r-railpass.json +559 -175
  24. package/reports/scored/3aee6-eurail.json +35957 -0
  25. package/score.js +1 -1
  26. package/scoring/data/duplications.json +22 -22
  27. package/scoring/data/groups.json +335 -0
  28. package/scoring/data/packageRules/alfa.tsv +82 -0
  29. package/scoring/data/packageRules/axe.js +390 -0
  30. package/scoring/data/packageRules/ibm.tsv +159 -0
  31. package/scoring/data/packageRules/tenon.tsv +14 -0
  32. package/scoring/data/packageRules/wave.json +1617 -0
  33. package/scoring/data/packageRules/wave.tsv +55 -0
  34. package/scoring/data/testGroups.json +1067 -0
  35. package/scoring/{data → procs}/correlation.js +0 -0
  36. package/scoring/{data → procs}/dupCounts.js +0 -0
  37. package/scoring/procs/groups.js +61 -0
  38. package/scoring/{data → procs}/packageData.js +0 -0
  39. package/scoring/{data → procs}/packageIssues.js +0 -0
  40. package/scoring/procs/regroup.js +39 -0
  41. package/reports/comparative/35k1r-.html +0 -41
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <meta name="author" content="undefined">
7
- <meta name="creator" content="undefined">
8
- <meta name="publisher" name="undefined">
9
- <meta name="description" content="report on results of undefined procedure">
6
+ <meta name="author" content="Testilo">
7
+ <meta name="creator" content="Testilo">
8
+ <meta name="publisher" name="Testilo">
9
+ <meta name="description" content="report of accessibility testing of a web page">
10
10
  <meta name="keywords" content="accessibility a11y web testing">
11
11
  <title>Accessibility test digest</title>
12
12
  <link rel="icon" href="favicon.png">
@@ -16,301 +16,203 @@
16
16
  <main>
17
17
  <header>
18
18
  <h1>Accessibility test digest</h1>
19
- <h2>Summary</h2>
20
- <div id="summary">
19
+ <h2>Synopsis</h2>
20
+ <div id="synopsis">
21
21
  <p>Page: Railpass</p>
22
22
  <p>URL: https://www.railpass.com/</p>
23
- <p>Score: 1589</p>
24
- <p>Tested by: Testaro, <code>tp10</code></p>
25
- <p>Scored by: Testilo, <code>sp10a</code></p>
26
- <p>Digested by: Testilo, <code>dp10a</code></p>
27
- </dl>
23
+ <p>Score: 1131</p>
24
+ <p>Tested by: Testaro, procedure <code>tp10</code></p>
25
+ <p>Scored by: Testilo, procedure <code>sp10b</code></p>
26
+ <p>Digested by: Testilo, procedure <code>dp10b</code></p>
27
+ </div>
28
28
  </header>
29
29
  <h2>Introduction</h2>
30
- <p>The <code>tp10</code> <a href="https://www.w3.org/WAI/fundamentals/accessibility-intro/">accessibility</a> testing procedure was executed by <a href="https://www.npmjs.com/package/testaro">Testaro</a> on the web page at <a href="https://www.railpass.com/">https://www.railpass.com/</a>, belonging to Railpass, on 2022/06/03. The procedure performed 808 tests. Of these, 16 tests are custom tests defined by Testaro, and the others belong to packages of tests created by others. Testaro produced a report enumerating the test results. The report is appended, below, to this page.</p>
31
- <p>These tests&mdash;like all tests&mdash;are fallible. The failures described below merit investigation as <strong>potential</strong> opportunities for improved accessibility. But some reported faults may not actually harm accessibility, and some accessibility faults can escape detection by any of these tests.</p>
32
- <p>Given the report produced by Testaro, another procedure, <code>sp10a</code>, was executed by <a href="https://www.npmjs.com/package/testilo">Testilo</a>. The procedure assigned weights to the tests and computed a total score for the page, 1589 (where 0 is the best possible score). Just as tests are fallible, any scoring procedure is subjective, and different reasonable procedures could assign different scores on the basis of the same report. Testilo used procedure <code>dp10a</code> to produce this digest, explaining how <code>sp10a</code> computed the score.</p>
33
- <h2>Summary</h2>
34
- <p>The packages&rsquo; and custom tests&rsquo; contributions to the score were:</p>
30
+ <p>The <a href="https://www.npmjs.com/package/testaro">Testaro</a> application used its <code>tp10</code> testing procedure to test the <a href="https://www.w3.org/WAI/fundamentals/accessibility-intro/"><dfn>accessibility</dfn></a> (barrier-free design and coding) of the Railpass web page at <a href="https://www.railpass.com/">https://www.railpass.com/</a> on 2022/06/03. The procedure performed 808 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to six other packages of tests:</p>
31
+ <ul>
32
+ <li><a href="https://www.npmjs.com/package/aatt">AATT</a> by PayPal running <a href="https://marketplace.squiz.net/extensions/html-codesniffer">HTMLCodeSniffer</a> by Squiz</li>
33
+ <li><a href="https://github.com/Siteimprove/alfa">Alfa</a> by Siteimprove</li>
34
+ <li><a href="https://www.npmjs.com/package/axe-core">Axe-core</a> by Deque</li>
35
+ <li><a href="https://github.com/IBMa/equal-access">Equal Access</a> by IBM</li>
36
+ <li><a href="https://tenon.io/documentation/apiv2.php">Tenon</a> by Level Access</li>
37
+ <li><a href="https://wave.webaim.org/api/">WAVE</a> by WebAIM</li>
38
+ </ul>
39
+ <p>Testaro produced a report enumerating the test results.</p>
40
+ <p><a href="https://www.npmjs.com/package/testilo">Testilo</a> used its <code>sp10b</code> scoring procedure to compute partial and total scores for the page. The total score is 1131 (where 0 is the best possible score). The scored report is appended below.</p>
41
+ <p>Finally, Testilo used procedure <code>dp10b</code> to produce this digest, explaining how <code>sp10b</code> computed the scores.</p>
42
+ <h2>Score summary</h2>
35
43
  <table class="allBorder secondCellRight">
36
44
  <caption>Score components</caption>
37
45
  <tbody class="headersLeft">
38
- <tr><th>total</th><td>1589</td></tr>
39
- <tr><th>focInd</th><td>530</td></tr>
40
- <tr><th>aatt</th><td>179</td></tr>
41
- <tr><th>alfa</th><td>178</td></tr>
42
- <tr><th>ibm</th><td>145</td></tr>
43
- <tr><th>wave</th><td>125</td></tr>
44
- <tr><th>tenon</th><td>91</td></tr>
45
- <tr><th>motion</th><td>74</td></tr>
46
- <tr><th>axe</th><td>38</td></tr>
47
- <tr><th>styleDiff</th><td>35</td></tr>
48
- <tr><th>focOp</th><td>34</td></tr>
46
+ <tr><th>total</th><td>1131</td></tr>
49
47
  <tr><th>log</th><td>34</td></tr>
50
- <tr><th>zIndex</th><td>33</td></tr>
51
- <tr><th>labClash</th><td>30</td></tr>
52
- <tr><th>linkUl</th><td>30</td></tr>
53
- <tr><th>hover</th><td>28</td></tr>
54
- <tr><th>focAll</th><td>3</td></tr>
55
- <tr><th>role</th><td>2</td></tr>
56
- <tr><th>bulk</th><td>0</td></tr>
57
- <tr><th>embAc</th><td>0</td></tr>
58
- <tr><th>menuNav</th><td>0</td></tr>
59
- <tr><th>radioSet</th><td>0</td></tr>
60
- <tr><th>tabNav</th><td>0</td></tr>
61
- </tbody></table>
62
- <h2>Test packages</h2>
63
- <p>Most of the tests belong to the following five accessibility test packages created by various groups of specialists.</p>
64
- <h3><code>aatt</code></h3>
65
- <p>The page <strong>did not pass</strong> the <code>aatt</code> test and received a score of 179 on <code>aatt</code>. The details are in the appended report, in the section starting with <code>"which": "aatt"</code>. There was at least one failure of:</p>
48
+ <tr><th>solos</th><td>25</td></tr>
49
+ <tr><th>focusIndication</th><td>325</td></tr>
50
+ <tr><th>spontaneousMotion</th><td>152</td></tr>
51
+ <tr><th>contrastAA</th><td>106</td></tr>
52
+ <tr><th>nameValue</th><td>77</td></tr>
53
+ <tr><th>linkNoText</th><td>46</td></tr>
54
+ <tr><th>buttonNoText</th><td>40</td></tr>
55
+ <tr><th>inconsistentStyles</th><td>37</td></tr>
56
+ <tr><th>contrastAAA</th><td>33</td></tr>
57
+ <tr><th>focusableOperable</th><td>33</td></tr>
58
+ <tr><th>targetSize</th><td>28</td></tr>
59
+ <tr><th>contrastRisk</th><td>27</td></tr>
60
+ <tr><th>linkUnderlines</th><td>24</td></tr>
61
+ <tr><th>headingStructure</th><td>22</td></tr>
62
+ <tr><th>imageNoText</th><td>19</td></tr>
63
+ <tr><th>noLeading</th><td>18</td></tr>
64
+ <tr><th>hoverSurprise</th><td>16</td></tr>
65
+ <tr><th>leadingClipsText</th><td>15</td></tr>
66
+ <tr><th>selectNoText</th><td>12</td></tr>
67
+ <tr><th>metaBansZoom</th><td>10</td></tr>
68
+ <tr><th>roleBad</th><td>9</td></tr>
69
+ <tr><th>tabFocusability</th><td>9</td></tr>
70
+ <tr><th>pseudoHeadingRisk</th><td>7</td></tr>
71
+ <tr><th>pseudoListRisk</th><td>4</td></tr>
72
+ <tr><th>visibleBulk</th><td>3</td></tr>
73
+ </tbody>
74
+ </table>
75
+ <h2>Issue summary</h2>
76
+ <h3>Special issues</h3>
77
+ <p><span class="componentID">log</span>: Score 34. This is based on the amount of browser logging during the tests. Browsers usually log messages only when pages contain erroneous code.
78
+ <p><span class="componentID">solos</span>: Score 25. This is based on issues reported by unclassified tests. Details are in the report.
79
+ <h3>Classified issues</h3>
80
+ <p>The classified issues reported by tests are summarized below.</p>
81
+ <p><span class="componentID">focusIndication</span>: Score 325. Issues reported by tests in this category:</p>
82
+ <ul>
83
+ <li>1 issue reported by package <code>alfa</code>, test <code>r65</code> (Element in sequential focus order has no visible focus)</li>
84
+ <li>106 issues reported by package <code>testaro</code>, test <code>focInd</code> (Operable elements that cannot be Tab-focused and vice versa)</li>
85
+ </ul>
86
+ <p><span class="componentID">spontaneousMotion</span>: Score 152. Issues reported by tests in this category:</p>
87
+ <ul>
88
+ <li>74 issues reported by package <code>testaro</code>, test <code>motion</code> (Change of visible content not requested by user)</li>
89
+ </ul>
90
+ <p><span class="componentID">contrastAA</span>: Score 106. Issues reported by tests in this category:</p>
91
+ <ul>
92
+ <li>22 issues reported by package <code>alfa</code>, test <code>r69</code> (Text outside widget has subminimum contrast)</li>
93
+ <li>6 issues reported by package <code>axe</code>, test <code>color-contrast</code> (Elements must have sufficient color contrast)</li>
94
+ <li>0 issues reported by package <code>ibm</code>, test <code>v:IBMA_Color_Contrast_WCAG2AA</code> (Contrast ratio of text with background must meet WCAG 2.1 AA)</li>
95
+ <li>22 issues reported by package <code>wave</code>, test <code>c:contrast</code> (Very low contrast)</li>
96
+ </ul>
97
+ <p><span class="componentID">nameValue</span>: Score 77. Issues reported by tests in this category:</p>
98
+ <ul>
99
+ <li>5 issues reported by package <code>aatt</code>, test <code>e:F68</code> (Form control wrongly labeled or unlabeled)</li>
100
+ <li>16 issues reported by package <code>aatt</code>, test <code>e:H91</code> (Missing name or value of form control or link)</li>
101
+ <li>7 issues reported by package <code>wave</code>, test <code>e:label_missing</code> (Missing form label)</li>
102
+ </ul>
103
+ <p><span class="componentID">linkNoText</span>: Score 46. Issues reported by tests in this category:</p>
104
+ <ul>
105
+ <li>4 issues reported by package <code>alfa</code>, test <code>r11</code> (Link has no accessible name)</li>
106
+ <li>4 issues reported by package <code>axe</code>, test <code>link-name</code> (Links must have discernible text)</li>
107
+ <li>0 issues reported by package <code>ibm</code>, test <code>v:WCAG20_A_HasText</code> (Hyperlinks must have a text description)</li>
108
+ <li>3 issues reported by package <code>wave</code>, test <code>e:link_empty</code> (Link contains no text)</li>
109
+ <li>5 issues reported by package <code>tenon</code>, test <code>57</code> (Link has no text inside it)</li>
110
+ </ul>
111
+ <p><span class="componentID">buttonNoText</span>: Score 40. Issues reported by tests in this category:</p>
112
+ <ul>
113
+ <li>0 issues reported by package <code>alfa</code>, test <code>r12</code> (Button has no accessible name)</li>
114
+ <li>0 issues reported by package <code>axe</code>, test <code>aria-command-name</code> (ARIA commands must have an accessible name)</li>
115
+ <li>8 issues reported by package <code>wave</code>, test <code>e:button_empty</code> (Button is empty or has no value text)</li>
116
+ </ul>
117
+ <p><span class="componentID">inconsistentStyles</span>: Score 37. Issues reported by tests in this category:</p>
66
118
  <ul>
67
- <li>warning: Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.</li>
68
- <li>warning: Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.</li>
69
- <li>warning: The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.</li>
70
- <li>warning: Heading markup should be used if this content is intended as a heading.</li>
71
- <li>warning: Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.</li>
72
- <li>warning: The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.</li>
73
- <li>warning: This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.</li>
74
- <li>warning: The heading structure is not logically nested. This h5 element should be an h4 to be properly nested.</li>
75
- <li>warning: If this element contains a navigation section, it is recommended that it be marked up as a list.</li>
76
- <li>warning: Img element is marked so that it is ignored by Assistive Technology.</li>
77
- <li>warning: This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.</li>
78
- <li>error: This link points to a named anchor "main-content" within the document, but no anchor exists with that name.</li>
79
- <li>error: Anchor element found with a valid href attribute, but no link content has been supplied.</li>
80
- <li>error: Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.</li>
81
- <li>error: This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby .</li>
82
- <li>error: This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.</li>
83
- <li>error: This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .</li>
84
- <li>error: Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.</li>
85
- <li>error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.32:1. Recommendation: change background to #0e7cba.</li>
119
+ <li>35 issues reported by package <code>testaro</code>, test <code>styleDiff</code> (Heading, link, and button style inconsistencies)</li>
86
120
  </ul>
87
- <p><a href="https://github.com/paypal/AATT">AATT</a> is an open-source package sponsored by PayPal. The <code>aatt</code> test performs all 98 WCAG 2.1 AA tests in the HTML CodeSniffer ruleset.</p>
88
- <h3><code>alfa</code></h3>
89
- <p>The page <strong>did not pass</strong> the <code>alfa</code> test and received a score of 178 on <code>alfa</code>. The details are in the appended report, in the section starting with <code>"which": "alfa"</code>. There was at least one failure of:</p>
121
+ <p><span class="componentID">contrastAAA</span>: Score 33. Issues reported by tests in this category:</p>
90
122
  <ul>
91
- <li>warning: Element in sequential focus order has visible focus</li>
92
- <li>warning: Text outside widget has enhanced contrast</li>
93
- <li>warning: Text outside widget has minimum contrast</li>
94
- <li>warning: First focusable element is link to main content</li>
95
- <li>error: Links have an accessible name</li>
96
- <li>error: &lt;meta name='viewport'> elements do not prevent zoom</li>
97
- <li>error: Headings are structured</li>
98
- <li>error: Text outside widget has enhanced contrast</li>
99
- <li>error: Text outside widget has minimum contrast</li>
100
- <li>error: Paragraphs of text have sufficient line height</li>
101
- <li>error: Headings of same level have text content between them</li>
102
- <li>error: Form fields have an accessible name</li>
123
+ <li>28 issues reported by package <code>alfa</code>, test <code>r66</code> (Text contrast less than AAA requires)</li>
124
+ <li>8 issues reported by package <code>tenon</code>, test <code>95</code> (Element has insufficient color contrast (Level AAA))</li>
103
125
  </ul>
104
- <p><a href="https://github.com/Siteimprove/alfa">Alfa</a> is an open-source package sponsored by Siteimprove. The <code>alfa</code> test performs all 103 tests in the Alfa package.</p>
105
- <h3><code>axe</code></h3>
106
- <p>The page <strong>did not pass</strong> the <code>axe</code> test and received a score of 38 on <code>axe</code>. The details are in the appended report, in the section starting with <code>"which": "axe"</code>. There was at least one failure of:</p>
126
+ <p><span class="componentID">focusableOperable</span>: Score 33. Issues reported by tests in this category:</p>
107
127
  <ul>
108
- <li>color-contrast: Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds</li>
109
- <li>heading-order: Ensures the order of headings is semantically correct</li>
110
- <li>label: Ensures every form element has a label</li>
111
- <li>landmark-unique: Landmarks should have a unique role or role/label/title (i.e. accessible name) combination</li>
112
- <li>link-name: Ensures links have discernible text</li>
113
- <li>list: Ensures that lists are structured correctly</li>
114
- <li>meta-viewport: Ensures &lt;meta name="viewport"> does not disable text scaling and zooming</li>
115
- <li>region: Ensures all page content is contained by landmarks</li>
128
+ <li>9 issues reported by package <code>testaro</code>, test <code>focOp</code> (Operable elements that cannot be Tab-focused and vice versa)</li>
116
129
  </ul>
117
- <p><a href="https://github.com/dequelabs/axe-core">Axe</a> is an open-source package sponsored by accessibility consulting firm Deque. The <code>axe</code> test performs all 138 default tests in the Axe package.</p>
118
- <h3><code>ibm</code></h3>
119
- <p>The page <strong>did not pass</strong> the <code>ibm</code> test and received a score of 145 on <code>ibm</code>. The details are in the appended report, in the section starting with <code>"which": "ibm"</code>. There was at least one failure of:</p>
130
+ <p><span class="componentID">targetSize</span>: Score 28. Issues reported by tests in this category:</p>
120
131
  <ul>
121
- <li>WCAG20_Label_RefValid: The value "" of the 'for' attribute is not the 'id' of a valid &lt;input> element</li>
122
- <li>WCAG20_Input_ExplicitLabel: Form control element &lt;input> has no associated label</li>
123
- <li>WCAG20_Input_ExplicitLabel: Form control element &lt;button> has no associated label</li>
124
- <li>WCAG20_Img_HasAlt: Image does not have an 'alt' attribute short text alternative</li>
125
- <li>WCAG20_A_HasText: Hyperlink has no link text, label or image with a text alternative</li>
126
- <li>RPT_Label_UniqueFor: Form control has more than one label</li>
127
- <li>Rpt_Aria_OrphanedContent_Native_Host_Sematics: Content is not within a landmark element</li>
128
- <li>Rpt_Aria_MultipleNavigationLandmarks_Implicit: Multiple elements with "navigation" role do not have unique labels</li>
129
- <li>Rpt_Aria_ComplementaryRequiredLabel_Implicit: The element with "complementary" role does not have a label</li>
130
- <li>landmark_name_unique: Multiple "navigation" landmarks with the same parent region are not distinguished from one another because they have the same "" label</li>
131
- <li>HAAC_Figure_label: The &lt;figure> element does not have an associated label</li>
132
- <li>element_attribute_deprecated: The HTML attribute(s) "http-equiv" is deprecated for the &lt;meta> element in HTML 5</li>
133
- <li>aria_role_redundant: The explicitly-assigned ARIA role "main" is redundant with the implicit role of the element &lt;main></li>
134
- <li>IBMA_Color_Contrast_WCAG2AA: Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700</li>
135
- <li>IBMA_Color_Contrast_WCAG2AA: Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 700</li>
136
- <li>IBMA_Color_Contrast_WCAG2AA: Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 700</li>
137
- <li>IBMA_Color_Contrast_WCAG2AA: Text contrast of 3.13 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400</li>
132
+ <li>12 issues reported by package <code>tenon</code>, test <code>152</code> (Actionable element is smaller than the minimum required size)</li>
138
133
  </ul>
139
- <p><a href="https://github.com/IBMa/equal-access">Equal Access</a> is an open-source package sponsored by IBM Corporation. The <code>ibm</code> test performs all 163 default tests in the Equal Access package.</p>
140
- <h3><code>tenon</code></h3>
141
- <p>The page <strong>did not pass</strong> the <code>tenon</code> test and received a score of 91 on <code>tenon</code>. The details are in the appended report, in the section starting with <code>"which": "tenon"</code>. There was at least one failure of:</p>
134
+ <p><span class="componentID">contrastRisk</span>: Score 27. Issues reported by tests in this category:</p>
142
135
  <ul>
143
- <li>The layout or sizing of this page causes horizontal scrolling.</li>
144
- <li>This link has no text inside it.</li>
145
- <li>This element has insufficient color contrast (Level AAA).</li>
146
- <li>Very small text found.</li>
147
- <li>This content's line height is insufficent to properly display the computed element font size.</li>
148
- <li>This actionable element is smaller than the minimum required size.</li>
149
- <li>These headings are not structured in a hierarchical manner.</li>
136
+ <li>25 issues reported by package <code>aatt</code>, test <code>w:F24</code> (Inline background color needs complementary foreground color)</li>
137
+ <li>0 issues reported by package <code>aatt</code>, test <code>w:G18</code> (Contrast adequacy not determinable)</li>
150
138
  </ul>
151
- <p>The <a href="https://tenon.io/documentation/apiv2.php">Tenon Test API (version 2)</a> is a proprietary package owned by Level Access. The <code>tenon</code> test performs all 180 default tests in the Tenon package.</p>
152
- <h3><code>wave</code></h3>
153
- <p>The page <strong>did not pass</strong> the <code>wave</code> test and received a score of 125 on <code>wave</code>. The details are in the appended report, in the section starting with <code>"which": "wave"</code>. There was at least one failure of:</p>
139
+ <p><span class="componentID">linkUnderlines</span>: Score 24. Issues reported by tests in this category:</p>
154
140
  <ul>
155
- <li>error/alt_missing: Missing alternative text</li>
156
- <li>error/alt_link_missing: Linked image missing alternative text</li>
157
- <li>error/label_missing: Missing form label</li>
158
- <li>error/button_empty: Empty button</li>
159
- <li>error/link_empty: Empty link</li>
160
- <li>contrast/contrast: Very low contrast</li>
161
- <li>alert/heading_skipped: Skipped heading level</li>
162
- <li>alert/heading_possible: Possible heading</li>
163
- <li>alert/link_internal_broken: Broken same-page link</li>
164
- <li>alert/noscript: Noscript element</li>
165
- <li>alert/html5_video_audio: HTML5 video or audio</li>
141
+ <li>10 issues reported by package <code>testaro</code>, test <code>linkUl</code> (Non-underlined inline links)</li>
166
142
  </ul>
167
- <p><a href="https://wave.webaim.org/">WAVE</a> is a proprietary package owned by webAIM, a program of the Institute for Disability Research, Policy, and Practice at Utah State University. The <code>wave</code> test performs all 110 default tests in the WAVE package.</p>
168
- <h2>Custom tests</h2>
169
- <p>The tests in the above packages are designed to detect some, not all, accessibility problems. The procedure includes the following 16 custom tests that supplement the tests of the packages.</p>
170
- <h3><code>bulk</code></h3>
171
- <p>The page <strong>passed</strong> the <code>bulk</code> test.</p>
172
- <p>The <code>bulk</code> test counts the initially visible elements in a page. A page with a large count tends to be complex and busy, frustrating some users, especially if they have visual or motor disabilities, as they try to determine what the page is about, whether it is relevant, and how to find a specific thing in it.</p>
173
- <p>When the count exceeds 250, the procedure begins to assign a non-zero score.</p>
174
- <h3><code>embAc</code></h3>
175
- <p>The page <strong>passed</strong> the <code>embAc</code> test.</p>
176
- <p>The <code>embAc</code> test detects improper embedding of interactive elements (links, buttons, inputs, and select lists) within links or buttons. Such embedding violates the HTML standard, complicates user interaction, and creates risks of error. It becomes non-obvious what a user will activate with a click.</p>
177
- <h3><code>focAll</code></h3>
178
- <p>The page <strong>did not pass</strong> the <code>focAll</code> test and received a score of 3 on <code>focAll</code>. The details are in the appended report, in the section starting with <code>"which": "focAll"</code>.</p>
179
- <p>Summary of the details:</p>
143
+ <p><span class="componentID">headingStructure</span>: Score 22. Issues reported by tests in this category:</p>
180
144
  <ul>
181
- <li>tabFocusables: 46</li>
182
- <li>tabFocused: 45</li>
183
- <li>discrepancy: -1</li>
145
+ <li>4 issues reported by package <code>aatt</code>, test <code>w:G141</code> (Heading structure is not logically nested)</li>
146
+ <li>4 issues reported by package <code>alfa</code>, test <code>r53</code> (Heading skips one or more levels)</li>
147
+ <li>4 issues reported by package <code>axe</code>, test <code>heading-order</code> (Heading levels should only increase by one)</li>
148
+ <li>4 issues reported by package <code>wave</code>, test <code>a:heading_skipped</code> (Skipped heading level)</li>
149
+ <li>1 issue reported by package <code>tenon</code>, test <code>155</code> (These headings are not structured in a hierarchical manner)</li>
184
150
  </ul>
185
- <p>The <code>focAll</code> test detects discrepancies between focusable and Tab-focused element counts. Navigating with the Tab key normally moves the focus and does nothing else. If it also adds or fails to focus focusable elements, this complicates navigation and may make the page unusable for people who must use only a keyboard (not a mouse) or a keyboard-emulating assistive device to navigate.</p>
186
- <h3><code>focInd</code></h3>
187
- <p>The page <strong>did not pass</strong> the <code>focInd</code> test and received a score of 530 on <code>focInd</code>. The details are in the appended report, in the section starting with <code>"which": "focInd"</code>.</p>
188
- <p>Summary of the details:</p>
151
+ <p><span class="componentID">imageNoText</span>: Score 19. Issues reported by tests in this category:</p>
189
152
  <ul>
190
- <li>indicatorMissing: 106</li>
191
- <li>nonOutlinePresent: 0</li>
153
+ <li>2 issues reported by package <code>aatt</code>, test <code>e:H37</code> (Img element missing an alt attribute)</li>
154
+ <li>0 issues reported by package <code>alfa</code>, test <code>r2</code> (Image has no accessible name)</li>
155
+ <li>0 issues reported by package <code>axe</code>, test <code>image-alt</code> (Images must have alternate text)</li>
156
+ <li>0 issues reported by package <code>ibm</code>, test <code>v:WCAG20_Img_HasAlt</code> (Images must have an alt attribute if they convey meaning, or alt="" if decorative)</li>
157
+ <li>2 issues reported by package <code>wave</code>, test <code>e:alt_missing</code> (Missing alternative text)</li>
192
158
  </ul>
193
- <p>The <code>focInd</code> test detects focusable elements without standard focus indicators. An outline is the standard and most recognizable focus indicator; as you repeatedly press the Tab key, the outline moves through the page. Other focus indicators are more likely to be misunderstood. For example, underlines may be mistaken for selection indicators or links. An absent focus indicator prevents the user from knowing what a keyboard action will act on.</p>
194
- <h3><code>focOp</code></h3>
195
- <p>The page <strong>did not pass</strong> the <code>focOp</code> test and received a score of 34 on <code>focOp</code>. The details are in the appended report, in the section starting with <code>"which": "focOp"</code>.</p>
196
- <p>Summary of the details:</p>
159
+ <p><span class="componentID">noLeading</span>: Score 18. Issues reported by tests in this category:</p>
197
160
  <ul>
198
- <li>onlyFocusable: 2</li>
199
- <li>onlyOperable: 8</li>
161
+ <li>7 issues reported by package <code>alfa</code>, test <code>r73</code> (Paragraphs of text have insufficient line height)</li>
200
162
  </ul>
201
- <p>The <code>focOp</code> test detects descrepancies between Tab-focusability and operability. The standard practice is to make focusable elements operable and vice versa. If focusable elements are not operable, users are likely to be surprised that nothing happens when they try to operate such elements. If operable elements are not focusable, users depending on keyboard navigation are prevented from operating those elements. The test considers an element operable if it has a non-inherited pointer cursor and is not a <code>LABEL</code> element, or has an operable tag name (<code>A</code>, <code>BUTTON</code>, <code>IFRAME</code>, <code>INPUT</code>, <code>SELECT</code>, or <code>TEXTAREA</code>), or has an <code>onclick</code> attribute. The test considers an element Tab-focusable if its <code>tabIndex</code> property has the value 0.</p>
202
- <h3><code>hover</code></h3>
203
- <p>The page <strong>did not pass</strong> the <code>hover</code> test and received a score of 28 on <code>hover</code>. The details are in the appended report, in the section starting with <code>"which": "hover"</code>.</p>
204
- <p>Summary of the details:</p>
163
+ <p><span class="componentID">hoverSurprise</span>: Score 16. Issues reported by tests in this category:</p>
205
164
  <ul>
206
- <li>triggers: 0</li>
207
- <li>madeVisible: 0</li>
208
- <li>opacityChanged: 0</li>
209
- <li>opacityAffected: 0</li>
210
- <li>unhoverables: 14</li>
165
+ <li>14 issues reported by package <code>testaro</code>, test <code>hover</code> (Content changes caused by hovering)</li>
211
166
  </ul>
212
- <p>The <code>hover</code> test detects unexpected effects of hovering. The normal purpose of hovering is to show the user which element is currently being actually or effectively hovered over and would therefore be the target of a mouse click. When hovering does more than that, the additional effects can confuse or startle users, especially those without precise mouse control. The test detects whether hovering makes elements visible, changes the opacities of elements, affects the opacities of elements by changing the opacities of their ancestors, and fails to reach elements. Only visible elements that have <code>A</code>, <code>BUTTON</code>, and <code>LI</code> tag names or have <code>onmouseenter</code> or <code>onmouseover</code> attributes are considered as triggers of such effects when hovered over. The effects of hovering are inspected for the descendants of the grandparent of the trigger if the trigger has the tag name <code>A</code> or <code>BUTTON</code>, or otherwise the descendants of the trigger. The only elements counted as being made visible by hovering are those with tag names <code>A</code>, <code>BUTTON</code>, <code>INPUT</code>, and <code>SPAN</code>, and those with <code>role="menuitem"</code> attributes.</p>
213
- <h3><code>labClash</code></h3>
214
- <p>The page <strong>did not pass</strong> the <code>labClash</code> test and received a score of 30 on <code>labClash</code>. The details are in the appended report, in the section starting with <code>"which": "labClash"</code>.</p>
215
- <p>Summary of the details:</p>
167
+ <p><span class="componentID">leadingClipsText</span>: Score 15. Issues reported by tests in this category:</p>
216
168
  <ul>
217
- <li>mislabeled: 0</li>
218
- <li>unlabeled: 15</li>
169
+ <li>3 issues reported by package <code>tenon</code>, test <code>144</code> (Line height insufficent to properly display computed font size)</li>
219
170
  </ul>
220
- <p>The <code>labClash</code> test detects defects in the labeling of buttons, non-hidden inputs, select lists, and text areas. The defects include missing labels and redundant labels. Redundant labels are labels that are superseded by other labels. Explicit and implicit (wrapped) labels are additive, not conflicting.</p>
221
- <h3><code>linkUl</code></h3>
222
- <p>The page <strong>did not pass</strong> the <code>linkUl</code> test and received a score of 30 on <code>linkUl</code>. The details are in the appended report, in the section starting with <code>"which": "linkUl"</code>.</p>
223
- <p>Summary of the details:</p>
171
+ <p><span class="componentID">selectNoText</span>: Score 12. Issues reported by tests in this category:</p>
224
172
  <ul>
225
- <li>total: 10</li>
226
- <li>underlined: 0</li>
227
- <li>underlinedPercent: 0</li>
173
+ <li>2 issues reported by package <code>aatt</code>, test <code>w:H91</code> (Select element has no value available to an accessibility API)</li>
174
+ <li>0 issues reported by package <code>axe</code>, test <code>select-name</code> (Select element must have an accessible name)</li>
175
+ <li>0 issues reported by package <code>wave</code>, test <code>a:select_missing_label</code> (Select missing label)</li>
228
176
  </ul>
229
- <p>The <code>linkUl</code> test detects failures to underline inline links. Underlining and color are the traditional style properties that identify links. Collections of links in blocks can sometimes be recognized without underlines, but inline links are difficult or impossible to distinguish visually from surrounding text if not underlined. Underlining inline links only on hover provides an indicator valuable only to mouse users, and even they must traverse the text with a mouse merely to discover which passages are links.</p>
230
- <p>Warning: This test classifies links as inline or block. Some links classified as inline may not look like inline links to users.</p>
231
- <h3><code>log</code></h3>
232
- <p>The page <strong>did not pass</strong> the <code>log</code> test and received a score of 34 on <code>log</code>. The details are in the appended report, in the section starting with <code>"which": "log"</code>.</p>
233
- <p>Summary of the details:</p>
177
+ <p><span class="componentID">metaBansZoom</span>: Score 10. Issues reported by tests in this category:</p>
234
178
  <ul>
235
- <li>logCount: 11</li>
236
- <li>logSize: 2854</li>
237
- <li>visitRejectionCount: 0</li>
238
- <li>prohibitedCount: 0</li>
239
- <li>visitTimeoutCount: 0</li>
179
+ <li>1 issue reported by package <code>alfa</code>, test <code>r47</code> (Meta element restricts zooming)</li>
180
+ <li>1 issue reported by package <code>axe</code>, test <code>meta-viewport</code> (Zooming and scaling should not be disabled)</li>
240
181
  </ul>
241
- <p>The <code>log</code> test detects problems with the behavior of the page or the server. Indicators of such problems are the number of messages logged by the browser, the aggregate size of those messages in characters, the number of rejections with abnormal HTTP statuses, the number of <q>prohibited</q> HTTP statuses, and the number of times the browser timed out trying to reach the page. Although log messages do not always indicate page defects, they mostly do.</p>
242
- <h3><code>menuNav</code></h3>
243
- <p>The page <strong>passed</strong> the <code>menuNav</code> test.</p>
244
- <p>The <code>menuNav</code> test detects nonstandard keyboard navigation among menu items in menus that manage the focus of their menu items. Menus that use pseudofocus with the <code>aria-activedescendant</code> attribute are not tested. The test is based on <a href="https://www.w3.org/TR/wai-aria-practices-1.1/#menu">WAI-ARIA recommendations</a>.</p>
245
- <h3><code>motion</code></h3>
246
- <p>The page <strong>did not pass</strong> the <code>motion</code> test and received a score of 74 on <code>motion</code>. The details are in the appended report, in the section starting with <code>"which": "motion"</code>.</p>
247
- <p>Summary of the details:</p>
182
+ <p><span class="componentID">roleBad</span>: Score 9. Issues reported by tests in this category:</p>
248
183
  <ul>
249
- <li>bytes: 669014, 660861, 902013, 897820, 663921</li>
250
- <li>localRatios: 1.012, 1.365, 1.005, 1.352</li>
251
- <li>meanLocalRatio: 1.183</li>
252
- <li>maxLocalRatio: 1.365</li>
253
- <li>globalRatio: 1.365</li>
254
- <li>pixelChanges: 49155, 430502, 122779, 421139</li>
255
- <li>meanPixelChange: 255893</li>
256
- <li>maxPixelChange: 430502</li>
257
- <li>changeFrequency: 1</li>
184
+ <li>0 issues reported by package <code>axe</code>, test <code>aria-allowed-role</code> (ARIA role should be appropriate for the element)</li>
185
+ <li>0 issues reported by package <code>ibm</code>, test <code>v:aria_semantics_role</code> (ARIA roles must be valid for the element to which they are assigned)</li>
186
+ <li>1 issue reported by package <code>testaro</code>, test <code>role</code> (Nonexistent or implicit-overriding role)</li>
258
187
  </ul>
259
- <p>The <code>motion</code> test detects unrequested motion in a page. Accessibility standards minimally require motion to be brief, or else stoppable by the user. But stopping motion can be difficult or impossible, and, by the time a user manages to stop motion, the motion may have caused annoyance or harm. For superior accessibility, a page contains no motion until and unless the user authorizes it. The test compares five screen shots of the initially visible part of the page and assigns a score based on:</p>
260
- <ol>
261
- <li>bytes: an array of the sizes of the screen shots, in bytes</li>
262
- <li>localRatios: an array of the ratios of bytes of the larger to the smaller of adjacent pairs of screen shots</li>
263
- <li>meanLocalRatio: the mean of the ratios in the localRatios array</li>
264
- <li>maxLocalRatio: the greatest of the ratios in the localRatios array</li>
265
- <li>globalRatio: the ratio of bytes of the largest to the smallest screen shot</li>
266
- <li>pixelChanges: an array of counts of differing pixels between adjacent pairs of screen shots</li>
267
- <li>meanPixelChange: the mean of the counts in the pixelChanges array</li>
268
- <li>maxPixelChange: the greatest of the counts in the pixelChanges array</li>
269
- <li>changeFrequency: what fraction of the adjacent pairs of screen shots has pixel differences</li>
270
- </ol>
271
- <p>Warning: This test waits 2.4 seconds before making its first screen shot. If a page loads more slowly than that, the test may treat it as exhibiting motion.</p>
272
- <h3><code>radioSet</code></h3>
273
- <p>The page <strong>passed</strong> the <code>radioSet</code> test.</p>
274
- <p>The <code>radioSet</code> test detects nonstandard groupings of radio buttons. It defines the standard to require that two or more radio buttons with the same name, and no other radio buttons, be grouped in a <code>fieldset</code> element with a valid <code>legend</code> element.</p>
275
- <h3><code>role</code></h3>
276
- <p>The page <strong>did not pass</strong> the <code>role</code> test and received a score of 2 on <code>role</code>. The details are in the appended report, in the section starting with <code>"which": "role"</code>.</p>
277
- <p>Summary of the details:</p>
188
+ <p><span class="componentID">tabFocusability</span>: Score 9. Issues reported by tests in this category:</p>
278
189
  <ul>
279
- <li>roleElements: 1</li>
280
- <li>badRoleElements: 1</li>
190
+ <li>1 issue reported by package <code>testaro</code>, test <code>focAll</code> (Discrepancy between elements that should be and that are Tab-focusable)</li>
281
191
  </ul>
282
- <p>The <code>role</code> test detects nonstandard and confusing role assignments. It is inspired by the <a href="https://www.w3.org/TR/wai-aria/#roles_categorization">WAI-ARIA recommendations on roles</a> and their <a href="https://www.w3.org/TR/html-aria/">authoring rules</a>. Abstract roles and roles that are implicit in HTML elements fail the test. The <code>math</code> role has been removed, because of poor adoption and exclusion from HTML5. The <code>img</code> role <a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/img_role">has accessibility uses</a>, so does not fail the test, although implicit in the HTML <code>img</code> element.</p>
283
- <h3><code>styleDiff</code></h3>
284
- <p>The page <strong>did not pass</strong> the <code>styleDiff</code> test and received a score of 35 on <code>styleDiff</code>. The details are in the appended report, in the section starting with <code>"which": "styleDiff"</code>.</p>
285
- <p>Summary of the details:</p>
192
+ <p><span class="componentID">pseudoHeadingRisk</span>: Score 7. Issues reported by tests in this category:</p>
286
193
  <ul>
287
- <li>h1: 1 style</li>
288
- <li>h2: 1 style</li>
289
- <li>h3: 1 style</li>
290
- <li>h4: 2 different styles</li>
291
- <li>h5: 2 different styles</li>
292
- <li>aInline: 3 different styles</li>
293
- <li>aBlock: 10 different styles</li>
294
- <li>button: 2 different styles</li>
194
+ <li>5 issues reported by package <code>aatt</code>, test <code>w:H42</code> (Heading coding should be used if intended as a heading)</li>
295
195
  </ul>
296
- <p>The <code>styleDiff</code> test detects style inconsistencies among inline links, block links, buttons, and all 6 levels of headings. The principle of consistent identification requires using styles to help users classify content. For example, level-2 headings look the same, and they look different from level-1 headings. Ideally, then, for each of these element types, there would be exactly 1 style. The test considers the style properties <code>borderStyle</code>, <code>borderWidth</code>, <code>fontStyle</code>, <code>fontWeight</code>, <code>lineHeight</code>, <code>maxHeight</code>, <code>maxWidth</code>, <code>minHeight</code>, <code>minWidth</code>, <code>opacity</code>, <code>outlineOffset</code>, <code>outlineStyle</code>, <code>outlineWidth</code>, <code>textDecorationLine</code>, <code>textDecorationStyle</code>, and <code>textDecorationThickness</code>. For headings, it also considers the <code>fontSize</code> style property.</p>
297
- <h3><code>tabNav</code></h3>
298
- <p>The page <strong>passed</strong> the <code>tabNav</code> test.</p>
299
- <p>The <code>tabNav</code> test detects <a href="https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel">nonstandard keyboard navigation</a> among tab elements in tab lists. Tab lists let users choose which of several content blocks to display. The Tab key moves the focus into and out of a tab list, but the arrow, Home, and End keys move the focus from tab to tab.</p>
300
- <h3><code>zIndex</code></h3>
301
- <p>The page <strong>did not pass</strong> the <code>zIndex</code> test and received a score of 33 on <code>zIndex</code>. The details are in the appended report, in the section starting with <code>"which": "zIndex"</code>.</p>
302
- <p>Summary of the details:</p>
196
+ <p><span class="componentID">pseudoListRisk</span>: Score 4. Issues reported by tests in this category:</p>
303
197
  <ul>
304
- <li>DIV: 10</li>
305
- <li>VIDEO: 1</li>
198
+ <li>2 issues reported by package <code>aatt</code>, test <code>w:H48</code> (Navigation links should be coded as list)</li>
306
199
  </ul>
307
- <p>The <code>zIndex</code> test detects elements with non-default z indexes. Pages present difficulty for some users when they require users to perceive a third dimension (depth) in the two-dimensional display. Layers, popups, and dialogs that cover other content make it difficult for some users to interpret the content and know what parts of the content can be acted on. Layering also complicates accessibility testing. Tests for visibility of focus, for example, may fail if a focused element is covered by another element.</p>
308
- <h2>Test prevention</h2>
309
- <p>Some pages prevent some of the tests in this procedure from being performed. This may occur, for example, when a page tries to block any non-human visitor. The procedure estimates high scores when pages prevent tests, because preventing accessibility testing is itself an accessibility deficiency. Specifically:</p>
200
+ <p><span class="componentID">visibleBulk</span>: Score 3. Issues reported by tests in this category:</p>
310
201
  <ul>
311
- <li>Measuring success is a prerequisite for achieving success, so interfering with accessibility measurement interferes with accessibility.</li>
312
- <li>Users with disabilities often rely on assistive technologies to mediate between them and web applications. Applications that interfere with automated testing are at risk of interfering with some assistive technologies, too.</li>
202
+ <li>1 issue reported by package <code>testaro</code>, test <code>bulk</code> (Count of visible elements as a multiple of 300)</li>
313
203
  </ul>
204
+ <h2>Discussion</h2>
205
+ <p>Although there are widely accepted <a href="https://www.w3.org/WAI/standards-guidelines/">accessibility standards</a>, there is still no unanimity about how to define, test, and quantify accessibility. The failures reported in this digest merit investigation as <strong>potential</strong> opportunities for improved accessibility. But you may conclude that some of the failures do not actually harm accessibility, and some substantial accessibility faults can escape detection by any of these tests. Likewise, you may disagree with weightings and formulas of scoring procedure <code>sp10b</code>, or question whether it is appropriate even to assign accessibility scores to a web page. This digest describes only one interpretation of the page&rsquo;s accessibility. You can modify and extend Testaro and Testilo to fit other understandings.</p>
206
+ <p>Scoring procedure <code>sp10b</code> bases scores on:</p>
207
+ <ul>
208
+ <li>how many categories of issues were reported</li>
209
+ <li>how many issues were reported per category</li>
210
+ <li>the largest count of issues of a category reported by a single test</li>
211
+ <li>how many tests reported the issues</li>
212
+ <li>how important each issue is deemed to be</li>
213
+ </ul>
214
+ <p>Most issues are simply counted, but some are complex and get a <q>count</q> that is really the result of a formula. The exact rules for scoring are in the <a href="https://github.com/jrpool/testilo/blob/main/procs/score/sp10b.js"><code>sp10b.js</code> file</a> that performs the scoring.</p>
215
+ <p>Weights used in the calculations are contained in the appended report in the <code>score</code> block. The <code>groupWeights</code> block within it contains the weights applied to the classified issues, and the <code>countWeights</code> block within it contains the amounts those weights are multiplied by or added to. For example, if <code>roleBad</code> issues are reported, the <code>roleBad</code> score is the <code>absolute</code> amount (2), plus the largest count of those issues reported by any test multiplied by the <code>largest</code> amount (1), plus the total count of those issues reported by all other tests multiplied by the <code>smaller</code> amount (0.4), all multiplied by the <code>roleBad</code> weight (3).</p>
314
216
  <h2>Report</h2>
315
217
  <pre>{
316
218
  "id": "35k1r-railpass",
@@ -693,12 +595,12 @@
693
595
  "must pass any of": [
694
596
  {
695
597
  "check": "implicit-label",
696
- "description": "Form element does not have an implicit (wrapped) &amp;lt;label>",
598
+ "description": "Form element does not have an implicit (wrapped) &lt;label>",
697
599
  "impact": "critical"
698
600
  },
699
601
  {
700
602
  "check": "explicit-label",
701
- "description": "Form element does not have an explicit &amp;lt;label>",
603
+ "description": "Form element does not have an explicit &lt;label>",
702
604
  "impact": "critical"
703
605
  },
704
606
  {
@@ -898,7 +800,7 @@
898
800
  "must pass all of": [
899
801
  {
900
802
  "check": "only-listitems",
901
- "description": "List element has direct children that are not allowed inside &amp;lt;li> elements",
803
+ "description": "List element has direct children that are not allowed inside &lt;li> elements",
902
804
  "impact": "serious"
903
805
  }
904
806
  ]
@@ -907,7 +809,7 @@
907
809
  },
908
810
  {
909
811
  "rule": "meta-viewport",
910
- "description": "Ensures &amp;lt;meta name=\"viewport\"> does not disable text scaling and zooming",
812
+ "description": "Ensures &lt;meta name=\"viewport\"> does not disable text scaling and zooming",
911
813
  "impact": "critical",
912
814
  "elements": [
913
815
  {
@@ -916,7 +818,7 @@
916
818
  "must pass any of": [
917
819
  {
918
820
  "check": "meta-viewport",
919
- "description": "maximum-scale on &amp;lt;meta> tag disables zooming on mobile devices",
821
+ "description": "maximum-scale on &lt;meta> tag disables zooming on mobile devices",
920
822
  "impact": "critical"
921
823
  }
922
824
  ]
@@ -1540,7 +1442,7 @@
1540
1442
  {
1541
1443
  "tagName": "DIV",
1542
1444
  "id": "mCSB_2_dragger_vertical",
1543
- "text": "&amp;lt;div id=\"mCSB_2_dragger_vertical\" class=\"mCSB_dragger\" style=\"position: absolute",
1445
+ "text": "&lt;div id=\"mCSB_2_dragger_vertical\" class=\"mCSB_dragger\" style=\"position: absolute",
1544
1446
  "byTag": false,
1545
1447
  "byOnClick": false,
1546
1448
  "byPointer": true
@@ -1572,7 +1474,7 @@
1572
1474
  {
1573
1475
  "tagName": "DIV",
1574
1476
  "id": "mCSB_1_dragger_vertical",
1575
- "text": "&amp;lt;div id=\"mCSB_1_dragger_vertical\" class=\"mCSB_dragger\" style=\"position: absolute",
1477
+ "text": "&lt;div id=\"mCSB_1_dragger_vertical\" class=\"mCSB_dragger\" style=\"position: absolute",
1576
1478
  "byTag": false,
1577
1479
  "byOnClick": false,
1578
1480
  "byPointer": true
@@ -1654,7 +1556,7 @@
1654
1556
  {
1655
1557
  "tagName": "A",
1656
1558
  "id": "",
1657
- "text": "&amp;lt;a href=\"/\" style=\"cursor: default;\">&amp;lt;img src=\"/themes/railpass/img/logo-railpas",
1559
+ "text": "&lt;a href=\"/\" style=\"cursor: default;\">&lt;img src=\"/themes/railpass/img/logo-railpas",
1658
1560
  "byTag": true,
1659
1561
  "byOnClick": false,
1660
1562
  "byPointer": true
@@ -1702,7 +1604,7 @@
1702
1604
  {
1703
1605
  "tagName": "A",
1704
1606
  "id": "",
1705
- "text": "&amp;lt;a href=\"#\" class=\"menu-link\" style=\"cursor: default;\">&amp;lt;i class=\"icon-menu-mobil",
1607
+ "text": "&lt;a href=\"#\" class=\"menu-link\" style=\"cursor: default;\">&lt;i class=\"icon-menu-mobil",
1706
1608
  "byTag": true,
1707
1609
  "byOnClick": false,
1708
1610
  "byPointer": true
@@ -1710,7 +1612,7 @@
1710
1612
  {
1711
1613
  "tagName": "INPUT",
1712
1614
  "id": "all",
1713
- "text": "&amp;lt;input class=\"custom__checkbox\" type=\"checkbox\" id=\"all\">",
1615
+ "text": "&lt;input class=\"custom__checkbox\" type=\"checkbox\" id=\"all\">",
1714
1616
  "byTag": true,
1715
1617
  "byOnClick": false,
1716
1618
  "byPointer": false
@@ -1726,7 +1628,7 @@
1726
1628
  {
1727
1629
  "tagName": "INPUT",
1728
1630
  "id": "Italy-1",
1729
- "text": "&amp;lt;input data-name=\"Italy\" type=\"checkbox\" id=\"Italy-1\">",
1631
+ "text": "&lt;input data-name=\"Italy\" type=\"checkbox\" id=\"Italy-1\">",
1730
1632
  "byTag": true,
1731
1633
  "byOnClick": false,
1732
1634
  "byPointer": false
@@ -1734,7 +1636,7 @@
1734
1636
  {
1735
1637
  "tagName": "INPUT",
1736
1638
  "id": "Austria-1",
1737
- "text": "&amp;lt;input data-name=\"Austria\" type=\"checkbox\" id=\"Austria-1\">",
1639
+ "text": "&lt;input data-name=\"Austria\" type=\"checkbox\" id=\"Austria-1\">",
1738
1640
  "byTag": true,
1739
1641
  "byOnClick": false,
1740
1642
  "byPointer": false
@@ -1742,7 +1644,7 @@
1742
1644
  {
1743
1645
  "tagName": "INPUT",
1744
1646
  "id": "Benelux-1",
1745
- "text": "&amp;lt;input data-name=\"Benelux\" type=\"checkbox\" id=\"Benelux-1\">",
1647
+ "text": "&lt;input data-name=\"Benelux\" type=\"checkbox\" id=\"Benelux-1\">",
1746
1648
  "byTag": true,
1747
1649
  "byOnClick": false,
1748
1650
  "byPointer": false
@@ -1750,7 +1652,7 @@
1750
1652
  {
1751
1653
  "tagName": "INPUT",
1752
1654
  "id": "Bulgaria-1",
1753
- "text": "&amp;lt;input data-name=\"Bulgaria\" type=\"checkbox\" id=\"Bulgaria-1\">",
1655
+ "text": "&lt;input data-name=\"Bulgaria\" type=\"checkbox\" id=\"Bulgaria-1\">",
1754
1656
  "byTag": true,
1755
1657
  "byOnClick": false,
1756
1658
  "byPointer": false
@@ -1758,7 +1660,7 @@
1758
1660
  {
1759
1661
  "tagName": "INPUT",
1760
1662
  "id": "Croatia-Slovenia-1",
1761
- "text": "&amp;lt;input data-name=\"Croatia-Slovenia\" type=\"checkbox\" id=\"Croatia-Slovenia-1\">",
1663
+ "text": "&lt;input data-name=\"Croatia-Slovenia\" type=\"checkbox\" id=\"Croatia-Slovenia-1\">",
1762
1664
  "byTag": true,
1763
1665
  "byOnClick": false,
1764
1666
  "byPointer": false
@@ -1766,7 +1668,7 @@
1766
1668
  {
1767
1669
  "tagName": "INPUT",
1768
1670
  "id": "Czech-Republic-1",
1769
- "text": "&amp;lt;input data-name=\"Czech Republic\" type=\"checkbox\" id=\"Czech-Republic-1\">",
1671
+ "text": "&lt;input data-name=\"Czech Republic\" type=\"checkbox\" id=\"Czech-Republic-1\">",
1770
1672
  "byTag": true,
1771
1673
  "byOnClick": false,
1772
1674
  "byPointer": false
@@ -1774,7 +1676,7 @@
1774
1676
  {
1775
1677
  "tagName": "INPUT",
1776
1678
  "id": "Denmark-1",
1777
- "text": "&amp;lt;input data-name=\"Denmark\" type=\"checkbox\" id=\"Denmark-1\">",
1679
+ "text": "&lt;input data-name=\"Denmark\" type=\"checkbox\" id=\"Denmark-1\">",
1778
1680
  "byTag": true,
1779
1681
  "byOnClick": false,
1780
1682
  "byPointer": false
@@ -1782,7 +1684,7 @@
1782
1684
  {
1783
1685
  "tagName": "INPUT",
1784
1686
  "id": "Finland-1",
1785
- "text": "&amp;lt;input data-name=\"Finland\" type=\"checkbox\" id=\"Finland-1\">",
1687
+ "text": "&lt;input data-name=\"Finland\" type=\"checkbox\" id=\"Finland-1\">",
1786
1688
  "byTag": true,
1787
1689
  "byOnClick": false,
1788
1690
  "byPointer": false
@@ -1790,7 +1692,7 @@
1790
1692
  {
1791
1693
  "tagName": "INPUT",
1792
1694
  "id": "France-1",
1793
- "text": "&amp;lt;input data-name=\"France\" type=\"checkbox\" id=\"France-1\">",
1695
+ "text": "&lt;input data-name=\"France\" type=\"checkbox\" id=\"France-1\">",
1794
1696
  "byTag": true,
1795
1697
  "byOnClick": false,
1796
1698
  "byPointer": false
@@ -1798,7 +1700,7 @@
1798
1700
  {
1799
1701
  "tagName": "INPUT",
1800
1702
  "id": "FYR-Macedonia-1",
1801
- "text": "&amp;lt;input data-name=\"FYR Macedonia\" type=\"checkbox\" id=\"FYR-Macedonia-1\">",
1703
+ "text": "&lt;input data-name=\"FYR Macedonia\" type=\"checkbox\" id=\"FYR-Macedonia-1\">",
1802
1704
  "byTag": true,
1803
1705
  "byOnClick": false,
1804
1706
  "byPointer": false
@@ -1806,7 +1708,7 @@
1806
1708
  {
1807
1709
  "tagName": "INPUT",
1808
1710
  "id": "Germany-1",
1809
- "text": "&amp;lt;input data-name=\"Germany\" type=\"checkbox\" id=\"Germany-1\" disabled=\"\">",
1711
+ "text": "&lt;input data-name=\"Germany\" type=\"checkbox\" id=\"Germany-1\" disabled=\"\">",
1810
1712
  "byTag": true,
1811
1713
  "byOnClick": false,
1812
1714
  "byPointer": false
@@ -1814,7 +1716,7 @@
1814
1716
  {
1815
1717
  "tagName": "INPUT",
1816
1718
  "id": "Greece-1",
1817
- "text": "&amp;lt;input data-name=\"Greece\" type=\"checkbox\" id=\"Greece-1\">",
1719
+ "text": "&lt;input data-name=\"Greece\" type=\"checkbox\" id=\"Greece-1\">",
1818
1720
  "byTag": true,
1819
1721
  "byOnClick": false,
1820
1722
  "byPointer": false
@@ -1822,7 +1724,7 @@
1822
1724
  {
1823
1725
  "tagName": "INPUT",
1824
1726
  "id": "Hungary-1",
1825
- "text": "&amp;lt;input data-name=\"Hungary\" type=\"checkbox\" id=\"Hungary-1\">",
1727
+ "text": "&lt;input data-name=\"Hungary\" type=\"checkbox\" id=\"Hungary-1\">",
1826
1728
  "byTag": true,
1827
1729
  "byOnClick": false,
1828
1730
  "byPointer": false
@@ -1830,7 +1732,7 @@
1830
1732
  {
1831
1733
  "tagName": "INPUT",
1832
1734
  "id": "Ireland-1",
1833
- "text": "&amp;lt;input data-name=\"Ireland\" type=\"checkbox\" id=\"Ireland-1\">",
1735
+ "text": "&lt;input data-name=\"Ireland\" type=\"checkbox\" id=\"Ireland-1\">",
1834
1736
  "byTag": true,
1835
1737
  "byOnClick": false,
1836
1738
  "byPointer": false
@@ -1838,7 +1740,7 @@
1838
1740
  {
1839
1741
  "tagName": "INPUT",
1840
1742
  "id": "Lithuania-1",
1841
- "text": "&amp;lt;input data-name=\"Lithuania\" type=\"checkbox\" id=\"Lithuania-1\">",
1743
+ "text": "&lt;input data-name=\"Lithuania\" type=\"checkbox\" id=\"Lithuania-1\">",
1842
1744
  "byTag": true,
1843
1745
  "byOnClick": false,
1844
1746
  "byPointer": false
@@ -1846,7 +1748,7 @@
1846
1748
  {
1847
1749
  "tagName": "INPUT",
1848
1750
  "id": "Montenegro-Serbia-1",
1849
- "text": "&amp;lt;input data-name=\"Montenegro-Serbia\" type=\"checkbox\" id=\"Montenegro-Serbia-1\">",
1751
+ "text": "&lt;input data-name=\"Montenegro-Serbia\" type=\"checkbox\" id=\"Montenegro-Serbia-1\">",
1850
1752
  "byTag": true,
1851
1753
  "byOnClick": false,
1852
1754
  "byPointer": false
@@ -1854,7 +1756,7 @@
1854
1756
  {
1855
1757
  "tagName": "INPUT",
1856
1758
  "id": "Norway-1",
1857
- "text": "&amp;lt;input data-name=\"Norway\" type=\"checkbox\" id=\"Norway-1\">",
1759
+ "text": "&lt;input data-name=\"Norway\" type=\"checkbox\" id=\"Norway-1\">",
1858
1760
  "byTag": true,
1859
1761
  "byOnClick": false,
1860
1762
  "byPointer": false
@@ -1862,7 +1764,7 @@
1862
1764
  {
1863
1765
  "tagName": "INPUT",
1864
1766
  "id": "Poland-1",
1865
- "text": "&amp;lt;input data-name=\"Poland\" type=\"checkbox\" id=\"Poland-1\">",
1767
+ "text": "&lt;input data-name=\"Poland\" type=\"checkbox\" id=\"Poland-1\">",
1866
1768
  "byTag": true,
1867
1769
  "byOnClick": false,
1868
1770
  "byPointer": false
@@ -1870,7 +1772,7 @@
1870
1772
  {
1871
1773
  "tagName": "INPUT",
1872
1774
  "id": "Portugal-1",
1873
- "text": "&amp;lt;input data-name=\"Portugal\" type=\"checkbox\" id=\"Portugal-1\">",
1775
+ "text": "&lt;input data-name=\"Portugal\" type=\"checkbox\" id=\"Portugal-1\">",
1874
1776
  "byTag": true,
1875
1777
  "byOnClick": false,
1876
1778
  "byPointer": false
@@ -1878,7 +1780,7 @@
1878
1780
  {
1879
1781
  "tagName": "INPUT",
1880
1782
  "id": "Romania-1",
1881
- "text": "&amp;lt;input data-name=\"Romania\" type=\"checkbox\" id=\"Romania-1\">",
1783
+ "text": "&lt;input data-name=\"Romania\" type=\"checkbox\" id=\"Romania-1\">",
1882
1784
  "byTag": true,
1883
1785
  "byOnClick": false,
1884
1786
  "byPointer": false
@@ -1886,7 +1788,7 @@
1886
1788
  {
1887
1789
  "tagName": "INPUT",
1888
1790
  "id": "Slovakia-1",
1889
- "text": "&amp;lt;input data-name=\"Slovakia\" type=\"checkbox\" id=\"Slovakia-1\">",
1791
+ "text": "&lt;input data-name=\"Slovakia\" type=\"checkbox\" id=\"Slovakia-1\">",
1890
1792
  "byTag": true,
1891
1793
  "byOnClick": false,
1892
1794
  "byPointer": false
@@ -1894,7 +1796,7 @@
1894
1796
  {
1895
1797
  "tagName": "INPUT",
1896
1798
  "id": "Spain-1",
1897
- "text": "&amp;lt;input data-name=\"Spain\" type=\"checkbox\" id=\"Spain-1\">",
1799
+ "text": "&lt;input data-name=\"Spain\" type=\"checkbox\" id=\"Spain-1\">",
1898
1800
  "byTag": true,
1899
1801
  "byOnClick": false,
1900
1802
  "byPointer": false
@@ -1902,7 +1804,7 @@
1902
1804
  {
1903
1805
  "tagName": "INPUT",
1904
1806
  "id": "Sweden-1",
1905
- "text": "&amp;lt;input data-name=\"Sweden\" type=\"checkbox\" id=\"Sweden-1\">",
1807
+ "text": "&lt;input data-name=\"Sweden\" type=\"checkbox\" id=\"Sweden-1\">",
1906
1808
  "byTag": true,
1907
1809
  "byOnClick": false,
1908
1810
  "byPointer": false
@@ -1910,7 +1812,7 @@
1910
1812
  {
1911
1813
  "tagName": "INPUT",
1912
1814
  "id": "Switzerland-1",
1913
- "text": "&amp;lt;input data-name=\"Switzerland\" type=\"checkbox\" id=\"Switzerland-1\" disabled=\"\">",
1815
+ "text": "&lt;input data-name=\"Switzerland\" type=\"checkbox\" id=\"Switzerland-1\" disabled=\"\">",
1914
1816
  "byTag": true,
1915
1817
  "byOnClick": false,
1916
1818
  "byPointer": false
@@ -1918,7 +1820,7 @@
1918
1820
  {
1919
1821
  "tagName": "INPUT",
1920
1822
  "id": "Turkey-1",
1921
- "text": "&amp;lt;input data-name=\"Turkey\" type=\"checkbox\" id=\"Turkey-1\">",
1823
+ "text": "&lt;input data-name=\"Turkey\" type=\"checkbox\" id=\"Turkey-1\">",
1922
1824
  "byTag": true,
1923
1825
  "byOnClick": false,
1924
1826
  "byPointer": false
@@ -1926,7 +1828,7 @@
1926
1828
  {
1927
1829
  "tagName": "INPUT",
1928
1830
  "id": "all2",
1929
- "text": "&amp;lt;input class=\"custom__checkbox\" type=\"checkbox\" id=\"all2\">",
1831
+ "text": "&lt;input class=\"custom__checkbox\" type=\"checkbox\" id=\"all2\">",
1930
1832
  "byTag": true,
1931
1833
  "byOnClick": false,
1932
1834
  "byPointer": false
@@ -1934,7 +1836,7 @@
1934
1836
  {
1935
1837
  "tagName": "INPUT",
1936
1838
  "id": "daterange",
1937
- "text": "&amp;lt;input id=\"daterange\" type=\"text\" name=\"daterange\" value=\"Select Date\" style=\"cu",
1839
+ "text": "&lt;input id=\"daterange\" type=\"text\" name=\"daterange\" value=\"Select Date\" style=\"cu",
1938
1840
  "byTag": true,
1939
1841
  "byOnClick": false,
1940
1842
  "byPointer": true
@@ -1942,7 +1844,7 @@
1942
1844
  {
1943
1845
  "tagName": "BUTTON",
1944
1846
  "id": "",
1945
- "text": "&amp;lt;button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus",
1847
+ "text": "&lt;button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus",
1946
1848
  "byTag": true,
1947
1849
  "byOnClick": false,
1948
1850
  "byPointer": false
@@ -1950,7 +1852,7 @@
1950
1852
  {
1951
1853
  "tagName": "INPUT",
1952
1854
  "id": "tt_senior",
1953
- "text": "&amp;lt;input id=\"tt_senior\" data-controller=\"number-senior\" type=\"text\" name=\"quant[1]",
1855
+ "text": "&lt;input id=\"tt_senior\" data-controller=\"number-senior\" type=\"text\" name=\"quant[1]",
1954
1856
  "byTag": true,
1955
1857
  "byOnClick": false,
1956
1858
  "byPointer": false
@@ -1958,7 +1860,7 @@
1958
1860
  {
1959
1861
  "tagName": "BUTTON",
1960
1862
  "id": "",
1961
- "text": "&amp;lt;button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1",
1863
+ "text": "&lt;button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1",
1962
1864
  "byTag": true,
1963
1865
  "byOnClick": false,
1964
1866
  "byPointer": true
@@ -1966,7 +1868,7 @@
1966
1868
  {
1967
1869
  "tagName": "BUTTON",
1968
1870
  "id": "",
1969
- "text": "&amp;lt;button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus",
1871
+ "text": "&lt;button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus",
1970
1872
  "byTag": true,
1971
1873
  "byOnClick": false,
1972
1874
  "byPointer": false
@@ -1974,7 +1876,7 @@
1974
1876
  {
1975
1877
  "tagName": "INPUT",
1976
1878
  "id": "tt_adult",
1977
- "text": "&amp;lt;input id=\"tt_adult\" data-controller=\"number-adult\" type=\"text\" name=\"quant[1]\" ",
1879
+ "text": "&lt;input id=\"tt_adult\" data-controller=\"number-adult\" type=\"text\" name=\"quant[1]\" ",
1978
1880
  "byTag": true,
1979
1881
  "byOnClick": false,
1980
1882
  "byPointer": false
@@ -1982,7 +1884,7 @@
1982
1884
  {
1983
1885
  "tagName": "BUTTON",
1984
1886
  "id": "",
1985
- "text": "&amp;lt;button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1",
1887
+ "text": "&lt;button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1",
1986
1888
  "byTag": true,
1987
1889
  "byOnClick": false,
1988
1890
  "byPointer": true
@@ -1990,7 +1892,7 @@
1990
1892
  {
1991
1893
  "tagName": "BUTTON",
1992
1894
  "id": "",
1993
- "text": "&amp;lt;button type=\"button\" class=\"btn-number__2\" disabled=\"disabled\" data-type=\"minus",
1895
+ "text": "&lt;button type=\"button\" class=\"btn-number__2\" disabled=\"disabled\" data-type=\"minus",
1994
1896
  "byTag": true,
1995
1897
  "byOnClick": false,
1996
1898
  "byPointer": false
@@ -1998,7 +1900,7 @@
1998
1900
  {
1999
1901
  "tagName": "INPUT",
2000
1902
  "id": "tt_youth",
2001
- "text": "&amp;lt;input id=\"tt_youth\" data-controller=\"number-youth\" type=\"text\" name=\"quant[1]\" ",
1903
+ "text": "&lt;input id=\"tt_youth\" data-controller=\"number-youth\" type=\"text\" name=\"quant[1]\" ",
2002
1904
  "byTag": true,
2003
1905
  "byOnClick": false,
2004
1906
  "byPointer": false
@@ -2006,7 +1908,7 @@
2006
1908
  {
2007
1909
  "tagName": "BUTTON",
2008
1910
  "id": "",
2009
- "text": "&amp;lt;button type=\"button\" class=\"btn-number__2\" data-type=\"plus\" data-field=\"quant[1",
1911
+ "text": "&lt;button type=\"button\" class=\"btn-number__2\" data-type=\"plus\" data-field=\"quant[1",
2010
1912
  "byTag": true,
2011
1913
  "byOnClick": false,
2012
1914
  "byPointer": true
@@ -2014,7 +1916,7 @@
2014
1916
  {
2015
1917
  "tagName": "BUTTON",
2016
1918
  "id": "",
2017
- "text": "&amp;lt;button type=\"button\" class=\"btn-number__3\" disabled=\"disabled\" data-type=\"minus",
1919
+ "text": "&lt;button type=\"button\" class=\"btn-number__3\" disabled=\"disabled\" data-type=\"minus",
2018
1920
  "byTag": true,
2019
1921
  "byOnClick": false,
2020
1922
  "byPointer": false
@@ -2022,7 +1924,7 @@
2022
1924
  {
2023
1925
  "tagName": "INPUT",
2024
1926
  "id": "tt_child",
2025
- "text": "&amp;lt;input id=\"tt_child\" data-controller=\"number-child\" type=\"text\" name=\"quant[1]\" ",
1927
+ "text": "&lt;input id=\"tt_child\" data-controller=\"number-child\" type=\"text\" name=\"quant[1]\" ",
2026
1928
  "byTag": true,
2027
1929
  "byOnClick": false,
2028
1930
  "byPointer": false
@@ -2030,7 +1932,7 @@
2030
1932
  {
2031
1933
  "tagName": "BUTTON",
2032
1934
  "id": "",
2033
- "text": "&amp;lt;button type=\"button\" class=\"btn-number__3\" data-type=\"plus\" disabled=\"disabled\"",
1935
+ "text": "&lt;button type=\"button\" class=\"btn-number__3\" data-type=\"plus\" disabled=\"disabled\"",
2034
1936
  "byTag": true,
2035
1937
  "byOnClick": false,
2036
1938
  "byPointer": false
@@ -2038,7 +1940,7 @@
2038
1940
  {
2039
1941
  "tagName": "INPUT",
2040
1942
  "id": "1-30",
2041
- "text": "&amp;lt;input data-controller=\"validity\" value=\"1 Day in 1 Month\" type=\"checkbox\" data-",
1943
+ "text": "&lt;input data-controller=\"validity\" value=\"1 Day in 1 Month\" type=\"checkbox\" data-",
2042
1944
  "byTag": true,
2043
1945
  "byOnClick": false,
2044
1946
  "byPointer": false
@@ -2046,7 +1948,7 @@
2046
1948
  {
2047
1949
  "tagName": "INPUT",
2048
1950
  "id": "2-30",
2049
- "text": "&amp;lt;input data-controller=\"validity\" value=\"2 Days in 1 Month\" type=\"checkbox\" data",
1951
+ "text": "&lt;input data-controller=\"validity\" value=\"2 Days in 1 Month\" type=\"checkbox\" data",
2050
1952
  "byTag": true,
2051
1953
  "byOnClick": false,
2052
1954
  "byPointer": false
@@ -2054,7 +1956,7 @@
2054
1956
  {
2055
1957
  "tagName": "INPUT",
2056
1958
  "id": "3-30",
2057
- "text": "&amp;lt;input data-controller=\"validity\" value=\"3 Days in 1 Month\" type=\"checkbox\" data",
1959
+ "text": "&lt;input data-controller=\"validity\" value=\"3 Days in 1 Month\" type=\"checkbox\" data",
2058
1960
  "byTag": true,
2059
1961
  "byOnClick": false,
2060
1962
  "byPointer": false
@@ -2062,7 +1964,7 @@
2062
1964
  {
2063
1965
  "tagName": "INPUT",
2064
1966
  "id": "4-30",
2065
- "text": "&amp;lt;input data-controller=\"validity\" value=\"4 Days in 1 Month\" type=\"checkbox\" data",
1967
+ "text": "&lt;input data-controller=\"validity\" value=\"4 Days in 1 Month\" type=\"checkbox\" data",
2066
1968
  "byTag": true,
2067
1969
  "byOnClick": false,
2068
1970
  "byPointer": false
@@ -2070,7 +1972,7 @@
2070
1972
  {
2071
1973
  "tagName": "INPUT",
2072
1974
  "id": "5-30",
2073
- "text": "&amp;lt;input data-controller=\"validity\" value=\"5 Days in 1 Month\" type=\"checkbox\" data",
1975
+ "text": "&lt;input data-controller=\"validity\" value=\"5 Days in 1 Month\" type=\"checkbox\" data",
2074
1976
  "byTag": true,
2075
1977
  "byOnClick": false,
2076
1978
  "byPointer": false
@@ -2078,7 +1980,7 @@
2078
1980
  {
2079
1981
  "tagName": "INPUT",
2080
1982
  "id": "6-30",
2081
- "text": "&amp;lt;input data-controller=\"validity\" value=\"6 Days in 1 Month\" type=\"checkbox\" data",
1983
+ "text": "&lt;input data-controller=\"validity\" value=\"6 Days in 1 Month\" type=\"checkbox\" data",
2082
1984
  "byTag": true,
2083
1985
  "byOnClick": false,
2084
1986
  "byPointer": false
@@ -2086,7 +1988,7 @@
2086
1988
  {
2087
1989
  "tagName": "INPUT",
2088
1990
  "id": "7-30",
2089
- "text": "&amp;lt;input data-controller=\"validity\" value=\"7 Days in 1 Month\" type=\"checkbox\" data",
1991
+ "text": "&lt;input data-controller=\"validity\" value=\"7 Days in 1 Month\" type=\"checkbox\" data",
2090
1992
  "byTag": true,
2091
1993
  "byOnClick": false,
2092
1994
  "byPointer": false
@@ -2094,7 +1996,7 @@
2094
1996
  {
2095
1997
  "tagName": "INPUT",
2096
1998
  "id": "8-30",
2097
- "text": "&amp;lt;input data-controller=\"validity\" value=\"8 Days in 1 Month\" type=\"checkbox\" data",
1999
+ "text": "&lt;input data-controller=\"validity\" value=\"8 Days in 1 Month\" type=\"checkbox\" data",
2098
2000
  "byTag": true,
2099
2001
  "byOnClick": false,
2100
2002
  "byPointer": false
@@ -2102,7 +2004,7 @@
2102
2004
  {
2103
2005
  "tagName": "INPUT",
2104
2006
  "id": "3-30g",
2105
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"3 Days within 1 ",
2007
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"3 Days within 1 ",
2106
2008
  "byTag": true,
2107
2009
  "byOnClick": false,
2108
2010
  "byPointer": false
@@ -2110,7 +2012,7 @@
2110
2012
  {
2111
2013
  "tagName": "INPUT",
2112
2014
  "id": "5-30g",
2113
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"5 Days within 1 ",
2015
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"5 Days within 1 ",
2114
2016
  "byTag": true,
2115
2017
  "byOnClick": false,
2116
2018
  "byPointer": false
@@ -2118,7 +2020,7 @@
2118
2020
  {
2119
2021
  "tagName": "INPUT",
2120
2022
  "id": "7-30g",
2121
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"7 Days within 1 ",
2023
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"7 Days within 1 ",
2122
2024
  "byTag": true,
2123
2025
  "byOnClick": false,
2124
2026
  "byPointer": false
@@ -2126,7 +2028,7 @@
2126
2028
  {
2127
2029
  "tagName": "INPUT",
2128
2030
  "id": "10-60g",
2129
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"10 Days within 2",
2031
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"10 Days within 2",
2130
2032
  "byTag": true,
2131
2033
  "byOnClick": false,
2132
2034
  "byPointer": false
@@ -2134,7 +2036,7 @@
2134
2036
  {
2135
2037
  "tagName": "INPUT",
2136
2038
  "id": "15-60g",
2137
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"15 Days within 2",
2039
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"15 Days within 2",
2138
2040
  "byTag": true,
2139
2041
  "byOnClick": false,
2140
2042
  "byPointer": false
@@ -2142,7 +2044,7 @@
2142
2044
  {
2143
2045
  "tagName": "INPUT",
2144
2046
  "id": "15-15g",
2145
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"15 Days Continuo",
2047
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"15 Days Continuo",
2146
2048
  "byTag": true,
2147
2049
  "byOnClick": false,
2148
2050
  "byPointer": false
@@ -2150,7 +2052,7 @@
2150
2052
  {
2151
2053
  "tagName": "INPUT",
2152
2054
  "id": "22-22g",
2153
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"22 Days Continuo",
2055
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"22 Days Continuo",
2154
2056
  "byTag": true,
2155
2057
  "byOnClick": false,
2156
2058
  "byPointer": false
@@ -2158,7 +2060,7 @@
2158
2060
  {
2159
2061
  "tagName": "INPUT",
2160
2062
  "id": "30-30g",
2161
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"30 Days Continuo",
2063
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"30 Days Continuo",
2162
2064
  "byTag": true,
2163
2065
  "byOnClick": false,
2164
2066
  "byPointer": false
@@ -2166,7 +2068,7 @@
2166
2068
  {
2167
2069
  "tagName": "INPUT",
2168
2070
  "id": "60-60g",
2169
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"2 Months Continu",
2071
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"2 Months Continu",
2170
2072
  "byTag": true,
2171
2073
  "byOnClick": false,
2172
2074
  "byPointer": false
@@ -2174,7 +2076,7 @@
2174
2076
  {
2175
2077
  "tagName": "INPUT",
2176
2078
  "id": "90-90g",
2177
- "text": "&amp;lt;input data-controller=\"validity\" data-validity=\"global\" value=\"3 Months Continu",
2079
+ "text": "&lt;input data-controller=\"validity\" data-validity=\"global\" value=\"3 Months Continu",
2178
2080
  "byTag": true,
2179
2081
  "byOnClick": false,
2180
2082
  "byPointer": false
@@ -2190,7 +2092,7 @@
2190
2092
  {
2191
2093
  "tagName": "A",
2192
2094
  "id": "",
2193
- "text": "&amp;lt;a href=\"/rail-passes/eurail-passes/global-pass\" style=\"cursor: default;\"> &amp;lt;img ",
2095
+ "text": "&lt;a href=\"/rail-passes/eurail-passes/global-pass\" style=\"cursor: default;\"> &lt;img ",
2194
2096
  "byTag": true,
2195
2097
  "byOnClick": false,
2196
2098
  "byPointer": true
@@ -2198,7 +2100,7 @@
2198
2100
  {
2199
2101
  "tagName": "A",
2200
2102
  "id": "",
2201
- "text": "&amp;lt;a href=\"/rail-passes/eurail-passes/italy\" style=\"cursor: default;\"> &amp;lt;img src=\"/",
2103
+ "text": "&lt;a href=\"/rail-passes/eurail-passes/italy\" style=\"cursor: default;\"> &lt;img src=\"/",
2202
2104
  "byTag": true,
2203
2105
  "byOnClick": false,
2204
2106
  "byPointer": true
@@ -2206,7 +2108,7 @@
2206
2108
  {
2207
2109
  "tagName": "A",
2208
2110
  "id": "",
2209
- "text": "&amp;lt;a href=\"/deals/youth-discount\" hreflang=\"en\" style=\"cursor: default;\">&amp;lt;img src=",
2111
+ "text": "&lt;a href=\"/deals/youth-discount\" hreflang=\"en\" style=\"cursor: default;\">&lt;img src=",
2210
2112
  "byTag": true,
2211
2113
  "byOnClick": false,
2212
2114
  "byPointer": true
@@ -2214,7 +2116,7 @@
2214
2116
  {
2215
2117
  "tagName": "A",
2216
2118
  "id": "",
2217
- "text": "&amp;lt;a href=\"/deals/free-shipping\" hreflang=\"en\" style=\"cursor: default;\">&amp;lt;img src=\"",
2119
+ "text": "&lt;a href=\"/deals/free-shipping\" hreflang=\"en\" style=\"cursor: default;\">&lt;img src=\"",
2218
2120
  "byTag": true,
2219
2121
  "byOnClick": false,
2220
2122
  "byPointer": true
@@ -2222,7 +2124,7 @@
2222
2124
  {
2223
2125
  "tagName": "A",
2224
2126
  "id": "",
2225
- "text": "&amp;lt;a href=\"/deals/bonus-travel-pack\" hreflang=\"en\" style=\"cursor: default;\">&amp;lt;img s",
2127
+ "text": "&lt;a href=\"/deals/bonus-travel-pack\" hreflang=\"en\" style=\"cursor: default;\">&lt;img s",
2226
2128
  "byTag": true,
2227
2129
  "byOnClick": false,
2228
2130
  "byPointer": true
@@ -2230,7 +2132,7 @@
2230
2132
  {
2231
2133
  "tagName": "A",
2232
2134
  "id": "",
2233
- "text": "&amp;lt;a href=\"/deals/kids-free\" hreflang=\"en\" style=\"cursor: default;\">&amp;lt;img src=\"/sit",
2135
+ "text": "&lt;a href=\"/deals/kids-free\" hreflang=\"en\" style=\"cursor: default;\">&lt;img src=\"/sit",
2234
2136
  "byTag": true,
2235
2137
  "byOnClick": false,
2236
2138
  "byPointer": true
@@ -2342,7 +2244,7 @@
2342
2244
  {
2343
2245
  "tagName": "A",
2344
2246
  "id": "",
2345
- "text": "&amp;lt;a href=\"/\" class=\"footer__logo\" style=\"cursor: default;\">&amp;lt;img src=\"/themes/rail",
2247
+ "text": "&lt;a href=\"/\" class=\"footer__logo\" style=\"cursor: default;\">&lt;img src=\"/themes/rail",
2346
2248
  "byTag": true,
2347
2249
  "byOnClick": false,
2348
2250
  "byPointer": true
@@ -2422,7 +2324,7 @@
2422
2324
  {
2423
2325
  "tagName": "A",
2424
2326
  "id": "",
2425
- "text": "&amp;lt;a target=\"blank\" href=\"https://twitter.com/railpass\" style=\"cursor: default;\">&amp;lt;",
2327
+ "text": "&lt;a target=\"blank\" href=\"https://twitter.com/railpass\" style=\"cursor: default;\">&lt;",
2426
2328
  "byTag": true,
2427
2329
  "byOnClick": false,
2428
2330
  "byPointer": true
@@ -2430,7 +2332,7 @@
2430
2332
  {
2431
2333
  "tagName": "A",
2432
2334
  "id": "",
2433
- "text": "&amp;lt;a target=\"blank\" href=\"https://www.facebook.com/pages/Railpasscom/68417556695\" ",
2335
+ "text": "&lt;a target=\"blank\" href=\"https://www.facebook.com/pages/Railpasscom/68417556695\" ",
2434
2336
  "byTag": true,
2435
2337
  "byOnClick": false,
2436
2338
  "byPointer": true
@@ -2446,7 +2348,7 @@
2446
2348
  {
2447
2349
  "tagName": "INPUT",
2448
2350
  "id": "",
2449
- "text": "&amp;lt;input class=\"input-mini\" type=\"text\" name=\"daterangepicker_start\" value=\"\" styl",
2351
+ "text": "&lt;input class=\"input-mini\" type=\"text\" name=\"daterangepicker_start\" value=\"\" styl",
2450
2352
  "byTag": true,
2451
2353
  "byOnClick": false,
2452
2354
  "byPointer": false
@@ -2454,7 +2356,7 @@
2454
2356
  {
2455
2357
  "tagName": "INPUT",
2456
2358
  "id": "",
2457
- "text": "&amp;lt;input class=\"input-mini\" type=\"text\" name=\"daterangepicker_end\" value=\"\" style=",
2359
+ "text": "&lt;input class=\"input-mini\" type=\"text\" name=\"daterangepicker_end\" value=\"\" style=",
2458
2360
  "byTag": true,
2459
2361
  "byOnClick": false,
2460
2362
  "byPointer": false
@@ -2535,7 +2437,7 @@
2535
2437
  "index": 28,
2536
2438
  "tagName": "BUTTON",
2537
2439
  "type": "button",
2538
- "content": "{&amp;lt;button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\">&amp;lt;span class=\"icon-incrementer-minus\">&amp;lt;/span>&amp;lt;/button>}"
2440
+ "content": "{&lt;button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\">&lt;span class=\"icon-incrementer-minus\">&lt;/span>&lt;/button>}"
2539
2441
  },
2540
2442
  {
2541
2443
  "index": 29,
@@ -2546,13 +2448,13 @@
2546
2448
  "index": 30,
2547
2449
  "tagName": "BUTTON",
2548
2450
  "type": "button",
2549
- "content": "{&amp;lt;button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1]\">&amp;lt;span class=\"icon-incrementer-plus\">&amp;lt;/span>&amp;lt;/button>}"
2451
+ "content": "{&lt;button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1]\">&lt;span class=\"icon-incrementer-plus\">&lt;/span>&lt;/button>}"
2550
2452
  },
2551
2453
  {
2552
2454
  "index": 31,
2553
2455
  "tagName": "BUTTON",
2554
2456
  "type": "button",
2555
- "content": "{&amp;lt;button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\">&amp;lt;span class=\"icon-incrementer-minus\">&amp;lt;/span>&amp;lt;/button>}"
2457
+ "content": "{&lt;button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\">&lt;span class=\"icon-incrementer-minus\">&lt;/span>&lt;/button>}"
2556
2458
  },
2557
2459
  {
2558
2460
  "index": 32,
@@ -2563,13 +2465,13 @@
2563
2465
  "index": 33,
2564
2466
  "tagName": "BUTTON",
2565
2467
  "type": "button",
2566
- "content": "{&amp;lt;button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1]\">&amp;lt;span class=\"icon-incrementer-plus\">&amp;lt;/span>&amp;lt;/button>}"
2468
+ "content": "{&lt;button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1]\">&lt;span class=\"icon-incrementer-plus\">&lt;/span>&lt;/button>}"
2567
2469
  },
2568
2470
  {
2569
2471
  "index": 34,
2570
2472
  "tagName": "BUTTON",
2571
2473
  "type": "button",
2572
- "content": "{&amp;lt;button type=\"button\" class=\"btn-number__2\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\">&amp;lt;span class=\"icon-incrementer-minus\">&amp;lt;/span>&amp;lt;/button>}"
2474
+ "content": "{&lt;button type=\"button\" class=\"btn-number__2\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\">&lt;span class=\"icon-incrementer-minus\">&lt;/span>&lt;/button>}"
2573
2475
  },
2574
2476
  {
2575
2477
  "index": 35,
@@ -2580,13 +2482,13 @@
2580
2482
  "index": 36,
2581
2483
  "tagName": "BUTTON",
2582
2484
  "type": "button",
2583
- "content": "{&amp;lt;button type=\"button\" class=\"btn-number__2\" data-type=\"plus\" data-field=\"quant[1]\">&amp;lt;span class=\"icon-incrementer-plus\">&amp;lt;/span>&amp;lt;/button>}"
2485
+ "content": "{&lt;button type=\"button\" class=\"btn-number__2\" data-type=\"plus\" data-field=\"quant[1]\">&lt;span class=\"icon-incrementer-plus\">&lt;/span>&lt;/button>}"
2584
2486
  },
2585
2487
  {
2586
2488
  "index": 37,
2587
2489
  "tagName": "BUTTON",
2588
2490
  "type": "button",
2589
- "content": "{&amp;lt;button type=\"button\" class=\"btn-number__3\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\">&amp;lt;span class=\"icon-incrementer-minus\">&amp;lt;/span>&amp;lt;/button>}"
2491
+ "content": "{&lt;button type=\"button\" class=\"btn-number__3\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\">&lt;span class=\"icon-incrementer-minus\">&lt;/span>&lt;/button>}"
2590
2492
  },
2591
2493
  {
2592
2494
  "index": 38,
@@ -2597,7 +2499,7 @@
2597
2499
  "index": 39,
2598
2500
  "tagName": "BUTTON",
2599
2501
  "type": "button",
2600
- "content": "{&amp;lt;button type=\"button\" class=\"btn-number__3\" data-type=\"plus\" disabled=\"disabled\" data-field=\"quant[1]\">&amp;lt;span class=\"icon-incrementer-plus\">&amp;lt;/span>&amp;lt;/button>}"
2502
+ "content": "{&lt;button type=\"button\" class=\"btn-number__3\" data-type=\"plus\" disabled=\"disabled\" data-field=\"quant[1]\">&lt;span class=\"icon-incrementer-plus\">&lt;/span>&lt;/button>}"
2601
2503
  },
2602
2504
  {
2603
2505
  "index": 58,
@@ -3573,14 +3475,14 @@
3573
3475
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[5]/label[1]",
3574
3476
  "aria": "/document[1]/banner[1]"
3575
3477
  },
3576
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
3478
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
3577
3479
  "bounds": {
3578
3480
  "left": 8,
3579
3481
  "top": 1136,
3580
3482
  "height": 18,
3581
3483
  "width": 0
3582
3484
  },
3583
- "snippet": "&amp;lt;label for=\"\">",
3485
+ "snippet": "&lt;label for=\"\">",
3584
3486
  "level": "violation"
3585
3487
  },
3586
3488
  {
@@ -3589,14 +3491,14 @@
3589
3491
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[4]/label[1]",
3590
3492
  "aria": "/document[1]/banner[1]"
3591
3493
  },
3592
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
3494
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
3593
3495
  "bounds": {
3594
3496
  "left": 8,
3595
3497
  "top": 1067,
3596
3498
  "height": 18,
3597
3499
  "width": 109
3598
3500
  },
3599
- "snippet": "&amp;lt;label for=\"\">",
3501
+ "snippet": "&lt;label for=\"\">",
3600
3502
  "level": "violation"
3601
3503
  },
3602
3504
  {
@@ -3605,14 +3507,14 @@
3605
3507
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/label[1]",
3606
3508
  "aria": "/document[1]/banner[1]"
3607
3509
  },
3608
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
3510
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
3609
3511
  "bounds": {
3610
3512
  "left": 8,
3611
3513
  "top": 723,
3612
3514
  "height": 18,
3613
3515
  "width": 60
3614
3516
  },
3615
- "snippet": "&amp;lt;label for=\"\">",
3517
+ "snippet": "&lt;label for=\"\">",
3616
3518
  "level": "violation"
3617
3519
  },
3618
3520
  {
@@ -3621,14 +3523,14 @@
3621
3523
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[2]/label[1]",
3622
3524
  "aria": "/document[1]/banner[1]"
3623
3525
  },
3624
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
3526
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
3625
3527
  "bounds": {
3626
3528
  "left": 8,
3627
3529
  "top": 683,
3628
3530
  "height": 18,
3629
3531
  "width": 65
3630
3532
  },
3631
- "snippet": "&amp;lt;label for=\"\">",
3533
+ "snippet": "&lt;label for=\"\">",
3632
3534
  "level": "violation"
3633
3535
  },
3634
3536
  {
@@ -3637,14 +3539,14 @@
3637
3539
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[1]/label[1]",
3638
3540
  "aria": "/document[1]/banner[1]"
3639
3541
  },
3640
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
3542
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
3641
3543
  "bounds": {
3642
3544
  "left": 8,
3643
3545
  "top": 539,
3644
3546
  "height": 18,
3645
3547
  "width": 63
3646
3548
  },
3647
- "snippet": "&amp;lt;label for=\"\">",
3549
+ "snippet": "&lt;label for=\"\">",
3648
3550
  "level": "violation"
3649
3551
  },
3650
3552
  {
@@ -3653,14 +3555,14 @@
3653
3555
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[4]/div[1]/input[1]",
3654
3556
  "aria": "/document[1]/banner[1]/textbox[5]"
3655
3557
  },
3656
- "message": "Form control element &amp;lt;input> has no associated label",
3558
+ "message": "Form control element &lt;input> has no associated label",
3657
3559
  "bounds": {
3658
3560
  "left": 28,
3659
3561
  "top": 1027,
3660
3562
  "height": 22,
3661
3563
  "width": 147
3662
3564
  },
3663
- "snippet": "&amp;lt;input max=\"25\" min=\"0\" value=\"0\" class=\"form-control input-number__3 traveller-bind\" data-traveller=\"tt_child\" name=\"quant[1]\" type=\"text\" data-controller=\"number-child\" id=\"tt_child\">",
3565
+ "snippet": "&lt;input max=\"25\" min=\"0\" value=\"0\" class=\"form-control input-number__3 traveller-bind\" data-traveller=\"tt_child\" name=\"quant[1]\" type=\"text\" data-controller=\"number-child\" id=\"tt_child\">",
3664
3566
  "level": "violation"
3665
3567
  },
3666
3568
  {
@@ -3669,14 +3571,14 @@
3669
3571
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[4]/div[1]/button[2]",
3670
3572
  "aria": "/document[1]/banner[1]/button[8]"
3671
3573
  },
3672
- "message": "Form control element &amp;lt;button> has no associated label",
3574
+ "message": "Form control element &lt;button> has no associated label",
3673
3575
  "bounds": {
3674
3576
  "left": 179,
3675
3577
  "top": 1039,
3676
3578
  "height": 6,
3677
3579
  "width": 16
3678
3580
  },
3679
- "snippet": "&amp;lt;button data-field=\"quant[1]\" disabled=\"disabled\" data-type=\"plus\" class=\"btn-number__3\" type=\"button\">",
3581
+ "snippet": "&lt;button data-field=\"quant[1]\" disabled=\"disabled\" data-type=\"plus\" class=\"btn-number__3\" type=\"button\">",
3680
3582
  "level": "violation"
3681
3583
  },
3682
3584
  {
@@ -3685,14 +3587,14 @@
3685
3587
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[4]/div[1]/button[1]",
3686
3588
  "aria": "/document[1]/banner[1]/button[7]"
3687
3589
  },
3688
- "message": "Form control element &amp;lt;button> has no associated label",
3590
+ "message": "Form control element &lt;button> has no associated label",
3689
3591
  "bounds": {
3690
3592
  "left": 8,
3691
3593
  "top": 1039,
3692
3594
  "height": 6,
3693
3595
  "width": 16
3694
3596
  },
3695
- "snippet": "&amp;lt;button data-field=\"quant[1]\" data-type=\"minus\" disabled=\"disabled\" class=\"btn-number__3\" type=\"button\">",
3597
+ "snippet": "&lt;button data-field=\"quant[1]\" data-type=\"minus\" disabled=\"disabled\" class=\"btn-number__3\" type=\"button\">",
3696
3598
  "level": "violation"
3697
3599
  },
3698
3600
  {
@@ -3701,14 +3603,14 @@
3701
3603
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[3]/div[1]/input[1]",
3702
3604
  "aria": "/document[1]/banner[1]/textbox[4]"
3703
3605
  },
3704
- "message": "Form control element &amp;lt;input> has no associated label",
3606
+ "message": "Form control element &lt;input> has no associated label",
3705
3607
  "bounds": {
3706
3608
  "left": 28,
3707
3609
  "top": 955,
3708
3610
  "height": 22,
3709
3611
  "width": 147
3710
3612
  },
3711
- "snippet": "&amp;lt;input max=\"25\" min=\"0\" value=\"0\" class=\"form-control input-number__3 traveller-bind\" data-traveller=\"tt_youth\" name=\"quant[1]\" type=\"text\" data-controller=\"number-youth\" id=\"tt_youth\">",
3613
+ "snippet": "&lt;input max=\"25\" min=\"0\" value=\"0\" class=\"form-control input-number__3 traveller-bind\" data-traveller=\"tt_youth\" name=\"quant[1]\" type=\"text\" data-controller=\"number-youth\" id=\"tt_youth\">",
3712
3614
  "level": "violation"
3713
3615
  },
3714
3616
  {
@@ -3717,14 +3619,14 @@
3717
3619
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[3]/div[1]/button[2]",
3718
3620
  "aria": "/document[1]/banner[1]/button[6]"
3719
3621
  },
3720
- "message": "Form control element &amp;lt;button> has no associated label",
3622
+ "message": "Form control element &lt;button> has no associated label",
3721
3623
  "bounds": {
3722
3624
  "left": 179,
3723
3625
  "top": 967,
3724
3626
  "height": 6,
3725
3627
  "width": 16
3726
3628
  },
3727
- "snippet": "&amp;lt;button data-field=\"quant[1]\" data-type=\"plus\" class=\"btn-number__2\" type=\"button\">",
3629
+ "snippet": "&lt;button data-field=\"quant[1]\" data-type=\"plus\" class=\"btn-number__2\" type=\"button\">",
3728
3630
  "level": "violation"
3729
3631
  },
3730
3632
  {
@@ -3733,14 +3635,14 @@
3733
3635
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[3]/div[1]/button[1]",
3734
3636
  "aria": "/document[1]/banner[1]/button[5]"
3735
3637
  },
3736
- "message": "Form control element &amp;lt;button> has no associated label",
3638
+ "message": "Form control element &lt;button> has no associated label",
3737
3639
  "bounds": {
3738
3640
  "left": 8,
3739
3641
  "top": 967,
3740
3642
  "height": 6,
3741
3643
  "width": 16
3742
3644
  },
3743
- "snippet": "&amp;lt;button data-field=\"quant[1]\" data-type=\"minus\" disabled=\"disabled\" class=\"btn-number__2\" type=\"button\">",
3645
+ "snippet": "&lt;button data-field=\"quant[1]\" data-type=\"minus\" disabled=\"disabled\" class=\"btn-number__2\" type=\"button\">",
3744
3646
  "level": "violation"
3745
3647
  },
3746
3648
  {
@@ -3749,14 +3651,14 @@
3749
3651
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[2]/div[1]/input[1]",
3750
3652
  "aria": "/document[1]/banner[1]/textbox[3]"
3751
3653
  },
3752
- "message": "Form control element &amp;lt;input> has no associated label",
3654
+ "message": "Form control element &lt;input> has no associated label",
3753
3655
  "bounds": {
3754
3656
  "left": 28,
3755
3657
  "top": 883,
3756
3658
  "height": 22,
3757
3659
  "width": 147
3758
3660
  },
3759
- "snippet": "&amp;lt;input max=\"25\" min=\"0\" value=\"0\" class=\"form-control input-number__1 traveller-bind\" data-traveller=\"tt_adult\" name=\"quant[1]\" type=\"text\" data-controller=\"number-adult\" id=\"tt_adult\">",
3661
+ "snippet": "&lt;input max=\"25\" min=\"0\" value=\"0\" class=\"form-control input-number__1 traveller-bind\" data-traveller=\"tt_adult\" name=\"quant[1]\" type=\"text\" data-controller=\"number-adult\" id=\"tt_adult\">",
3760
3662
  "level": "violation"
3761
3663
  },
3762
3664
  {
@@ -3765,14 +3667,14 @@
3765
3667
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[2]/div[1]/button[2]",
3766
3668
  "aria": "/document[1]/banner[1]/button[4]"
3767
3669
  },
3768
- "message": "Form control element &amp;lt;button> has no associated label",
3670
+ "message": "Form control element &lt;button> has no associated label",
3769
3671
  "bounds": {
3770
3672
  "left": 179,
3771
3673
  "top": 895,
3772
3674
  "height": 6,
3773
3675
  "width": 16
3774
3676
  },
3775
- "snippet": "&amp;lt;button data-field=\"quant[1]\" data-type=\"plus\" class=\"btn-number__1\" type=\"button\">",
3677
+ "snippet": "&lt;button data-field=\"quant[1]\" data-type=\"plus\" class=\"btn-number__1\" type=\"button\">",
3776
3678
  "level": "violation"
3777
3679
  },
3778
3680
  {
@@ -3781,14 +3683,14 @@
3781
3683
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[2]/div[1]/button[1]",
3782
3684
  "aria": "/document[1]/banner[1]/button[3]"
3783
3685
  },
3784
- "message": "Form control element &amp;lt;button> has no associated label",
3686
+ "message": "Form control element &lt;button> has no associated label",
3785
3687
  "bounds": {
3786
3688
  "left": 8,
3787
3689
  "top": 895,
3788
3690
  "height": 6,
3789
3691
  "width": 16
3790
3692
  },
3791
- "snippet": "&amp;lt;button data-field=\"quant[1]\" data-type=\"minus\" disabled=\"disabled\" class=\"btn-number__1\" type=\"button\">",
3693
+ "snippet": "&lt;button data-field=\"quant[1]\" data-type=\"minus\" disabled=\"disabled\" class=\"btn-number__1\" type=\"button\">",
3792
3694
  "level": "violation"
3793
3695
  },
3794
3696
  {
@@ -3797,14 +3699,14 @@
3797
3699
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/input[1]",
3798
3700
  "aria": "/document[1]/banner[1]/textbox[2]"
3799
3701
  },
3800
- "message": "Form control element &amp;lt;input> has no associated label",
3702
+ "message": "Form control element &lt;input> has no associated label",
3801
3703
  "bounds": {
3802
3704
  "left": 28,
3803
3705
  "top": 811,
3804
3706
  "height": 22,
3805
3707
  "width": 147
3806
3708
  },
3807
- "snippet": "&amp;lt;input max=\"25\" min=\"0\" value=\"0\" class=\"form-control input-number__4 traveller-bind\" data-traveller=\"tt_senior\" name=\"quant[1]\" type=\"text\" data-controller=\"number-senior\" id=\"tt_senior\">",
3709
+ "snippet": "&lt;input max=\"25\" min=\"0\" value=\"0\" class=\"form-control input-number__4 traveller-bind\" data-traveller=\"tt_senior\" name=\"quant[1]\" type=\"text\" data-controller=\"number-senior\" id=\"tt_senior\">",
3808
3710
  "level": "violation"
3809
3711
  },
3810
3712
  {
@@ -3813,14 +3715,14 @@
3813
3715
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/button[2]",
3814
3716
  "aria": "/document[1]/banner[1]/button[2]"
3815
3717
  },
3816
- "message": "Form control element &amp;lt;button> has no associated label",
3718
+ "message": "Form control element &lt;button> has no associated label",
3817
3719
  "bounds": {
3818
3720
  "left": 179,
3819
3721
  "top": 823,
3820
3722
  "height": 6,
3821
3723
  "width": 16
3822
3724
  },
3823
- "snippet": "&amp;lt;button data-field=\"quant[1]\" data-type=\"plus\" class=\"btn-number__1\" type=\"button\">",
3725
+ "snippet": "&lt;button data-field=\"quant[1]\" data-type=\"plus\" class=\"btn-number__1\" type=\"button\">",
3824
3726
  "level": "violation"
3825
3727
  },
3826
3728
  {
@@ -3829,14 +3731,14 @@
3829
3731
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/button[1]",
3830
3732
  "aria": "/document[1]/banner[1]/button[1]"
3831
3733
  },
3832
- "message": "Form control element &amp;lt;button> has no associated label",
3734
+ "message": "Form control element &lt;button> has no associated label",
3833
3735
  "bounds": {
3834
3736
  "left": 8,
3835
3737
  "top": 823,
3836
3738
  "height": 6,
3837
3739
  "width": 16
3838
3740
  },
3839
- "snippet": "&amp;lt;button data-field=\"quant[1]\" data-type=\"minus\" disabled=\"disabled\" class=\"btn-number__1\" type=\"button\">",
3741
+ "snippet": "&lt;button data-field=\"quant[1]\" data-type=\"minus\" disabled=\"disabled\" class=\"btn-number__1\" type=\"button\">",
3840
3742
  "level": "violation"
3841
3743
  },
3842
3744
  {
@@ -3845,14 +3747,14 @@
3845
3747
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[2]/div[1]/input[1]",
3846
3748
  "aria": "/document[1]/banner[1]/textbox[1]"
3847
3749
  },
3848
- "message": "Form control element &amp;lt;input> has no associated label",
3750
+ "message": "Form control element &lt;input> has no associated label",
3849
3751
  "bounds": {
3850
3752
  "left": 8,
3851
3753
  "top": 702,
3852
3754
  "height": 22,
3853
3755
  "width": 147
3854
3756
  },
3855
- "snippet": "&amp;lt;input value=\"Select Date\" name=\"daterange\" type=\"text\" id=\"daterange\">",
3757
+ "snippet": "&lt;input value=\"Select Date\" name=\"daterange\" type=\"text\" id=\"daterange\">",
3856
3758
  "level": "violation"
3857
3759
  },
3858
3760
  {
@@ -3868,7 +3770,7 @@
3868
3770
  "height": 0,
3869
3771
  "width": 0
3870
3772
  },
3871
- "snippet": "&amp;lt;img src=\"/themes/railpass/img/countries-flags/europe.svg\">",
3773
+ "snippet": "&lt;img src=\"/themes/railpass/img/countries-flags/europe.svg\">",
3872
3774
  "level": "violation"
3873
3775
  },
3874
3776
  {
@@ -3884,7 +3786,7 @@
3884
3786
  "height": 0,
3885
3787
  "width": 0
3886
3788
  },
3887
- "snippet": "&amp;lt;a class=\"menu-link\" href=\"#\">",
3789
+ "snippet": "&lt;a class=\"menu-link\" href=\"#\">",
3888
3790
  "level": "violation"
3889
3791
  },
3890
3792
  {
@@ -3900,7 +3802,7 @@
3900
3802
  "height": 18,
3901
3803
  "width": 0
3902
3804
  },
3903
- "snippet": "&amp;lt;a href=\"https://www.facebook.com/pages/Railpasscom/68417556695\" target=\"blank\">",
3805
+ "snippet": "&lt;a href=\"https://www.facebook.com/pages/Railpasscom/68417556695\" target=\"blank\">",
3904
3806
  "level": "violation"
3905
3807
  },
3906
3808
  {
@@ -3916,7 +3818,7 @@
3916
3818
  "height": 18,
3917
3819
  "width": 0
3918
3820
  },
3919
- "snippet": "&amp;lt;a href=\"https://twitter.com/railpass\" target=\"blank\">",
3821
+ "snippet": "&lt;a href=\"https://twitter.com/railpass\" target=\"blank\">",
3920
3822
  "level": "violation"
3921
3823
  },
3922
3824
  {
@@ -3932,7 +3834,7 @@
3932
3834
  "height": 18,
3933
3835
  "width": 560
3934
3836
  },
3935
- "snippet": "&amp;lt;a href=\"/rail-passes/eurail-passes/italy\">",
3837
+ "snippet": "&lt;a href=\"/rail-passes/eurail-passes/italy\">",
3936
3838
  "level": "violation"
3937
3839
  },
3938
3840
  {
@@ -3948,7 +3850,7 @@
3948
3850
  "height": 18,
3949
3851
  "width": 560
3950
3852
  },
3951
- "snippet": "&amp;lt;a href=\"/rail-passes/eurail-passes/global-pass\">",
3853
+ "snippet": "&lt;a href=\"/rail-passes/eurail-passes/global-pass\">",
3952
3854
  "level": "violation"
3953
3855
  },
3954
3856
  {
@@ -3964,7 +3866,7 @@
3964
3866
  "height": 18,
3965
3867
  "width": 0
3966
3868
  },
3967
- "snippet": "&amp;lt;label for=\"\">",
3869
+ "snippet": "&lt;label for=\"\">",
3968
3870
  "level": "violation"
3969
3871
  },
3970
3872
  {
@@ -3980,7 +3882,7 @@
3980
3882
  "height": 18,
3981
3883
  "width": 109
3982
3884
  },
3983
- "snippet": "&amp;lt;label for=\"\">",
3885
+ "snippet": "&lt;label for=\"\">",
3984
3886
  "level": "violation"
3985
3887
  },
3986
3888
  {
@@ -3996,7 +3898,7 @@
3996
3898
  "height": 18,
3997
3899
  "width": 60
3998
3900
  },
3999
- "snippet": "&amp;lt;label for=\"\">",
3901
+ "snippet": "&lt;label for=\"\">",
4000
3902
  "level": "violation"
4001
3903
  },
4002
3904
  {
@@ -4012,7 +3914,7 @@
4012
3914
  "height": 18,
4013
3915
  "width": 65
4014
3916
  },
4015
- "snippet": "&amp;lt;label for=\"\">",
3917
+ "snippet": "&lt;label for=\"\">",
4016
3918
  "level": "violation"
4017
3919
  },
4018
3920
  {
@@ -4028,7 +3930,7 @@
4028
3930
  "height": 61,
4029
3931
  "width": 800
4030
3932
  },
4031
- "snippet": "&amp;lt;p class=\"ioc2__text\">",
3933
+ "snippet": "&lt;p class=\"ioc2__text\">",
4032
3934
  "level": "violation"
4033
3935
  },
4034
3936
  {
@@ -4044,7 +3946,7 @@
4044
3946
  "height": 18,
4045
3947
  "width": 133
4046
3948
  },
4047
- "snippet": "&amp;lt;a class=\"visually-hidden focusable\" href=\"#main-content\">",
3949
+ "snippet": "&lt;a class=\"visually-hidden focusable\" href=\"#main-content\">",
4048
3950
  "level": "violation"
4049
3951
  },
4050
3952
  {
@@ -4060,7 +3962,7 @@
4060
3962
  "height": 0,
4061
3963
  "width": 784
4062
3964
  },
4063
- "snippet": "&amp;lt;nav class=\"header__nav__mobile\">",
3965
+ "snippet": "&lt;nav class=\"header__nav__mobile\">",
4064
3966
  "level": "violation"
4065
3967
  },
4066
3968
  {
@@ -4076,7 +3978,7 @@
4076
3978
  "height": 19,
4077
3979
  "width": 784
4078
3980
  },
4079
- "snippet": "&amp;lt;nav class=\"header__nav\">",
3981
+ "snippet": "&lt;nav class=\"header__nav\">",
4080
3982
  "level": "violation"
4081
3983
  },
4082
3984
  {
@@ -4092,7 +3994,7 @@
4092
3994
  "height": 93,
4093
3995
  "width": 784
4094
3996
  },
4095
- "snippet": "&amp;lt;nav class=\"nav--menu-reponsive\">",
3997
+ "snippet": "&lt;nav class=\"nav--menu-reponsive\">",
4096
3998
  "level": "violation"
4097
3999
  },
4098
4000
  {
@@ -4108,7 +4010,7 @@
4108
4010
  "height": 544,
4109
4011
  "width": 784
4110
4012
  },
4111
- "snippet": "&amp;lt;aside class=\"passes__container\">",
4013
+ "snippet": "&lt;aside class=\"passes__container\">",
4112
4014
  "level": "violation"
4113
4015
  },
4114
4016
  {
@@ -4124,7 +4026,7 @@
4124
4026
  "height": 0,
4125
4027
  "width": 784
4126
4028
  },
4127
- "snippet": "&amp;lt;nav class=\"header__nav__mobile\">",
4029
+ "snippet": "&lt;nav class=\"header__nav__mobile\">",
4128
4030
  "level": "violation"
4129
4031
  },
4130
4032
  {
@@ -4140,7 +4042,7 @@
4140
4042
  "height": 19,
4141
4043
  "width": 784
4142
4044
  },
4143
- "snippet": "&amp;lt;nav class=\"header__nav\">",
4045
+ "snippet": "&lt;nav class=\"header__nav\">",
4144
4046
  "level": "violation"
4145
4047
  },
4146
4048
  {
@@ -4156,7 +4058,7 @@
4156
4058
  "height": 93,
4157
4059
  "width": 784
4158
4060
  },
4159
- "snippet": "&amp;lt;nav class=\"nav--menu-reponsive\">",
4061
+ "snippet": "&lt;nav class=\"nav--menu-reponsive\">",
4160
4062
  "level": "violation"
4161
4063
  },
4162
4064
  {
@@ -4165,14 +4067,14 @@
4165
4067
  "dom": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/figure[1]",
4166
4068
  "aria": "/document[1]/main[1]/complementary[1]/list[1]/listitem[2]/figure[1]"
4167
4069
  },
4168
- "message": "The &amp;lt;figure> element does not have an associated label",
4070
+ "message": "The &lt;figure> element does not have an associated label",
4169
4071
  "bounds": {
4170
4072
  "left": 88,
4171
4073
  "top": 1475,
4172
4074
  "height": 244,
4173
4075
  "width": 664
4174
4076
  },
4175
- "snippet": "&amp;lt;figure>",
4077
+ "snippet": "&lt;figure>",
4176
4078
  "level": "violation"
4177
4079
  },
4178
4080
  {
@@ -4181,14 +4083,14 @@
4181
4083
  "dom": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/figure[1]",
4182
4084
  "aria": "/document[1]/main[1]/complementary[1]/list[1]/listitem[1]/figure[1]"
4183
4085
  },
4184
- "message": "The &amp;lt;figure> element does not have an associated label",
4086
+ "message": "The &lt;figure> element does not have an associated label",
4185
4087
  "bounds": {
4186
4088
  "left": 88,
4187
4089
  "top": 1215,
4188
4090
  "height": 244,
4189
4091
  "width": 664
4190
4092
  },
4191
- "snippet": "&amp;lt;figure>",
4093
+ "snippet": "&lt;figure>",
4192
4094
  "level": "violation"
4193
4095
  },
4194
4096
  {
@@ -4197,14 +4099,14 @@
4197
4099
  "dom": "/html[1]/head[1]/meta[10]",
4198
4100
  "aria": "/document[1]"
4199
4101
  },
4200
- "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the &amp;lt;meta> element in HTML 5",
4102
+ "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the &lt;meta> element in HTML 5",
4201
4103
  "bounds": {
4202
4104
  "left": 0,
4203
4105
  "top": 0,
4204
4106
  "height": 0,
4205
4107
  "width": 0
4206
4108
  },
4207
- "snippet": "&amp;lt;meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
4109
+ "snippet": "&lt;meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
4208
4110
  "level": "recommendation"
4209
4111
  },
4210
4112
  {
@@ -4213,14 +4115,14 @@
4213
4115
  "dom": "/html[1]/body[1]/div[1]/div[2]/main[1]",
4214
4116
  "aria": "/document[1]/main[1]"
4215
4117
  },
4216
- "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element &amp;lt;main>",
4118
+ "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element &lt;main>",
4217
4119
  "bounds": {
4218
4120
  "left": 8,
4219
4121
  "top": 1176,
4220
4122
  "height": 1746,
4221
4123
  "width": 784
4222
4124
  },
4223
- "snippet": "&amp;lt;main role=\"main\">",
4125
+ "snippet": "&lt;main role=\"main\">",
4224
4126
  "level": "recommendation"
4225
4127
  }
4226
4128
  ]
@@ -4238,14 +4140,14 @@
4238
4140
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[5]/label[1]",
4239
4141
  "aria": "/document[1]/banner[1]"
4240
4142
  },
4241
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
4143
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
4242
4144
  "bounds": {
4243
4145
  "left": 36,
4244
4146
  "top": 729,
4245
4147
  "height": 28,
4246
4148
  "width": 728
4247
4149
  },
4248
- "snippet": "&amp;lt;label for=\"\">",
4150
+ "snippet": "&lt;label for=\"\">",
4249
4151
  "level": "violation"
4250
4152
  },
4251
4153
  {
@@ -4254,14 +4156,14 @@
4254
4156
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[4]/label[1]",
4255
4157
  "aria": "/document[1]/banner[1]"
4256
4158
  },
4257
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
4159
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
4258
4160
  "bounds": {
4259
4161
  "left": 36,
4260
4162
  "top": 656,
4261
4163
  "height": 28,
4262
4164
  "width": 728
4263
4165
  },
4264
- "snippet": "&amp;lt;label for=\"\">",
4166
+ "snippet": "&lt;label for=\"\">",
4265
4167
  "level": "violation"
4266
4168
  },
4267
4169
  {
@@ -4270,14 +4172,14 @@
4270
4172
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[3]/label[1]",
4271
4173
  "aria": "/document[1]/banner[1]"
4272
4174
  },
4273
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
4175
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
4274
4176
  "bounds": {
4275
4177
  "left": 36,
4276
4178
  "top": 582,
4277
4179
  "height": 28,
4278
4180
  "width": 728
4279
4181
  },
4280
- "snippet": "&amp;lt;label for=\"\">",
4182
+ "snippet": "&lt;label for=\"\">",
4281
4183
  "level": "violation"
4282
4184
  },
4283
4185
  {
@@ -4286,14 +4188,14 @@
4286
4188
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[2]/label[1]",
4287
4189
  "aria": "/document[1]/banner[1]"
4288
4190
  },
4289
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
4191
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
4290
4192
  "bounds": {
4291
4193
  "left": 36,
4292
4194
  "top": 509,
4293
4195
  "height": 28,
4294
4196
  "width": 728
4295
4197
  },
4296
- "snippet": "&amp;lt;label for=\"\">",
4198
+ "snippet": "&lt;label for=\"\">",
4297
4199
  "level": "violation"
4298
4200
  },
4299
4201
  {
@@ -4302,14 +4204,14 @@
4302
4204
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[1]/label[1]",
4303
4205
  "aria": "/document[1]/banner[1]"
4304
4206
  },
4305
- "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &amp;lt;input> element",
4207
+ "message": "The value \"\" of the 'for' attribute is not the 'id' of a valid &lt;input> element",
4306
4208
  "bounds": {
4307
4209
  "left": 36,
4308
4210
  "top": 435,
4309
4211
  "height": 28,
4310
4212
  "width": 728
4311
4213
  },
4312
- "snippet": "&amp;lt;label for=\"\">",
4214
+ "snippet": "&lt;label for=\"\">",
4313
4215
  "level": "violation"
4314
4216
  },
4315
4217
  {
@@ -4318,14 +4220,14 @@
4318
4220
  "dom": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[2]/div[1]/input[1]",
4319
4221
  "aria": "/document[1]/banner[1]/textbox[1]"
4320
4222
  },
4321
- "message": "Form control element &amp;lt;input> has no associated label",
4223
+ "message": "Form control element &lt;input> has no associated label",
4322
4224
  "bounds": {
4323
4225
  "left": 45,
4324
4226
  "top": 546,
4325
4227
  "height": 23,
4326
4228
  "width": 171
4327
4229
  },
4328
- "snippet": "&amp;lt;input value=\"Select Date\" name=\"daterange\" type=\"text\" id=\"daterange\">",
4230
+ "snippet": "&lt;input value=\"Select Date\" name=\"daterange\" type=\"text\" id=\"daterange\">",
4329
4231
  "level": "violation"
4330
4232
  },
4331
4233
  {
@@ -4341,7 +4243,7 @@
4341
4243
  "height": 105,
4342
4244
  "width": 245
4343
4245
  },
4344
- "snippet": "&amp;lt;a href=\"/rail-passes/eurail-passes/global-pass\">",
4246
+ "snippet": "&lt;a href=\"/rail-passes/eurail-passes/global-pass\">",
4345
4247
  "level": "violation"
4346
4248
  },
4347
4249
  {
@@ -4357,7 +4259,7 @@
4357
4259
  "height": 28,
4358
4260
  "width": 728
4359
4261
  },
4360
- "snippet": "&amp;lt;label for=\"\">",
4262
+ "snippet": "&lt;label for=\"\">",
4361
4263
  "level": "violation"
4362
4264
  },
4363
4265
  {
@@ -4373,7 +4275,7 @@
4373
4275
  "height": 28,
4374
4276
  "width": 728
4375
4277
  },
4376
- "snippet": "&amp;lt;label for=\"\">",
4278
+ "snippet": "&lt;label for=\"\">",
4377
4279
  "level": "violation"
4378
4280
  },
4379
4281
  {
@@ -4389,7 +4291,7 @@
4389
4291
  "height": 28,
4390
4292
  "width": 728
4391
4293
  },
4392
- "snippet": "&amp;lt;label for=\"\">",
4294
+ "snippet": "&lt;label for=\"\">",
4393
4295
  "level": "violation"
4394
4296
  },
4395
4297
  {
@@ -4405,7 +4307,7 @@
4405
4307
  "height": 28,
4406
4308
  "width": 728
4407
4309
  },
4408
- "snippet": "&amp;lt;label for=\"\">",
4310
+ "snippet": "&lt;label for=\"\">",
4409
4311
  "level": "violation"
4410
4312
  },
4411
4313
  {
@@ -4421,7 +4323,7 @@
4421
4323
  "height": 115,
4422
4324
  "width": 770
4423
4325
  },
4424
- "snippet": "&amp;lt;p class=\"ioc2__text\">",
4326
+ "snippet": "&lt;p class=\"ioc2__text\">",
4425
4327
  "level": "violation"
4426
4328
  },
4427
4329
  {
@@ -4437,7 +4339,7 @@
4437
4339
  "height": 1,
4438
4340
  "width": 1
4439
4341
  },
4440
- "snippet": "&amp;lt;a class=\"visually-hidden focusable\" href=\"#main-content\">",
4342
+ "snippet": "&lt;a class=\"visually-hidden focusable\" href=\"#main-content\">",
4441
4343
  "level": "violation"
4442
4344
  },
4443
4345
  {
@@ -4453,7 +4355,7 @@
4453
4355
  "height": 48,
4454
4356
  "width": 494
4455
4357
  },
4456
- "snippet": "&amp;lt;nav class=\"header__nav__mobile\">",
4358
+ "snippet": "&lt;nav class=\"header__nav__mobile\">",
4457
4359
  "level": "violation"
4458
4360
  },
4459
4361
  {
@@ -4469,7 +4371,7 @@
4469
4371
  "height": 355,
4470
4372
  "width": 248
4471
4373
  },
4472
- "snippet": "&amp;lt;nav class=\"nav--menu-reponsive\">",
4374
+ "snippet": "&lt;nav class=\"nav--menu-reponsive\">",
4473
4375
  "level": "violation"
4474
4376
  },
4475
4377
  {
@@ -4485,7 +4387,7 @@
4485
4387
  "height": 199,
4486
4388
  "width": 764
4487
4389
  },
4488
- "snippet": "&amp;lt;aside class=\"passes__container\">",
4390
+ "snippet": "&lt;aside class=\"passes__container\">",
4489
4391
  "level": "violation"
4490
4392
  },
4491
4393
  {
@@ -4501,7 +4403,7 @@
4501
4403
  "height": 48,
4502
4404
  "width": 494
4503
4405
  },
4504
- "snippet": "&amp;lt;nav class=\"header__nav__mobile\">",
4406
+ "snippet": "&lt;nav class=\"header__nav__mobile\">",
4505
4407
  "level": "violation"
4506
4408
  },
4507
4409
  {
@@ -4517,7 +4419,7 @@
4517
4419
  "height": 355,
4518
4420
  "width": 248
4519
4421
  },
4520
- "snippet": "&amp;lt;nav class=\"nav--menu-reponsive\">",
4422
+ "snippet": "&lt;nav class=\"nav--menu-reponsive\">",
4521
4423
  "level": "violation"
4522
4424
  },
4523
4425
  {
@@ -4533,7 +4435,7 @@
4533
4435
  "height": 42,
4534
4436
  "width": 728
4535
4437
  },
4536
- "snippet": "&amp;lt;a href=\"#\" class=\"button\" id=\"search-btn\">",
4438
+ "snippet": "&lt;a href=\"#\" class=\"button\" id=\"search-btn\">",
4537
4439
  "level": "violation"
4538
4440
  },
4539
4441
  {
@@ -4549,7 +4451,7 @@
4549
4451
  "height": 57,
4550
4452
  "width": 408
4551
4453
  },
4552
- "snippet": "&amp;lt;b>",
4454
+ "snippet": "&lt;b>",
4553
4455
  "level": "violation"
4554
4456
  },
4555
4457
  {
@@ -4565,7 +4467,7 @@
4565
4467
  "height": 51,
4566
4468
  "width": 457
4567
4469
  },
4568
- "snippet": "&amp;lt;b>",
4470
+ "snippet": "&lt;b>",
4569
4471
  "level": "violation"
4570
4472
  },
4571
4473
  {
@@ -4581,7 +4483,7 @@
4581
4483
  "height": 46,
4582
4484
  "width": 174
4583
4485
  },
4584
- "snippet": "&amp;lt;p>",
4486
+ "snippet": "&lt;p>",
4585
4487
  "level": "violation"
4586
4488
  },
4587
4489
  {
@@ -4597,7 +4499,7 @@
4597
4499
  "height": 23,
4598
4500
  "width": 95
4599
4501
  },
4600
- "snippet": "&amp;lt;a href=\"/frequently-asked-questions\">",
4502
+ "snippet": "&lt;a href=\"/frequently-asked-questions\">",
4601
4503
  "level": "violation"
4602
4504
  },
4603
4505
  {
@@ -4613,7 +4515,7 @@
4613
4515
  "height": 23,
4614
4516
  "width": 72
4615
4517
  },
4616
- "snippet": "&amp;lt;a href=\"/about-railpass\">",
4518
+ "snippet": "&lt;a href=\"/about-railpass\">",
4617
4519
  "level": "violation"
4618
4520
  },
4619
4521
  {
@@ -4622,14 +4524,14 @@
4622
4524
  "dom": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/figure[1]",
4623
4525
  "aria": "/document[1]/main[1]/complementary[1]/list[1]/listitem[1]/figure[1]"
4624
4526
  },
4625
- "message": "The &amp;lt;figure> element does not have an associated label",
4527
+ "message": "The &lt;figure> element does not have an associated label",
4626
4528
  "bounds": {
4627
4529
  "left": 18,
4628
4530
  "top": 940,
4629
4531
  "height": 105,
4630
4532
  "width": 245
4631
4533
  },
4632
- "snippet": "&amp;lt;figure>",
4534
+ "snippet": "&lt;figure>",
4633
4535
  "level": "violation"
4634
4536
  },
4635
4537
  {
@@ -4638,14 +4540,14 @@
4638
4540
  "dom": "/html[1]/head[1]/meta[10]",
4639
4541
  "aria": "/document[1]"
4640
4542
  },
4641
- "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the &amp;lt;meta> element in HTML 5",
4543
+ "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the &lt;meta> element in HTML 5",
4642
4544
  "bounds": {
4643
4545
  "left": 0,
4644
4546
  "top": 0,
4645
4547
  "height": 0,
4646
4548
  "width": 0
4647
4549
  },
4648
- "snippet": "&amp;lt;meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
4550
+ "snippet": "&lt;meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
4649
4551
  "level": "recommendation"
4650
4552
  },
4651
4553
  {
@@ -4654,14 +4556,14 @@
4654
4556
  "dom": "/html[1]/body[1]/div[1]/div[2]/main[1]",
4655
4557
  "aria": "/document[1]/main[1]"
4656
4558
  },
4657
- "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element &amp;lt;main>",
4559
+ "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element &lt;main>",
4658
4560
  "bounds": {
4659
4561
  "left": 0,
4660
4562
  "top": 882,
4661
4563
  "height": 3019,
4662
4564
  "width": 800
4663
4565
  },
4664
- "snippet": "&amp;lt;main role=\"main\">",
4566
+ "snippet": "&lt;main role=\"main\">",
4665
4567
  "level": "recommendation"
4666
4568
  }
4667
4569
  ]
@@ -4684,14 +4586,14 @@
4684
4586
  "type": "warning",
4685
4587
  "msg": "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.",
4686
4588
  "code": "&amp;lt;meta name=\"viewport\"\ncontent=\"width=device-width,\ninitial-scale=1,\nmaximum-scale=1\"&amp;gt;",
4687
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4589
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4688
4590
  "techniques": [
4689
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C32\" target=\"_blank\">C32&amp;lt;/a>",
4690
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C31\" target=\"_blank\">C31&amp;lt;/a>",
4691
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C33\" target=\"_blank\">C33&amp;lt;/a>",
4692
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C38\" target=\"_blank\">C38&amp;lt;/a>",
4693
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/SCR34\" target=\"_blank\">SCR34&amp;lt;/a>",
4694
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G206\" target=\"_blank\">G206&amp;lt;/a>"
4591
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C32\" target=\"_blank\">C32&lt;/a>",
4592
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C31\" target=\"_blank\">C31&lt;/a>",
4593
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C33\" target=\"_blank\">C33&lt;/a>",
4594
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C38\" target=\"_blank\">C38&lt;/a>",
4595
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/SCR34\" target=\"_blank\">SCR34&lt;/a>",
4596
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G206\" target=\"_blank\">G206&lt;/a>"
4695
4597
  ],
4696
4598
  "id": "C31+C32+C33+C38+G206+SCR34"
4697
4599
  },
@@ -4699,11 +4601,11 @@
4699
4601
  "type": "error",
4700
4602
  "msg": "This link points to a named anchor \"main-content\" within the document, but no anchor exists with that name.",
4701
4603
  "code": "&amp;lt;a href=\"#main-content\"\nclass=\"visually-hidden\nfocusable\"&amp;gt;\n Skip to main content\n &amp;lt;/a&amp;gt;",
4702
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#operable\" target=\"_blank\">Operable&amp;lt;/a>",
4604
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#operable\" target=\"_blank\">Operable&lt;/a>",
4703
4605
  "techniques": [
4704
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G1\" target=\"_blank\">G1&amp;lt;/a>",
4705
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G123\" target=\"_blank\">G123&amp;lt;/a>",
4706
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G124\" target=\"_blank\">G124&amp;lt;/a>"
4606
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G1\" target=\"_blank\">G1&lt;/a>",
4607
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G123\" target=\"_blank\">G123&lt;/a>",
4608
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G124\" target=\"_blank\">G124&lt;/a>"
4707
4609
  ],
4708
4610
  "id": "G1+G123+G124"
4709
4611
  },
@@ -4711,9 +4613,9 @@
4711
4613
  "type": "warning",
4712
4614
  "msg": "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.",
4713
4615
  "code": "&amp;lt;a id=\"close-menu\"\nclass=\"close\"&amp;gt;CLOSE\n&amp;lt;span\nclass=\"icon-close\"&amp;gt;&amp;lt;/spa\n&amp;gt;&amp;lt;/a&amp;gt;",
4714
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
4616
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
4715
4617
  "techniques": [
4716
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
4618
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
4717
4619
  ],
4718
4620
  "id": "H91"
4719
4621
  },
@@ -4721,9 +4623,9 @@
4721
4623
  "type": "error",
4722
4624
  "msg": "Anchor element found with a valid href attribute, but no link content has been supplied.",
4723
4625
  "code": "&amp;lt;a href=\"#\"\nclass=\"menu-link\"&amp;gt;&amp;lt;i\nclass=\"icon-menu-mobile\"&amp;gt;&amp;l\n;/i&amp;gt;&amp;lt;/a&amp;gt;",
4724
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
4626
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
4725
4627
  "techniques": [
4726
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
4628
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
4727
4629
  ],
4728
4630
  "id": "H91"
4729
4631
  },
@@ -4731,9 +4633,9 @@
4731
4633
  "type": "warning",
4732
4634
  "msg": "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.",
4733
4635
  "code": "&amp;lt;h4&amp;gt;&amp;lt;b&amp;gt;Easy\nBooking &amp;amp;amp; Low\nPrices&amp;lt;br&amp;gt;25+ Year\nAutho...&amp;lt;/h4&amp;gt;",
4734
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4636
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4735
4637
  "techniques": [
4736
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141&amp;lt;/a>"
4638
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141&lt;/a>"
4737
4639
  ],
4738
4640
  "id": "G141"
4739
4641
  },
@@ -4741,9 +4643,9 @@
4741
4643
  "type": "warning",
4742
4644
  "msg": "Heading markup should be used if this content is intended as a heading.",
4743
4645
  "code": "&amp;lt;div\nclass=\"countries__count\"\nstyle=\"display:\nnone;\"&amp;gt;&amp;lt;b\nid=\"country-counts\"&amp;gt;&amp;lt;/b&amp;\nt;&amp;lt;/div&amp;gt;",
4744
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4646
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4745
4647
  "techniques": [
4746
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&amp;lt;/a>"
4648
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&lt;/a>"
4747
4649
  ],
4748
4650
  "id": "H42"
4749
4651
  },
@@ -4751,9 +4653,9 @@
4751
4653
  "type": "error",
4752
4654
  "msg": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.",
4753
4655
  "code": "&amp;lt;img\nsrc=\"/themes/railpass/img/coun\nries-flags/europe.svg\"&amp;gt;",
4754
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4656
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4755
4657
  "techniques": [
4756
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H37\" target=\"_blank\">H37&amp;lt;/a>"
4658
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H37\" target=\"_blank\">H37&lt;/a>"
4757
4659
  ],
4758
4660
  "id": "H37"
4759
4661
  },
@@ -4761,9 +4663,9 @@
4761
4663
  "type": "warning",
4762
4664
  "msg": "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.",
4763
4665
  "code": "&amp;lt;a id=\"clear_all\"\nclass=\"disable__button\"&amp;gt;Cle\nr All &amp;lt;span\nclass=\"icon-remove\"&amp;gt;&amp;lt;/sp\nn&amp;gt;&amp;lt;/a&amp;gt;",
4764
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
4666
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
4765
4667
  "techniques": [
4766
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
4668
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
4767
4669
  ],
4768
4670
  "id": "H91"
4769
4671
  },
@@ -4771,9 +4673,9 @@
4771
4673
  "type": "warning",
4772
4674
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4773
4675
  "code": "",
4774
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4676
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4775
4677
  "techniques": [
4776
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4678
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4777
4679
  ],
4778
4680
  "id": "F24"
4779
4681
  },
@@ -4781,9 +4683,9 @@
4781
4683
  "type": "warning",
4782
4684
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4783
4685
  "code": "",
4784
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4686
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4785
4687
  "techniques": [
4786
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4688
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4787
4689
  ],
4788
4690
  "id": "F24"
4789
4691
  },
@@ -4791,9 +4693,9 @@
4791
4693
  "type": "warning",
4792
4694
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4793
4695
  "code": "",
4794
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4696
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4795
4697
  "techniques": [
4796
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4698
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4797
4699
  ],
4798
4700
  "id": "F24"
4799
4701
  },
@@ -4801,9 +4703,9 @@
4801
4703
  "type": "warning",
4802
4704
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4803
4705
  "code": "",
4804
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4706
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4805
4707
  "techniques": [
4806
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4708
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4807
4709
  ],
4808
4710
  "id": "F24"
4809
4711
  },
@@ -4811,9 +4713,9 @@
4811
4713
  "type": "warning",
4812
4714
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4813
4715
  "code": "",
4814
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4716
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4815
4717
  "techniques": [
4816
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4718
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4817
4719
  ],
4818
4720
  "id": "F24"
4819
4721
  },
@@ -4821,9 +4723,9 @@
4821
4723
  "type": "warning",
4822
4724
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4823
4725
  "code": "",
4824
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4726
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4825
4727
  "techniques": [
4826
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4728
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4827
4729
  ],
4828
4730
  "id": "F24"
4829
4731
  },
@@ -4831,9 +4733,9 @@
4831
4733
  "type": "warning",
4832
4734
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4833
4735
  "code": "",
4834
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4736
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4835
4737
  "techniques": [
4836
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4738
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4837
4739
  ],
4838
4740
  "id": "F24"
4839
4741
  },
@@ -4841,9 +4743,9 @@
4841
4743
  "type": "warning",
4842
4744
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4843
4745
  "code": "",
4844
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4746
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4845
4747
  "techniques": [
4846
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4748
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4847
4749
  ],
4848
4750
  "id": "F24"
4849
4751
  },
@@ -4851,9 +4753,9 @@
4851
4753
  "type": "warning",
4852
4754
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4853
4755
  "code": "",
4854
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4756
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4855
4757
  "techniques": [
4856
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4758
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4857
4759
  ],
4858
4760
  "id": "F24"
4859
4761
  },
@@ -4861,9 +4763,9 @@
4861
4763
  "type": "warning",
4862
4764
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4863
4765
  "code": "",
4864
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4766
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4865
4767
  "techniques": [
4866
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4768
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4867
4769
  ],
4868
4770
  "id": "F24"
4869
4771
  },
@@ -4871,9 +4773,9 @@
4871
4773
  "type": "warning",
4872
4774
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4873
4775
  "code": "",
4874
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4776
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4875
4777
  "techniques": [
4876
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4778
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4877
4779
  ],
4878
4780
  "id": "F24"
4879
4781
  },
@@ -4881,9 +4783,9 @@
4881
4783
  "type": "warning",
4882
4784
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4883
4785
  "code": "",
4884
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4786
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4885
4787
  "techniques": [
4886
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4788
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4887
4789
  ],
4888
4790
  "id": "F24"
4889
4791
  },
@@ -4891,9 +4793,9 @@
4891
4793
  "type": "warning",
4892
4794
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4893
4795
  "code": "",
4894
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4796
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4895
4797
  "techniques": [
4896
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4798
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4897
4799
  ],
4898
4800
  "id": "F24"
4899
4801
  },
@@ -4901,9 +4803,9 @@
4901
4803
  "type": "warning",
4902
4804
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4903
4805
  "code": "",
4904
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4806
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4905
4807
  "techniques": [
4906
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4808
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4907
4809
  ],
4908
4810
  "id": "F24"
4909
4811
  },
@@ -4911,9 +4813,9 @@
4911
4813
  "type": "warning",
4912
4814
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4913
4815
  "code": "",
4914
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4816
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4915
4817
  "techniques": [
4916
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4818
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4917
4819
  ],
4918
4820
  "id": "F24"
4919
4821
  },
@@ -4921,9 +4823,9 @@
4921
4823
  "type": "warning",
4922
4824
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4923
4825
  "code": "",
4924
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4826
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4925
4827
  "techniques": [
4926
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4828
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4927
4829
  ],
4928
4830
  "id": "F24"
4929
4831
  },
@@ -4931,9 +4833,9 @@
4931
4833
  "type": "warning",
4932
4834
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4933
4835
  "code": "",
4934
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4836
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4935
4837
  "techniques": [
4936
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4838
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4937
4839
  ],
4938
4840
  "id": "F24"
4939
4841
  },
@@ -4941,9 +4843,9 @@
4941
4843
  "type": "warning",
4942
4844
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4943
4845
  "code": "",
4944
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4846
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4945
4847
  "techniques": [
4946
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4848
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4947
4849
  ],
4948
4850
  "id": "F24"
4949
4851
  },
@@ -4951,9 +4853,9 @@
4951
4853
  "type": "warning",
4952
4854
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4953
4855
  "code": "",
4954
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4856
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4955
4857
  "techniques": [
4956
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4858
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4957
4859
  ],
4958
4860
  "id": "F24"
4959
4861
  },
@@ -4961,9 +4863,9 @@
4961
4863
  "type": "warning",
4962
4864
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4963
4865
  "code": "",
4964
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4866
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4965
4867
  "techniques": [
4966
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4868
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4967
4869
  ],
4968
4870
  "id": "F24"
4969
4871
  },
@@ -4971,9 +4873,9 @@
4971
4873
  "type": "warning",
4972
4874
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4973
4875
  "code": "",
4974
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4876
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4975
4877
  "techniques": [
4976
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4878
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4977
4879
  ],
4978
4880
  "id": "F24"
4979
4881
  },
@@ -4981,9 +4883,9 @@
4981
4883
  "type": "warning",
4982
4884
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4983
4885
  "code": "",
4984
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4886
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4985
4887
  "techniques": [
4986
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4888
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4987
4889
  ],
4988
4890
  "id": "F24"
4989
4891
  },
@@ -4991,9 +4893,9 @@
4991
4893
  "type": "warning",
4992
4894
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
4993
4895
  "code": "",
4994
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4896
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
4995
4897
  "techniques": [
4996
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4898
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
4997
4899
  ],
4998
4900
  "id": "F24"
4999
4901
  },
@@ -5001,9 +4903,9 @@
5001
4903
  "type": "warning",
5002
4904
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
5003
4905
  "code": "",
5004
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4906
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5005
4907
  "techniques": [
5006
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4908
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
5007
4909
  ],
5008
4910
  "id": "F24"
5009
4911
  },
@@ -5011,9 +4913,9 @@
5011
4913
  "type": "warning",
5012
4914
  "msg": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.",
5013
4915
  "code": "",
5014
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4916
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5015
4917
  "techniques": [
5016
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&amp;lt;/a>"
4918
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24&lt;/a>"
5017
4919
  ],
5018
4920
  "id": "F24"
5019
4921
  },
@@ -5021,9 +4923,9 @@
5021
4923
  "type": "error",
5022
4924
  "msg": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.",
5023
4925
  "code": "&amp;lt;img\nsrc=\"themes/railpass/img/count\nies-flags/europe.svg\"&amp;gt;",
5024
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4926
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5025
4927
  "techniques": [
5026
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H37\" target=\"_blank\">H37&amp;lt;/a>"
4928
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H37\" target=\"_blank\">H37&lt;/a>"
5027
4929
  ],
5028
4930
  "id": "H37"
5029
4931
  },
@@ -5031,9 +4933,9 @@
5031
4933
  "type": "error",
5032
4934
  "msg": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby .",
5033
4935
  "code": "&amp;lt;input id=\"daterange\"\ntype=\"text\" name=\"daterange\"\nvalue=\"Select Date\"&amp;gt;",
5034
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
4936
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5035
4937
  "techniques": [
5036
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
4938
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5037
4939
  ],
5038
4940
  "id": "H91"
5039
4941
  },
@@ -5041,9 +4943,9 @@
5041
4943
  "type": "error",
5042
4944
  "msg": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
5043
4945
  "code": "&amp;lt;input id=\"daterange\"\ntype=\"text\" name=\"daterange\"\nvalue=\"Select Date\"&amp;gt;",
5044
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4946
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5045
4947
  "techniques": [
5046
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&amp;lt;/a>"
4948
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&lt;/a>"
5047
4949
  ],
5048
4950
  "id": "F68"
5049
4951
  },
@@ -5051,9 +4953,9 @@
5051
4953
  "type": "error",
5052
4954
  "msg": "This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .",
5053
4955
  "code": "&amp;lt;button type=\"button\"\nclass=\"btn-number__1\"\ndisabled=\"disabled\"\ndata-type=\"minus\"\ndata-field=\"quant[1]\"&amp;gt;&amp;lt;s\nan\nclass=\"icon-incrementer-minus\"\ngt;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt\n",
5054
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
4956
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5055
4957
  "techniques": [
5056
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
4958
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5057
4959
  ],
5058
4960
  "id": "H91"
5059
4961
  },
@@ -5061,9 +4963,9 @@
5061
4963
  "type": "error",
5062
4964
  "msg": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby .",
5063
4965
  "code": "&amp;lt;input id=\"tt_senior\"\ndata-controller=\"number-senior\n type=\"text\" name=\"quant[1]\"\ndata-traveller=\"tt_senior\"\nclass=\"form-control\ninput-number__4\ntraveller-bind\" value=\"0\"\nmin=\"0\" max=\"25\"&amp;gt;",
5064
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
4966
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5065
4967
  "techniques": [
5066
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
4968
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5067
4969
  ],
5068
4970
  "id": "H91"
5069
4971
  },
@@ -5071,9 +4973,9 @@
5071
4973
  "type": "error",
5072
4974
  "msg": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
5073
4975
  "code": "&amp;lt;input id=\"tt_senior\"\ndata-controller=\"number-senior\n type=\"text\" name=\"quant[1]\"\ndata-traveller=\"tt_senior\"\nclass=\"form-control\ninput-number__4\ntraveller-bind\" value=\"0\"\nmin=\"0\" max=\"25\"&amp;gt;",
5074
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
4976
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5075
4977
  "techniques": [
5076
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&amp;lt;/a>"
4978
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&lt;/a>"
5077
4979
  ],
5078
4980
  "id": "F68"
5079
4981
  },
@@ -5081,9 +4983,9 @@
5081
4983
  "type": "error",
5082
4984
  "msg": "This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .",
5083
4985
  "code": "&amp;lt;button type=\"button\"\nclass=\"btn-number__1\"\ndata-type=\"plus\"\ndata-field=\"quant[1]\"&amp;gt;&amp;lt;s\nan\nclass=\"icon-incrementer-plus\"&amp;\nt;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;",
5084
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
4986
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5085
4987
  "techniques": [
5086
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
4988
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5087
4989
  ],
5088
4990
  "id": "H91"
5089
4991
  },
@@ -5091,9 +4993,9 @@
5091
4993
  "type": "error",
5092
4994
  "msg": "This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .",
5093
4995
  "code": "&amp;lt;button type=\"button\"\nclass=\"btn-number__1\"\ndisabled=\"disabled\"\ndata-type=\"minus\"\ndata-field=\"quant[1]\"&amp;gt;&amp;lt;s\nan\nclass=\"icon-incrementer-minus\"\ngt;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt\n",
5094
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
4996
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5095
4997
  "techniques": [
5096
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
4998
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5097
4999
  ],
5098
5000
  "id": "H91"
5099
5001
  },
@@ -5101,9 +5003,9 @@
5101
5003
  "type": "error",
5102
5004
  "msg": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby .",
5103
5005
  "code": "&amp;lt;input id=\"tt_adult\"\ndata-controller=\"number-adult\"\ntype=\"text\" name=\"quant[1]\"\ndata-traveller=\"tt_adult\"\nclass=\"form-control\ninput-number__1\ntraveller-bind\" value=\"0\"\nmin=\"0\" max=\"25\"&amp;gt;",
5104
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5006
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5105
5007
  "techniques": [
5106
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5008
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5107
5009
  ],
5108
5010
  "id": "H91"
5109
5011
  },
@@ -5111,9 +5013,9 @@
5111
5013
  "type": "error",
5112
5014
  "msg": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
5113
5015
  "code": "&amp;lt;input id=\"tt_adult\"\ndata-controller=\"number-adult\"\ntype=\"text\" name=\"quant[1]\"\ndata-traveller=\"tt_adult\"\nclass=\"form-control\ninput-number__1\ntraveller-bind\" value=\"0\"\nmin=\"0\" max=\"25\"&amp;gt;",
5114
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5016
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5115
5017
  "techniques": [
5116
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&amp;lt;/a>"
5018
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&lt;/a>"
5117
5019
  ],
5118
5020
  "id": "F68"
5119
5021
  },
@@ -5121,9 +5023,9 @@
5121
5023
  "type": "error",
5122
5024
  "msg": "This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .",
5123
5025
  "code": "&amp;lt;button type=\"button\"\nclass=\"btn-number__1\"\ndata-type=\"plus\"\ndata-field=\"quant[1]\"&amp;gt;&amp;lt;s\nan\nclass=\"icon-incrementer-plus\"&amp;\nt;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;",
5124
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5026
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5125
5027
  "techniques": [
5126
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5028
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5127
5029
  ],
5128
5030
  "id": "H91"
5129
5031
  },
@@ -5131,9 +5033,9 @@
5131
5033
  "type": "error",
5132
5034
  "msg": "This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .",
5133
5035
  "code": "&amp;lt;button type=\"button\"\nclass=\"btn-number__2\"\ndisabled=\"disabled\"\ndata-type=\"minus\"\ndata-field=\"quant[1]\"&amp;gt;&amp;lt;s\nan\nclass=\"icon-incrementer-minus\"\ngt;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt\n",
5134
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5036
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5135
5037
  "techniques": [
5136
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5038
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5137
5039
  ],
5138
5040
  "id": "H91"
5139
5041
  },
@@ -5141,9 +5043,9 @@
5141
5043
  "type": "error",
5142
5044
  "msg": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby .",
5143
5045
  "code": "&amp;lt;input id=\"tt_youth\"\ndata-controller=\"number-youth\"\ntype=\"text\" name=\"quant[1]\"\ndata-traveller=\"tt_youth\"\nclass=\"form-control\ninput-number__3\ntraveller-bind\" value=\"0\"\nmin=\"0\" max=\"25\"&amp;gt;",
5144
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5046
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5145
5047
  "techniques": [
5146
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5048
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5147
5049
  ],
5148
5050
  "id": "H91"
5149
5051
  },
@@ -5151,9 +5053,9 @@
5151
5053
  "type": "error",
5152
5054
  "msg": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
5153
5055
  "code": "&amp;lt;input id=\"tt_youth\"\ndata-controller=\"number-youth\"\ntype=\"text\" name=\"quant[1]\"\ndata-traveller=\"tt_youth\"\nclass=\"form-control\ninput-number__3\ntraveller-bind\" value=\"0\"\nmin=\"0\" max=\"25\"&amp;gt;",
5154
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5056
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5155
5057
  "techniques": [
5156
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&amp;lt;/a>"
5058
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&lt;/a>"
5157
5059
  ],
5158
5060
  "id": "F68"
5159
5061
  },
@@ -5161,9 +5063,9 @@
5161
5063
  "type": "error",
5162
5064
  "msg": "This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .",
5163
5065
  "code": "&amp;lt;button type=\"button\"\nclass=\"btn-number__2\"\ndata-type=\"plus\"\ndata-field=\"quant[1]\"&amp;gt;&amp;lt;s\nan\nclass=\"icon-incrementer-plus\"&amp;\nt;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;",
5164
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5066
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5165
5067
  "techniques": [
5166
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5068
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5167
5069
  ],
5168
5070
  "id": "H91"
5169
5071
  },
@@ -5171,9 +5073,9 @@
5171
5073
  "type": "error",
5172
5074
  "msg": "This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .",
5173
5075
  "code": "&amp;lt;button type=\"button\"\nclass=\"btn-number__3\"\ndisabled=\"disabled\"\ndata-type=\"minus\"\ndata-field=\"quant[1]\"&amp;gt;&amp;lt;s\nan\nclass=\"icon-incrementer-minus\"\ngt;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt\n",
5174
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5076
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5175
5077
  "techniques": [
5176
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5078
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5177
5079
  ],
5178
5080
  "id": "H91"
5179
5081
  },
@@ -5181,9 +5083,9 @@
5181
5083
  "type": "error",
5182
5084
  "msg": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby .",
5183
5085
  "code": "&amp;lt;input id=\"tt_child\"\ndata-controller=\"number-child\"\ntype=\"text\" name=\"quant[1]\"\ndata-traveller=\"tt_child\"\nclass=\"form-control\ninput-number__3\ntraveller-bind\" value=\"0\"\nmin=\"0\" max=\"25\"&amp;gt;",
5184
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5086
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5185
5087
  "techniques": [
5186
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5088
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5187
5089
  ],
5188
5090
  "id": "H91"
5189
5091
  },
@@ -5191,9 +5093,9 @@
5191
5093
  "type": "error",
5192
5094
  "msg": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
5193
5095
  "code": "&amp;lt;input id=\"tt_child\"\ndata-controller=\"number-child\"\ntype=\"text\" name=\"quant[1]\"\ndata-traveller=\"tt_child\"\nclass=\"form-control\ninput-number__3\ntraveller-bind\" value=\"0\"\nmin=\"0\" max=\"25\"&amp;gt;",
5194
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5096
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5195
5097
  "techniques": [
5196
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&amp;lt;/a>"
5098
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68&lt;/a>"
5197
5099
  ],
5198
5100
  "id": "F68"
5199
5101
  },
@@ -5201,9 +5103,9 @@
5201
5103
  "type": "error",
5202
5104
  "msg": "This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .",
5203
5105
  "code": "&amp;lt;button type=\"button\"\nclass=\"btn-number__3\"\ndata-type=\"plus\"\ndisabled=\"disabled\"\ndata-field=\"quant[1]\"&amp;gt;&amp;lt;s\nan\nclass=\"icon-incrementer-plus\"&amp;\nt;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;",
5204
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5106
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5205
5107
  "techniques": [
5206
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5108
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5207
5109
  ],
5208
5110
  "id": "H91"
5209
5111
  },
@@ -5211,9 +5113,9 @@
5211
5113
  "type": "error",
5212
5114
  "msg": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.",
5213
5115
  "code": "&amp;lt;a\nhref=\"/rail-passes/eurail-pass\ns/global-pass\"&amp;gt; &amp;lt;img\nsrc=\"/sites/default/files/2016\n05/passes-1-...&amp;lt;/a&amp;gt;",
5214
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5116
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5215
5117
  "techniques": [
5216
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H30\" target=\"_blank\">H30&amp;lt;/a>"
5118
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H30\" target=\"_blank\">H30&lt;/a>"
5217
5119
  ],
5218
5120
  "id": "H30"
5219
5121
  },
@@ -5221,9 +5123,9 @@
5221
5123
  "type": "error",
5222
5124
  "msg": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.",
5223
5125
  "code": "&amp;lt;a\nhref=\"/rail-passes/eurail-pass\ns/italy\"&amp;gt; &amp;lt;img\nsrc=\"/sites/default/files/2016\n05/passes-4-...&amp;lt;/a&amp;gt;",
5224
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5126
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5225
5127
  "techniques": [
5226
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H30\" target=\"_blank\">H30&amp;lt;/a>"
5128
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H30\" target=\"_blank\">H30&lt;/a>"
5227
5129
  ],
5228
5130
  "id": "H30"
5229
5131
  },
@@ -5231,9 +5133,9 @@
5231
5133
  "type": "warning",
5232
5134
  "msg": "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.",
5233
5135
  "code": "&amp;lt;h4&amp;gt;Starting\nfrom:&amp;lt;/h4&amp;gt;",
5234
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5136
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5235
5137
  "techniques": [
5236
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141&amp;lt;/a>"
5138
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141&lt;/a>"
5237
5139
  ],
5238
5140
  "id": "G141"
5239
5141
  },
@@ -5241,9 +5143,9 @@
5241
5143
  "type": "warning",
5242
5144
  "msg": "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.",
5243
5145
  "code": "&amp;lt;h4&amp;gt;per person/day *\n&amp;lt;small&amp;gt;* 2-Month Youth\nPass&amp;lt;/smal...&amp;lt;/h4&amp;gt;",
5244
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5146
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5245
5147
  "techniques": [
5246
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141&amp;lt;/a>"
5148
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141&lt;/a>"
5247
5149
  ],
5248
5150
  "id": "G141"
5249
5151
  },
@@ -5251,9 +5153,9 @@
5251
5153
  "type": "warning",
5252
5154
  "msg": "Heading markup should be used if this content is intended as a heading.",
5253
5155
  "code": "&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;462\nDifferent Pass&amp;lt;br&amp;gt;\nCombinations&amp;lt;/b&amp;gt;&amp;lt;/p&amp;g\n;",
5254
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5156
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5255
5157
  "techniques": [
5256
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&amp;lt;/a>"
5158
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&lt;/a>"
5257
5159
  ],
5258
5160
  "id": "H42"
5259
5161
  },
@@ -5261,9 +5163,9 @@
5261
5163
  "type": "warning",
5262
5164
  "msg": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.",
5263
5165
  "code": "&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;462\nDifferent Pass&amp;lt;br&amp;gt;\nCombinations&amp;lt;/b&amp;gt;&amp;lt;/p&amp;g\n;",
5264
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5166
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5265
5167
  "techniques": [
5266
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H48\" target=\"_blank\">H48&amp;lt;/a>"
5168
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H48\" target=\"_blank\">H48&lt;/a>"
5267
5169
  ],
5268
5170
  "id": "H48"
5269
5171
  },
@@ -5271,9 +5173,9 @@
5271
5173
  "type": "warning",
5272
5174
  "msg": "Heading markup should be used if this content is intended as a heading.",
5273
5175
  "code": "&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Thousands&amp;lt\nbr&amp;gt; of\nDestinations&amp;lt;/b&amp;gt;&amp;lt;/p&amp;g\n;",
5274
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5176
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5275
5177
  "techniques": [
5276
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&amp;lt;/a>"
5178
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&lt;/a>"
5277
5179
  ],
5278
5180
  "id": "H42"
5279
5181
  },
@@ -5281,9 +5183,9 @@
5281
5183
  "type": "warning",
5282
5184
  "msg": "Heading markup should be used if this content is intended as a heading.",
5283
5185
  "code": "&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Low\nPrices&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;",
5284
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5186
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5285
5187
  "techniques": [
5286
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&amp;lt;/a>"
5188
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&lt;/a>"
5287
5189
  ],
5288
5190
  "id": "H42"
5289
5191
  },
@@ -5291,9 +5193,9 @@
5291
5193
  "type": "warning",
5292
5194
  "msg": "Heading markup should be used if this content is intended as a heading.",
5293
5195
  "code": "&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;In\nBusiness&amp;lt;br&amp;gt; Since\n1991&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;",
5294
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5196
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5295
5197
  "techniques": [
5296
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&amp;lt;/a>"
5198
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42&lt;/a>"
5297
5199
  ],
5298
5200
  "id": "H42"
5299
5201
  },
@@ -5301,9 +5203,9 @@
5301
5203
  "type": "warning",
5302
5204
  "msg": "The heading structure is not logically nested. This h5 element should be an h4 to be properly nested.",
5303
5205
  "code": "&amp;lt;h5&amp;gt;From Portugal to\nPoland and beyond, get\ninspired w...&amp;lt;/h5&amp;gt;",
5304
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5206
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5305
5207
  "techniques": [
5306
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141&amp;lt;/a>"
5208
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141&lt;/a>"
5307
5209
  ],
5308
5210
  "id": "G141"
5309
5211
  },
@@ -5311,9 +5213,9 @@
5311
5213
  "type": "warning",
5312
5214
  "msg": "If this element contains a navigation section, it is recommended that it be marked up as a list.",
5313
5215
  "code": "&amp;lt;div\nclass=\"country__buttons\"&amp;gt;\n &amp;lt;a class=\"button\nbutton--hollow\nbutton--s...&amp;lt;/div&amp;gt;",
5314
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5216
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5315
5217
  "techniques": [
5316
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H48\" target=\"_blank\">H48&amp;lt;/a>"
5218
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H48\" target=\"_blank\">H48&lt;/a>"
5317
5219
  ],
5318
5220
  "id": "H48"
5319
5221
  },
@@ -5321,9 +5223,9 @@
5321
5223
  "type": "warning",
5322
5224
  "msg": "Img element is marked so that it is ignored by Assistive Technology.",
5323
5225
  "code": "&amp;lt;img\nsrc=\"themes/railpass/img/testi\nonial_profile.png\" alt=\"\"&amp;gt;",
5324
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5226
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5325
5227
  "techniques": [
5326
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H67\" target=\"_blank\">H67&amp;lt;/a>"
5228
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H67\" target=\"_blank\">H67&lt;/a>"
5327
5229
  ],
5328
5230
  "id": "H67"
5329
5231
  },
@@ -5331,9 +5233,9 @@
5331
5233
  "type": "warning",
5332
5234
  "msg": "Img element is marked so that it is ignored by Assistive Technology.",
5333
5235
  "code": "&amp;lt;img\nsrc=\"/themes/railpass/img/cred\nt-card_footer.png\" alt=\"\"&amp;gt;",
5334
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5236
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5335
5237
  "techniques": [
5336
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H67\" target=\"_blank\">H67&amp;lt;/a>"
5238
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H67\" target=\"_blank\">H67&lt;/a>"
5337
5239
  ],
5338
5240
  "id": "H67"
5339
5241
  },
@@ -5341,9 +5243,9 @@
5341
5243
  "type": "error",
5342
5244
  "msg": "Anchor element found with a valid href attribute, but no link content has been supplied.",
5343
5245
  "code": "&amp;lt;a target=\"blank\"\nhref=\"https://twitter.com/rail\nass\"&amp;gt;&amp;lt;span\nclass=\"icon-twitter\"&amp;gt;&amp;lt;/s\nan&amp;gt;&amp;lt;/a&amp;gt;",
5344
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5246
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5345
5247
  "techniques": [
5346
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5248
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5347
5249
  ],
5348
5250
  "id": "H91"
5349
5251
  },
@@ -5351,9 +5253,9 @@
5351
5253
  "type": "error",
5352
5254
  "msg": "Anchor element found with a valid href attribute, but no link content has been supplied.",
5353
5255
  "code": "&amp;lt;a target=\"blank\"\nhref=\"https://www.facebook.com\npages/Railpasscom/68417556695\"\ngt;&amp;lt;span\nclass=\"icon-facebook\"&amp;gt;&amp;lt;/\npan&amp;gt;&amp;lt;/a&amp;gt;",
5354
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&amp;lt;/a>",
5256
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust&lt;/a>",
5355
5257
  "techniques": [
5356
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&amp;lt;/a>"
5258
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91&lt;/a>"
5357
5259
  ],
5358
5260
  "id": "H91"
5359
5261
  },
@@ -5361,14 +5263,14 @@
5361
5263
  "type": "warning",
5362
5264
  "msg": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
5363
5265
  "code": "&amp;lt;div class=\"ioc2 jsIOC2\"\nstyle=\"display: block;\"&amp;gt;\n &amp;lt;div\nclass=\"ioc2__container\"&amp;gt;\n &amp;lt;div\ncl...&amp;lt;/div&amp;gt;",
5364
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5266
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5365
5267
  "techniques": [
5366
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C32\" target=\"_blank\">C32&amp;lt;/a>",
5367
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C31\" target=\"_blank\">C31&amp;lt;/a>",
5368
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C33\" target=\"_blank\">C33&amp;lt;/a>",
5369
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C38\" target=\"_blank\">C38&amp;lt;/a>",
5370
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/SCR34\" target=\"_blank\">SCR34&amp;lt;/a>",
5371
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G206\" target=\"_blank\">G206&amp;lt;/a>"
5268
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C32\" target=\"_blank\">C32&lt;/a>",
5269
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C31\" target=\"_blank\">C31&lt;/a>",
5270
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C33\" target=\"_blank\">C33&lt;/a>",
5271
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/C38\" target=\"_blank\">C38&lt;/a>",
5272
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/SCR34\" target=\"_blank\">SCR34&lt;/a>",
5273
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G206\" target=\"_blank\">G206&lt;/a>"
5372
5274
  ],
5373
5275
  "id": "C31+C32+C33+C38+G206+SCR34"
5374
5276
  },
@@ -5376,9 +5278,9 @@
5376
5278
  "type": "error",
5377
5279
  "msg": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.32:1. Recommendation: change background to #0e7cba.",
5378
5280
  "code": "&amp;lt;div class=\"ioc2__close\njsCloseIOC2 btn\nbtn-primary\"&amp;gt;OK&amp;lt;/div&amp;gt;",
5379
- "principle": "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&amp;lt;/a>",
5281
+ "principle": "&lt;a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable&lt;/a>",
5380
5282
  "techniques": [
5381
- "&amp;lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G18\" target=\"_blank\">G18&amp;lt;/a>"
5283
+ "&lt;a href=\"http://www.w3.org/TR/WCAG20-TECHS/G18\" target=\"_blank\">G18&lt;/a>"
5382
5284
  ],
5383
5285
  "id": "G18"
5384
5286
  },
@@ -5429,9 +5331,9 @@
5429
5331
  "tagName": "a",
5430
5332
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/figure[1]/a[1]",
5431
5333
  "codeLines": [
5432
- "&amp;lt;a href=\"/rail-passes/eurail-passes/global-pass\">",
5433
- " &amp;lt;img src=\"/sites/default/files/2016-05/passes-1-2x.png\" width=\"560\" height=\"240\" alt=\"\" typeof=\"I...",
5434
- "&amp;lt;/a>"
5334
+ "&lt;a href=\"/rail-passes/eurail-passes/global-pass\">",
5335
+ " &lt;img src=\"/sites/default/files/2016-05/passes-1-2x.png\" width=\"560\" height=\"240\" alt=\"\" typeof=\"I...",
5336
+ "&lt;/a>"
5435
5337
  ]
5436
5338
  }
5437
5339
  },
@@ -5471,9 +5373,9 @@
5471
5373
  "tagName": "a",
5472
5374
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/figure[1]/a[1]",
5473
5375
  "codeLines": [
5474
- "&amp;lt;a href=\"/rail-passes/eurail-passes/italy\">",
5475
- " &amp;lt;img src=\"/sites/default/files/2016-05/passes-4-2x.png\" width=\"560\" height=\"240\" alt=\"\" typeof=\"I...",
5476
- "&amp;lt;/a>"
5376
+ "&lt;a href=\"/rail-passes/eurail-passes/italy\">",
5377
+ " &lt;img src=\"/sites/default/files/2016-05/passes-4-2x.png\" width=\"560\" height=\"240\" alt=\"\" typeof=\"I...",
5378
+ "&lt;/a>"
5477
5379
  ]
5478
5380
  }
5479
5381
  },
@@ -5513,9 +5415,9 @@
5513
5415
  "tagName": "a",
5514
5416
  "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[4]/ul[1]/li[5]/a[1]",
5515
5417
  "codeLines": [
5516
- "&amp;lt;a target=\"blank\" href=\"https://twitter.com/railpass\">",
5517
- " &amp;lt;span class=\"icon-twitter\">&amp;lt;/span>",
5518
- "&amp;lt;/a>"
5418
+ "&lt;a target=\"blank\" href=\"https://twitter.com/railpass\">",
5419
+ " &lt;span class=\"icon-twitter\">&lt;/span>",
5420
+ "&lt;/a>"
5519
5421
  ]
5520
5422
  }
5521
5423
  },
@@ -5555,9 +5457,9 @@
5555
5457
  "tagName": "a",
5556
5458
  "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[4]/ul[1]/li[5]/a[2]",
5557
5459
  "codeLines": [
5558
- "&amp;lt;a target=\"blank\" href=\"https://www.facebook.com/pages/Railpasscom/68417556695\">",
5559
- " &amp;lt;span class=\"icon-facebook\">&amp;lt;/span>",
5560
- "&amp;lt;/a>"
5460
+ "&lt;a target=\"blank\" href=\"https://www.facebook.com/pages/Railpasscom/68417556695\">",
5461
+ " &lt;span class=\"icon-facebook\">&lt;/span>",
5462
+ "&lt;/a>"
5561
5463
  ]
5562
5464
  }
5563
5465
  },
@@ -5566,7 +5468,7 @@
5566
5468
  "verdict": "failed",
5567
5469
  "rule": {
5568
5470
  "ruleID": "r47",
5569
- "ruleSummary": "&amp;lt;meta name='viewport'> elements do not prevent zoom",
5471
+ "ruleSummary": "&lt;meta name='viewport'> elements do not prevent zoom",
5570
5472
  "scope": "page",
5571
5473
  "uri": "https://alfa.siteimprove.com/rules/sia-r47",
5572
5474
  "requirements": [
@@ -5587,7 +5489,7 @@
5587
5489
  "tagName": "meta",
5588
5490
  "path": "/html[1]/head[1]/meta[9]",
5589
5491
  "codeLines": [
5590
- "&amp;lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">"
5492
+ "&lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">"
5591
5493
  ]
5592
5494
  }
5593
5495
  },
@@ -5606,13 +5508,13 @@
5606
5508
  "tagName": "h4",
5607
5509
  "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/h4[1]",
5608
5510
  "codeLines": [
5609
- "&amp;lt;h4>",
5610
- " &amp;lt;b>",
5511
+ "&lt;h4>",
5512
+ " &lt;b>",
5611
5513
  " Easy Booking &amp; Low Prices",
5612
- " &amp;lt;br>",
5514
+ " &lt;br>",
5613
5515
  " 25+ Year Authorized Seller of Eurail Passes",
5614
- " &amp;lt;/b>",
5615
- "&amp;lt;/h4>"
5516
+ " &lt;/b>",
5517
+ "&lt;/h4>"
5616
5518
  ]
5617
5519
  }
5618
5520
  },
@@ -5631,9 +5533,9 @@
5631
5533
  "tagName": "h4",
5632
5534
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[2]/div[1]/div[1]/div[1]/h4[1]",
5633
5535
  "codeLines": [
5634
- "&amp;lt;h4>",
5536
+ "&lt;h4>",
5635
5537
  " Starting from:",
5636
- "&amp;lt;/h4>"
5538
+ "&lt;/h4>"
5637
5539
  ]
5638
5540
  }
5639
5541
  },
@@ -5652,12 +5554,12 @@
5652
5554
  "tagName": "h4",
5653
5555
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[2]/div[1]/div[1]/div[1]/h4[2]",
5654
5556
  "codeLines": [
5655
- "&amp;lt;h4>",
5557
+ "&lt;h4>",
5656
5558
  " per person/day *",
5657
- " &amp;lt;small>",
5559
+ " &lt;small>",
5658
5560
  " * 2-Month Youth Pass",
5659
- " &amp;lt;/small>",
5660
- "&amp;lt;/h4>"
5561
+ " &lt;/small>",
5562
+ "&lt;/h4>"
5661
5563
  ]
5662
5564
  }
5663
5565
  },
@@ -5676,17 +5578,17 @@
5676
5578
  "tagName": "h5",
5677
5579
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[4]/div[1]/h5[1]",
5678
5580
  "codeLines": [
5679
- "&amp;lt;h5>",
5581
+ "&lt;h5>",
5680
5582
  " From Portugal to Poland and beyond, get inspired with our insider information on",
5681
- " &amp;lt;b>",
5583
+ " &lt;b>",
5682
5584
  " 28 European",
5683
- " &amp;lt;/b>",
5585
+ " &lt;/b>",
5684
5586
  " countries, including top festivals events,",
5685
- " &amp;lt;b>",
5587
+ " &lt;b>",
5686
5588
  " “best time to go”",
5687
- " &amp;lt;/b>",
5589
+ " &lt;/b>",
5688
5590
  " weather recommendations, and maps.",
5689
- "&amp;lt;/h5>"
5591
+ "&lt;/h5>"
5690
5592
  ]
5691
5593
  }
5692
5594
  },
@@ -5711,7 +5613,7 @@
5711
5613
  "tagName": "input",
5712
5614
  "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[2]/div[1]/input[1]",
5713
5615
  "codeLines": [
5714
- "&amp;lt;input id=\"daterange\" type=\"text\" name=\"daterange\" value=\"Select Date\">"
5616
+ "&lt;input id=\"daterange\" type=\"text\" name=\"daterange\" value=\"Select Date\">"
5715
5617
  ]
5716
5618
  }
5717
5619
  },
@@ -7096,9 +6998,9 @@
7096
6998
  "tagName": "p",
7097
6999
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[2]/div[1]/div[1]/div[1]/p[1]",
7098
7000
  "codeLines": [
7099
- "&amp;lt;p>",
7001
+ "&lt;p>",
7100
7002
  " The best choice for a flexible &amp; budget-friendly European train holiday.",
7101
- "&amp;lt;/p>"
7003
+ "&lt;/p>"
7102
7004
  ]
7103
7005
  }
7104
7006
  },
@@ -7123,19 +7025,19 @@
7123
7025
  "tagName": "p",
7124
7026
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[2]/div[1]/div[1]/div[2]/p[1]",
7125
7027
  "codeLines": [
7126
- "&amp;lt;p>",
7127
- " &amp;lt;b>",
7028
+ "&lt;p>",
7029
+ " &lt;b>",
7128
7030
  " Unlimited",
7129
- " &amp;lt;/b>",
7031
+ " &lt;/b>",
7130
7032
  " train travel within",
7131
- " &amp;lt;b>",
7033
+ " &lt;b>",
7132
7034
  " &amp;",
7133
- " &amp;lt;/b>",
7035
+ " &lt;/b>",
7134
7036
  " between",
7135
- " &amp;lt;b>",
7037
+ " &lt;b>",
7136
7038
  " 28 European Countries.",
7137
- " &amp;lt;/b>",
7138
- "&amp;lt;/p>"
7039
+ " &lt;/b>",
7040
+ "&lt;/p>"
7139
7041
  ]
7140
7042
  }
7141
7043
  },
@@ -7160,13 +7062,13 @@
7160
7062
  "tagName": "p",
7161
7063
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[3]/div[1]/div[1]/ul[1]/li[1]/p[1]",
7162
7064
  "codeLines": [
7163
- "&amp;lt;p>",
7164
- " &amp;lt;b>",
7065
+ "&lt;p>",
7066
+ " &lt;b>",
7165
7067
  " 462 Different Pass",
7166
- " &amp;lt;br>",
7068
+ " &lt;br>",
7167
7069
  " Combinations",
7168
- " &amp;lt;/b>",
7169
- "&amp;lt;/p>"
7070
+ " &lt;/b>",
7071
+ "&lt;/p>"
7170
7072
  ]
7171
7073
  }
7172
7074
  },
@@ -7191,13 +7093,13 @@
7191
7093
  "tagName": "p",
7192
7094
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[3]/div[1]/div[1]/ul[1]/li[2]/p[1]",
7193
7095
  "codeLines": [
7194
- "&amp;lt;p>",
7195
- " &amp;lt;b>",
7096
+ "&lt;p>",
7097
+ " &lt;b>",
7196
7098
  " Thousands",
7197
- " &amp;lt;br>",
7099
+ " &lt;br>",
7198
7100
  " of Destinations",
7199
- " &amp;lt;/b>",
7200
- "&amp;lt;/p>"
7101
+ " &lt;/b>",
7102
+ "&lt;/p>"
7201
7103
  ]
7202
7104
  }
7203
7105
  },
@@ -7222,11 +7124,11 @@
7222
7124
  "tagName": "p",
7223
7125
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[3]/div[1]/div[1]/ul[1]/li[3]/p[1]",
7224
7126
  "codeLines": [
7225
- "&amp;lt;p>",
7226
- " &amp;lt;b>",
7127
+ "&lt;p>",
7128
+ " &lt;b>",
7227
7129
  " Low Prices",
7228
- " &amp;lt;/b>",
7229
- "&amp;lt;/p>"
7130
+ " &lt;/b>",
7131
+ "&lt;/p>"
7230
7132
  ]
7231
7133
  }
7232
7134
  },
@@ -7251,13 +7153,13 @@
7251
7153
  "tagName": "p",
7252
7154
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[3]/div[1]/div[1]/ul[1]/li[4]/p[1]",
7253
7155
  "codeLines": [
7254
- "&amp;lt;p>",
7255
- " &amp;lt;b>",
7156
+ "&lt;p>",
7157
+ " &lt;b>",
7256
7158
  " In Business",
7257
- " &amp;lt;br>",
7159
+ " &lt;br>",
7258
7160
  " Since 1991",
7259
- " &amp;lt;/b>",
7260
- "&amp;lt;/p>"
7161
+ " &lt;/b>",
7162
+ "&lt;/p>"
7261
7163
  ]
7262
7164
  }
7263
7165
  },
@@ -7282,9 +7184,9 @@
7282
7184
  "tagName": "p",
7283
7185
  "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/p[2]",
7284
7186
  "codeLines": [
7285
- "&amp;lt;p>",
7187
+ "&lt;p>",
7286
7188
  " Copyright ©2022 InterRail, LLC",
7287
- "&amp;lt;/p>"
7189
+ "&lt;/p>"
7288
7190
  ]
7289
7191
  }
7290
7192
  },
@@ -7303,13 +7205,13 @@
7303
7205
  "tagName": "h4",
7304
7206
  "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/h4[1]",
7305
7207
  "codeLines": [
7306
- "&amp;lt;h4>",
7307
- " &amp;lt;b>",
7208
+ "&lt;h4>",
7209
+ " &lt;b>",
7308
7210
  " Easy Booking &amp; Low Prices",
7309
- " &amp;lt;br>",
7211
+ " &lt;br>",
7310
7212
  " 25+ Year Authorized Seller of Eurail Passes",
7311
- " &amp;lt;/b>",
7312
- "&amp;lt;/h4>"
7213
+ " &lt;/b>",
7214
+ "&lt;/h4>"
7313
7215
  ]
7314
7216
  }
7315
7217
  },
@@ -7328,12 +7230,12 @@
7328
7230
  "tagName": "h4",
7329
7231
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[1]/div[1]/aside[1]/h4[1]",
7330
7232
  "codeLines": [
7331
- "&amp;lt;h4>",
7332
- " &amp;lt;span class=\"icon-star\">&amp;lt;/span>",
7333
- " &amp;lt;b>",
7233
+ "&lt;h4>",
7234
+ " &lt;span class=\"icon-star\">&lt;/span>",
7235
+ " &lt;b>",
7334
7236
  " Popular Passes",
7335
- " &amp;lt;/b>",
7336
- "&amp;lt;/h4>"
7237
+ " &lt;/b>",
7238
+ "&lt;/h4>"
7337
7239
  ]
7338
7240
  }
7339
7241
  },
@@ -7352,9 +7254,9 @@
7352
7254
  "tagName": "h4",
7353
7255
  "path": "/html[1]/body[1]/div[1]/div[2]/main[1]/section[2]/div[1]/div[1]/div[1]/h4[1]",
7354
7256
  "codeLines": [
7355
- "&amp;lt;h4>",
7257
+ "&lt;h4>",
7356
7258
  " Starting from:",
7357
- "&amp;lt;/h4>"
7259
+ "&lt;/h4>"
7358
7260
  ]
7359
7261
  }
7360
7262
  },
@@ -7379,7 +7281,7 @@
7379
7281
  "tagName": "input",
7380
7282
  "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[3]/div[1]/div[1]/div[2]/div[1]/input[1]",
7381
7283
  "codeLines": [
7382
- "&amp;lt;input id=\"daterange\" type=\"text\" name=\"daterange\" value=\"Select Date\">"
7284
+ "&lt;input id=\"daterange\" type=\"text\" name=\"daterange\" value=\"Select Date\">"
7383
7285
  ]
7384
7286
  }
7385
7287
  },
@@ -7405,9 +7307,9 @@
7405
7307
  "path": "/",
7406
7308
  "codeLines": [
7407
7309
  "#document",
7408
- " &amp;lt;!doctype html>",
7310
+ " &lt;!doctype html>",
7409
7311
  "...",
7410
- " &amp;lt;/html>"
7312
+ " &lt;/html>"
7411
7313
  ]
7412
7314
  }
7413
7315
  }
@@ -8977,7 +8879,7 @@
8977
8879
  "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
8978
8880
  ],
8979
8881
  "resultTitle": "Make sure that headings are in the right order for the content.",
8980
- "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `&amp;lt;h1>` to `&amp;lt;h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
8882
+ "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `&lt;h1>` to `&lt;h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
8981
8883
  "viewPortLocation": {
8982
8884
  "top-left": {
8983
8885
  "x": 0,
@@ -9104,193 +9006,577 @@
9104
9006
  "endTime": "2022-06-03T15:25:21",
9105
9007
  "elapsedSeconds": 99,
9106
9008
  "score": {
9107
- "scoreProcID": "sp10a",
9108
- "duplications": {
9009
+ "scoreProcID": "sp10b",
9010
+ "logWeights": {
9011
+ "count": 0.5,
9012
+ "size": 0.01,
9013
+ "prohibited": 15,
9014
+ "visitTimeout": 10,
9015
+ "visitRejection": 10
9016
+ },
9017
+ "groupWeights": {
9018
+ "accessKeyDuplicate": 3,
9019
+ "activeEmbedding": 2,
9020
+ "allCaps": 1,
9021
+ "ariaReferenceBad": 4,
9022
+ "autocompleteBad": 2,
9023
+ "buttonNoText": 4,
9024
+ "childMissing": 3,
9025
+ "contrastAA": 3,
9026
+ "contrastAAA": 1,
9027
+ "duplicateID": 2,
9028
+ "eventKeyboard": 3,
9029
+ "fieldSetMissing": 2,
9030
+ "focusableOperable": 3,
9031
+ "focusIndication": 3,
9032
+ "h1Missing": 1,
9033
+ "headingEmpty": 2,
9034
+ "headingStructure": 2,
9035
+ "hoverSurprise": 1,
9036
+ "iframeNoText": 3,
9037
+ "imageInputNoText": 4,
9038
+ "imageMapAreaNoText": 3,
9039
+ "imageNoText": 4,
9040
+ "imageTextRedundant": 1,
9041
+ "inconsistentStyles": 1,
9042
+ "contrastRisk": 1,
9043
+ "labelClash": 2,
9044
+ "labelForBadID": 4,
9045
+ "languageChange": 2,
9046
+ "leadingClipsText": 3,
9047
+ "leadingFrozen": 3,
9048
+ "linkForcesNewWindow": 2,
9049
+ "linkNoText": 4,
9050
+ "linkPair": 1,
9051
+ "linkTextsSame": 2,
9052
+ "linkTitleRedundant": 1,
9053
+ "linkUnderlines": 2,
9054
+ "menuNavigation": 2,
9055
+ "metaBansZoom": 3,
9056
+ "nameValue": 3,
9057
+ "noLeading": 2,
9058
+ "objectNoText": 2,
9059
+ "pageLanguage": 3,
9060
+ "pageLanguageBad": 3,
9061
+ "pageTitle": 3,
9062
+ "parentMissing": 3,
9063
+ "pseudoHeadingRisk": 1,
9064
+ "pseudoLinkRisk": 2,
9065
+ "pseudoListRisk": 1,
9066
+ "roleBad": 3,
9067
+ "roleBadAttribute": 3,
9068
+ "roleMissingAttribute": 3,
9069
+ "selectFlatRisk": 1,
9070
+ "selectNoText": 3,
9071
+ "spontaneousMotion": 2,
9072
+ "svgImageNoText": 4,
9073
+ "tabFocusability": 3,
9074
+ "tabNavigation": 2,
9075
+ "targetSize": 2,
9076
+ "textBeyondLandmarks": 1,
9077
+ "visibleBulk": 1,
9078
+ "zIndexNotZero": 1
9079
+ },
9080
+ "soloWeight": 1,
9081
+ "countWeights": {
9082
+ "absolute": 2,
9083
+ "largest": 1,
9084
+ "smaller": 0.4
9085
+ },
9086
+ "preventionWeights": {
9087
+ "testaro": 50,
9088
+ "other": 100
9089
+ },
9090
+ "packageDetails": {
9091
+ "testaro": {
9092
+ "motion": 74,
9093
+ "bulk": 1,
9094
+ "embAc": 0,
9095
+ "focAll": 1,
9096
+ "focInd": 106,
9097
+ "focOp": 9,
9098
+ "hover": 14,
9099
+ "linkUl": 10,
9100
+ "role": 1,
9101
+ "styleDiff": 35
9102
+ },
9103
+ "axe": {
9104
+ "color-contrast": 6,
9105
+ "heading-order": 4,
9106
+ "label": 1,
9107
+ "landmark-unique": 1,
9108
+ "link-name": 4,
9109
+ "list": 1,
9110
+ "meta-viewport": 1,
9111
+ "region": 1
9112
+ },
9109
9113
  "aatt": {
9110
- "e:F77": 1,
9111
- "e:H36": 4,
9112
- "e:H37": 2,
9113
- "e:H57": 3,
9114
- "e:H58": 2,
9115
- "w:G141": 3,
9116
- "w:H98": 1,
9117
- "e:ARIA6+H53": 1,
9118
- "e:H24": 2,
9114
+ "w:C31+C32+C33+C38+G206+SCR34": 2,
9119
9115
  "e:G1+G123+G124": 1,
9120
- "w:G90": 1,
9121
- "w:H44": 1
9116
+ "w:H91": 2,
9117
+ "e:H91": 16,
9118
+ "w:G141": 4,
9119
+ "w:H42": 5,
9120
+ "e:H37": 2,
9121
+ "w:F24": 25,
9122
+ "e:F68": 5,
9123
+ "e:H30": 2,
9124
+ "w:H48": 2,
9125
+ "w:H67": 2,
9126
+ "e:G18": 1
9122
9127
  },
9123
9128
  "alfa": {
9124
- "r3": 2,
9125
- "r28": 4,
9126
- "r2": 2,
9127
- "r4": 3,
9128
- "r7": 2,
9129
- "r53": 3,
9130
- "r10": 1,
9131
- "r11": 1,
9132
- "r12": 2,
9133
- "r20": 1,
9134
- "r42": 1,
9135
- "r43": 1,
9129
+ "r11": 4,
9136
9130
  "r47": 1,
9137
- "r5": 2,
9138
- "r68": 1,
9139
- "r93": 1,
9140
- "r13": 1
9141
- },
9142
- "axe": {
9143
- "input-image-alt": 4,
9144
- "html-has-lang": 3,
9145
- "valid-lang": 2,
9146
- "heading-order": 3,
9147
- "link-name": 2,
9148
- "aria-command-name": 2,
9149
- "dlitem": 1,
9150
- "image-alt": 2,
9151
- "duplicate-id": 1,
9152
- "aria-required-parent": 1,
9153
- "svg-img-alt": 1,
9154
- "meta-viewport": 1,
9155
- "html-lang-valid": 2,
9156
- "aria-required-children": 1,
9157
- "avoid-inline-spacing": 1,
9158
- "area-alt": 2,
9159
- "aria-allowed-role": 1,
9160
- "aria-required-attr": 1,
9161
- "aria-valid-attr": 1,
9162
- "autocomplete-valid": 1,
9163
- "color-contrast": 1,
9164
- "empty-heading": 2,
9165
- "frame-title": 1,
9166
- "image-redundant-alt": 1,
9167
- "landmark-complementary-is-top-level": 2,
9168
- "landmark-no-duplicate-banner": 1,
9169
- "landmark-no-duplicate-main": 2,
9170
- "document-title": 1,
9171
- "object-alt": 1,
9172
- "page-has-heading-one": 1,
9173
- "select-name": 1
9174
- },
9175
- "ibm": {
9176
- "v:WCAG20_Object_HasText": 1,
9177
- "v:WCAG20_Area_HasAlt": 2,
9178
- "v:WCAG20_Input_ExplicitLabelImage": 4,
9179
- "v:WCAG20_Frame_HasTitle": 2,
9180
- "v:WCAG20_Elem_Lang_Valid": 2,
9181
- "v:HAAC_Img_UsemapAlt": 1,
9182
- "v:aria_semantics_role": 1,
9183
- "v:Rpt_Aria_RequiredProperties": 1,
9184
- "v:Rpt_Aria_ValidProperty": 1,
9185
- "v:WCAG21_Input_Autocomplete": 1,
9186
- "v:IBMA_Color_Contrast_WCAG2AA": 2,
9187
- "v:RPT_Header_HasContent": 2,
9188
- "v:WCAG20_Img_HasAlt": 2,
9189
- "v:WCAG20_Img_LinkTextNotRedundant": 1,
9190
- "v:Rpt_Aria_ComplementaryRequiredLabel_Implicit": 1,
9191
- "v:Rpt_Aria_MultipleComplementaryLandmarks_Implicit": 1,
9192
- "v:Rpt_Aria_MultipleBannerLandmarks_Implicit": 1,
9193
- "r:Rpt_Aria_MultipleMainsVisibleLabel_Implicit": 1,
9194
- "v:Rpt_Aria_MultipleMainsRequireLabel_Implicit_2": 1,
9195
- "v:WCAG20_A_HasText": 1,
9196
- "v:Rpt_Aria_ValidIdRef": 1,
9197
- "v:WCAG20_Elem_UniqueAccessKey": 1,
9198
- "v:WCAG20_Input_RadioChkInFieldSet": 1
9131
+ "r53": 4,
9132
+ "r65": 1,
9133
+ "r66": 28,
9134
+ "r69": 22,
9135
+ "r73": 7,
9136
+ "r78": 3,
9137
+ "r8": 1,
9138
+ "r87": 1
9199
9139
  },
9200
9140
  "wave": {
9201
- "a:link_internal_broken": 1,
9202
- "e:alt_area_missing": 3,
9203
- "e:alt_input_missing": 4,
9204
9141
  "e:alt_missing": 2,
9205
- "e:language_missing": 3,
9206
- "a:heading_skipped": 3,
9207
- "a:event_handler": 1,
9208
- "a:label_orphaned": 1,
9209
- "e:title_invalid": 1,
9210
- "e:heading_empty": 2,
9211
- "a:plugin": 1,
9212
- "a:h1_missing": 1,
9213
- "a:select_missing_label": 1,
9214
- "c:contrast": 1,
9215
- "e:aria_reference_broken": 1,
9216
- "a:accesskey": 1,
9217
- "a:fieldset_missing": 1
9142
+ "e:alt_link_missing": 2,
9143
+ "e:label_missing": 7,
9144
+ "e:button_empty": 8,
9145
+ "e:link_empty": 3,
9146
+ "c:contrast": 22,
9147
+ "a:heading_skipped": 4,
9148
+ "a:heading_possible": 1,
9149
+ "a:link_internal_broken": 1,
9150
+ "a:noscript": 1,
9151
+ "a:html5_video_audio": 1
9152
+ },
9153
+ "tenon": {
9154
+ "28": 1,
9155
+ "57": 5,
9156
+ "95": 8,
9157
+ "134": 1,
9158
+ "144": 3,
9159
+ "152": 12,
9160
+ "155": 1
9218
9161
  }
9219
9162
  },
9220
- "rules": {
9221
- "aatt": "multiply warning by 2*, error by 4* (*discounted); sum",
9222
- "alfa": "multiply cantTell by 2*, failed by 4* (*discounted); sum",
9223
- "axe": "multiply minor by 2*, moderate by 3*, serious by 4*, critical by 5* (*discounted); sum",
9224
- "bulk": "subtract 250 from visible elements; make 0 if negative; raise to 0.9th power; multiply by 0.15",
9225
- "embAc": "multiply link- or button-contained links, buttons, inputs, and selects by 3 (discounted)",
9226
- "focAll": "multiply discrepancy between focusable and focused element counts by 3",
9227
- "focInd": "multiply indicatorless-when-focused elements by 5",
9228
- "focOp": "multiply nonfocusable operable elements by 4, nonoperable focusable by 1; sum",
9229
- "hover": "multiply elements changing page on hover by 4, made visible by 2, with directly changed opacity by 0.1, with indirectly changed opacity by 0.2, unhoverable by 2; sum",
9230
- "ibm": "multiply violations by 4*, recommendations by 2* (*discounted); sum",
9231
- "labClash": "multiply conflictually labeled elements by 2, unlabeled elements by 2; sum",
9232
- "linkUl": "multiply nonunderlined inline links by 3",
9233
- "log": "multiply log items by respective logWeights; sum",
9234
- "menuNav": "multiply Home and End errors by 1 and other key-navigation errors by 3; sum",
9235
- "motion": "get PNG screenshot sizes (sss); get differing-pixel counts between adjacent PNG screenshots (pd); “sssd” = sss difference ÷ smaller sss - 1; multiply mean adjacent sssd by 5, maximum adjacent sssd by 2, maximum over-all ssd by 1; divide mean pd by 10,000, maximum pd by 25,000; multiply count of non-0 pd by 30; sum",
9236
- "radioSet": "multiply radio buttons not in fieldsets with legends and no other-name radio buttons by 2",
9237
- "role": "multiple role attributes with invalid or native-HTML-equivalent values by 2",
9238
- "styleDiff": "for each of element classes block a, inline a, button, h1, h2, h3, h4, h5, and h6, get diffStyles-distinct styles; multiply their count minus 1 by 2; multiply count of elements with non-plurality styles by 0.2; sum",
9239
- "tabNav": "multiply Home and End errors by 1 and other key-navigation errors by 3; sum",
9240
- "tenon": "multiply warnings by 1, errors by 3; sum",
9241
- "wave": "multiply alerts by 2*, contrast errors by 3*, errors by 4* (*discounted); sum",
9242
- "zIndex": "multiply non-auto z indexes by 3"
9243
- },
9244
- "diffStyles": [
9245
- "borderStyle",
9246
- "borderWidth",
9247
- "fontStyle",
9248
- "fontWeight",
9249
- "lineHeight",
9250
- "maxHeight",
9251
- "maxWidth",
9252
- "minHeight",
9253
- "minWidth",
9254
- "opacity",
9255
- "outlineOffset",
9256
- "outlineStyle",
9257
- "outlineWidth",
9258
- "textDecorationLine",
9259
- "textDecorationStyle",
9260
- "textDecorationThickness"
9261
- ],
9262
- "logWeights": {
9263
- "count": 0.5,
9264
- "size": 0.01,
9265
- "prohibited": 15,
9266
- "visitTimeout": 10,
9267
- "visitRejection": 10
9163
+ "groupDetails": {
9164
+ "groups": {
9165
+ "imageNoText": {
9166
+ "aatt": {
9167
+ "e:H37": {
9168
+ "what": "Img element missing an alt attribute",
9169
+ "issueCount": 2
9170
+ }
9171
+ },
9172
+ "alfa": {
9173
+ "r2": {
9174
+ "what": "Image has no accessible name",
9175
+ "issueCount": 0
9176
+ }
9177
+ },
9178
+ "axe": {
9179
+ "image-alt": {
9180
+ "what": "Images must have alternate text",
9181
+ "issueCount": 0
9182
+ }
9183
+ },
9184
+ "ibm": {
9185
+ "v:WCAG20_Img_HasAlt": {
9186
+ "what": "Images must have an alt attribute if they convey meaning, or alt=\"\" if decorative",
9187
+ "issueCount": 0
9188
+ }
9189
+ },
9190
+ "wave": {
9191
+ "e:alt_missing": {
9192
+ "what": "Missing alternative text",
9193
+ "issueCount": 2
9194
+ }
9195
+ }
9196
+ },
9197
+ "headingStructure": {
9198
+ "aatt": {
9199
+ "w:G141": {
9200
+ "what": "Heading structure is not logically nested",
9201
+ "issueCount": 4
9202
+ }
9203
+ },
9204
+ "alfa": {
9205
+ "r53": {
9206
+ "what": "Heading skips one or more levels",
9207
+ "issueCount": 4
9208
+ }
9209
+ },
9210
+ "axe": {
9211
+ "heading-order": {
9212
+ "what": "Heading levels should only increase by one",
9213
+ "issueCount": 4
9214
+ }
9215
+ },
9216
+ "wave": {
9217
+ "a:heading_skipped": {
9218
+ "what": "Skipped heading level",
9219
+ "issueCount": 4
9220
+ }
9221
+ },
9222
+ "tenon": {
9223
+ "155": {
9224
+ "what": "These headings are not structured in a hierarchical manner",
9225
+ "issueCount": 1
9226
+ }
9227
+ }
9228
+ },
9229
+ "contrastRisk": {
9230
+ "aatt": {
9231
+ "w:F24": {
9232
+ "what": "Inline background color needs complementary foreground color",
9233
+ "issueCount": 25
9234
+ },
9235
+ "w:G18": {
9236
+ "what": "Contrast adequacy not determinable",
9237
+ "issueCount": 0
9238
+ }
9239
+ }
9240
+ },
9241
+ "pseudoHeadingRisk": {
9242
+ "aatt": {
9243
+ "w:H42": {
9244
+ "what": "Heading coding should be used if intended as a heading",
9245
+ "issueCount": 5
9246
+ }
9247
+ }
9248
+ },
9249
+ "pseudoListRisk": {
9250
+ "aatt": {
9251
+ "w:H48": {
9252
+ "what": "Navigation links should be coded as list",
9253
+ "issueCount": 2
9254
+ }
9255
+ }
9256
+ },
9257
+ "selectNoText": {
9258
+ "aatt": {
9259
+ "w:H91": {
9260
+ "what": "Select element has no value available to an accessibility API",
9261
+ "issueCount": 2
9262
+ }
9263
+ },
9264
+ "axe": {
9265
+ "select-name": {
9266
+ "what": "Select element must have an accessible name",
9267
+ "issueCount": 0
9268
+ }
9269
+ },
9270
+ "wave": {
9271
+ "a:select_missing_label": {
9272
+ "what": "Select missing label",
9273
+ "issueCount": 0
9274
+ }
9275
+ }
9276
+ },
9277
+ "nameValue": {
9278
+ "aatt": {
9279
+ "e:F68": {
9280
+ "what": "Form control wrongly labeled or unlabeled",
9281
+ "issueCount": 5
9282
+ },
9283
+ "e:H91": {
9284
+ "what": "Missing name or value of form control or link",
9285
+ "issueCount": 16
9286
+ }
9287
+ },
9288
+ "wave": {
9289
+ "e:label_missing": {
9290
+ "what": "Missing form label",
9291
+ "issueCount": 7
9292
+ }
9293
+ }
9294
+ },
9295
+ "linkNoText": {
9296
+ "alfa": {
9297
+ "r11": {
9298
+ "what": "Link has no accessible name",
9299
+ "issueCount": 4
9300
+ }
9301
+ },
9302
+ "axe": {
9303
+ "link-name": {
9304
+ "what": "Links must have discernible text",
9305
+ "issueCount": 4
9306
+ }
9307
+ },
9308
+ "ibm": {
9309
+ "v:WCAG20_A_HasText": {
9310
+ "what": "Hyperlinks must have a text description",
9311
+ "issueCount": 0
9312
+ }
9313
+ },
9314
+ "wave": {
9315
+ "e:link_empty": {
9316
+ "what": "Link contains no text",
9317
+ "issueCount": 3
9318
+ }
9319
+ },
9320
+ "tenon": {
9321
+ "57": {
9322
+ "what": "Link has no text inside it",
9323
+ "issueCount": 5
9324
+ }
9325
+ }
9326
+ },
9327
+ "buttonNoText": {
9328
+ "alfa": {
9329
+ "r12": {
9330
+ "what": "Button has no accessible name",
9331
+ "issueCount": 0
9332
+ }
9333
+ },
9334
+ "axe": {
9335
+ "aria-command-name": {
9336
+ "what": "ARIA commands must have an accessible name",
9337
+ "issueCount": 0
9338
+ }
9339
+ },
9340
+ "wave": {
9341
+ "e:button_empty": {
9342
+ "what": "Button is empty or has no value text",
9343
+ "issueCount": 8
9344
+ }
9345
+ }
9346
+ },
9347
+ "metaBansZoom": {
9348
+ "alfa": {
9349
+ "r47": {
9350
+ "what": "Meta element restricts zooming",
9351
+ "issueCount": 1
9352
+ }
9353
+ },
9354
+ "axe": {
9355
+ "meta-viewport": {
9356
+ "what": "Zooming and scaling should not be disabled",
9357
+ "issueCount": 1
9358
+ }
9359
+ }
9360
+ },
9361
+ "noLeading": {
9362
+ "alfa": {
9363
+ "r73": {
9364
+ "what": "Paragraphs of text have insufficient line height",
9365
+ "issueCount": 7
9366
+ }
9367
+ }
9368
+ },
9369
+ "contrastAA": {
9370
+ "alfa": {
9371
+ "r69": {
9372
+ "what": "Text outside widget has subminimum contrast",
9373
+ "issueCount": 22
9374
+ }
9375
+ },
9376
+ "axe": {
9377
+ "color-contrast": {
9378
+ "what": "Elements must have sufficient color contrast",
9379
+ "issueCount": 6
9380
+ }
9381
+ },
9382
+ "ibm": {
9383
+ "v:IBMA_Color_Contrast_WCAG2AA": {
9384
+ "what": "Contrast ratio of text with background must meet WCAG 2.1 AA",
9385
+ "issueCount": 0
9386
+ }
9387
+ },
9388
+ "wave": {
9389
+ "c:contrast": {
9390
+ "what": "Very low contrast",
9391
+ "issueCount": 22
9392
+ }
9393
+ }
9394
+ },
9395
+ "contrastAAA": {
9396
+ "alfa": {
9397
+ "r66": {
9398
+ "what": "Text contrast less than AAA requires",
9399
+ "issueCount": 28
9400
+ }
9401
+ },
9402
+ "tenon": {
9403
+ "95": {
9404
+ "what": "Element has insufficient color contrast (Level AAA)",
9405
+ "issueCount": 8
9406
+ }
9407
+ }
9408
+ },
9409
+ "focusIndication": {
9410
+ "alfa": {
9411
+ "r65": {
9412
+ "what": "Element in sequential focus order has no visible focus",
9413
+ "issueCount": 1
9414
+ }
9415
+ },
9416
+ "testaro": {
9417
+ "focInd": {
9418
+ "what": "Operable elements that cannot be Tab-focused and vice versa",
9419
+ "issueCount": 106
9420
+ }
9421
+ }
9422
+ },
9423
+ "roleBad": {
9424
+ "axe": {
9425
+ "aria-allowed-role": {
9426
+ "what": "ARIA role should be appropriate for the element",
9427
+ "issueCount": 0
9428
+ }
9429
+ },
9430
+ "ibm": {
9431
+ "v:aria_semantics_role": {
9432
+ "what": "ARIA roles must be valid for the element to which they are assigned",
9433
+ "issueCount": 0
9434
+ }
9435
+ },
9436
+ "testaro": {
9437
+ "role": {
9438
+ "what": "Nonexistent or implicit-overriding role",
9439
+ "issueCount": 1
9440
+ }
9441
+ }
9442
+ },
9443
+ "leadingClipsText": {
9444
+ "tenon": {
9445
+ "144": {
9446
+ "what": "Line height insufficent to properly display computed font size",
9447
+ "issueCount": 3
9448
+ }
9449
+ }
9450
+ },
9451
+ "targetSize": {
9452
+ "tenon": {
9453
+ "152": {
9454
+ "what": "Actionable element is smaller than the minimum required size",
9455
+ "issueCount": 12
9456
+ }
9457
+ }
9458
+ },
9459
+ "visibleBulk": {
9460
+ "testaro": {
9461
+ "bulk": {
9462
+ "what": "Count of visible elements as a multiple of 300",
9463
+ "issueCount": 1
9464
+ }
9465
+ }
9466
+ },
9467
+ "tabFocusability": {
9468
+ "testaro": {
9469
+ "focAll": {
9470
+ "what": "Discrepancy between elements that should be and that are Tab-focusable",
9471
+ "issueCount": 1
9472
+ }
9473
+ }
9474
+ },
9475
+ "focusableOperable": {
9476
+ "testaro": {
9477
+ "focOp": {
9478
+ "what": "Operable elements that cannot be Tab-focused and vice versa",
9479
+ "issueCount": 9
9480
+ }
9481
+ }
9482
+ },
9483
+ "hoverSurprise": {
9484
+ "testaro": {
9485
+ "hover": {
9486
+ "what": "Content changes caused by hovering",
9487
+ "issueCount": 14
9488
+ }
9489
+ }
9490
+ },
9491
+ "linkUnderlines": {
9492
+ "testaro": {
9493
+ "linkUl": {
9494
+ "what": "Non-underlined inline links",
9495
+ "issueCount": 10
9496
+ }
9497
+ }
9498
+ },
9499
+ "spontaneousMotion": {
9500
+ "testaro": {
9501
+ "motion": {
9502
+ "what": "Change of visible content not requested by user",
9503
+ "issueCount": 74
9504
+ }
9505
+ }
9506
+ },
9507
+ "inconsistentStyles": {
9508
+ "testaro": {
9509
+ "styleDiff": {
9510
+ "what": "Heading, link, and button style inconsistencies",
9511
+ "issueCount": 35
9512
+ }
9513
+ }
9514
+ }
9515
+ },
9516
+ "solos": {
9517
+ "axe": {
9518
+ "label": 1,
9519
+ "landmark-unique": 1,
9520
+ "list": 1,
9521
+ "region": 1
9522
+ },
9523
+ "aatt": {
9524
+ "w:C31+C32+C33+C38+G206+SCR34": 2,
9525
+ "e:G1+G123+G124": 1,
9526
+ "e:H30": 2,
9527
+ "w:H67": 2,
9528
+ "e:G18": 1
9529
+ },
9530
+ "alfa": {
9531
+ "r78": 3,
9532
+ "r8": 1,
9533
+ "r87": 1
9534
+ },
9535
+ "wave": {
9536
+ "e:alt_link_missing": 2,
9537
+ "a:heading_possible": 1,
9538
+ "a:link_internal_broken": 1,
9539
+ "a:noscript": 1,
9540
+ "a:html5_video_audio": 1
9541
+ },
9542
+ "tenon": {
9543
+ "28": 1,
9544
+ "134": 1
9545
+ }
9546
+ }
9268
9547
  },
9269
- "inferences": {},
9270
- "scores": {
9271
- "total": 1589,
9272
- "aatt": 179,
9273
- "alfa": 178,
9274
- "axe": 38,
9275
- "bulk": 0,
9276
- "embAc": 0,
9277
- "focAll": 3,
9278
- "focInd": 530,
9279
- "focOp": 34,
9280
- "hover": 28,
9281
- "ibm": 145,
9282
- "labClash": 30,
9283
- "linkUl": 30,
9548
+ "preventionScores": {},
9549
+ "summary": {
9550
+ "total": 1131,
9284
9551
  "log": 34,
9285
- "menuNav": 0,
9286
- "motion": 74,
9287
- "radioSet": 0,
9288
- "role": 2,
9289
- "styleDiff": 35,
9290
- "tabNav": 0,
9291
- "tenon": 91,
9292
- "wave": 125,
9293
- "zIndex": 33
9552
+ "preventions": 0,
9553
+ "solos": 25,
9554
+ "groups": {
9555
+ "imageNoText": 19,
9556
+ "headingStructure": 22,
9557
+ "contrastRisk": 27,
9558
+ "pseudoHeadingRisk": 7,
9559
+ "pseudoListRisk": 4,
9560
+ "selectNoText": 12,
9561
+ "nameValue": 77,
9562
+ "linkNoText": 46,
9563
+ "buttonNoText": 40,
9564
+ "metaBansZoom": 10,
9565
+ "noLeading": 18,
9566
+ "contrastAA": 106,
9567
+ "contrastAAA": 33,
9568
+ "focusIndication": 325,
9569
+ "roleBad": 9,
9570
+ "leadingClipsText": 15,
9571
+ "targetSize": 28,
9572
+ "visibleBulk": 3,
9573
+ "tabFocusability": 9,
9574
+ "focusableOperable": 33,
9575
+ "hoverSurprise": 16,
9576
+ "linkUnderlines": 24,
9577
+ "spontaneousMotion": 152,
9578
+ "inconsistentStyles": 37
9579
+ }
9294
9580
  }
9295
9581
  }
9296
9582
  }</pre>