Skip to content

Instantly share code, notes, and snippets.

@manifestinteractive
Last active July 9, 2022 08:48
Show Gist options
  • Save manifestinteractive/52a25c431d8280166e005f5c82b5d34e to your computer and use it in GitHub Desktop.
Save manifestinteractive/52a25c431d8280166e005f5c82b5d34e to your computer and use it in GitHub Desktop.
SFCC DevOps - Accessibility Test Sample
h1. A11Y Report Summary
*Date:* Sunday, August 25, 2019 12:03 AM
h3. Total Issues: 192
✖ Errors: 8 ▲ Warnings: 38 ◆ Notices: 146
\\
----
\\
h2. ⚑ Google
*URL:* [https://www.google.com/#spf=1566705815699|https://www.google.com/#spf=1566705815699]
h3. Test Issues (60)
{panel:title=Errors: 3|collapse=true}
||#1||✖ Error: WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.Center||
|*Issue*|Presentational markup used that has become obsolete in HTML5.|
|*Context*|{code:html}<center><br clear="all" id="lgpd"><div ...</center>{code}|
|*Selector*|{code:css}html > body > center{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H49|http://www.w3.org/TR/WCAG20-TECHS/H49]|
||#2||✖ Error: WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr||
|*Issue*|Align attributes .|
|*Context*|{code:html}<td align="center" nowrap=""><input name="ie" value="ISO-885...</td>{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2){code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H49|http://www.w3.org/TR/WCAG20-TECHS/H49]|
||#3||✖ Error: WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr||
|*Issue*|Align attributes .|
|*Context*|{code:html}<td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=en...</td>{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(3){code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H49|http://www.w3.org/TR/WCAG20-TECHS/H49]|
</details>
{panel:title=Warnings: 5|collapse=true}
||#1||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.FGColour||
|*Issue*|Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.|
|*Context*|{code:html}<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">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > div > input{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique F24|http://www.w3.org/TR/WCAG20-TECHS/F24]|
||#2||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.BGColour||
|*Issue*|Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.|
|*Context*|{code:html}<body bgcolor="#fff"><script nonce="/NvxH8mxk+124Yp6...</body>{code}|
|*Selector*|{code:css}html > body{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique F24|http://www.w3.org/TR/WCAG20-TECHS/F24]|
||#3||▲ Warning: WCAG2AA.Principle1.Guideline1_3.1_3_1.H48||
|*Issue*|If this element contains a navigation section, it is recommended that it be marked up as a list.|
|*Context*|{code:html}<div style="margin:19px auto;text-align:center" id="fll"><a href="/intl/en/ads/">Adverti...</div>{code}|
|*Selector*|{code:css}#fll{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H48|http://www.w3.org/TR/WCAG20-TECHS/H48]|
||#4||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.FGColour||
|*Issue*|Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.|
|*Context*|{code:html}<p style="color:#767676;font-size:8pt">© 2019 - <a href="/intl/en/poli...</p>{code}|
|*Selector*|{code:css}#footer > p{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique F24|http://www.w3.org/TR/WCAG20-TECHS/F24]|
||#5||▲ Warning: WCAG2AA.Principle1.Guideline1_3.1_3_1.H48||
|*Issue*|If this element contains a navigation section, it is recommended that it be marked up as a list.|
|*Context*|{code:html}<p style="color:#767676;font-size:8pt">© 2019 - <a href="/intl/en/poli...</p>{code}|
|*Selector*|{code:css}#footer > p{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H48|http://www.w3.org/TR/WCAG20-TECHS/H48]|
</details>
{panel:title=Notices: 52|collapse=true}
||#1||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input class="lsb" value="I'm Feeling Lucky" name="btnI" onclick="/*gws_metadata_pragma__js_inline_handler*/ if(this.form.q.value){ this.checked=1; if (this.form.iflsig)this.form.iflsig.disabled=false; } else top.location='/doodles/'" type="submit">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > span:nth-child(9) > span > input{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#2||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="gb1" style="text-decoration:none" href="https://www.google.com/intl/en/about/products?tab=wh"><u>More</u> »</a>{code}|
|*Selector*|{code:css}#gbar > nobr > a:nth-child(9){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#3||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="http://www.google.com/history/optout?hl=en" class="gb4">Web History</a>{code}|
|*Selector*|{code:css}#guser > nobr > a:nth-child(4){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#4||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="/preferences?hl=en" class="gb4">Settings</a>{code}|
|*Selector*|{code:css}#guser > nobr > a:nth-child(5){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#5||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#gb_70{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#6||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_2.H25.2||
|*Issue*|Check that the title element describes the document.|
|*Context*|{code:html}<title>Google</title>{code}|
|*Selector*|{code:css}html > head > title{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_2], [Technique H25|http://www.w3.org/TR/WCAG20-TECHS/H25]|
||#7||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<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">{code}|
|*Selector*|{code:css}#hplogo{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#8||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<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">{code}|
|*Selector*|{code:css}#hplogo{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#9||◆ Notice: WCAG2AA.Principle3.Guideline3_3.3_3_1.G83,G84,G85||
|*Issue*|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.|
|*Context*|{code:html}<form action="/search" name="f"><table cellpadding="0" cellspac...</form>{code}|
|*Selector*|{code:css}html > body > center > form{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_1], [Technique G83|http://www.w3.org/TR/WCAG20-TECHS/G83], [Technique G84|http://www.w3.org/TR/WCAG20-TECHS/G84], [Technique G85|http://www.w3.org/TR/WCAG20-TECHS/G85]|
||#10||◆ Notice: WCAG2AA.Principle3.Guideline3_3.3_3_2.G131,G89,G184,H90||
|*Issue*|Check that descriptive labels or instructions (including for required fields) are provided for user input in this form.|
|*Context*|{code:html}<form action="/search" name="f"><table cellpadding="0" cellspac...</form>{code}|
|*Selector*|{code:css}html > body > center > form{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.3.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_2], [Technique G131|http://www.w3.org/TR/WCAG20-TECHS/G131], [Technique G89|http://www.w3.org/TR/WCAG20-TECHS/G89], [Technique G184|http://www.w3.org/TR/WCAG20-TECHS/G184], [Technique H90|http://www.w3.org/TR/WCAG20-TECHS/H90]|
||#11||◆ Notice: WCAG2AA.Principle3.Guideline3_3.3_3_3.G177||
|*Issue*|Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content.|
|*Context*|{code:html}<form action="/search" name="f"><table cellpadding="0" cellspac...</form>{code}|
|*Selector*|{code:css}html > body > center > form{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.3.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_3], [Technique G177|http://www.w3.org/TR/WCAG20-TECHS/G177]|
||#12||◆ Notice: WCAG2AA.Principle3.Guideline3_3.3_3_4.G98,G99,G155,G164,G168.LegalForms||
|*Issue*|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.|
|*Context*|{code:html}<form action="/search" name="f"><table cellpadding="0" cellspac...</form>{code}|
|*Selector*|{code:css}html > body > center > form{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.3.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_4], [Technique G98|http://www.w3.org/TR/WCAG20-TECHS/G98], [Technique G99|http://www.w3.org/TR/WCAG20-TECHS/G99], [Technique G155|http://www.w3.org/TR/WCAG20-TECHS/G155], [Technique G164|http://www.w3.org/TR/WCAG20-TECHS/G164], [Technique G168|http://www.w3.org/TR/WCAG20-TECHS/G168]|
||#13||◆ Notice: WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable||
|*Issue*|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.|
|*Context*|{code:html}<table cellpadding="0" cellspacing="0"><tbody><tr valign="top"><td wid...</table>{code}|
|*Selector*|{code:css}html > body > center > form > table{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique LayoutTable|http://www.w3.org/TR/WCAG20-TECHS/LayoutTable]|
||#14||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="gb1" href="https://www.google.com/imghp?hl=en&amp;tab=wi">Images</a>{code}|
|*Selector*|{code:css}#gbar > nobr > a:nth-child(2){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#15||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input name="ie" value="ISO-8859-1" type="hidden">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(1){code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#16||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input value="en" name="hl" type="hidden">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(2){code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#17||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input name="source" type="hidden" value="hp">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(3){code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#18||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input name="biw" type="hidden">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(4){code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#19||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input name="bih" type="hidden">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(5){code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#20||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="gb1" href="https://maps.google.com/maps?hl=en&amp;tab=wl">Maps</a>{code}|
|*Selector*|{code:css}#gbar > nobr > a:nth-child(3){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#21||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<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">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > div > input{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#22||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input class="lsb" value="Google Search" name="btnG" type="submit">{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(2) > span:nth-child(8) > span > input{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#23||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="gb1" href="https://play.google.com/?hl=en&amp;tab=w8">Play</a>{code}|
|*Selector*|{code:css}#gbar > nobr > a:nth-child(4){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#24||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="gb1" href="https://www.youtube.com/?gl=US&amp;tab=w1">YouTube</a>{code}|
|*Selector*|{code:css}#gbar > nobr > a:nth-child(5){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#25||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="/advanced_search?hl=en&amp;authuser=0">Advanced search</a>{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(3) > a:nth-child(1){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#26||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="/language_tools?hl=en&amp;authuser=0">Language tools</a>{code}|
|*Selector*|{code:css}html > body > center > form > table > tbody > tr > td:nth-child(3) > a:nth-child(2){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#27||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input id="gbv" name="gbv" type="hidden" value="2">{code}|
|*Selector*|{code:css}#gbv{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#28||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input type="hidden" name="oq">{code}|
|*Selector*|{code:css}html > body > center > form > input:nth-child(4){code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#29||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input type="hidden" name="gs_l">{code}|
|*Selector*|{code:css}html > body > center > form > input:nth-child(5){code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#30||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="gb1" href="https://news.google.com/nwshp?hl=en&amp;tab=wn">News</a>{code}|
|*Selector*|{code:css}#gbar > nobr > a:nth-child(6){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#31||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="/intl/en/ads/">Advertising&nbsp;Programs</a>{code}|
|*Selector*|{code:css}#fll > a:nth-child(1){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#32||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="/services/">Business Solutions</a>{code}|
|*Selector*|{code:css}#fll > a:nth-child(2){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#33||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="/intl/en/about.html">About Google</a>{code}|
|*Selector*|{code:css}#fll > a:nth-child(3){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#34||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="gb1" href="https://mail.google.com/mail/?tab=wm">Gmail</a>{code}|
|*Selector*|{code:css}#gbar > nobr > a:nth-child(7){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#35||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="gb1" href="https://drive.google.com/?tab=wo">Drive</a>{code}|
|*Selector*|{code:css}#gbar > nobr > a:nth-child(8){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#36||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="/intl/en/policies/privacy/">Privacy</a>{code}|
|*Selector*|{code:css}#footer > p > a:nth-child(1){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#37||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a href="/intl/en/policies/terms/">Terms</a>{code}|
|*Selector*|{code:css}#footer > p > a:nth-child(2){code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#38||◆ Notice: WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}html > body > table{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique LayoutTable|http://www.w3.org/TR/WCAG20-TECHS/LayoutTable]|
||#39||◆ Notice: WCAG2AA.Principle1.Guideline1_3.1_3_2.G57||
|*Issue*|Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_2], [Technique G57|http://www.w3.org/TR/WCAG20-TECHS/G57]|
||#40||◆ Notice: WCAG2AA.Principle1.Guideline1_3.1_3_3.G96||
|*Issue*|Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_3], [Technique G96|http://www.w3.org/TR/WCAG20-TECHS/G96]|
||#41||◆ Notice: WCAG2AA.Principle1.Guideline1_4.1_4_1.G14,G182||
|*Issue*|Check that any information conveyed using colour alone is also available in text, or through other visual cues.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_1], [Technique G14|http://www.w3.org/TR/WCAG20-TECHS/G14], [Technique G182|http://www.w3.org/TR/WCAG20-TECHS/G182]|
||#42||◆ Notice: WCAG2AA.Principle1.Guideline1_4.1_4_4.G142||
|*Issue*|Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_4], [Technique G142|http://www.w3.org/TR/WCAG20-TECHS/G142]|
||#43||◆ Notice: WCAG2AA.Principle1.Guideline1_4.1_4_5.G140,C22,C30.AALevel||
|*Issue*|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.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.5|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_5], [Technique G140|http://www.w3.org/TR/WCAG20-TECHS/G140], [Technique C22|http://www.w3.org/TR/WCAG20-TECHS/C22], [Technique C30|http://www.w3.org/TR/WCAG20-TECHS/C30]|
||#44||◆ Notice: WCAG2AA.Principle2.Guideline2_2.2_2_2.SCR33,SCR22,G187,G152,G186,G191||
|*Issue*|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.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.2.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_2_2], [Technique SCR33|http://www.w3.org/TR/WCAG20-TECHS/SCR33], [Technique SCR22|http://www.w3.org/TR/WCAG20-TECHS/SCR22], [Technique G187|http://www.w3.org/TR/WCAG20-TECHS/G187], [Technique G152|http://www.w3.org/TR/WCAG20-TECHS/G152], [Technique G186|http://www.w3.org/TR/WCAG20-TECHS/G186], [Technique G191|http://www.w3.org/TR/WCAG20-TECHS/G191]|
||#45||◆ Notice: WCAG2AA.Principle2.Guideline2_3.2_3_1.G19,G176||
|*Issue*|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.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_3_1], [Technique G19|http://www.w3.org/TR/WCAG20-TECHS/G19], [Technique G176|http://www.w3.org/TR/WCAG20-TECHS/G176]|
||#46||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124,H69||
|*Issue*|Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_1], [Technique G1|http://www.w3.org/TR/WCAG20-TECHS/G1], [Technique G123|http://www.w3.org/TR/WCAG20-TECHS/G123], [Technique G124|http://www.w3.org/TR/WCAG20-TECHS/G124], [Technique H69|http://www.w3.org/TR/WCAG20-TECHS/H69]|
||#47||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_5.G125,G64,G63,G161,G126,G185||
|*Issue*|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.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.5|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_5], [Technique G125|http://www.w3.org/TR/WCAG20-TECHS/G125], [Technique G64|http://www.w3.org/TR/WCAG20-TECHS/G64], [Technique G63|http://www.w3.org/TR/WCAG20-TECHS/G63], [Technique G161|http://www.w3.org/TR/WCAG20-TECHS/G161], [Technique G126|http://www.w3.org/TR/WCAG20-TECHS/G126], [Technique G185|http://www.w3.org/TR/WCAG20-TECHS/G185]|
||#48||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_6.G130,G131||
|*Issue*|Check that headings and labels describe topic or purpose.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.6|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_6], [Technique G130|http://www.w3.org/TR/WCAG20-TECHS/G130], [Technique G131|http://www.w3.org/TR/WCAG20-TECHS/G131]|
||#49||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_7.G149,G165,G195,C15,SCR31||
|*Issue*|Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.7|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_7], [Technique G149|http://www.w3.org/TR/WCAG20-TECHS/G149], [Technique G165|http://www.w3.org/TR/WCAG20-TECHS/G165], [Technique G195|http://www.w3.org/TR/WCAG20-TECHS/G195], [Technique C15|http://www.w3.org/TR/WCAG20-TECHS/C15], [Technique SCR31|http://www.w3.org/TR/WCAG20-TECHS/SCR31]|
||#50||◆ Notice: WCAG2AA.Principle3.Guideline3_1.3_1_2.H58||
|*Issue*|Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate.|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.1.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_1_2], [Technique H58|http://www.w3.org/TR/WCAG20-TECHS/H58]|
||#51||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_3.G61||
|*Issue*|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.|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_3], [Technique G61|http://www.w3.org/TR/WCAG20-TECHS/G61]|
||#52||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_4.G197||
|*Issue*|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.|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_4], [Technique G197|http://www.w3.org/TR/WCAG20-TECHS/G197]|
{panel}
\\
----
\\
h2. ⚑ Bing
*URL:* [https://www.bing.com/?toWww=1&redig=8132325D4D874C86A2C32417341C29F9|https://www.bing.com/?toWww=1&redig=8132325D4D874C86A2C32417341C29F9]
h3. Test Issues (132)
{panel:title=Errors: 5|collapse=true}
||#1||✖ Error: WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1||
|*Issue*|Iframe element requires a non-empty title attribute that identifies the frame.|
|*Context*|{code:html}<iframe src="https://login.live.com/login.srf?wa=wsignin1.0&amp;rpsnv=11&amp;ct=1566705816&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" ...{code}|
|*Selector*|{code:css}html > body > iframe{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_1], [Technique H64|http://www.w3.org/TR/WCAG20-TECHS/H64]|
||#2||✖ Error: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputButton.Name||
|*Issue*|This buttoninput element does not have a name available to an accessibility API. Valid names are: value undefined, aria-label undefined, aria-labelledby undefined.|
|*Context*|{code:html}<input type="submit" class="b_searchboxSubmit" id="sb_form_go" tabindex="-1" name="go">{code}|
|*Selector*|{code:css}#sb_form_go{code}|
|*Resources*|[Principle Robust|http://www.w3.org/TR/WCAG20/#robust], [Success Criterion 4.1.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/4_1_2], [Technique H91|http://www.w3.org/TR/WCAG20-TECHS/H91]|
||#3||✖ Error: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent||
|*Issue*|Anchor element found with a valid href attribute, but no link content has been supplied.|
|*Context*|{code:html}<a class="b_hide" id="id_rwl" href="/rewards/dashboard" h="ID=SERP,5065.1"></a>{code}|
|*Selector*|{code:css}#id_rwl{code}|
|*Resources*|[Principle Robust|http://www.w3.org/TR/WCAG20/#robust], [Success Criterion 4.1.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/4_1_2], [Technique H91|http://www.w3.org/TR/WCAG20-TECHS/H91]|
||#4||✖ Error: WCAG2AA.Principle1.Guideline1_1.1_1_1.H37||
|*Issue*|Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.|
|*Context*|{code:html}<img id="hp_trivia_icon" aria-labelledby="hp_trivia_title" class="rms_img" src="/rs/2T/zU/ic/50e52dff/af3ca49a.png" style="display: block;">{code}|
|*Selector*|{code:css}#hp_trivia_icon{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique H37|http://www.w3.org/TR/WCAG20-TECHS/H37]|
||#5||✖ Error: WCAG2AA.Principle4.Guideline4_1.4_1_1.F77||
|*Issue*|Duplicate id attribute value "aRmsDefer" found on the web page.|
|*Context*|{code:html}<div id="aRmsDefer"><script>//<![CDATA[var Carouse...</div>{code}|
|*Selector*|{code:css}#aRmsDefer{code}|
|*Resources*|[Principle Robust|http://www.w3.org/TR/WCAG20/#robust], [Success Criterion 4.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/4_1_1], [Technique F77|http://www.w3.org/TR/WCAG20-TECHS/F77]|
</details>
{panel:title=Warnings: 33|collapse=true}
||#1||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#scpl2{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#2||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#scpl3{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#3||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs||
|*Issue*|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.|
|*Context*|{code:html}<li id="hdr_spl" data-bm="4">|</li>{code}|
|*Selector*|{code:css}#hdr_spl{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#4||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#msn > a{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#5||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#office > a{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#6||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#outlook > a{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#7||▲ Warning: WCAG2AA.Principle1.Guideline1_3.1_3_1.H48||
|*Issue*|If this element contains a navigation section, it is recommended that it be marked up as a list.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#id_h{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H48|http://www.w3.org/TR/WCAG20-TECHS/H48]|
||#8||▲ Warning: WCAG2AA.Principle1.Guideline1_3.1_3_1.H48||
|*Issue*|If this element contains a navigation section, it is recommended that it be marked up as a list.|
|*Context*|{code:html}<div id="sc_mdCrs" style="width: 1280px;"><a id="crs_btLeft" class="crs_b...</div>{code}|
|*Selector*|{code:css}#sc_mdCrs{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H48|http://www.w3.org/TR/WCAG20-TECHS/H48]|
||#9||▲ Warning: WCAG2AA.Principle1.Guideline1_3.1_3_1.H48||
|*Issue*|If this element contains a navigation section, it is recommended that it be marked up as a list.|
|*Context*|{code:html}<div id="sh_rdiv" data-bm="20"><a id="sh_cp" aria-haspopup="tr...</div>{code}|
|*Selector*|{code:css}#sh_rdiv{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H48|http://www.w3.org/TR/WCAG20-TECHS/H48]|
||#10||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<h2 id="hphdl" class="hpcInfoText" data-text="Info">Get the bear facts</h2>{code}|
|*Selector*|{code:css}#hphdl{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#11||▲ Warning: WCAG2AA.Principle1.Guideline1_3.1_3_1.H48||
|*Issue*|If this element contains a navigation section, it is recommended that it be marked up as a list.|
|*Context*|{code:html}<div id="hp_trivia_container" role="complementary" aria-label="Bing homepage quiz"><img id="hp_trivia_icon" aria-l...</div>{code}|
|*Selector*|{code:css}#hp_trivia_container{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H48|http://www.w3.org/TR/WCAG20-TECHS/H48]|
||#12||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#scpl0{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#13||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G145.Abs||
|*Issue*|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.|
|*Context*|{code:html}<h2 class="">Trending news</h2>{code}|
|*Selector*|{code:css}#hp_ctrls > div:nth-child(3) > h2{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G145|http://www.w3.org/TR/WCAG20-TECHS/G145]|
||#14||▲ Warning: WCAG2AA.Principle1.Guideline1_3.1_3_1.H48||
|*Issue*|If this element contains a navigation section, it is recommended that it be marked up as a list.|
|*Context*|{code:html}<div id="caroToggle"><span tabindex="-1" aria-live="...</div>{code}|
|*Selector*|{code:css}#caroToggle{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique H48|http://www.w3.org/TR/WCAG20-TECHS/H48]|
||#15||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.BgImage||
|*Issue*|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.|
|*Context*|{code:html}<div class="hp_sw_logo hpcLogoWhite" data-bm="17"><h1 class="a11yhide">Bing</h1>B...</div>{code}|
|*Selector*|{code:css}#sbox > div:nth-child(1){code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#16||▲ Warning: WCAG2AA.Principle2.Guideline2_1.2_1_1.G90||
|*Issue*|Ensure the functionality provided by an event handler for this element is available through the keyboard|
|*Context*|{code:html}<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,5073.1" tabindex="-1" aria-disabled="true" style="display: block;"><spa...{code}|
|*Selector*|{code:css}#crs_btLeft{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_1_1], [Technique G90|http://www.w3.org/TR/WCAG20-TECHS/G90]|
||#17||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">1st crime in space?</div>{code}|
|*Selector*|{code:css}#crs_itemLink_0 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#18||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Entitled to surgery</div>{code}|
|*Selector*|{code:css}#crs_itemLink_1 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#19||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Call for boycott</div>{code}|
|*Selector*|{code:css}#crs_itemLink_2 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#20||▲ Warning: WCAG2AA.Principle2.Guideline2_1.2_1_1.G90||
|*Issue*|Ensure the functionality provided by an event handler for this element is available through the keyboard|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}html > body{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_1_1], [Technique G90|http://www.w3.org/TR/WCAG20-TECHS/G90]|
||#21||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Tragedy after marriage</div>{code}|
|*Selector*|{code:css}#crs_itemLink_3 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#22||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">B&amp;W uniform reactions</div>{code}|
|*Selector*|{code:css}#crs_itemLink_4 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#23||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">'Glad' for Koch death</div>{code}|
|*Selector*|{code:css}#crs_itemLink_5 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#24||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Test your news IQ</div>{code}|
|*Selector*|{code:css}#crs_itemLink_6 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#25||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">State judge found dead</div>{code}|
|*Selector*|{code:css}#crs_itemLink_7 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#26||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">More life than Earth?</div>{code}|
|*Selector*|{code:css}#crs_itemLink_8 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#27||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Russia blames crabs</div>{code}|
|*Selector*|{code:css}#crs_itemLink_9 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#28||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Convictions at stake</div>{code}|
|*Selector*|{code:css}#crs_itemLink_10 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#29||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Calls remark 'sarcasm'</div>{code}|
|*Selector*|{code:css}#crs_itemLink_11 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#30||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Diagnosed with cancer</div>{code}|
|*Selector*|{code:css}#crs_itemLink_12 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#31||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">First 'Cruella' photo</div>{code}|
|*Selector*|{code:css}#crs_itemLink_13 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#32||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha||
|*Issue*|This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.|
|*Context*|{code:html}<div class="hp_text">Visitor had measles</div>{code}|
|*Selector*|{code:css}#crs_itemLink_14 > span > div{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
||#33||▲ Warning: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#scpl1{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_3], [Technique G18|http://www.w3.org/TR/WCAG20-TECHS/G18]|
</details>
{panel:title=Notices: 94|collapse=true}
||#1||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_3" href="/search?q=Texas+newlyweds+car+accident&amp;filters=tnTID%3a%22A0044D05-CB8D-44b0-8F6B-ACA9C61A7D42%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%223%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c...{code}|
|*Selector*|{code:css}#crs_itemLink_3{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#2||◆ Notice: WCAG2AA.Principle3.Guideline3_3.3_3_1.G83,G84,G85||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#sb_form{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_1], [Technique G83|http://www.w3.org/TR/WCAG20-TECHS/G83], [Technique G84|http://www.w3.org/TR/WCAG20-TECHS/G84], [Technique G85|http://www.w3.org/TR/WCAG20-TECHS/G85]|
||#3||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#scpl1{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#4||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img id="hp_trivia_icon" aria-labelledby="hp_trivia_title" class="rms_img" src="/rs/2T/zU/ic/50e52dff/af3ca49a.png" style="display: block;">{code}|
|*Selector*|{code:css}#hp_trivia_icon{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#5||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="trivia_option" aria-labelledby="hp_trivia_option0" id="hp_trivia_option0" href="/search?q=brown+bear&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190824_AugustBears%22+WQId%3A%221%22+WQQI%3A...{code}|
|*Selector*|{code:css}#hp_trivia_option0{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#6||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="trivia_option" aria-labelledby="hp_trivia_option1" id="hp_trivia_option1" href="/search?q=brown+bear&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190824_AugustBears%22+WQId%3A%221%22+WQQI%3A...{code}|
|*Selector*|{code:css}#hp_trivia_option1{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#7||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="trivia_option" aria-labelledby="hp_trivia_option2" id="hp_trivia_option2" href="/search?q=brown+bear&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190824_AugustBears%22+WQId%3A%221%22+WQQI%3A...{code}|
|*Selector*|{code:css}#hp_trivia_option2{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#8||◆ Notice: WCAG2AA.Principle3.Guideline3_3.3_3_2.G131,G89,G184,H90||
|*Issue*|Check that descriptive labels or instructions (including for required fields) are provided for user input in this form.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#sb_form{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.3.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_2], [Technique G131|http://www.w3.org/TR/WCAG20-TECHS/G131], [Technique G89|http://www.w3.org/TR/WCAG20-TECHS/G89], [Technique G184|http://www.w3.org/TR/WCAG20-TECHS/G184], [Technique H90|http://www.w3.org/TR/WCAG20-TECHS/H90]|
||#9||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#scpl2{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#10||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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,5052.1" style="display: inline-block;"><div class="collapse"></div></a>{code}|
|*Selector*|{code:css}#sc_closer{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#11||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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,5051.1" style="display: none;"><div class="expand"></div></a>{code}|
|*Selector*|{code:css}#sc_opener{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#12||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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,5053.1" style="display: none;"><div class="collapse"></div></a>{code}|
|*Selector*|{code:css}#sc_hide{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#13||◆ Notice: WCAG2AA.Principle3.Guideline3_3.3_3_3.G177||
|*Issue*|Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#sb_form{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.3.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_3], [Technique G177|http://www.w3.org/TR/WCAG20-TECHS/G177]|
||#14||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#scpl3{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#15||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33||
|*Issue*|Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.|
|*Context*|{code:html}<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,5073.1" tabindex="-1" aria-disabled="true" style="display: block;"><spa...{code}|
|*Selector*|{code:css}#crs_btLeft{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81], [Technique H33|http://www.w3.org/TR/WCAG20-TECHS/H33]|
||#16||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33||
|*Issue*|Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.|
|*Context*|{code:html}<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,5072.1" style="display: block;"><span class="hpcCaroNavRight"><...</a>{code}|
|*Selector*|{code:css}#crs_btRight{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81], [Technique H33|http://www.w3.org/TR/WCAG20-TECHS/H33]|
||#17||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_0" href="/search?q=Crime+on+space+station&amp;filters=tnTID%3a%22E09812C6-B857-49a9-876F-CE3CA4BAE29C%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%220%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c778422...{code}|
|*Selector*|{code:css}#crs_itemLink_0{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#18||◆ Notice: WCAG2AA.Principle3.Guideline3_3.3_3_4.G98,G99,G155,G164,G168.LegalForms||
|*Issue*|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.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#sb_form{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.3.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_3_4], [Technique G98|http://www.w3.org/TR/WCAG20-TECHS/G98], [Technique G99|http://www.w3.org/TR/WCAG20-TECHS/G99], [Technique G155|http://www.w3.org/TR/WCAG20-TECHS/G155], [Technique G164|http://www.w3.org/TR/WCAG20-TECHS/G164], [Technique G168|http://www.w3.org/TR/WCAG20-TECHS/G168]|
||#19||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Crime on space station" src="/th?id=OPN.RTNews_w-7pr1CWrURkaq3hBWuE1A&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="22">{code}|
|*Selector*|{code:css}#crs_itemLink_0 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#20||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Crime on space station" src="/th?id=OPN.RTNews_w-7pr1CWrURkaq3hBWuE1A&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="22">{code}|
|*Selector*|{code:css}#crs_itemLink_0 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#21||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_1" href="/search?q=Idaho+transgender+inmate&amp;filters=tnTID%3a%2225DFBD03-4298-4401-B101-14FC22A20849%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%221%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c7784...{code}|
|*Selector*|{code:css}#crs_itemLink_1{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#22||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<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...{code}|
|*Selector*|{code:css}#sb_form_q{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#23||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Idaho transgender inmate" src="/th?id=OPN.RTNews__sHv-pBTv1K6xDRJXJKXRg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="23">{code}|
|*Selector*|{code:css}#crs_itemLink_1 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#24||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Idaho transgender inmate" src="/th?id=OPN.RTNews__sHv-pBTv1K6xDRJXJKXRg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="23">{code}|
|*Selector*|{code:css}#crs_itemLink_1 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#25||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_2" href="/search?q=Jimmy+John%27s+boycott+elephant&amp;filters=tnTID%3a%22B4CE57DA-4519-4bc9-896D-E5B2C142F40E%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%222%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8...{code}|
|*Selector*|{code:css}#crs_itemLink_2{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#26||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#msn > a{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#27||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Jimmy John's boycott elephant" src="/th?id=OPN.RTNews_XDd75kYrhjnBWsmCEVkEsw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="24">{code}|
|*Selector*|{code:css}#crs_itemLink_2 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#28||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Jimmy John's boycott elephant" src="/th?id=OPN.RTNews_XDd75kYrhjnBWsmCEVkEsw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="24">{code}|
|*Selector*|{code:css}#crs_itemLink_2 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#29||◆ Notice: WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable||
|*Issue*|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.|
|*Context*|{code:html}<table id="hp_table" role="none"><tbody><tr><td id="hp_cellCente...</table>{code}|
|*Selector*|{code:css}#hp_table{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_1], [Technique LayoutTable|http://www.w3.org/TR/WCAG20-TECHS/LayoutTable]|
||#30||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#office > a{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#31||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Texas newlyweds car accident" src="/th?id=OPN.RTNews_Sgxx053klPxGRamOZXUSSQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="25">{code}|
|*Selector*|{code:css}#crs_itemLink_3 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#32||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Texas newlyweds car accident" src="/th?id=OPN.RTNews_Sgxx053klPxGRamOZXUSSQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="25">{code}|
|*Selector*|{code:css}#crs_itemLink_3 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#33||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_4" href="/search?q=MLB+black+and+white+uniforms&amp;filters=tnTID%3a%2299E50FC1-5712-4383-AD01-17B11FC78AEC%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%224%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c...{code}|
|*Selector*|{code:css}#crs_itemLink_4{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#34||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input type="submit" class="b_searchboxSubmit" id="sb_form_go" tabindex="-1" name="go">{code}|
|*Selector*|{code:css}#sb_form_go{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#35||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="MLB black and white uniforms" src="/th?id=OPN.RTNews_YlxZLk8sjNFImumrOiBcuw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="26">{code}|
|*Selector*|{code:css}#crs_itemLink_4 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#36||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="MLB black and white uniforms" src="/th?id=OPN.RTNews_YlxZLk8sjNFImumrOiBcuw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="26">{code}|
|*Selector*|{code:css}#crs_itemLink_4 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#37||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_5" href="/search?q=Bill+Maher+David+Koch&amp;filters=tnTID%3a%22118B35A8-B5B8-4f37-8814-CCC445486D58%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%225%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c7784227...{code}|
|*Selector*|{code:css}#crs_itemLink_5{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#38||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#outlook > a{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#39||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Bill Maher David Koch" src="/th?id=OPN.RTNews_Nw6bbDMH2qEYBVCSPsfKFg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="27">{code}|
|*Selector*|{code:css}#crs_itemLink_5 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#40||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Bill Maher David Koch" src="/th?id=OPN.RTNews_Nw6bbDMH2qEYBVCSPsfKFg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="27">{code}|
|*Selector*|{code:css}#crs_itemLink_5 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#41||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_6" href="/search?q=Bing+weekly+quiz&amp;filters=tnTID%3a%22E680B920-5363-4977-A088-F2F950DCFA81%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%226%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c77842275%22&...{code}|
|*Selector*|{code:css}#crs_itemLink_6{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#42||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input id="sa_qs" name="qs" value="ds" type="hidden">{code}|
|*Selector*|{code:css}#sa_qs{code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#43||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Bing weekly quiz" src="/th?id=OPN.RTNews_FiXFksHsd7pUtvIxGfR5qg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="28">{code}|
|*Selector*|{code:css}#crs_itemLink_6 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#44||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Bing weekly quiz" src="/th?id=OPN.RTNews_FiXFksHsd7pUtvIxGfR5qg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="28">{code}|
|*Selector*|{code:css}#crs_itemLink_6 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#45||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_7" href="/search?q=Georgia+appeals+judge+shot&amp;filters=tnTID%3a%22941954C9-4B62-4ce6-B141-EA09B51C090D%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%227%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c77...{code}|
|*Selector*|{code:css}#crs_itemLink_7{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#46||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#id_l{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#47||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Georgia appeals judge shot" src="/th?id=OPN.RTNews_YvmHYTc7ZLlAn05_iT5-wg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="29">{code}|
|*Selector*|{code:css}#crs_itemLink_7 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#48||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Georgia appeals judge shot" src="/th?id=OPN.RTNews_YvmHYTc7ZLlAn05_iT5-wg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="29">{code}|
|*Selector*|{code:css}#crs_itemLink_7 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#49||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_8" href="/search?q=Exoplanets+life+study&amp;filters=tnTID%3a%22A171B3C4-F1BD-4fd6-9D43-0D6EE7E5A325%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%228%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c7784227...{code}|
|*Selector*|{code:css}#crs_itemLink_8{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#50||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#id_rh{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#51||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Exoplanets life study" src="/th?id=OPN.RTNews_vr5awoHlMCpa9kd2bckjnA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="30">{code}|
|*Selector*|{code:css}#crs_itemLink_8 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#52||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Exoplanets life study" src="/th?id=OPN.RTNews_vr5awoHlMCpa9kd2bckjnA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="30">{code}|
|*Selector*|{code:css}#crs_itemLink_8 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#53||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_9" href="/search?q=Russia+Fukushima+crabs&amp;filters=tnTID%3a%22D56D29C6-3AD4-44ff-B27B-C82C04C04057%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%229%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c778422...{code}|
|*Selector*|{code:css}#crs_itemLink_9{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#54||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_1.G107||
|*Issue*|Check that a change of context does not occur when this input field receives focus.|
|*Context*|{code:html}<input type="hidden" value="QBLH" name="form">{code}|
|*Selector*|{code:css}#sb_form > div > input:nth-child(4){code}|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_1], [Technique G107|http://www.w3.org/TR/WCAG20-TECHS/G107]|
||#55||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Russia Fukushima crabs" src="/th?id=OPN.RTNews_cxnd9tx435hD4w1ucv2cQQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="31">{code}|
|*Selector*|{code:css}#crs_itemLink_9 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#56||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Russia Fukushima crabs" src="/th?id=OPN.RTNews_cxnd9tx435hD4w1ucv2cQQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="31">{code}|
|*Selector*|{code:css}#crs_itemLink_9 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#57||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_10" href="/search?q=Oregon+non+unanimous+verdicts&amp;filters=tnTID%3a%22F4D14816-E852-403b-921D-11152A5C18AB%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2210%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8...{code}|
|*Selector*|{code:css}#crs_itemLink_10{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#58||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a class="b_hide" id="id_rwl" href="/rewards/dashboard" h="ID=SERP,5065.1"></a>{code}|
|*Selector*|{code:css}#id_rwl{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#59||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Oregon non unanimous verdicts" src="/th?id=OPN.RTNews_kL6K4jsHfzRjTemzpU5Ikw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="32">{code}|
|*Selector*|{code:css}#crs_itemLink_10 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#60||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Oregon non unanimous verdicts" src="/th?id=OPN.RTNews_kL6K4jsHfzRjTemzpU5Ikw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="32">{code}|
|*Selector*|{code:css}#crs_itemLink_10 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#61||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_11" href="/search?q=Trump+chosen+one+sarcasm&amp;filters=tnTID%3a%225338DB18-3B59-4d03-953D-3E439625B16B%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2211%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c77...{code}|
|*Selector*|{code:css}#crs_itemLink_11{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#62||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#id_sc{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#63||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Trump chosen one sarcasm" src="/th?id=OPN.RTNews_IMRyFAsJY9fpl5APPA5NHg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="33">{code}|
|*Selector*|{code:css}#crs_itemLink_11 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#64||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Trump chosen one sarcasm" src="/th?id=OPN.RTNews_IMRyFAsJY9fpl5APPA5NHg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="33">{code}|
|*Selector*|{code:css}#crs_itemLink_11 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#65||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_12" href="/search?q=Eddie+Money+cancer&amp;filters=tnTID%3a%22BC66752F-1FEE-4834-8306-1A50FFB04148%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2212%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c77842275...{code}|
|*Selector*|{code:css}#crs_itemLink_12{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#66||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_2.H25.2||
|*Issue*|Check that the title element describes the document.|
|*Context*|{code:html}<title>Bing</title>{code}|
|*Selector*|{code:css}html > head > title{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_2], [Technique H25|http://www.w3.org/TR/WCAG20-TECHS/H25]|
||#67||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Eddie Money cancer" src="/th?id=OPN.RTNews_5mMF2p2hszFMjWWWXZVFTg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="34">{code}|
|*Selector*|{code:css}#crs_itemLink_12 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#68||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Eddie Money cancer" src="/th?id=OPN.RTNews_5mMF2p2hszFMjWWWXZVFTg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="34">{code}|
|*Selector*|{code:css}#crs_itemLink_12 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#69||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_13" href="/search?q=Emma+Stone+Cruella&amp;filters=tnTID%3a%22E08B44F9-E33C-4779-8DE5-A439A894DA27%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2213%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c77842275...{code}|
|*Selector*|{code:css}#crs_itemLink_13{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#70||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="sh_cp" aria-haspopup="true" aria-controls="musCard" class="sc_light" aria-labelledby="hphdl" role="button" href="/search?q=Brown+bear&amp;form=hpcapt&amp;filters=HpDate%3a%2220190824_0700%22" h="ID=SERP,5043.1" style="cursor: pointer;"><div><d...{code}|
|*Selector*|{code:css}#sh_cp{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#71||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Emma Stone Cruella" src="/th?id=OPN.RTNews_TkOyxUjUFcLDP9wzDtYlCQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="35">{code}|
|*Selector*|{code:css}#crs_itemLink_13 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#72||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Emma Stone Cruella" src="/th?id=OPN.RTNews_TkOyxUjUFcLDP9wzDtYlCQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="35">{code}|
|*Selector*|{code:css}#crs_itemLink_13 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#73||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="crs_itemLink_14" href="/search?q=Disneyland+measles&amp;filters=tnTID%3a%224F6265FA-6DBC-488d-B8E1-DC2D56A81C6E%22+tnVersion%3a%223144779%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2214%22+tnOrder%3a%22eec164ac-e121-46e3-8149-8f2c77842275...{code}|
|*Selector*|{code:css}#crs_itemLink_14{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#74||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#scpl0{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#75||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image||
|*Issue*|Ensure that the img element's alt text serves the same purpose and presents the same information as the image.|
|*Context*|{code:html}<img alt="Disneyland measles" src="/th?id=OPN.RTNews_Q5Kex9HnX6BZuCAVIH2Jgw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="36">{code}|
|*Selector*|{code:css}#crs_itemLink_14 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G94|http://www.w3.org/TR/WCAG20-TECHS/G94]|
||#76||◆ Notice: WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74||
|*Issue*|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.|
|*Context*|{code:html}<img alt="Disneyland measles" src="/th?id=OPN.RTNews_Q5Kex9HnX6BZuCAVIH2Jgw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow" data-bm="36">{code}|
|*Selector*|{code:css}#crs_itemLink_14 > span > img{code}|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.1.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_1_1], [Technique G73|http://www.w3.org/TR/WCAG20-TECHS/G73], [Technique G74|http://www.w3.org/TR/WCAG20-TECHS/G74]|
||#77||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81||
|*Issue*|Check that the link text combined with programmatically determined link context identifies the purpose of the link.|
|*Context*|{code:html}<a id="celebrities" href="/k/celebrities" h="ID=SERP.1000,5050.1">Celebrities</a>{code}|
|*Selector*|{code:css}#celebrities{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81]|
||#78||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33||
|*Issue*|Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#sh_igl{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81], [Technique H33|http://www.w3.org/TR/WCAG20-TECHS/H33]|
||#79||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33||
|*Issue*|Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.|
|*Context*|{code:html}<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>{code}|
|*Selector*|{code:css}#sh_igr{code}|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_4], [Technique H77|http://www.w3.org/TR/WCAG20-TECHS/H77], [Technique H78|http://www.w3.org/TR/WCAG20-TECHS/H78], [Technique H79|http://www.w3.org/TR/WCAG20-TECHS/H79], [Technique H80|http://www.w3.org/TR/WCAG20-TECHS/H80], [Technique H81|http://www.w3.org/TR/WCAG20-TECHS/H81], [Technique H33|http://www.w3.org/TR/WCAG20-TECHS/H33]|
||#80||◆ Notice: WCAG2AA.Principle1.Guideline1_3.1_3_2.G57||
|*Issue*|Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_2], [Technique G57|http://www.w3.org/TR/WCAG20-TECHS/G57]|
||#81||◆ Notice: WCAG2AA.Principle1.Guideline1_3.1_3_3.G96||
|*Issue*|Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.3.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_3_3], [Technique G96|http://www.w3.org/TR/WCAG20-TECHS/G96]|
||#82||◆ Notice: WCAG2AA.Principle1.Guideline1_4.1_4_1.G14,G182||
|*Issue*|Check that any information conveyed using colour alone is also available in text, or through other visual cues.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_1], [Technique G14|http://www.w3.org/TR/WCAG20-TECHS/G14], [Technique G182|http://www.w3.org/TR/WCAG20-TECHS/G182]|
||#83||◆ Notice: WCAG2AA.Principle1.Guideline1_4.1_4_4.G142||
|*Issue*|Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_4], [Technique G142|http://www.w3.org/TR/WCAG20-TECHS/G142]|
||#84||◆ Notice: WCAG2AA.Principle1.Guideline1_4.1_4_5.G140,C22,C30.AALevel||
|*Issue*|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.|
|*Resources*|[Principle Perceivable|http://www.w3.org/TR/WCAG20/#perceivable], [Success Criterion 1.4.5|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/1_4_5], [Technique G140|http://www.w3.org/TR/WCAG20-TECHS/G140], [Technique C22|http://www.w3.org/TR/WCAG20-TECHS/C22], [Technique C30|http://www.w3.org/TR/WCAG20-TECHS/C30]|
||#85||◆ Notice: WCAG2AA.Principle2.Guideline2_2.2_2_2.SCR33,SCR22,G187,G152,G186,G191||
|*Issue*|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.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.2.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_2_2], [Technique SCR33|http://www.w3.org/TR/WCAG20-TECHS/SCR33], [Technique SCR22|http://www.w3.org/TR/WCAG20-TECHS/SCR22], [Technique G187|http://www.w3.org/TR/WCAG20-TECHS/G187], [Technique G152|http://www.w3.org/TR/WCAG20-TECHS/G152], [Technique G186|http://www.w3.org/TR/WCAG20-TECHS/G186], [Technique G191|http://www.w3.org/TR/WCAG20-TECHS/G191]|
||#86||◆ Notice: WCAG2AA.Principle2.Guideline2_3.2_3_1.G19,G176||
|*Issue*|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.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.3.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_3_1], [Technique G19|http://www.w3.org/TR/WCAG20-TECHS/G19], [Technique G176|http://www.w3.org/TR/WCAG20-TECHS/G176]|
||#87||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124,H69||
|*Issue*|Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.1|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_1], [Technique G1|http://www.w3.org/TR/WCAG20-TECHS/G1], [Technique G123|http://www.w3.org/TR/WCAG20-TECHS/G123], [Technique G124|http://www.w3.org/TR/WCAG20-TECHS/G124], [Technique H69|http://www.w3.org/TR/WCAG20-TECHS/H69]|
||#88||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_3.H4.2||
|*Issue*|If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_3], [Technique H4|http://www.w3.org/TR/WCAG20-TECHS/H4]|
||#89||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_5.G125,G64,G63,G161,G126,G185||
|*Issue*|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.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.5|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_5], [Technique G125|http://www.w3.org/TR/WCAG20-TECHS/G125], [Technique G64|http://www.w3.org/TR/WCAG20-TECHS/G64], [Technique G63|http://www.w3.org/TR/WCAG20-TECHS/G63], [Technique G161|http://www.w3.org/TR/WCAG20-TECHS/G161], [Technique G126|http://www.w3.org/TR/WCAG20-TECHS/G126], [Technique G185|http://www.w3.org/TR/WCAG20-TECHS/G185]|
||#90||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_6.G130,G131||
|*Issue*|Check that headings and labels describe topic or purpose.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.6|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_6], [Technique G130|http://www.w3.org/TR/WCAG20-TECHS/G130], [Technique G131|http://www.w3.org/TR/WCAG20-TECHS/G131]|
||#91||◆ Notice: WCAG2AA.Principle2.Guideline2_4.2_4_7.G149,G165,G195,C15,SCR31||
|*Issue*|Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls.|
|*Resources*|[Principle Operable|http://www.w3.org/TR/WCAG20/#operable], [Success Criterion 2.4.7|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/2_4_7], [Technique G149|http://www.w3.org/TR/WCAG20-TECHS/G149], [Technique G165|http://www.w3.org/TR/WCAG20-TECHS/G165], [Technique G195|http://www.w3.org/TR/WCAG20-TECHS/G195], [Technique C15|http://www.w3.org/TR/WCAG20-TECHS/C15], [Technique SCR31|http://www.w3.org/TR/WCAG20-TECHS/SCR31]|
||#92||◆ Notice: WCAG2AA.Principle3.Guideline3_1.3_1_2.H58||
|*Issue*|Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate.|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.1.2|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_1_2], [Technique H58|http://www.w3.org/TR/WCAG20-TECHS/H58]|
||#93||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_3.G61||
|*Issue*|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.|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.3|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_3], [Technique G61|http://www.w3.org/TR/WCAG20-TECHS/G61]|
||#94||◆ Notice: WCAG2AA.Principle3.Guideline3_2.3_2_4.G197||
|*Issue*|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.|
|*Resources*|[Principle Understandable|http://www.w3.org/TR/WCAG20/#understandable], [Success Criterion 3.2.4|https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/3_2_4], [Technique G197|http://www.w3.org/TR/WCAG20-TECHS/G197]|
{panel}
----
*Report Generated by:* [SFCC DevOps - Accessibility Tester|https://github.com/sfccdevelops/accessibility-tester]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment