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.
- package/README.md +33 -3
- package/compare.js +8 -8
- package/package.json +1 -1
- package/procs/compare/cp0/index.html +10 -5
- package/procs/compare/cp0/index.js +2 -4
- package/procs/compare/cp1/index.html +46 -0
- package/procs/compare/cp1/index.js +71 -0
- package/procs/digest/dp10a/index.html +3 -3
- package/procs/digest/dp10b/index.html +74 -0
- package/procs/digest/dp10b/index.js +130 -0
- package/procs/digest/dp10c/index.html +55 -0
- package/procs/digest/dp10c/index.js +129 -0
- package/procs/score/sp10b.js +507 -0
- package/procs/score/sp10c.js +465 -0
- package/reports/comparative/railsites.html +47 -0
- package/reports/comparative/style.css +4 -0
- package/reports/digested/35k1r-railpass.html +1130 -844
- package/reports/digested/3aee6-eurail.html +36233 -0
- package/reports/digested/dp10a/35k1r-railpass.html +9302 -0
- package/reports/digested/dp10a/3aee6-eurail.html +35782 -0
- package/reports/digested/style.css +2 -2
- package/reports/raw/3aee6-eurail.json +35250 -0
- package/reports/scored/35k1r-railpass.json +559 -175
- package/reports/scored/3aee6-eurail.json +35957 -0
- package/score.js +1 -1
- package/scoring/data/duplications.json +22 -22
- package/scoring/data/groups.json +335 -0
- package/scoring/data/packageRules/alfa.tsv +82 -0
- package/scoring/data/packageRules/axe.js +390 -0
- package/scoring/data/packageRules/ibm.tsv +159 -0
- package/scoring/data/packageRules/tenon.tsv +14 -0
- package/scoring/data/packageRules/wave.json +1617 -0
- package/scoring/data/packageRules/wave.tsv +55 -0
- package/scoring/data/testGroups.json +1067 -0
- package/scoring/{data → procs}/correlation.js +0 -0
- package/scoring/{data → procs}/dupCounts.js +0 -0
- package/scoring/procs/groups.js +61 -0
- package/scoring/{data → procs}/packageData.js +0 -0
- package/scoring/{data → procs}/packageIssues.js +0 -0
- package/scoring/procs/regroup.js +39 -0
- 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="
|
|
7
|
-
<meta name="creator" content="
|
|
8
|
-
<meta name="publisher" name="
|
|
9
|
-
<meta name="description" content="report
|
|
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>
|
|
20
|
-
<div id="
|
|
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:
|
|
24
|
-
<p>Tested by: Testaro, <code>tp10</code></p>
|
|
25
|
-
<p>Scored by: Testilo, <code>
|
|
26
|
-
<p>Digested by: Testilo, <code>
|
|
27
|
-
</
|
|
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 <
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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>
|
|
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>
|
|
51
|
-
<tr><th>
|
|
52
|
-
<tr><th>
|
|
53
|
-
<tr><th>
|
|
54
|
-
<tr><th>
|
|
55
|
-
<tr><th>
|
|
56
|
-
<tr><th>
|
|
57
|
-
<tr><th>
|
|
58
|
-
<tr><th>
|
|
59
|
-
<tr><th>
|
|
60
|
-
<tr><th>
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
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
|
-
|
|
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><
|
|
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
|
-
|
|
92
|
-
|
|
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: <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><
|
|
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
|
-
|
|
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 <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><
|
|
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
|
-
|
|
122
|
-
<li>WCAG20_Input_ExplicitLabel: Form control element <input> has no associated label</li>
|
|
123
|
-
<li>WCAG20_Input_ExplicitLabel: Form control element <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 <figure> element does not have an associated label</li>
|
|
132
|
-
<li>element_attribute_deprecated: The HTML attribute(s) "http-equiv" is deprecated for the <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 <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><
|
|
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
|
-
|
|
144
|
-
|
|
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
|
|
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
|
-
|
|
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><
|
|
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
|
-
|
|
182
|
-
|
|
183
|
-
|
|
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
|
|
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
|
-
|
|
191
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
226
|
-
|
|
227
|
-
|
|
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
|
|
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
|
-
|
|
236
|
-
|
|
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
|
|
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
|
-
|
|
250
|
-
|
|
251
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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’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) &
|
|
598
|
+
"description": "Form element does not have an implicit (wrapped) <label>",
|
|
697
599
|
"impact": "critical"
|
|
698
600
|
},
|
|
699
601
|
{
|
|
700
602
|
"check": "explicit-label",
|
|
701
|
-
"description": "Form element does not have an explicit &
|
|
603
|
+
"description": "Form element does not have an explicit <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 &
|
|
803
|
+
"description": "List element has direct children that are not allowed inside <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 &
|
|
812
|
+
"description": "Ensures <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 &
|
|
821
|
+
"description": "maximum-scale on <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": "&
|
|
1445
|
+
"text": "<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": "&
|
|
1477
|
+
"text": "<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": "&
|
|
1559
|
+
"text": "<a href=\"/\" style=\"cursor: default;\"><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": "&
|
|
1607
|
+
"text": "<a href=\"#\" class=\"menu-link\" style=\"cursor: default;\"><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": "&
|
|
1615
|
+
"text": "<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": "&
|
|
1631
|
+
"text": "<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": "&
|
|
1639
|
+
"text": "<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": "&
|
|
1647
|
+
"text": "<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": "&
|
|
1655
|
+
"text": "<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": "&
|
|
1663
|
+
"text": "<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": "&
|
|
1671
|
+
"text": "<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": "&
|
|
1679
|
+
"text": "<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": "&
|
|
1687
|
+
"text": "<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": "&
|
|
1695
|
+
"text": "<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": "&
|
|
1703
|
+
"text": "<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": "&
|
|
1711
|
+
"text": "<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": "&
|
|
1719
|
+
"text": "<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": "&
|
|
1727
|
+
"text": "<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": "&
|
|
1735
|
+
"text": "<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": "&
|
|
1743
|
+
"text": "<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": "&
|
|
1751
|
+
"text": "<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": "&
|
|
1759
|
+
"text": "<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": "&
|
|
1767
|
+
"text": "<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": "&
|
|
1775
|
+
"text": "<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": "&
|
|
1783
|
+
"text": "<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": "&
|
|
1791
|
+
"text": "<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": "&
|
|
1799
|
+
"text": "<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": "&
|
|
1807
|
+
"text": "<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": "&
|
|
1815
|
+
"text": "<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": "&
|
|
1823
|
+
"text": "<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": "&
|
|
1831
|
+
"text": "<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": "&
|
|
1839
|
+
"text": "<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": "&
|
|
1847
|
+
"text": "<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": "&
|
|
1855
|
+
"text": "<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": "&
|
|
1863
|
+
"text": "<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": "&
|
|
1871
|
+
"text": "<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": "&
|
|
1879
|
+
"text": "<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": "&
|
|
1887
|
+
"text": "<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": "&
|
|
1895
|
+
"text": "<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": "&
|
|
1903
|
+
"text": "<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": "&
|
|
1911
|
+
"text": "<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": "&
|
|
1919
|
+
"text": "<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": "&
|
|
1927
|
+
"text": "<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": "&
|
|
1935
|
+
"text": "<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": "&
|
|
1943
|
+
"text": "<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": "&
|
|
1951
|
+
"text": "<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": "&
|
|
1959
|
+
"text": "<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": "&
|
|
1967
|
+
"text": "<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": "&
|
|
1975
|
+
"text": "<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": "&
|
|
1983
|
+
"text": "<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": "&
|
|
1991
|
+
"text": "<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": "&
|
|
1999
|
+
"text": "<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": "&
|
|
2007
|
+
"text": "<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": "&
|
|
2015
|
+
"text": "<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": "&
|
|
2023
|
+
"text": "<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": "&
|
|
2031
|
+
"text": "<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": "&
|
|
2039
|
+
"text": "<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": "&
|
|
2047
|
+
"text": "<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": "&
|
|
2055
|
+
"text": "<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": "&
|
|
2063
|
+
"text": "<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": "&
|
|
2071
|
+
"text": "<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": "&
|
|
2079
|
+
"text": "<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": "&
|
|
2095
|
+
"text": "<a href=\"/rail-passes/eurail-passes/global-pass\" style=\"cursor: default;\"> <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": "&
|
|
2103
|
+
"text": "<a href=\"/rail-passes/eurail-passes/italy\" style=\"cursor: default;\"> <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": "&
|
|
2111
|
+
"text": "<a href=\"/deals/youth-discount\" hreflang=\"en\" style=\"cursor: default;\"><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": "&
|
|
2119
|
+
"text": "<a href=\"/deals/free-shipping\" hreflang=\"en\" style=\"cursor: default;\"><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": "&
|
|
2127
|
+
"text": "<a href=\"/deals/bonus-travel-pack\" hreflang=\"en\" style=\"cursor: default;\"><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": "&
|
|
2135
|
+
"text": "<a href=\"/deals/kids-free\" hreflang=\"en\" style=\"cursor: default;\"><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": "&
|
|
2247
|
+
"text": "<a href=\"/\" class=\"footer__logo\" style=\"cursor: default;\"><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": "&
|
|
2327
|
+
"text": "<a target=\"blank\" href=\"https://twitter.com/railpass\" style=\"cursor: default;\"><",
|
|
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": "&
|
|
2335
|
+
"text": "<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": "&
|
|
2351
|
+
"text": "<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": "&
|
|
2359
|
+
"text": "<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": "{&
|
|
2440
|
+
"content": "{<button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\"><span class=\"icon-incrementer-minus\"></span></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": "{&
|
|
2451
|
+
"content": "{<button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1]\"><span class=\"icon-incrementer-plus\"></span></button>}"
|
|
2550
2452
|
},
|
|
2551
2453
|
{
|
|
2552
2454
|
"index": 31,
|
|
2553
2455
|
"tagName": "BUTTON",
|
|
2554
2456
|
"type": "button",
|
|
2555
|
-
"content": "{&
|
|
2457
|
+
"content": "{<button type=\"button\" class=\"btn-number__1\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\"><span class=\"icon-incrementer-minus\"></span></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": "{&
|
|
2468
|
+
"content": "{<button type=\"button\" class=\"btn-number__1\" data-type=\"plus\" data-field=\"quant[1]\"><span class=\"icon-incrementer-plus\"></span></button>}"
|
|
2567
2469
|
},
|
|
2568
2470
|
{
|
|
2569
2471
|
"index": 34,
|
|
2570
2472
|
"tagName": "BUTTON",
|
|
2571
2473
|
"type": "button",
|
|
2572
|
-
"content": "{&
|
|
2474
|
+
"content": "{<button type=\"button\" class=\"btn-number__2\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\"><span class=\"icon-incrementer-minus\"></span></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": "{&
|
|
2485
|
+
"content": "{<button type=\"button\" class=\"btn-number__2\" data-type=\"plus\" data-field=\"quant[1]\"><span class=\"icon-incrementer-plus\"></span></button>}"
|
|
2584
2486
|
},
|
|
2585
2487
|
{
|
|
2586
2488
|
"index": 37,
|
|
2587
2489
|
"tagName": "BUTTON",
|
|
2588
2490
|
"type": "button",
|
|
2589
|
-
"content": "{&
|
|
2491
|
+
"content": "{<button type=\"button\" class=\"btn-number__3\" disabled=\"disabled\" data-type=\"minus\" data-field=\"quant[1]\"><span class=\"icon-incrementer-minus\"></span></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": "{&
|
|
2502
|
+
"content": "{<button type=\"button\" class=\"btn-number__3\" data-type=\"plus\" disabled=\"disabled\" data-field=\"quant[1]\"><span class=\"icon-incrementer-plus\"></span></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 &
|
|
3478
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
3485
|
+
"snippet": "<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 &
|
|
3494
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
3501
|
+
"snippet": "<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 &
|
|
3510
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
3517
|
+
"snippet": "<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 &
|
|
3526
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
3533
|
+
"snippet": "<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 &
|
|
3542
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
3549
|
+
"snippet": "<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 &
|
|
3558
|
+
"message": "Form control element <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": "&
|
|
3565
|
+
"snippet": "<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 &
|
|
3574
|
+
"message": "Form control element <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": "&
|
|
3581
|
+
"snippet": "<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 &
|
|
3590
|
+
"message": "Form control element <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": "&
|
|
3597
|
+
"snippet": "<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 &
|
|
3606
|
+
"message": "Form control element <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": "&
|
|
3613
|
+
"snippet": "<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 &
|
|
3622
|
+
"message": "Form control element <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": "&
|
|
3629
|
+
"snippet": "<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 &
|
|
3638
|
+
"message": "Form control element <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": "&
|
|
3645
|
+
"snippet": "<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 &
|
|
3654
|
+
"message": "Form control element <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": "&
|
|
3661
|
+
"snippet": "<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 &
|
|
3670
|
+
"message": "Form control element <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": "&
|
|
3677
|
+
"snippet": "<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 &
|
|
3686
|
+
"message": "Form control element <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": "&
|
|
3693
|
+
"snippet": "<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 &
|
|
3702
|
+
"message": "Form control element <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": "&
|
|
3709
|
+
"snippet": "<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 &
|
|
3718
|
+
"message": "Form control element <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": "&
|
|
3725
|
+
"snippet": "<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 &
|
|
3734
|
+
"message": "Form control element <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": "&
|
|
3741
|
+
"snippet": "<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 &
|
|
3750
|
+
"message": "Form control element <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": "&
|
|
3757
|
+
"snippet": "<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": "&
|
|
3773
|
+
"snippet": "<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": "&
|
|
3789
|
+
"snippet": "<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": "&
|
|
3805
|
+
"snippet": "<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": "&
|
|
3821
|
+
"snippet": "<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": "&
|
|
3837
|
+
"snippet": "<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": "&
|
|
3853
|
+
"snippet": "<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": "&
|
|
3869
|
+
"snippet": "<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": "&
|
|
3885
|
+
"snippet": "<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": "&
|
|
3901
|
+
"snippet": "<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": "&
|
|
3917
|
+
"snippet": "<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": "&
|
|
3933
|
+
"snippet": "<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": "&
|
|
3949
|
+
"snippet": "<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": "&
|
|
3965
|
+
"snippet": "<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": "&
|
|
3981
|
+
"snippet": "<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": "&
|
|
3997
|
+
"snippet": "<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": "&
|
|
4013
|
+
"snippet": "<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": "&
|
|
4029
|
+
"snippet": "<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": "&
|
|
4045
|
+
"snippet": "<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": "&
|
|
4061
|
+
"snippet": "<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 &
|
|
4070
|
+
"message": "The <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": "&
|
|
4077
|
+
"snippet": "<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 &
|
|
4086
|
+
"message": "The <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": "&
|
|
4093
|
+
"snippet": "<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 &
|
|
4102
|
+
"message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <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": "&
|
|
4109
|
+
"snippet": "<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 &
|
|
4118
|
+
"message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
|
|
4217
4119
|
"bounds": {
|
|
4218
4120
|
"left": 8,
|
|
4219
4121
|
"top": 1176,
|
|
4220
4122
|
"height": 1746,
|
|
4221
4123
|
"width": 784
|
|
4222
4124
|
},
|
|
4223
|
-
"snippet": "&
|
|
4125
|
+
"snippet": "<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 &
|
|
4143
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
4150
|
+
"snippet": "<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 &
|
|
4159
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
4166
|
+
"snippet": "<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 &
|
|
4175
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
4182
|
+
"snippet": "<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 &
|
|
4191
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
4198
|
+
"snippet": "<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 &
|
|
4207
|
+
"message": "The value \"\" of the 'for' attribute is not the 'id' of a valid <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": "&
|
|
4214
|
+
"snippet": "<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 &
|
|
4223
|
+
"message": "Form control element <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": "&
|
|
4230
|
+
"snippet": "<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": "&
|
|
4246
|
+
"snippet": "<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": "&
|
|
4262
|
+
"snippet": "<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": "&
|
|
4278
|
+
"snippet": "<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": "&
|
|
4294
|
+
"snippet": "<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": "&
|
|
4310
|
+
"snippet": "<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": "&
|
|
4326
|
+
"snippet": "<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": "&
|
|
4342
|
+
"snippet": "<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": "&
|
|
4358
|
+
"snippet": "<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": "&
|
|
4374
|
+
"snippet": "<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": "&
|
|
4390
|
+
"snippet": "<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": "&
|
|
4406
|
+
"snippet": "<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": "&
|
|
4422
|
+
"snippet": "<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": "&
|
|
4438
|
+
"snippet": "<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": "&
|
|
4454
|
+
"snippet": "<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": "&
|
|
4470
|
+
"snippet": "<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": "&
|
|
4486
|
+
"snippet": "<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": "&
|
|
4502
|
+
"snippet": "<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": "&
|
|
4518
|
+
"snippet": "<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 &
|
|
4527
|
+
"message": "The <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": "&
|
|
4534
|
+
"snippet": "<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 &
|
|
4543
|
+
"message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <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": "&
|
|
4550
|
+
"snippet": "<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 &
|
|
4559
|
+
"message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
|
|
4658
4560
|
"bounds": {
|
|
4659
4561
|
"left": 0,
|
|
4660
4562
|
"top": 882,
|
|
4661
4563
|
"height": 3019,
|
|
4662
4564
|
"width": 800
|
|
4663
4565
|
},
|
|
4664
|
-
"snippet": "&
|
|
4566
|
+
"snippet": "<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": "&lt;meta name=\"viewport\"\ncontent=\"width=device-width,\ninitial-scale=1,\nmaximum-scale=1\"&gt;",
|
|
4687
|
-
"principle": "&
|
|
4589
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4688
4590
|
"techniques": [
|
|
4689
|
-
"&
|
|
4690
|
-
"&
|
|
4691
|
-
"&
|
|
4692
|
-
"&
|
|
4693
|
-
"&
|
|
4694
|
-
"&
|
|
4591
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/C32\" target=\"_blank\">C32</a>",
|
|
4592
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/C31\" target=\"_blank\">C31</a>",
|
|
4593
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/C33\" target=\"_blank\">C33</a>",
|
|
4594
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/C38\" target=\"_blank\">C38</a>",
|
|
4595
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/SCR34\" target=\"_blank\">SCR34</a>",
|
|
4596
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G206\" target=\"_blank\">G206</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": "&lt;a href=\"#main-content\"\nclass=\"visually-hidden\nfocusable\"&gt;\n Skip to main content\n &lt;/a&gt;",
|
|
4702
|
-
"principle": "&
|
|
4604
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#operable\" target=\"_blank\">Operable</a>",
|
|
4703
4605
|
"techniques": [
|
|
4704
|
-
"&
|
|
4705
|
-
"&
|
|
4706
|
-
"&
|
|
4606
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G1\" target=\"_blank\">G1</a>",
|
|
4607
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G123\" target=\"_blank\">G123</a>",
|
|
4608
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G124\" target=\"_blank\">G124</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": "&lt;a id=\"close-menu\"\nclass=\"close\"&gt;CLOSE\n&lt;span\nclass=\"icon-close\"&gt;&lt;/spa\n&gt;&lt;/a&gt;",
|
|
4714
|
-
"principle": "&
|
|
4616
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
4715
4617
|
"techniques": [
|
|
4716
|
-
"&
|
|
4618
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;a href=\"#\"\nclass=\"menu-link\"&gt;&lt;i\nclass=\"icon-menu-mobile\"&gt;&l\n;/i&gt;&lt;/a&gt;",
|
|
4724
|
-
"principle": "&
|
|
4626
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
4725
4627
|
"techniques": [
|
|
4726
|
-
"&
|
|
4628
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;h4&gt;&lt;b&gt;Easy\nBooking &amp;amp; Low\nPrices&lt;br&gt;25+ Year\nAutho...&lt;/h4&gt;",
|
|
4734
|
-
"principle": "&
|
|
4636
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4735
4637
|
"techniques": [
|
|
4736
|
-
"&
|
|
4638
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141</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": "&lt;div\nclass=\"countries__count\"\nstyle=\"display:\nnone;\"&gt;&lt;b\nid=\"country-counts\"&gt;&lt;/b&\nt;&lt;/div&gt;",
|
|
4744
|
-
"principle": "&
|
|
4646
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4745
4647
|
"techniques": [
|
|
4746
|
-
"&
|
|
4648
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42</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": "&lt;img\nsrc=\"/themes/railpass/img/coun\nries-flags/europe.svg\"&gt;",
|
|
4754
|
-
"principle": "&
|
|
4656
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4755
4657
|
"techniques": [
|
|
4756
|
-
"&
|
|
4658
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H37\" target=\"_blank\">H37</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": "&lt;a id=\"clear_all\"\nclass=\"disable__button\"&gt;Cle\nr All &lt;span\nclass=\"icon-remove\"&gt;&lt;/sp\nn&gt;&lt;/a&gt;",
|
|
4764
|
-
"principle": "&
|
|
4666
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
4765
4667
|
"techniques": [
|
|
4766
|
-
"&
|
|
4668
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&
|
|
4676
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4775
4677
|
"techniques": [
|
|
4776
|
-
"&
|
|
4678
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4686
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4785
4687
|
"techniques": [
|
|
4786
|
-
"&
|
|
4688
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4696
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4795
4697
|
"techniques": [
|
|
4796
|
-
"&
|
|
4698
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4706
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4805
4707
|
"techniques": [
|
|
4806
|
-
"&
|
|
4708
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4716
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4815
4717
|
"techniques": [
|
|
4816
|
-
"&
|
|
4718
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4726
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4825
4727
|
"techniques": [
|
|
4826
|
-
"&
|
|
4728
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4736
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4835
4737
|
"techniques": [
|
|
4836
|
-
"&
|
|
4738
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4746
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4845
4747
|
"techniques": [
|
|
4846
|
-
"&
|
|
4748
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4756
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4855
4757
|
"techniques": [
|
|
4856
|
-
"&
|
|
4758
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4766
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4865
4767
|
"techniques": [
|
|
4866
|
-
"&
|
|
4768
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4776
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4875
4777
|
"techniques": [
|
|
4876
|
-
"&
|
|
4778
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4786
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4885
4787
|
"techniques": [
|
|
4886
|
-
"&
|
|
4788
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4796
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4895
4797
|
"techniques": [
|
|
4896
|
-
"&
|
|
4798
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4806
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4905
4807
|
"techniques": [
|
|
4906
|
-
"&
|
|
4808
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4816
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4915
4817
|
"techniques": [
|
|
4916
|
-
"&
|
|
4818
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4826
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4925
4827
|
"techniques": [
|
|
4926
|
-
"&
|
|
4828
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4836
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4935
4837
|
"techniques": [
|
|
4936
|
-
"&
|
|
4838
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4846
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4945
4847
|
"techniques": [
|
|
4946
|
-
"&
|
|
4848
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4856
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4955
4857
|
"techniques": [
|
|
4956
|
-
"&
|
|
4858
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4866
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4965
4867
|
"techniques": [
|
|
4966
|
-
"&
|
|
4868
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4876
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4975
4877
|
"techniques": [
|
|
4976
|
-
"&
|
|
4878
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4886
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4985
4887
|
"techniques": [
|
|
4986
|
-
"&
|
|
4888
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4896
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
4995
4897
|
"techniques": [
|
|
4996
|
-
"&
|
|
4898
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4906
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5005
4907
|
"techniques": [
|
|
5006
|
-
"&
|
|
4908
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&
|
|
4916
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5015
4917
|
"techniques": [
|
|
5016
|
-
"&
|
|
4918
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F24\" target=\"_blank\">F24</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": "&lt;img\nsrc=\"themes/railpass/img/count\nies-flags/europe.svg\"&gt;",
|
|
5024
|
-
"principle": "&
|
|
4926
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5025
4927
|
"techniques": [
|
|
5026
|
-
"&
|
|
4928
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H37\" target=\"_blank\">H37</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": "&lt;input id=\"daterange\"\ntype=\"text\" name=\"daterange\"\nvalue=\"Select Date\"&gt;",
|
|
5034
|
-
"principle": "&
|
|
4936
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5035
4937
|
"techniques": [
|
|
5036
|
-
"&
|
|
4938
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;input id=\"daterange\"\ntype=\"text\" name=\"daterange\"\nvalue=\"Select Date\"&gt;",
|
|
5044
|
-
"principle": "&
|
|
4946
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5045
4947
|
"techniques": [
|
|
5046
|
-
"&
|
|
4948
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68</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": "&lt;button type=\"button\"\nclass=\"btn-number__1\"\ndisabled=\"disabled\"\ndata-type=\"minus\"\ndata-field=\"quant[1]\"&gt;&lt;s\nan\nclass=\"icon-incrementer-minus\"\ngt;&lt;/span&gt;&lt;/button&gt\n",
|
|
5054
|
-
"principle": "&
|
|
4956
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5055
4957
|
"techniques": [
|
|
5056
|
-
"&
|
|
4958
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&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\"&gt;",
|
|
5064
|
-
"principle": "&
|
|
4966
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5065
4967
|
"techniques": [
|
|
5066
|
-
"&
|
|
4968
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&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\"&gt;",
|
|
5074
|
-
"principle": "&
|
|
4976
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5075
4977
|
"techniques": [
|
|
5076
|
-
"&
|
|
4978
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68</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": "&lt;button type=\"button\"\nclass=\"btn-number__1\"\ndata-type=\"plus\"\ndata-field=\"quant[1]\"&gt;&lt;s\nan\nclass=\"icon-incrementer-plus\"&\nt;&lt;/span&gt;&lt;/button&gt;",
|
|
5084
|
-
"principle": "&
|
|
4986
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5085
4987
|
"techniques": [
|
|
5086
|
-
"&
|
|
4988
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;button type=\"button\"\nclass=\"btn-number__1\"\ndisabled=\"disabled\"\ndata-type=\"minus\"\ndata-field=\"quant[1]\"&gt;&lt;s\nan\nclass=\"icon-incrementer-minus\"\ngt;&lt;/span&gt;&lt;/button&gt\n",
|
|
5094
|
-
"principle": "&
|
|
4996
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5095
4997
|
"techniques": [
|
|
5096
|
-
"&
|
|
4998
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&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\"&gt;",
|
|
5104
|
-
"principle": "&
|
|
5006
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5105
5007
|
"techniques": [
|
|
5106
|
-
"&
|
|
5008
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&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\"&gt;",
|
|
5114
|
-
"principle": "&
|
|
5016
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5115
5017
|
"techniques": [
|
|
5116
|
-
"&
|
|
5018
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68</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": "&lt;button type=\"button\"\nclass=\"btn-number__1\"\ndata-type=\"plus\"\ndata-field=\"quant[1]\"&gt;&lt;s\nan\nclass=\"icon-incrementer-plus\"&\nt;&lt;/span&gt;&lt;/button&gt;",
|
|
5124
|
-
"principle": "&
|
|
5026
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5125
5027
|
"techniques": [
|
|
5126
|
-
"&
|
|
5028
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;button type=\"button\"\nclass=\"btn-number__2\"\ndisabled=\"disabled\"\ndata-type=\"minus\"\ndata-field=\"quant[1]\"&gt;&lt;s\nan\nclass=\"icon-incrementer-minus\"\ngt;&lt;/span&gt;&lt;/button&gt\n",
|
|
5134
|
-
"principle": "&
|
|
5036
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5135
5037
|
"techniques": [
|
|
5136
|
-
"&
|
|
5038
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&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\"&gt;",
|
|
5144
|
-
"principle": "&
|
|
5046
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5145
5047
|
"techniques": [
|
|
5146
|
-
"&
|
|
5048
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&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\"&gt;",
|
|
5154
|
-
"principle": "&
|
|
5056
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5155
5057
|
"techniques": [
|
|
5156
|
-
"&
|
|
5058
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68</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": "&lt;button type=\"button\"\nclass=\"btn-number__2\"\ndata-type=\"plus\"\ndata-field=\"quant[1]\"&gt;&lt;s\nan\nclass=\"icon-incrementer-plus\"&\nt;&lt;/span&gt;&lt;/button&gt;",
|
|
5164
|
-
"principle": "&
|
|
5066
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5165
5067
|
"techniques": [
|
|
5166
|
-
"&
|
|
5068
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;button type=\"button\"\nclass=\"btn-number__3\"\ndisabled=\"disabled\"\ndata-type=\"minus\"\ndata-field=\"quant[1]\"&gt;&lt;s\nan\nclass=\"icon-incrementer-minus\"\ngt;&lt;/span&gt;&lt;/button&gt\n",
|
|
5174
|
-
"principle": "&
|
|
5076
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5175
5077
|
"techniques": [
|
|
5176
|
-
"&
|
|
5078
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&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\"&gt;",
|
|
5184
|
-
"principle": "&
|
|
5086
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5185
5087
|
"techniques": [
|
|
5186
|
-
"&
|
|
5088
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&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\"&gt;",
|
|
5194
|
-
"principle": "&
|
|
5096
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5195
5097
|
"techniques": [
|
|
5196
|
-
"&
|
|
5098
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/F68\" target=\"_blank\">F68</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": "&lt;button type=\"button\"\nclass=\"btn-number__3\"\ndata-type=\"plus\"\ndisabled=\"disabled\"\ndata-field=\"quant[1]\"&gt;&lt;s\nan\nclass=\"icon-incrementer-plus\"&\nt;&lt;/span&gt;&lt;/button&gt;",
|
|
5204
|
-
"principle": "&
|
|
5106
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5205
5107
|
"techniques": [
|
|
5206
|
-
"&
|
|
5108
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;a\nhref=\"/rail-passes/eurail-pass\ns/global-pass\"&gt; &lt;img\nsrc=\"/sites/default/files/2016\n05/passes-1-...&lt;/a&gt;",
|
|
5214
|
-
"principle": "&
|
|
5116
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5215
5117
|
"techniques": [
|
|
5216
|
-
"&
|
|
5118
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H30\" target=\"_blank\">H30</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": "&lt;a\nhref=\"/rail-passes/eurail-pass\ns/italy\"&gt; &lt;img\nsrc=\"/sites/default/files/2016\n05/passes-4-...&lt;/a&gt;",
|
|
5224
|
-
"principle": "&
|
|
5126
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5225
5127
|
"techniques": [
|
|
5226
|
-
"&
|
|
5128
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H30\" target=\"_blank\">H30</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": "&lt;h4&gt;Starting\nfrom:&lt;/h4&gt;",
|
|
5234
|
-
"principle": "&
|
|
5136
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5235
5137
|
"techniques": [
|
|
5236
|
-
"&
|
|
5138
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141</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": "&lt;h4&gt;per person/day *\n&lt;small&gt;* 2-Month Youth\nPass&lt;/smal...&lt;/h4&gt;",
|
|
5244
|
-
"principle": "&
|
|
5146
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5245
5147
|
"techniques": [
|
|
5246
|
-
"&
|
|
5148
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141</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": "&lt;p&gt;&lt;b&gt;462\nDifferent Pass&lt;br&gt;\nCombinations&lt;/b&gt;&lt;/p&g\n;",
|
|
5254
|
-
"principle": "&
|
|
5156
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5255
5157
|
"techniques": [
|
|
5256
|
-
"&
|
|
5158
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42</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": "&lt;p&gt;&lt;b&gt;462\nDifferent Pass&lt;br&gt;\nCombinations&lt;/b&gt;&lt;/p&g\n;",
|
|
5264
|
-
"principle": "&
|
|
5166
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5265
5167
|
"techniques": [
|
|
5266
|
-
"&
|
|
5168
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H48\" target=\"_blank\">H48</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": "&lt;p&gt;&lt;b&gt;Thousands&lt\nbr&gt; of\nDestinations&lt;/b&gt;&lt;/p&g\n;",
|
|
5274
|
-
"principle": "&
|
|
5176
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5275
5177
|
"techniques": [
|
|
5276
|
-
"&
|
|
5178
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42</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": "&lt;p&gt;&lt;b&gt;Low\nPrices&lt;/b&gt;&lt;/p&gt;",
|
|
5284
|
-
"principle": "&
|
|
5186
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5285
5187
|
"techniques": [
|
|
5286
|
-
"&
|
|
5188
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42</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": "&lt;p&gt;&lt;b&gt;In\nBusiness&lt;br&gt; Since\n1991&lt;/b&gt;&lt;/p&gt;",
|
|
5294
|
-
"principle": "&
|
|
5196
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5295
5197
|
"techniques": [
|
|
5296
|
-
"&
|
|
5198
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H42\" target=\"_blank\">H42</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": "&lt;h5&gt;From Portugal to\nPoland and beyond, get\ninspired w...&lt;/h5&gt;",
|
|
5304
|
-
"principle": "&
|
|
5206
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5305
5207
|
"techniques": [
|
|
5306
|
-
"&
|
|
5208
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G141\" target=\"_blank\">G141</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": "&lt;div\nclass=\"country__buttons\"&gt;\n &lt;a class=\"button\nbutton--hollow\nbutton--s...&lt;/div&gt;",
|
|
5314
|
-
"principle": "&
|
|
5216
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5315
5217
|
"techniques": [
|
|
5316
|
-
"&
|
|
5218
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H48\" target=\"_blank\">H48</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": "&lt;img\nsrc=\"themes/railpass/img/testi\nonial_profile.png\" alt=\"\"&gt;",
|
|
5324
|
-
"principle": "&
|
|
5226
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5325
5227
|
"techniques": [
|
|
5326
|
-
"&
|
|
5228
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H67\" target=\"_blank\">H67</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": "&lt;img\nsrc=\"/themes/railpass/img/cred\nt-card_footer.png\" alt=\"\"&gt;",
|
|
5334
|
-
"principle": "&
|
|
5236
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5335
5237
|
"techniques": [
|
|
5336
|
-
"&
|
|
5238
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H67\" target=\"_blank\">H67</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": "&lt;a target=\"blank\"\nhref=\"https://twitter.com/rail\nass\"&gt;&lt;span\nclass=\"icon-twitter\"&gt;&lt;/s\nan&gt;&lt;/a&gt;",
|
|
5344
|
-
"principle": "&
|
|
5246
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5345
5247
|
"techniques": [
|
|
5346
|
-
"&
|
|
5248
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;a target=\"blank\"\nhref=\"https://www.facebook.com\npages/Railpasscom/68417556695\"\ngt;&lt;span\nclass=\"icon-facebook\"&gt;&lt;/\npan&gt;&lt;/a&gt;",
|
|
5354
|
-
"principle": "&
|
|
5256
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#robust\" target=\"_blank\">Robust</a>",
|
|
5355
5257
|
"techniques": [
|
|
5356
|
-
"&
|
|
5258
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/H91\" target=\"_blank\">H91</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": "&lt;div class=\"ioc2 jsIOC2\"\nstyle=\"display: block;\"&gt;\n &lt;div\nclass=\"ioc2__container\"&gt;\n &lt;div\ncl...&lt;/div&gt;",
|
|
5364
|
-
"principle": "&
|
|
5266
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5365
5267
|
"techniques": [
|
|
5366
|
-
"&
|
|
5367
|
-
"&
|
|
5368
|
-
"&
|
|
5369
|
-
"&
|
|
5370
|
-
"&
|
|
5371
|
-
"&
|
|
5268
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/C32\" target=\"_blank\">C32</a>",
|
|
5269
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/C31\" target=\"_blank\">C31</a>",
|
|
5270
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/C33\" target=\"_blank\">C33</a>",
|
|
5271
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/C38\" target=\"_blank\">C38</a>",
|
|
5272
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/SCR34\" target=\"_blank\">SCR34</a>",
|
|
5273
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G206\" target=\"_blank\">G206</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": "&lt;div class=\"ioc2__close\njsCloseIOC2 btn\nbtn-primary\"&gt;OK&lt;/div&gt;",
|
|
5379
|
-
"principle": "&
|
|
5281
|
+
"principle": "<a href=\"http://www.w3.org/TR/WCAG20/#perceivable\" target=\"_blank\">Perceivable</a>",
|
|
5380
5282
|
"techniques": [
|
|
5381
|
-
"&
|
|
5283
|
+
"<a href=\"http://www.w3.org/TR/WCAG20-TECHS/G18\" target=\"_blank\">G18</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
|
-
"&
|
|
5433
|
-
" &
|
|
5434
|
-
"&
|
|
5334
|
+
"<a href=\"/rail-passes/eurail-passes/global-pass\">",
|
|
5335
|
+
" <img src=\"/sites/default/files/2016-05/passes-1-2x.png\" width=\"560\" height=\"240\" alt=\"\" typeof=\"I...",
|
|
5336
|
+
"</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
|
-
"&
|
|
5475
|
-
" &
|
|
5476
|
-
"&
|
|
5376
|
+
"<a href=\"/rail-passes/eurail-passes/italy\">",
|
|
5377
|
+
" <img src=\"/sites/default/files/2016-05/passes-4-2x.png\" width=\"560\" height=\"240\" alt=\"\" typeof=\"I...",
|
|
5378
|
+
"</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
|
-
"&
|
|
5517
|
-
" &
|
|
5518
|
-
"&
|
|
5418
|
+
"<a target=\"blank\" href=\"https://twitter.com/railpass\">",
|
|
5419
|
+
" <span class=\"icon-twitter\"></span>",
|
|
5420
|
+
"</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
|
-
"&
|
|
5559
|
-
" &
|
|
5560
|
-
"&
|
|
5460
|
+
"<a target=\"blank\" href=\"https://www.facebook.com/pages/Railpasscom/68417556695\">",
|
|
5461
|
+
" <span class=\"icon-facebook\"></span>",
|
|
5462
|
+
"</a>"
|
|
5561
5463
|
]
|
|
5562
5464
|
}
|
|
5563
5465
|
},
|
|
@@ -5566,7 +5468,7 @@
|
|
|
5566
5468
|
"verdict": "failed",
|
|
5567
5469
|
"rule": {
|
|
5568
5470
|
"ruleID": "r47",
|
|
5569
|
-
"ruleSummary": "&
|
|
5471
|
+
"ruleSummary": "<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
|
-
"&
|
|
5492
|
+
"<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
|
-
"&
|
|
5610
|
-
" &
|
|
5511
|
+
"<h4>",
|
|
5512
|
+
" <b>",
|
|
5611
5513
|
" Easy Booking & Low Prices",
|
|
5612
|
-
" &
|
|
5514
|
+
" <br>",
|
|
5613
5515
|
" 25+ Year Authorized Seller of Eurail Passes",
|
|
5614
|
-
" &
|
|
5615
|
-
"&
|
|
5516
|
+
" </b>",
|
|
5517
|
+
"</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
|
-
"&
|
|
5536
|
+
"<h4>",
|
|
5635
5537
|
" Starting from:",
|
|
5636
|
-
"&
|
|
5538
|
+
"</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
|
-
"&
|
|
5557
|
+
"<h4>",
|
|
5656
5558
|
" per person/day *",
|
|
5657
|
-
" &
|
|
5559
|
+
" <small>",
|
|
5658
5560
|
" * 2-Month Youth Pass",
|
|
5659
|
-
" &
|
|
5660
|
-
"&
|
|
5561
|
+
" </small>",
|
|
5562
|
+
"</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
|
-
"&
|
|
5581
|
+
"<h5>",
|
|
5680
5582
|
" From Portugal to Poland and beyond, get inspired with our insider information on",
|
|
5681
|
-
" &
|
|
5583
|
+
" <b>",
|
|
5682
5584
|
" 28 European",
|
|
5683
|
-
" &
|
|
5585
|
+
" </b>",
|
|
5684
5586
|
" countries, including top festivals events,",
|
|
5685
|
-
" &
|
|
5587
|
+
" <b>",
|
|
5686
5588
|
" “best time to go”",
|
|
5687
|
-
" &
|
|
5589
|
+
" </b>",
|
|
5688
5590
|
" weather recommendations, and maps.",
|
|
5689
|
-
"&
|
|
5591
|
+
"</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
|
-
"&
|
|
5616
|
+
"<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
|
-
"&
|
|
7001
|
+
"<p>",
|
|
7100
7002
|
" The best choice for a flexible & budget-friendly European train holiday.",
|
|
7101
|
-
"&
|
|
7003
|
+
"</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
|
-
"&
|
|
7127
|
-
" &
|
|
7028
|
+
"<p>",
|
|
7029
|
+
" <b>",
|
|
7128
7030
|
" Unlimited",
|
|
7129
|
-
" &
|
|
7031
|
+
" </b>",
|
|
7130
7032
|
" train travel within",
|
|
7131
|
-
" &
|
|
7033
|
+
" <b>",
|
|
7132
7034
|
" &",
|
|
7133
|
-
" &
|
|
7035
|
+
" </b>",
|
|
7134
7036
|
" between",
|
|
7135
|
-
" &
|
|
7037
|
+
" <b>",
|
|
7136
7038
|
" 28 European Countries.",
|
|
7137
|
-
" &
|
|
7138
|
-
"&
|
|
7039
|
+
" </b>",
|
|
7040
|
+
"</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
|
-
"&
|
|
7164
|
-
" &
|
|
7065
|
+
"<p>",
|
|
7066
|
+
" <b>",
|
|
7165
7067
|
" 462 Different Pass",
|
|
7166
|
-
" &
|
|
7068
|
+
" <br>",
|
|
7167
7069
|
" Combinations",
|
|
7168
|
-
" &
|
|
7169
|
-
"&
|
|
7070
|
+
" </b>",
|
|
7071
|
+
"</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
|
-
"&
|
|
7195
|
-
" &
|
|
7096
|
+
"<p>",
|
|
7097
|
+
" <b>",
|
|
7196
7098
|
" Thousands",
|
|
7197
|
-
" &
|
|
7099
|
+
" <br>",
|
|
7198
7100
|
" of Destinations",
|
|
7199
|
-
" &
|
|
7200
|
-
"&
|
|
7101
|
+
" </b>",
|
|
7102
|
+
"</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
|
-
"&
|
|
7226
|
-
" &
|
|
7127
|
+
"<p>",
|
|
7128
|
+
" <b>",
|
|
7227
7129
|
" Low Prices",
|
|
7228
|
-
" &
|
|
7229
|
-
"&
|
|
7130
|
+
" </b>",
|
|
7131
|
+
"</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
|
-
"&
|
|
7255
|
-
" &
|
|
7156
|
+
"<p>",
|
|
7157
|
+
" <b>",
|
|
7256
7158
|
" In Business",
|
|
7257
|
-
" &
|
|
7159
|
+
" <br>",
|
|
7258
7160
|
" Since 1991",
|
|
7259
|
-
" &
|
|
7260
|
-
"&
|
|
7161
|
+
" </b>",
|
|
7162
|
+
"</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
|
-
"&
|
|
7187
|
+
"<p>",
|
|
7286
7188
|
" Copyright ©2022 InterRail, LLC",
|
|
7287
|
-
"&
|
|
7189
|
+
"</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
|
-
"&
|
|
7307
|
-
" &
|
|
7208
|
+
"<h4>",
|
|
7209
|
+
" <b>",
|
|
7308
7210
|
" Easy Booking & Low Prices",
|
|
7309
|
-
" &
|
|
7211
|
+
" <br>",
|
|
7310
7212
|
" 25+ Year Authorized Seller of Eurail Passes",
|
|
7311
|
-
" &
|
|
7312
|
-
"&
|
|
7213
|
+
" </b>",
|
|
7214
|
+
"</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
|
-
"&
|
|
7332
|
-
" &
|
|
7333
|
-
" &
|
|
7233
|
+
"<h4>",
|
|
7234
|
+
" <span class=\"icon-star\"></span>",
|
|
7235
|
+
" <b>",
|
|
7334
7236
|
" Popular Passes",
|
|
7335
|
-
" &
|
|
7336
|
-
"&
|
|
7237
|
+
" </b>",
|
|
7238
|
+
"</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
|
-
"&
|
|
7257
|
+
"<h4>",
|
|
7356
7258
|
" Starting from:",
|
|
7357
|
-
"&
|
|
7259
|
+
"</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
|
-
"&
|
|
7284
|
+
"<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
|
-
" &
|
|
7310
|
+
" <!doctype html>",
|
|
7409
7311
|
"...",
|
|
7410
|
-
" &
|
|
7312
|
+
" </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 `&
|
|
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 `<h1>` to `<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": "
|
|
9108
|
-
"
|
|
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
|
-
"
|
|
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:
|
|
9121
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
9138
|
-
"
|
|
9139
|
-
"
|
|
9140
|
-
"
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
"
|
|
9144
|
-
"
|
|
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:
|
|
9206
|
-
"
|
|
9207
|
-
"
|
|
9208
|
-
"
|
|
9209
|
-
"
|
|
9210
|
-
"
|
|
9211
|
-
"a:
|
|
9212
|
-
"a:
|
|
9213
|
-
"a:
|
|
9214
|
-
"
|
|
9215
|
-
|
|
9216
|
-
|
|
9217
|
-
"
|
|
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
|
-
"
|
|
9221
|
-
"
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
|
|
9225
|
-
|
|
9226
|
-
|
|
9227
|
-
|
|
9228
|
-
|
|
9229
|
-
|
|
9230
|
-
|
|
9231
|
-
|
|
9232
|
-
|
|
9233
|
-
|
|
9234
|
-
|
|
9235
|
-
|
|
9236
|
-
|
|
9237
|
-
|
|
9238
|
-
|
|
9239
|
-
|
|
9240
|
-
|
|
9241
|
-
|
|
9242
|
-
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
|
|
9246
|
-
|
|
9247
|
-
|
|
9248
|
-
|
|
9249
|
-
|
|
9250
|
-
|
|
9251
|
-
|
|
9252
|
-
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
|
|
9256
|
-
|
|
9257
|
-
|
|
9258
|
-
|
|
9259
|
-
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
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
|
-
"
|
|
9270
|
-
"
|
|
9271
|
-
"total":
|
|
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
|
-
"
|
|
9286
|
-
"
|
|
9287
|
-
"
|
|
9288
|
-
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
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>
|