Skip to content

Instantly share code, notes, and snippets.

@manifestinteractive
Last active July 9, 2022 08:51
Show Gist options
  • Save manifestinteractive/bca0ee98f455e2cfe67a8d3f1f31b6ad to your computer and use it in GitHub Desktop.
Save manifestinteractive/bca0ee98f455e2cfe67a8d3f1f31b6ad to your computer and use it in GitHub Desktop.
SFCC DevOps - Accessibility Test Sample
<?xml version="1.0" encoding="UTF-8"?>
<a11y>
<generated>
<date>Sunday, August 4, 2019 10:15 PM</date>
<label>SFCC DevOps - Accessibility Tester</label>
<url>https://github.com/sfccdevops/accessibility-tester</url>
</generated>
<total>
<errors>8</errors>
<warnings>38</warnings>
<notices>146</notices>
</total>
<reports>
<report>
<documentTitle>Google</documentTitle>
<pageUrl>https://www.google.com/</pageUrl>
<total>
<errors>3</errors>
<warnings>5</warnings>
<notices>52</notices>
</total>
<issues>
<issue>
<type>error</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.Center</code>
<message>Presentational markup used that has become obsolete in HTML5.</message>
<recommendation />
<selector><![CDATA[html > body > center]]></selector>
<context><![CDATA[<center><br clear="all" id="lgpd"><div ...</center>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H49</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H49</url>
</resource>
</resources>
</issue>
<issue>
<type>error</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr</code>
<message>Align attributes .</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2)]]></selector>
<context><![CDATA[<td align="center" nowrap=""><input name="ie" value="ISO-885...</td>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H49</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H49</url>
</resource>
</resources>
</issue>
<issue>
<type>error</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr</code>
<message>Align attributes .</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(3)]]></selector>
<context><![CDATA[<td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=en...</td>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H49</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H49</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.FGColour</code>
<message>Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > div > input]]></selector>
<context><![CDATA[<input style="color: rgb(0, 0, 0); margin: 0px; padding: 5px 8px 0px 6px; vertical-align: top; outline: none;" autocomplete="off" class="lst" value="" title="Google Search" maxlength="2048" name="q" size="57" dir="ltr" spellcheck="false">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>F24</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/F24</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.BGColour</code>
<message>Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.</message>
<recommendation />
<selector><![CDATA[html > body]]></selector>
<context><![CDATA[<body bgcolor="#fff"><script nonce="Hm0LTmmIozgEA27q...</body>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>F24</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/F24</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H48</code>
<message>If this element contains a navigation section, it is recommended that it be marked up as a list.</message>
<recommendation />
<selector><![CDATA[#fll]]></selector>
<context><![CDATA[<div style="margin:19px auto;text-align:center" id="fll"><a href="/intl/en/ads/">Adverti...</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H48</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H48</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.FGColour</code>
<message>Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.</message>
<recommendation />
<selector><![CDATA[#footer > p]]></selector>
<context><![CDATA[<p style="color:#767676;font-size:8pt">© 2019 - <a href="/intl/en/poli...</p>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>F24</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/F24</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H48</code>
<message>If this element contains a navigation section, it is recommended that it be marked up as a list.</message>
<recommendation />
<selector><![CDATA[#footer > p]]></selector>
<context><![CDATA[<p style="color:#767676;font-size:8pt">© 2019 - <a href="/intl/en/poli...</p>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H48</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H48</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > span:nth-child(9) > span > input]]></selector>
<context><![CDATA[<input class="lsb" value="I'm Feeling Lucky" name="btnI" onclick="if(this.form.q.value)this.checked=1; else top.location='/doodles/'" type="submit">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gbar > nobr > a:nth-child(9)]]></selector>
<context><![CDATA[<a class="gb1" style="text-decoration:none" href="https://www.google.com/intl/en/about/products?tab=wh"><u>More</u> »</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#guser > nobr > a:nth-child(4)]]></selector>
<context><![CDATA[<a href="http://www.google.com/history/optout?hl=en" class="gb4">Web History</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#guser > nobr > a:nth-child(5)]]></selector>
<context><![CDATA[<a href="/preferences?hl=en" class="gb4">Settings</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gb_70]]></selector>
<context><![CDATA[<a target="_top" id="gb_70" href="https://accounts.google.com/ServiceLogin?hl=en&amp;passive=true&amp;continue=https://www.google.com/" class="gb4">Sign in</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_2.H25.2</code>
<message>Check that the title element describes the document.</message>
<recommendation />
<selector><![CDATA[html > head > title]]></selector>
<context><![CDATA[<title>Google</title>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_2</url>
</resource>
<resource>
<type>Technique</type>
<label>H25</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H25</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#hplogo]]></selector>
<context><![CDATA[<img alt="Google" height="92" src="/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#hplogo]]></selector>
<context><![CDATA[<img alt="Google" height="92" src="/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_3.3_3_1.G83,G84,G85</code>
<message>If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text.</message>
<recommendation />
<selector><![CDATA[html > body > center > form]]></selector>
<context><![CDATA[<form action="/search" name="f"><table cellpadding="0" cellspac...</form>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G83</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G83</url>
</resource>
<resource>
<type>Technique</type>
<label>G84</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G84</url>
</resource>
<resource>
<type>Technique</type>
<label>G85</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G85</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_3.3_3_2.G131,G89,G184,H90</code>
<message>Check that descriptive labels or instructions (including for required fields) are provided for user input in this form.</message>
<recommendation />
<selector><![CDATA[html > body > center > form]]></selector>
<context><![CDATA[<form action="/search" name="f"><table cellpadding="0" cellspac...</form>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.3.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_2</url>
</resource>
<resource>
<type>Technique</type>
<label>G131</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G131</url>
</resource>
<resource>
<type>Technique</type>
<label>G89</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G89</url>
</resource>
<resource>
<type>Technique</type>
<label>G184</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G184</url>
</resource>
<resource>
<type>Technique</type>
<label>H90</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H90</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_3.3_3_3.G177</code>
<message>Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content.</message>
<recommendation />
<selector><![CDATA[html > body > center > form]]></selector>
<context><![CDATA[<form action="/search" name="f"><table cellpadding="0" cellspac...</form>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.3.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G177</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G177</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_3.3_3_4.G98,G99,G155,G164,G168.LegalForms</code>
<message>If this form would bind a user to a financial or legal commitment, modify/delete user-controllable data, or submit test responses, ensure that submissions are either reversible, checked for input errors, and/or confirmed by the user.</message>
<recommendation />
<selector><![CDATA[html > body > center > form]]></selector>
<context><![CDATA[<form action="/search" name="f"><table cellpadding="0" cellspac...</form>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.3.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_4</url>
</resource>
<resource>
<type>Technique</type>
<label>G98</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G98</url>
</resource>
<resource>
<type>Technique</type>
<label>G99</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G99</url>
</resource>
<resource>
<type>Technique</type>
<label>G155</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G155</url>
</resource>
<resource>
<type>Technique</type>
<label>G164</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G164</url>
</resource>
<resource>
<type>Technique</type>
<label>G168</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G168</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable</code>
<message>This table appears to be a layout table. If it is meant to instead be a data table, ensure header cells are identified using th elements.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table]]></selector>
<context><![CDATA[<table cellpadding="0" cellspacing="0"><tbody><tr valign="top"><td wid...</table>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>LayoutTable</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/LayoutTable</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gbar > nobr > a:nth-child(2)]]></selector>
<context><![CDATA[<a class="gb1" href="https://www.google.com/imghp?hl=en&amp;tab=wi">Images</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(1)]]></selector>
<context><![CDATA[<input name="ie" value="ISO-8859-1" type="hidden">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(2)]]></selector>
<context><![CDATA[<input value="en" name="hl" type="hidden">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(3)]]></selector>
<context><![CDATA[<input name="source" type="hidden" value="hp">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(4)]]></selector>
<context><![CDATA[<input name="biw" type="hidden">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(5)]]></selector>
<context><![CDATA[<input name="bih" type="hidden">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gbar > nobr > a:nth-child(3)]]></selector>
<context><![CDATA[<a class="gb1" href="https://maps.google.com/maps?hl=en&amp;tab=wl">Maps</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > div > input]]></selector>
<context><![CDATA[<input style="color: rgb(0, 0, 0); margin: 0px; padding: 5px 8px 0px 6px; vertical-align: top; outline: none;" autocomplete="off" class="lst" value="" title="Google Search" maxlength="2048" name="q" size="57" dir="ltr" spellcheck="false">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(2) > span:nth-child(8) > span > input]]></selector>
<context><![CDATA[<input class="lsb" value="Google Search" name="btnG" type="submit">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gbar > nobr > a:nth-child(4)]]></selector>
<context><![CDATA[<a class="gb1" href="https://play.google.com/?hl=en&amp;tab=w8">Play</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gbar > nobr > a:nth-child(5)]]></selector>
<context><![CDATA[<a class="gb1" href="https://www.youtube.com/?gl=US&amp;tab=w1">YouTube</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(3) > a:nth-child(1)]]></selector>
<context><![CDATA[<a href="/advanced_search?hl=en&amp;authuser=0">Advanced search</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > table > tbody > tr > td:nth-child(3) > a:nth-child(2)]]></selector>
<context><![CDATA[<a href="/language_tools?hl=en&amp;authuser=0">Language tools</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[#gbv]]></selector>
<context><![CDATA[<input id="gbv" name="gbv" type="hidden" value="2">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > input:nth-child(4)]]></selector>
<context><![CDATA[<input type="hidden" name="oq">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[html > body > center > form > input:nth-child(5)]]></selector>
<context><![CDATA[<input type="hidden" name="gs_l">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gbar > nobr > a:nth-child(6)]]></selector>
<context><![CDATA[<a class="gb1" href="https://news.google.com/nwshp?hl=en&amp;tab=wn">News</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#fll > a:nth-child(1)]]></selector>
<context><![CDATA[<a href="/intl/en/ads/">Advertising&nbsp;Programs</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#fll > a:nth-child(2)]]></selector>
<context><![CDATA[<a href="/services/">Business Solutions</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#fll > a:nth-child(3)]]></selector>
<context><![CDATA[<a href="/intl/en/about.html">About Google</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gbar > nobr > a:nth-child(7)]]></selector>
<context><![CDATA[<a class="gb1" href="https://mail.google.com/mail/?tab=wm">Gmail</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#gbar > nobr > a:nth-child(8)]]></selector>
<context><![CDATA[<a class="gb1" href="https://drive.google.com/?tab=wo">Drive</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#footer > p > a:nth-child(1)]]></selector>
<context><![CDATA[<a href="/intl/en/policies/privacy/">Privacy</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#footer > p > a:nth-child(2)]]></selector>
<context><![CDATA[<a href="/intl/en/policies/terms/">Terms</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable</code>
<message>This table appears to be a layout table. If it is meant to instead be a data table, ensure header cells are identified using th elements.</message>
<recommendation />
<selector><![CDATA[html > body > table]]></selector>
<context><![CDATA[<table cellspacing="0" cellpadding="0" class="gstl_0 gssb_c" style="width: 514px; display: none; top: 234px; position: absolute; left: 383px;"><tbody><tr><td class="gssb_f"><...</table>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>LayoutTable</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/LayoutTable</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_2.G57</code>
<message>Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_2</url>
</resource>
<resource>
<type>Technique</type>
<label>G57</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G57</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_3.G96</code>
<message>Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G96</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G96</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_1.G14,G182</code>
<message>Check that any information conveyed using colour alone is also available in text, or through other visual cues.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G14</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G14</url>
</resource>
<resource>
<type>Technique</type>
<label>G182</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G182</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_4.G142</code>
<message>Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>G142</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G142</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_5.G140,C22,C30.AALevel</code>
<message>If the technologies being used can achieve the visual presentation, check that text is used to convey information rather than images of text, except when the image of text is essential to the information being conveyed, or can be visually customised to the user's requirements.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.5</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_5</url>
</resource>
<resource>
<type>Technique</type>
<label>G140</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G140</url>
</resource>
<resource>
<type>Technique</type>
<label>C22</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/C22</url>
</resource>
<resource>
<type>Technique</type>
<label>C30</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/C30</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_2.2_2_2.SCR33,SCR22,G187,G152,G186,G191</code>
<message>If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.2.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_2_2</url>
</resource>
<resource>
<type>Technique</type>
<label>SCR33</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/SCR33</url>
</resource>
<resource>
<type>Technique</type>
<label>SCR22</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/SCR22</url>
</resource>
<resource>
<type>Technique</type>
<label>G187</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G187</url>
</resource>
<resource>
<type>Technique</type>
<label>G152</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G152</url>
</resource>
<resource>
<type>Technique</type>
<label>G186</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G186</url>
</resource>
<resource>
<type>Technique</type>
<label>G191</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G191</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_3.2_3_1.G19,G176</code>
<message>Check that no component of the content flashes more than three times in any 1-second period, or that the size of any flashing area is sufficiently small.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G19</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G19</url>
</resource>
<resource>
<type>Technique</type>
<label>G176</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G176</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124,H69</code>
<message>Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G1</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G1</url>
</resource>
<resource>
<type>Technique</type>
<label>G123</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G123</url>
</resource>
<resource>
<type>Technique</type>
<label>G124</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G124</url>
</resource>
<resource>
<type>Technique</type>
<label>H69</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H69</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_5.G125,G64,G63,G161,G126,G185</code>
<message>If this Web page is not part of a linear process, check that there is more than one way of locating this Web page within a set of Web pages.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.5</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_5</url>
</resource>
<resource>
<type>Technique</type>
<label>G125</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G125</url>
</resource>
<resource>
<type>Technique</type>
<label>G64</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G64</url>
</resource>
<resource>
<type>Technique</type>
<label>G63</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G63</url>
</resource>
<resource>
<type>Technique</type>
<label>G161</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G161</url>
</resource>
<resource>
<type>Technique</type>
<label>G126</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G126</url>
</resource>
<resource>
<type>Technique</type>
<label>G185</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G185</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_6.G130,G131</code>
<message>Check that headings and labels describe topic or purpose.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.6</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_6</url>
</resource>
<resource>
<type>Technique</type>
<label>G130</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G130</url>
</resource>
<resource>
<type>Technique</type>
<label>G131</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G131</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_7.G149,G165,G195,C15,SCR31</code>
<message>Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.7</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_7</url>
</resource>
<resource>
<type>Technique</type>
<label>G149</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G149</url>
</resource>
<resource>
<type>Technique</type>
<label>G165</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G165</url>
</resource>
<resource>
<type>Technique</type>
<label>G195</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G195</url>
</resource>
<resource>
<type>Technique</type>
<label>C15</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/C15</url>
</resource>
<resource>
<type>Technique</type>
<label>SCR31</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/SCR31</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_1.3_1_2.H58</code>
<message>Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.1.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_1_2</url>
</resource>
<resource>
<type>Technique</type>
<label>H58</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H58</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_3.G61</code>
<message>Check that navigational mechanisms that are repeated on multiple Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G61</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G61</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_4.G197</code>
<message>Check that components that have the same functionality within this Web page are identified consistently in the set of Web pages to which it belongs.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_4</url>
</resource>
<resource>
<type>Technique</type>
<label>G197</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G197</url>
</resource>
</resources>
</issue>
</issues>
</report>
<report>
<documentTitle>Bing</documentTitle>
<pageUrl>https://www.bing.com/?toWww=1&redig=BCFC1865AB5F4CC694816D7461C878AB</pageUrl>
<total>
<errors>5</errors>
<warnings>33</warnings>
<notices>94</notices>
</total>
<issues>
<issue>
<type>error</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1</code>
<message>Iframe element requires a non-empty title attribute that identifies the frame.</message>
<recommendation />
<selector><![CDATA[html > body > iframe]]></selector>
<context><![CDATA[<iframe src="https://login.live.com/login.srf?wa=wsignin1.0&amp;rpsnv=11&amp;ct=1564971305&amp;rver=6.0.5286.0&amp;wp=MBI_SSL&amp;wreply=https:%2F%2fwww.bing.com%2Fsecure%2FPassport.aspx%3Fpopup%3D1%26ssl%3D1&amp;lc=1033&amp;id=264960&amp;checkda=1" ...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H64</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H64</url>
</resource>
</resources>
</issue>
<issue>
<type>error</type>
<code>WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputButton.Name</code>
<message>This buttoninput element does not have a name available to an accessibility API. Valid names are: value undefined, aria-label undefined, aria-labelledby undefined.</message>
<recommendation />
<selector><![CDATA[#sb_form_go]]></selector>
<context><![CDATA[<input type="submit" class="b_searchboxSubmit" id="sb_form_go" tabindex="-1" name="go">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Robust</label>
<url>http://www.w3.org/TR/WCAG20/#robust</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>4.1.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/4_1_2</url>
</resource>
<resource>
<type>Technique</type>
<label>H91</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H91</url>
</resource>
</resources>
</issue>
<issue>
<type>error</type>
<code>WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent</code>
<message>Anchor element found with a valid href attribute, but no link content has been supplied.</message>
<recommendation />
<selector><![CDATA[#id_rwl]]></selector>
<context><![CDATA[<a class="b_hide" id="id_rwl" href="/rewards/dashboard" h="ID=SERP,5065.1"></a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Robust</label>
<url>http://www.w3.org/TR/WCAG20/#robust</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>4.1.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/4_1_2</url>
</resource>
<resource>
<type>Technique</type>
<label>H91</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H91</url>
</resource>
</resources>
</issue>
<issue>
<type>error</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.H37</code>
<message>Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.</message>
<recommendation />
<selector><![CDATA[#hp_trivia_icon]]></selector>
<context><![CDATA[<img id="hp_trivia_icon" aria-labelledby="hp_trivia_title" class="rms_img" src="/rs/2T/Af/ic/50e52dff/af3ca49a.png" style="display: block;">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H37</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H37</url>
</resource>
</resources>
</issue>
<issue>
<type>error</type>
<code>WCAG2AA.Principle4.Guideline4_1.4_1_1.F77</code>
<message>Duplicate id attribute value "aRmsDefer" found on the web page.</message>
<recommendation />
<selector><![CDATA[#aRmsDefer]]></selector>
<context><![CDATA[<div id="aRmsDefer"><script>//<![CDATA[var Carouse...</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Robust</label>
<url>http://www.w3.org/TR/WCAG20/#robust</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>4.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/4_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>F77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/F77</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#scpl2]]></selector>
<context><![CDATA[<a id="scpl2" aria-owns="scpc2" aria-controls="scpc2" aria-expanded="false" onclick="hpulc4hdr();selectScope(this, 'local');" href="/maps?FORM=Z9LH2" h="ID=SERP,5024.1">Maps</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#scpl3]]></selector>
<context><![CDATA[<a id="scpl3" aria-owns="scpc3" aria-controls="scpc3" aria-expanded="false" onclick="hpulc4hdr();selectScope(this, 'news');" href="/news/search?q=news+for+you&amp;FORM=Z9LH3" h="ID=SERP,5025.1">News</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#hdr_spl]]></selector>
<context><![CDATA[<li id="hdr_spl" data-bm="4">|</li>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#msn > a]]></selector>
<context><![CDATA[<a aria-owns="off_menu_cont" aria-controls="off_menu_cont" aria-expanded="false" target="_blank" onclick="hpulc4hdr();" href="http://www.msn.com/en-us/?ocid=BHEA000" h="ID=SERP,5013.1">MSN</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#office > a]]></selector>
<context><![CDATA[<a aria-owns="off_menu_cont" aria-controls="off_menu_cont" aria-expanded="false" target="_blank" onclick="hpulc4hdr();" href="https://www.office.com?WT.mc_id=O16_BingHP" h="ID=SERP,5014.1">Office</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#outlook > a]]></selector>
<context><![CDATA[<a aria-owns="off_menu_cont" aria-controls="off_menu_cont" aria-expanded="false" target="_blank" onclick="hpulc4hdr();" href="https://outlook.com/?WT.mc_id=O16_BingHP?mkt=en-US" h="ID=SERP,5015.1">Outlook.com</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H48</code>
<message>If this element contains a navigation section, it is recommended that it be marked up as a list.</message>
<recommendation />
<selector><![CDATA[#id_h]]></selector>
<context><![CDATA[<div id="id_h" role="complementary" aria-label="Account Rewards and Preferences" data-priority="2" data-bm="8"><a id="id_l" class="id_button" ...</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H48</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H48</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H48</code>
<message>If this element contains a navigation section, it is recommended that it be marked up as a list.</message>
<recommendation />
<selector><![CDATA[#sc_mdCrs]]></selector>
<context><![CDATA[<div id="sc_mdCrs" style="width: 1280px;"><a id="crs_btLeft" class="crs_b...</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H48</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H48</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H48</code>
<message>If this element contains a navigation section, it is recommended that it be marked up as a list.</message>
<recommendation />
<selector><![CDATA[#sh_rdiv]]></selector>
<context><![CDATA[<div id="sh_rdiv" data-bm="20"><a id="sh_cp" aria-haspopup="tr...</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H48</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H48</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#hphdl]]></selector>
<context><![CDATA[<h2 id="hphdl" class="hpcInfoText" data-text="Info">Pups of the prairie</h2>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H48</code>
<message>If this element contains a navigation section, it is recommended that it be marked up as a list.</message>
<recommendation />
<selector><![CDATA[#hp_trivia_container]]></selector>
<context><![CDATA[<div id="hp_trivia_container" role="complementary" aria-label="Bing homepage quiz"><img id="hp_trivia_icon" aria-l...</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H48</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H48</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#scpl0]]></selector>
<context><![CDATA[<a id="scpl0" aria-owns="scpc0" aria-controls="scpc0" aria-expanded="false" onclick="hpulc4hdr();selectScope(this, 'images');" href="/images?FORM=Z9LH" h="ID=SERP,5022.1">Images</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G145.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 3:1.</message>
<recommendation />
<selector><![CDATA[#hp_ctrls > div:nth-child(3) > h2]]></selector>
<context><![CDATA[<h2 class="">Trending news</h2>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G145</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G145</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.H48</code>
<message>If this element contains a navigation section, it is recommended that it be marked up as a list.</message>
<recommendation />
<selector><![CDATA[#caroToggle]]></selector>
<context><![CDATA[<div id="caroToggle"><span tabindex="-1" aria-live="...</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>H48</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H48</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.BgImage</code>
<message>This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#sbox > div:nth-child(1)]]></selector>
<context><![CDATA[<div class="hp_sw_logo hpcLogoWhite" data-bm="17"><h1 class="a11yhide">Bing</h1>B...</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle2.Guideline2_1.2_1_1.G90</code>
<message>Ensure the functionality provided by an event handler for this element is available through the keyboard</message>
<recommendation />
<selector><![CDATA[#crs_btLeft]]></selector>
<context><![CDATA[<a id="crs_btLeft" class="crs_bt crs_bt_disabled" title="Previous news" role="button" aria-label="Previous news" onclick="hpulc4caro();" href="javascript:void(0)" h="ID=SERP.1000,5074.1" tabindex="-1" aria-disabled="true" style="display: block;"><spa...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G90</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G90</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_0 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Shooting in Dayton</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_1 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Domestic terror probe</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_2 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Actress claims abuse</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle2.Guideline2_1.2_1_1.G90</code>
<message>Ensure the functionality provided by an event handler for this element is available through the keyboard</message>
<recommendation />
<selector><![CDATA[html > body]]></selector>
<context><![CDATA[<body class="en en-US vs_darkscroll ltr crs_open" data-priority="2" onload="if(_w.lb)lb();_ge('sb_form_q').focus();" onfocus=""><div id="ajaxStyles" data-bm="3...</body>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G90</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G90</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_3 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">First transgender hire</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_4 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Fractures shoulder</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_5 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">More bitten in Fla.</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_6 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Pilots held at airport</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_7 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Cut due to threats</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_8 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Zips across Channel</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_9 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Failed prison escape</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_10 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Three boats capsize</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_11 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Seizes another tanker</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_12 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Teen charged in fall</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_13 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Demands Senate return</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha</code>
<message>This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_14 > span > div]]></selector>
<context><![CDATA[<div class="hp_text">Sister among victims</div>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>warning</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs</code>
<message>This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.</message>
<recommendation />
<selector><![CDATA[#scpl1]]></selector>
<context><![CDATA[<a id="scpl1" aria-owns="scpc1" aria-controls="scpc1" aria-expanded="false" onclick="hpulc4hdr();selectScope(this, 'video');" href="/videos?FORM=Z9LH1" h="ID=SERP,5023.1">Videos</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G18</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G18</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_3]]></selector>
<context><![CDATA[<a id="crs_itemLink_3" href="/search?q=Victoria+Secret+Valentina+Sampaio&amp;filters=tnTID%3a%222D9DFF61-BB34-4f74-B58C-E0AD3C648FF6%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%223%22+tnOrder%3a%22043fab7e-2e96-43da-bf79...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_3.3_3_1.G83,G84,G85</code>
<message>If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text.</message>
<recommendation />
<selector><![CDATA[#sb_form]]></selector>
<context><![CDATA[<form action="/search" onsubmit="var id = _ge('hpinsthk').getAttribute('h'); return si_T(id);" role="none" id="sb_form" class="sw_box"><div class="b_searchboxForm" ro...</form>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G83</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G83</url>
</resource>
<resource>
<type>Technique</type>
<label>G84</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G84</url>
</resource>
<resource>
<type>Technique</type>
<label>G85</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G85</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#scpl1]]></selector>
<context><![CDATA[<a id="scpl1" aria-owns="scpc1" aria-controls="scpc1" aria-expanded="false" onclick="hpulc4hdr();selectScope(this, 'video');" href="/videos?FORM=Z9LH1" h="ID=SERP,5023.1">Videos</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#hp_trivia_icon]]></selector>
<context><![CDATA[<img id="hp_trivia_icon" aria-labelledby="hp_trivia_title" class="rms_img" src="/rs/2T/Af/ic/50e52dff/af3ca49a.png" style="display: block;">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#hp_trivia_option0]]></selector>
<context><![CDATA[<a class="trivia_option" aria-labelledby="hp_trivia_option0" id="hp_trivia_option0" href="/search?q=Saskatchewan&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190804_SwiftFox%22+WQId%3A%221%22+WQQI%3A%...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#hp_trivia_option1]]></selector>
<context><![CDATA[<a class="trivia_option" aria-labelledby="hp_trivia_option1" id="hp_trivia_option1" href="/search?q=Saskatchewan&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190804_SwiftFox%22+WQId%3A%221%22+WQQI%3A%...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#hp_trivia_option2]]></selector>
<context><![CDATA[<a class="trivia_option" aria-labelledby="hp_trivia_option2" id="hp_trivia_option2" href="/search?q=Saskatchewan&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190804_SwiftFox%22+WQId%3A%221%22+WQQI%3A%...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_3.3_3_2.G131,G89,G184,H90</code>
<message>Check that descriptive labels or instructions (including for required fields) are provided for user input in this form.</message>
<recommendation />
<selector><![CDATA[#sb_form]]></selector>
<context><![CDATA[<form action="/search" onsubmit="var id = _ge('hpinsthk').getAttribute('h'); return si_T(id);" role="none" id="sb_form" class="sw_box"><div class="b_searchboxForm" ro...</form>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.3.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_2</url>
</resource>
<resource>
<type>Technique</type>
<label>G131</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G131</url>
</resource>
<resource>
<type>Technique</type>
<label>G89</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G89</url>
</resource>
<resource>
<type>Technique</type>
<label>G184</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G184</url>
</resource>
<resource>
<type>Technique</type>
<label>H90</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H90</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#scpl2]]></selector>
<context><![CDATA[<a id="scpl2" aria-owns="scpc2" aria-controls="scpc2" aria-expanded="false" onclick="hpulc4hdr();selectScope(this, 'local');" href="/maps?FORM=Z9LH2" h="ID=SERP,5024.1">Maps</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#sc_closer]]></selector>
<context><![CDATA[<a id="sc_closer" role="button" tabindex="0" aria-label="Collapse taskbar" data-alive="The taskbar was collapsed" href="javascript:void(0)" h="ID=SERP.1000,5053.1" style="display: inline-block;"><div class="collapse"></div></a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#sc_opener]]></selector>
<context><![CDATA[<a id="sc_opener" onclick="hpulc4caro();" role="button" tabindex="0" aria-label="Expand taskbar" data-alive="The taskbar was expanded" href="javascript:void(0)" h="ID=SERP.1000,5052.1" style="display: none;"><div class="expand"></div></a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#sc_hide]]></selector>
<context><![CDATA[<a id="sc_hide" class="hpcHide" role="button" tabindex="0" aria-label="Hide taskbar" data-alive="The taskbar was hidden" href="javascript:void(0)" h="ID=SERP.1000,5054.1" style="display: none;"><div class="collapse"></div></a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_3.3_3_3.G177</code>
<message>Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content.</message>
<recommendation />
<selector><![CDATA[#sb_form]]></selector>
<context><![CDATA[<form action="/search" onsubmit="var id = _ge('hpinsthk').getAttribute('h'); return si_T(id);" role="none" id="sb_form" class="sw_box"><div class="b_searchboxForm" ro...</form>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.3.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G177</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G177</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#scpl3]]></selector>
<context><![CDATA[<a id="scpl3" aria-owns="scpc3" aria-controls="scpc3" aria-expanded="false" onclick="hpulc4hdr();selectScope(this, 'news');" href="/news/search?q=news+for+you&amp;FORM=Z9LH3" h="ID=SERP,5025.1">News</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33</code>
<message>Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_btLeft]]></selector>
<context><![CDATA[<a id="crs_btLeft" class="crs_bt crs_bt_disabled" title="Previous news" role="button" aria-label="Previous news" onclick="hpulc4caro();" href="javascript:void(0)" h="ID=SERP.1000,5074.1" tabindex="-1" aria-disabled="true" style="display: block;"><spa...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
<resource>
<type>Technique</type>
<label>H33</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H33</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33</code>
<message>Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_btRight]]></selector>
<context><![CDATA[<a id="crs_btRight" class="crs_bt" title="More news" role="button" aria-label="More news" onclick="hpulc4caro();" href="javascript:void(0)" h="ID=SERP.1000,5073.1" style="display: block;"><span class="hpcCaroNavRight"><...</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
<resource>
<type>Technique</type>
<label>H33</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H33</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_0]]></selector>
<context><![CDATA[<a id="crs_itemLink_0" href="/search?q=Dayton+shooting&amp;filters=tnTID%3a%22ACD7B5E0-A099-485f-AACA-77305DE4B889%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%220%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6250d14d9f%22&a...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_3.3_3_4.G98,G99,G155,G164,G168.LegalForms</code>
<message>If this form would bind a user to a financial or legal commitment, modify/delete user-controllable data, or submit test responses, ensure that submissions are either reversible, checked for input errors, and/or confirmed by the user.</message>
<recommendation />
<selector><![CDATA[#sb_form]]></selector>
<context><![CDATA[<form action="/search" onsubmit="var id = _ge('hpinsthk').getAttribute('h'); return si_T(id);" role="none" id="sb_form" class="sw_box"><div class="b_searchboxForm" ro...</form>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.3.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_4</url>
</resource>
<resource>
<type>Technique</type>
<label>G98</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G98</url>
</resource>
<resource>
<type>Technique</type>
<label>G99</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G99</url>
</resource>
<resource>
<type>Technique</type>
<label>G155</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G155</url>
</resource>
<resource>
<type>Technique</type>
<label>G164</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G164</url>
</resource>
<resource>
<type>Technique</type>
<label>G168</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G168</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_0 > span > img]]></selector>
<context><![CDATA[<img alt="Dayton shooting" src="/th?id=OPN.RTNews_BemQNeuLSSubVbvPcTHxbw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="22">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_0 > span > img]]></selector>
<context><![CDATA[<img alt="Dayton shooting" src="/th?id=OPN.RTNews_BemQNeuLSSubVbvPcTHxbw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="22">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_1]]></selector>
<context><![CDATA[<a id="crs_itemLink_1" href="/search?q=El+Paso+investigation&amp;filters=tnTID%3a%2207D4F1DE-BD29-4cc8-B32F-37C0958FA817%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%221%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6250d14d9...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[#sb_form_q]]></selector>
<context><![CDATA[<input class="b_searchbox" id="sb_form_q" name="q" title="Enter your search term" type="search" value="" maxlength="1000" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" aria-controls="sw_as" aria-autocomplete="both" aria...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_1 > span > img]]></selector>
<context><![CDATA[<img alt="El Paso investigation" src="/th?id=OPN.RTNews_yADesJr6iaaJTGYrij_nqw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="23">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_1 > span > img]]></selector>
<context><![CDATA[<img alt="El Paso investigation" src="/th?id=OPN.RTNews_yADesJr6iaaJTGYrij_nqw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="23">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_2]]></selector>
<context><![CDATA[<a id="crs_itemLink_2" href="/search?q=Afton+Williamson+quits+Rookie&amp;filters=tnTID%3a%220063133A-2411-4437-9494-5D9A018AA5EE%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%222%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#msn > a]]></selector>
<context><![CDATA[<a aria-owns="off_menu_cont" aria-controls="off_menu_cont" aria-expanded="false" target="_blank" onclick="hpulc4hdr();" href="http://www.msn.com/en-us/?ocid=BHEA000" h="ID=SERP,5013.1">MSN</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_2 > span > img]]></selector>
<context><![CDATA[<img alt="Afton Williamson quits Rookie" src="/th?id=OPN.RTNews_o6MZA86K2t2YKUQjFR2U-w&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="24">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_2 > span > img]]></selector>
<context><![CDATA[<img alt="Afton Williamson quits Rookie" src="/th?id=OPN.RTNews_o6MZA86K2t2YKUQjFR2U-w&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="24">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable</code>
<message>This table appears to be a layout table. If it is meant to instead be a data table, ensure header cells are identified using th elements.</message>
<recommendation />
<selector><![CDATA[#hp_table]]></selector>
<context><![CDATA[<table id="hp_table" role="none"><tbody><tr><td id="hp_cellCente...</table>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>LayoutTable</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/LayoutTable</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#office > a]]></selector>
<context><![CDATA[<a aria-owns="off_menu_cont" aria-controls="off_menu_cont" aria-expanded="false" target="_blank" onclick="hpulc4hdr();" href="https://www.office.com?WT.mc_id=O16_BingHP" h="ID=SERP,5014.1">Office</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_3 > span > img]]></selector>
<context><![CDATA[<img alt="Victoria Secret Valentina Sampaio" src="/th?id=OPN.RTNews_SHaGAPrP6t3PyM3l3WDSWA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="25">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_3 > span > img]]></selector>
<context><![CDATA[<img alt="Victoria Secret Valentina Sampaio" src="/th?id=OPN.RTNews_SHaGAPrP6t3PyM3l3WDSWA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="25">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_4]]></selector>
<context><![CDATA[<a id="crs_itemLink_4" href="/search?q=Mitch+McConnell+fracture&amp;filters=tnTID%3a%223B39B629-C932-485f-9608-DB4D2C91EB84%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%224%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6250d1...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[#sb_form_go]]></selector>
<context><![CDATA[<input type="submit" class="b_searchboxSubmit" id="sb_form_go" tabindex="-1" name="go">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_4 > span > img]]></selector>
<context><![CDATA[<img alt="Mitch McConnell fracture" src="/th?id=OPN.RTNews_9s_Uo4SHRAkfl5tfTFP-3Q&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="26">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_4 > span > img]]></selector>
<context><![CDATA[<img alt="Mitch McConnell fracture" src="/th?id=OPN.RTNews_9s_Uo4SHRAkfl5tfTFP-3Q&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="26">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_5]]></selector>
<context><![CDATA[<a id="crs_itemLink_5" href="/search?q=Sharks+Florida+beach&amp;filters=tnTID%3a%220EB8E4FD-1BC1-4cdb-A67C-3A331DAA256A%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%225%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6250d14d9f...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#outlook > a]]></selector>
<context><![CDATA[<a aria-owns="off_menu_cont" aria-controls="off_menu_cont" aria-expanded="false" target="_blank" onclick="hpulc4hdr();" href="https://outlook.com/?WT.mc_id=O16_BingHP?mkt=en-US" h="ID=SERP,5015.1">Outlook.com</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_5 > span > img]]></selector>
<context><![CDATA[<img alt="Sharks Florida beach" src="/th?id=OPN.RTNews_SxHkOQG_j2E9nYJWzUBmDw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="27">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_5 > span > img]]></selector>
<context><![CDATA[<img alt="Sharks Florida beach" src="/th?id=OPN.RTNews_SxHkOQG_j2E9nYJWzUBmDw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="27">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_6]]></selector>
<context><![CDATA[<a id="crs_itemLink_6" href="/search?q=Glasgow+Airport+United+Airlines+pilots&amp;filters=tnTID%3a%22AE069BEF-9CBF-4828-B573-2DE9BEB40E5C%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%226%22+tnOrder%3a%22043fab7e-2e96-43da...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[#sa_qs]]></selector>
<context><![CDATA[<input id="sa_qs" name="qs" value="ds" type="hidden">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_6 > span > img]]></selector>
<context><![CDATA[<img alt="Glasgow Airport United Airlines pilots" src="/th?id=OPN.RTNews_W8RZBhET2DqvnNlHqVfjQQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="28">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_6 > span > img]]></selector>
<context><![CDATA[<img alt="Glasgow Airport United Airlines pilots" src="/th?id=OPN.RTNews_W8RZBhET2DqvnNlHqVfjQQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="28">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_7]]></selector>
<context><![CDATA[<a id="crs_itemLink_7" href="/search?q=Mashrou%27+Leila+dropped&amp;filters=tnTID%3a%22E3935573-92DB-44ac-9515-2CCB7C3E3C24%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%227%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6250d1...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#id_l]]></selector>
<context><![CDATA[<a id="id_l" class="id_button" role="button" aria-haspopup="true" aria-controls="id_d" aria-expanded="false" data-clarity-mask="true" href="javascript:void(0);" h="ID=SERP,5059.1"><span id="id_s" aria-hidden="fa...</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_7 > span > img]]></selector>
<context><![CDATA[<img alt="Mashrou' Leila dropped" src="/th?id=OPN.RTNews_F3blQyR4PVeRvQJVeunddA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="29">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_7 > span > img]]></selector>
<context><![CDATA[<img alt="Mashrou' Leila dropped" src="/th?id=OPN.RTNews_F3blQyR4PVeRvQJVeunddA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="29">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_8]]></selector>
<context><![CDATA[<a id="crs_itemLink_8" href="/search?q=Frenchman+Franky+Zapata+English+Channel&amp;filters=tnTID%3a%228B6A8E15-F6B7-4a7b-A133-0F004FC59BC1%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%228%22+tnOrder%3a%22043fab7e-2e96-43d...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#id_rh]]></selector>
<context><![CDATA[<a class="id_button" id="id_rh" aria-label="Microsoft Rewards" role="button" aria-expanded="false" aria-haspopup="true" aria-controls="bepfo" href="javascript:void(0)" h="ID=SERP,5066.1"><span id="id_rc">Rewards</span>...</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_8 > span > img]]></selector>
<context><![CDATA[<img alt="Frenchman Franky Zapata English Channel" src="/th?id=OPN.RTNews_sf-d9ZhaZQBSi8l86cdUag&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="30">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_8 > span > img]]></selector>
<context><![CDATA[<img alt="Frenchman Franky Zapata English Channel" src="/th?id=OPN.RTNews_sf-d9ZhaZQBSi8l86cdUag&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="30">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_9]]></selector>
<context><![CDATA[<a id="crs_itemLink_9" href="/search?q=Brazilian+gang+leader+prison+escape&amp;filters=tnTID%3a%22E55C9297-0377-429a-9E4C-5C60CC320BF1%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%229%22+tnOrder%3a%22043fab7e-2e96-43da-bf...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_1.G107</code>
<message>Check that a change of context does not occur when this input field receives focus.</message>
<recommendation />
<selector><![CDATA[#sb_form > div > input:nth-child(4)]]></selector>
<context><![CDATA[<input type="hidden" value="QBLH" name="form">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G107</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G107</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_9 > span > img]]></selector>
<context><![CDATA[<img alt="Brazilian gang leader prison escape" src="/th?id=OPN.RTNews_klA8ojpUxuQlD0Ob69AfDA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="31">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_9 > span > img]]></selector>
<context><![CDATA[<img alt="Brazilian gang leader prison escape" src="/th?id=OPN.RTNews_klA8ojpUxuQlD0Ob69AfDA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="31">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_10]]></selector>
<context><![CDATA[<a id="crs_itemLink_10" href="/search?q=Philippines+3+boats+capsize&amp;filters=tnTID%3a%225A950E4F-E789-424b-BEC9-124385712247%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2210%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#id_rwl]]></selector>
<context><![CDATA[<a class="b_hide" id="id_rwl" href="/rewards/dashboard" h="ID=SERP,5065.1"></a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_10 > span > img]]></selector>
<context><![CDATA[<img alt="Philippines 3 boats capsize" src="/th?id=OPN.RTNews_9FV5_eQhKEi77oTlk7yYBA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="32">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_10 > span > img]]></selector>
<context><![CDATA[<img alt="Philippines 3 boats capsize" src="/th?id=OPN.RTNews_9FV5_eQhKEi77oTlk7yYBA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="32">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_11]]></selector>
<context><![CDATA[<a id="crs_itemLink_11" href="/search?q=Iran+seizes+oil+tanker&amp;filters=tnTID%3a%22365ABF83-3073-4ade-914B-743DA0CB9906%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2211%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6250d1...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#id_sc]]></selector>
<context><![CDATA[<a id="id_sc" class="idp_ham hphbtop" aria-label="Settings and quick links" aria-expanded="false" aria-controls="id_hbfo" aria-haspopup="true" role="button" tabindex="0" href="javascript:void(0);" h="ID=SERP,5072.1"></a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_11 > span > img]]></selector>
<context><![CDATA[<img alt="Iran seizes oil tanker" src="/th?id=OPN.RTNews_eEKz5I-fgdS1XM69QukPeQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="33">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_11 > span > img]]></selector>
<context><![CDATA[<img alt="Iran seizes oil tanker" src="/th?id=OPN.RTNews_eEKz5I-fgdS1XM69QukPeQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="33">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_12]]></selector>
<context><![CDATA[<a id="crs_itemLink_12" href="/search?q=Tate+Modern+fall&amp;filters=tnTID%3a%2250CB2370-9581-4410-B378-63F8D844B6F4%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2212%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6250d14d9f%2...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_2.H25.2</code>
<message>Check that the title element describes the document.</message>
<recommendation />
<selector><![CDATA[html > head > title]]></selector>
<context><![CDATA[<title>Bing</title>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_2</url>
</resource>
<resource>
<type>Technique</type>
<label>H25</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H25</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_12 > span > img]]></selector>
<context><![CDATA[<img alt="Tate Modern fall" src="/th?id=OPN.RTNews_jF0HCyIWPZHCpRdAjXauZg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="34">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_12 > span > img]]></selector>
<context><![CDATA[<img alt="Tate Modern fall" src="/th?id=OPN.RTNews_jF0HCyIWPZHCpRdAjXauZg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="34">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_13]]></selector>
<context><![CDATA[<a id="crs_itemLink_13" href="/search?q=Sherrod+Brown+Senate+background&amp;filters=tnTID%3a%22EEE45718-712E-4bef-A5C3-7393F07B5A10%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2213%22+tnOrder%3a%22043fab7e-2e96-43da-bf79...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#sh_cp]]></selector>
<context><![CDATA[<a id="sh_cp" aria-haspopup="true" aria-controls="musCard" class="sc_light" aria-labelledby="hphdl" role="button" href="/search?q=swift+fox&amp;form=hpcapt&amp;filters=HpDate%3a%2220190804_0700%22" h="ID=SERP,5043.1" style="cursor: pointer;"><div><di...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_13 > span > img]]></selector>
<context><![CDATA[<img alt="Sherrod Brown Senate background" src="/th?id=OPN.RTNews_sG_SnwrxMOXHGcqi_rl1Uw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="35">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_13 > span > img]]></selector>
<context><![CDATA[<img alt="Sherrod Brown Senate background" src="/th?id=OPN.RTNews_sG_SnwrxMOXHGcqi_rl1Uw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="35">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_14]]></selector>
<context><![CDATA[<a id="crs_itemLink_14" href="/search?q=Dayton+gunman+sister&amp;filters=tnTID%3a%22A5EC3E8E-962A-4cfe-9F6F-FECA936A8DA4%22+tnVersion%3a%223115869%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2214%22+tnOrder%3a%22043fab7e-2e96-43da-bf79-ea6250d14d...]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#scpl0]]></selector>
<context><![CDATA[<a id="scpl0" aria-owns="scpc0" aria-controls="scpc0" aria-expanded="false" onclick="hpulc4hdr();selectScope(this, 'images');" href="/images?FORM=Z9LH" h="ID=SERP,5022.1">Images</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image</code>
<message>Ensure that the img element's alt text serves the same purpose and presents the same information as the image.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_14 > span > img]]></selector>
<context><![CDATA[<img alt="Dayton gunman sister" src="/th?id=OPN.RTNews__qQGx7IB0rYFEWq7Aa5o_g&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="36">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G94</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G94</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74</code>
<message>If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.</message>
<recommendation />
<selector><![CDATA[#crs_itemLink_14 > span > img]]></selector>
<context><![CDATA[<img alt="Dayton gunman sister" src="/th?id=OPN.RTNews__qQGx7IB0rYFEWq7Aa5o_g&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="36">]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.1.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G73</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G73</url>
</resource>
<resource>
<type>Technique</type>
<label>G74</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G74</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81</code>
<message>Check that the link text combined with programmatically determined link context identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#celebrities]]></selector>
<context><![CDATA[<a id="celebrities" href="/k/celebrities" h="ID=SERP.1000,5051.1">Celebrities</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33</code>
<message>Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#sh_igl]]></selector>
<context><![CDATA[<a role="button" id="sh_igl" title="Previous image" aria-label="Previous image" href="?FORM=HYLH#" h="ID=SERP,5056.1"><div class="sc_light" style="vi...</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
<resource>
<type>Technique</type>
<label>H33</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H33</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33</code>
<message>Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.</message>
<recommendation />
<selector><![CDATA[#sh_igr]]></selector>
<context><![CDATA[<a role="button" id="sh_igr" title="Next image" aria-label="Next image" href="?FORM=HYLH1#" h="ID=SERP,5055.1" tabindex="-1" aria-disabled="true"><div class="sc_lightdis" style=...</a>]]></context>
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>H77</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H77</url>
</resource>
<resource>
<type>Technique</type>
<label>H78</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H78</url>
</resource>
<resource>
<type>Technique</type>
<label>H79</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H79</url>
</resource>
<resource>
<type>Technique</type>
<label>H80</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H80</url>
</resource>
<resource>
<type>Technique</type>
<label>H81</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H81</url>
</resource>
<resource>
<type>Technique</type>
<label>H33</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H33</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_2.G57</code>
<message>Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_2</url>
</resource>
<resource>
<type>Technique</type>
<label>G57</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G57</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_3.1_3_3.G96</code>
<message>Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.3.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G96</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G96</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_1.G14,G182</code>
<message>Check that any information conveyed using colour alone is also available in text, or through other visual cues.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G14</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G14</url>
</resource>
<resource>
<type>Technique</type>
<label>G182</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G182</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_4.G142</code>
<message>Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_4</url>
</resource>
<resource>
<type>Technique</type>
<label>G142</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G142</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle1.Guideline1_4.1_4_5.G140,C22,C30.AALevel</code>
<message>If the technologies being used can achieve the visual presentation, check that text is used to convey information rather than images of text, except when the image of text is essential to the information being conveyed, or can be visually customised to the user's requirements.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Perceivable</label>
<url>http://www.w3.org/TR/WCAG20/#perceivable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>1.4.5</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_5</url>
</resource>
<resource>
<type>Technique</type>
<label>G140</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G140</url>
</resource>
<resource>
<type>Technique</type>
<label>C22</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/C22</url>
</resource>
<resource>
<type>Technique</type>
<label>C30</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/C30</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_2.2_2_2.SCR33,SCR22,G187,G152,G186,G191</code>
<message>If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.2.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_2_2</url>
</resource>
<resource>
<type>Technique</type>
<label>SCR33</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/SCR33</url>
</resource>
<resource>
<type>Technique</type>
<label>SCR22</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/SCR22</url>
</resource>
<resource>
<type>Technique</type>
<label>G187</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G187</url>
</resource>
<resource>
<type>Technique</type>
<label>G152</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G152</url>
</resource>
<resource>
<type>Technique</type>
<label>G186</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G186</url>
</resource>
<resource>
<type>Technique</type>
<label>G191</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G191</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_3.2_3_1.G19,G176</code>
<message>Check that no component of the content flashes more than three times in any 1-second period, or that the size of any flashing area is sufficiently small.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.3.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_3_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G19</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G19</url>
</resource>
<resource>
<type>Technique</type>
<label>G176</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G176</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124,H69</code>
<message>Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.1</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_1</url>
</resource>
<resource>
<type>Technique</type>
<label>G1</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G1</url>
</resource>
<resource>
<type>Technique</type>
<label>G123</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G123</url>
</resource>
<resource>
<type>Technique</type>
<label>G124</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G124</url>
</resource>
<resource>
<type>Technique</type>
<label>H69</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H69</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_3.H4.2</code>
<message>If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_3</url>
</resource>
<resource>
<type>Technique</type>
<label>H4</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H4</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_5.G125,G64,G63,G161,G126,G185</code>
<message>If this Web page is not part of a linear process, check that there is more than one way of locating this Web page within a set of Web pages.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.5</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_5</url>
</resource>
<resource>
<type>Technique</type>
<label>G125</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G125</url>
</resource>
<resource>
<type>Technique</type>
<label>G64</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G64</url>
</resource>
<resource>
<type>Technique</type>
<label>G63</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G63</url>
</resource>
<resource>
<type>Technique</type>
<label>G161</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G161</url>
</resource>
<resource>
<type>Technique</type>
<label>G126</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G126</url>
</resource>
<resource>
<type>Technique</type>
<label>G185</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G185</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_6.G130,G131</code>
<message>Check that headings and labels describe topic or purpose.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.6</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_6</url>
</resource>
<resource>
<type>Technique</type>
<label>G130</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G130</url>
</resource>
<resource>
<type>Technique</type>
<label>G131</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G131</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle2.Guideline2_4.2_4_7.G149,G165,G195,C15,SCR31</code>
<message>Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Operable</label>
<url>http://www.w3.org/TR/WCAG20/#operable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>2.4.7</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_7</url>
</resource>
<resource>
<type>Technique</type>
<label>G149</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G149</url>
</resource>
<resource>
<type>Technique</type>
<label>G165</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G165</url>
</resource>
<resource>
<type>Technique</type>
<label>G195</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G195</url>
</resource>
<resource>
<type>Technique</type>
<label>C15</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/C15</url>
</resource>
<resource>
<type>Technique</type>
<label>SCR31</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/SCR31</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_1.3_1_2.H58</code>
<message>Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.1.2</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_1_2</url>
</resource>
<resource>
<type>Technique</type>
<label>H58</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/H58</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_3.G61</code>
<message>Check that navigational mechanisms that are repeated on multiple Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.3</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_3</url>
</resource>
<resource>
<type>Technique</type>
<label>G61</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G61</url>
</resource>
</resources>
</issue>
<issue>
<type>notice</type>
<code>WCAG2AA.Principle3.Guideline3_2.3_2_4.G197</code>
<message>Check that components that have the same functionality within this Web page are identified consistently in the set of Web pages to which it belongs.</message>
<recommendation />
<selector />
<context />
<resources>
<resource>
<type>Principle</type>
<label>Understandable</label>
<url>http://www.w3.org/TR/WCAG20/#understandable</url>
</resource>
<resource>
<type>Success Criterion</type>
<label>3.2.4</label>
<url>https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_4</url>
</resource>
<resource>
<type>Technique</type>
<label>G197</label>
<url>http://www.w3.org/TR/WCAG20-TECHS/G197</url>
</resource>
</resources>
</issue>
</issues>
</report>
</reports>
</a11y>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment