Skip to content

Instantly share code, notes, and snippets.

@manifestinteractive
Last active July 9, 2022 08:47
Show Gist options
  • Save manifestinteractive/fab5fc8cceac093cbe9fb5a5c2ad1b96 to your computer and use it in GitHub Desktop.
Save manifestinteractive/fab5fc8cceac093cbe9fb5a5c2ad1b96 to your computer and use it in GitHub Desktop.
SFCC DevOps - Accessibility Test Sample
url type code message recommendation context selector resources
https://www.google.com/ error WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.Center Presentational markup used that has become obsolete in HTML5. N/A <center><br clear=”all” id=”lgpd”><div ...</center> html > body > center 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
https://www.google.com/ error WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr Align attributes . N/A <td align=”center” nowrap=””><input name=”ie” value=”ISO-885...</td> html > body > center > form > table > tbody > tr > td:nth-child(2) 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
https://www.google.com/ error WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr Align attributes . N/A <td class=”fl sblc” align=”left” nowrap=”” width=”25%”><a href=”/advanced_search?hl=en...</td> html > body > center > form > table > tbody > tr > td:nth-child(3) 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
https://www.google.com/ warning WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.FGColour Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour. N/A <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”> html > body > center > form > table > tbody > tr > td:nth-child(2) > div > input 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
https://www.google.com/ warning WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.BGColour Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image. N/A <body bgcolor=”#fff”><script nonce=”DwCxjT7nCs/0y6uV...</body> html > body 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
https://www.google.com/ warning WCAG2AA.Principle1.Guideline1_3.1_3_1.H48 If this element contains a navigation section, it is recommended that it be marked up as a list. N/A <div style=”margin:19px auto;text-align:center” id=”fll”><a href=”/intl/en/ads/”>Adverti...</div> #fll 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
https://www.google.com/ warning WCAG2AA.Principle1.Guideline1_4.1_4_3_F24.F24.FGColour Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour. N/A <p style=”color:#767676;font-size:8pt”>© 2019 - <a href=”/intl/en/poli...</p> #footer > p 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
https://www.google.com/ warning WCAG2AA.Principle1.Guideline1_3.1_3_1.H48 If this element contains a navigation section, it is recommended that it be marked up as a list. N/A <p style=”color:#767676;font-size:8pt”>© 2019 - <a href=”/intl/en/poli...</p> #footer > p 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input class=”lsb” value=”I'm Feeling Lucky” name=”btnI” onclick=”if(this.form.q.value)this.checked=1; else top.location='/doodles/'” type=”submit”> html > body > center > form > table > tbody > tr > td:nth-child(2) > span:nth-child(9) > span > input 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”gb1” style=”text-decoration:none” href=”https://www.google.com/intl/en/about/products?tab=wh”><u>More</u> »</a> #gbar > nobr > a:nth-child(9) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”http://www.google.com/history/optout?hl=en” class=”gb4”>Web History</a> #guser > nobr > a:nth-child(4) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”/preferences?hl=en” class=”gb4”>Settings</a> #guser > nobr > a:nth-child(5) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #gb_70 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_2.H25.2 Check that the title element describes the document. N/A <title>Google</title> html > head > title 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <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”> #hplogo 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <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”> #hplogo 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_3.3_3_1.G83,G84,G85 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. N/A <form action=”/search” name=”f”><table cellpadding=”0” cellspac...</form> html > body > center > form 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_3.3_3_2.G131,G89,G184,H90 Check that descriptive labels or instructions (including for required fields) are provided for user input in this form. N/A <form action=”/search” name=”f”><table cellpadding=”0” cellspac...</form> html > body > center > form 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_3.3_3_3.G177 Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content. N/A <form action=”/search” name=”f”><table cellpadding=”0” cellspac...</form> html > body > center > form 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_3.3_3_4.G98,G99,G155,G164,G168.LegalForms 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. N/A <form action=”/search” name=”f”><table cellpadding=”0” cellspac...</form> html > body > center > form 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable 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. N/A <table cellpadding=”0” cellspacing=”0”><tbody><tr valign=”top”><td wid...</table> html > body > center > form > table 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”gb1” href=”https://www.google.com/imghp?hl=en&amp;tab=wi”>Images</a> #gbar > nobr > a:nth-child(2) 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input name=”ie” value=”ISO-8859-1” type=”hidden”> html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(1) 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input value=”en” name=”hl” type=”hidden”> html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(2) 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input name=”source” type=”hidden” value=”hp”> html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(3) 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input name=”biw” type=”hidden”> html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(4) 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input name=”bih” type=”hidden”> html > body > center > form > table > tbody > tr > td:nth-child(2) > input:nth-child(5) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”gb1” href=”https://maps.google.com/maps?hl=en&amp;tab=wl”>Maps</a> #gbar > nobr > a:nth-child(3) 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <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”> html > body > center > form > table > tbody > tr > td:nth-child(2) > div > input 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input class=”lsb” value=”Google Search” name=”btnG” type=”submit”> html > body > center > form > table > tbody > tr > td:nth-child(2) > span:nth-child(8) > span > input 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”gb1” href=”https://play.google.com/?hl=en&amp;tab=w8”>Play</a> #gbar > nobr > a:nth-child(4) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”gb1” href=”https://www.youtube.com/?gl=US&amp;tab=w1”>YouTube</a> #gbar > nobr > a:nth-child(5) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”/advanced_search?hl=en&amp;authuser=0”>Advanced search</a> html > body > center > form > table > tbody > tr > td:nth-child(3) > a:nth-child(1) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”/language_tools?hl=en&amp;authuser=0”>Language tools</a> html > body > center > form > table > tbody > tr > td:nth-child(3) > a:nth-child(2) 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input id=”gbv” name=”gbv” type=”hidden” value=”2”> #gbv 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input type=”hidden” name=”oq”> html > body > center > form > input:nth-child(4) 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input type=”hidden” name=”gs_l”> html > body > center > form > input:nth-child(5) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”gb1” href=”https://news.google.com/nwshp?hl=en&amp;tab=wn”>News</a> #gbar > nobr > a:nth-child(6) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”/intl/en/ads/”>Advertising&nbsp;Programs</a> #fll > a:nth-child(1) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”/services/”>Business Solutions</a> #fll > a:nth-child(2) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”/intl/en/about.html”>About Google</a> #fll > a:nth-child(3) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”gb1” href=”https://mail.google.com/mail/?tab=wm”>Gmail</a> #gbar > nobr > a:nth-child(7) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”gb1” href=”https://drive.google.com/?tab=wo”>Drive</a> #gbar > nobr > a:nth-child(8) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”/intl/en/policies/privacy/”>Privacy</a> #footer > p > a:nth-child(1) 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a href=”/intl/en/policies/terms/”>Terms</a> #footer > p > a:nth-child(2) 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable 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. N/A <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> html > body > table 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_3.1_3_2.G57 Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_3.1_3_3.G96 Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_4.1_4_1.G14,G182 Check that any information conveyed using colour alone is also available in text, or through other visual cues. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_4.1_4_4.G142 Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle1.Guideline1_4.1_4_5.G140,C22,C30.AALevel 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. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_2.2_2_2.SCR33,SCR22,G187,G152,G186,G191 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. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_3.2_3_1.G19,G176 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. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124,H69 Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_5.G125,G64,G63,G161,G126,G185 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. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_6.G130,G131 Check that headings and labels describe topic or purpose. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle2.Guideline2_4.2_4_7.G149,G165,G195,C15,SCR31 Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_1.3_1_2.H58 Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_3.G61 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. N/A N/A N/A 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
https://www.google.com/ notice WCAG2AA.Principle3.Guideline3_2.3_2_4.G197 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. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 error WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1 Iframe element requires a non-empty title attribute that identifies the frame. N/A <iframe src=”https://login.live.com/login.srf?wa=wsignin1.0&amp;rpsnv=11&amp;ct=1564973682&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” ... html > body > iframe 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 error WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputButton.Name This buttoninput element does not have a name available to an accessibility API. Valid names are: value undefined, aria-label undefined, aria-labelledby undefined. N/A <input type=”submit” class=”b_searchboxSubmit” id=”sb_form_go” tabindex=”-1” name=”go”> #sb_form_go 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 error WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent Anchor element found with a valid href attribute, but no link content has been supplied. N/A <a class=”b_hide” id=”id_rwl” href=”/rewards/dashboard” h=”ID=SERP,5065.1”></a> #id_rwl 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 error WCAG2AA.Principle1.Guideline1_1.1_1_1.H37 Img element missing an alt attribute. Use the alt attribute to specify a short text alternative. N/A <img id=”hp_trivia_icon” aria-labelledby=”hp_trivia_title” class=”rms_img” src=”/rs/2T/Af/ic/50e52dff/af3ca49a.png” style=”display: block;”> #hp_trivia_icon 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 error WCAG2AA.Principle4.Guideline4_1.4_1_1.F77 Duplicate id attribute value ”aRmsDefer” found on the web page. N/A <div id=”aRmsDefer”><script>//<![CDATA[var Carouse...</div> #aRmsDefer 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs 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. N/A <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> #scpl2 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs 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. N/A <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> #scpl3 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs 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. N/A <li id=”hdr_spl” data-bm=”4”>|</li> #hdr_spl 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs 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. N/A <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> #msn > a 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs 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. N/A <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> #office > a 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs 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. N/A <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> #outlook > a 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_3.1_3_1.H48 If this element contains a navigation section, it is recommended that it be marked up as a list. N/A <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> #id_h 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_3.1_3_1.H48 If this element contains a navigation section, it is recommended that it be marked up as a list. N/A <div id=”sc_mdCrs” style=”width: 1280px;”><a id=”crs_btLeft” class=”crs_b...</div> #sc_mdCrs 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_3.1_3_1.H48 If this element contains a navigation section, it is recommended that it be marked up as a list. N/A <div id=”sh_rdiv” data-bm=”20”><a id=”sh_cp” aria-haspopup=”tr...</div> #sh_rdiv 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <h2 id=”hphdl” class=”hpcInfoText” data-text=”Info”>Pups of the prairie</h2> #hphdl 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_3.1_3_1.H48 If this element contains a navigation section, it is recommended that it be marked up as a list. N/A <div id=”hp_trivia_container” role=”complementary” aria-label=”Bing homepage quiz”><img id=”hp_trivia_icon” aria-l...</div> #hp_trivia_container 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs 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. N/A <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> #scpl0 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G145.Abs 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. N/A <h2 class=””>Trending news</h2> #hp_ctrls > div:nth-child(3) > h2 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_3.1_3_1.H48 If this element contains a navigation section, it is recommended that it be marked up as a list. N/A <div id=”caroToggle”><span tabindex=”-1” aria-live=”...</div> #caroToggle 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.BgImage 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. N/A <div class=”hp_sw_logo hpcLogoWhite” data-bm=”17”><h1 class=”a11yhide”>Bing</h1>B...</div> #sbox > div:nth-child(1) 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle2.Guideline2_1.2_1_1.G90 Ensure the functionality provided by an event handler for this element is available through the keyboard N/A <a id=”crs_btLeft” class=”crs_bt crs_bt_disabled” title=”Previous news” role=”button” aria-label=”Previous news” onclick=”hpulc4caro();” href=”javascript:void(0)” h=”ID=SERP.1000,5074.1” tabindex=”-1” aria-disabled=”true” style=”display: block;”><spa... #crs_btLeft 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Shooting in Dayton</div> #crs_itemLink_0 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Domestic terror probe</div> #crs_itemLink_1 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Actress claims abuse</div> #crs_itemLink_2 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle2.Guideline2_1.2_1_1.G90 Ensure the functionality provided by an event handler for this element is available through the keyboard N/A <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> html > body 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>First transgender hire</div> #crs_itemLink_3 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Cut due to threats</div> #crs_itemLink_4 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Failed prison escape</div> #crs_itemLink_5 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Pilots held at airport</div> #crs_itemLink_6 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Zips across Channel</div> #crs_itemLink_7 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>More bitten in Fla.</div> #crs_itemLink_8 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Fractures shoulder</div> #crs_itemLink_9 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Three boats capsize</div> #crs_itemLink_10 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Seizes another tanker</div> #crs_itemLink_11 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Teen charged in fall</div> #crs_itemLink_12 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Journalists killed</div> #crs_itemLink_13 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Alpha This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1. N/A <div class=”hp_text”>Sister among victims</div> #crs_itemLink_14 > span > div 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 warning WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs 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. N/A <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> #scpl1 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_3” href=”/search?q=Victoria+Secret+Valentina+Sampaio&amp;filters=tnTID%3a%222D9DFF61-BB34-4f74-B58C-E0AD3C648FF6%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%223%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f... #crs_itemLink_3 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_3.3_3_1.G83,G84,G85 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. N/A <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> #sb_form 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #scpl1 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img id=”hp_trivia_icon” aria-labelledby=”hp_trivia_title” class=”rms_img” src=”/rs/2T/Af/ic/50e52dff/af3ca49a.png” style=”display: block;”> #hp_trivia_icon 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”trivia_option” aria-labelledby=”hp_trivia_option0” id=”hp_trivia_option0” href=”/search?q=Saskatchewan&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190804_SwiftFox%22+WQId%3A%221%22+WQQI%3A%... #hp_trivia_option0 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”trivia_option” aria-labelledby=”hp_trivia_option1” id=”hp_trivia_option1” href=”/search?q=Saskatchewan&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190804_SwiftFox%22+WQId%3A%221%22+WQQI%3A%... #hp_trivia_option1 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”trivia_option” aria-labelledby=”hp_trivia_option2” id=”hp_trivia_option2” href=”/search?q=Saskatchewan&amp;filters=IsConversation%3A%22True%22+btrequestsource%3A%22homepage%22+WQOskey%3A%22HPQuiz_20190804_SwiftFox%22+WQId%3A%221%22+WQQI%3A%... #hp_trivia_option2 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_3.3_3_2.G131,G89,G184,H90 Check that descriptive labels or instructions (including for required fields) are provided for user input in this form. N/A <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> #sb_form 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #scpl2 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”sc_closer” role=”button” tabindex=”0” aria-label=”Collapse taskbar” data-alive=”The taskbar was collapsed” href=”javascript:void(0)” h=”ID=SERP.1000,5053.1” style=”display: inline-block;”><div class=”collapse”></div></a> #sc_closer 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”sc_opener” onclick=”hpulc4caro();” role=”button” tabindex=”0” aria-label=”Expand taskbar” data-alive=”The taskbar was expanded” href=”javascript:void(0)” h=”ID=SERP.1000,5052.1” style=”display: none;”><div class=”expand”></div></a> #sc_opener 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”sc_hide” class=”hpcHide” role=”button” tabindex=”0” aria-label=”Hide taskbar” data-alive=”The taskbar was hidden” href=”javascript:void(0)” h=”ID=SERP.1000,5054.1” style=”display: none;”><div class=”collapse”></div></a> #sc_hide 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_3.3_3_3.G177 Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content. N/A <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> #sb_form 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #scpl3 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33 Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link. N/A <a id=”crs_btLeft” class=”crs_bt crs_bt_disabled” title=”Previous news” role=”button” aria-label=”Previous news” onclick=”hpulc4caro();” href=”javascript:void(0)” h=”ID=SERP.1000,5074.1” tabindex=”-1” aria-disabled=”true” style=”display: block;”><spa... #crs_btLeft 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33 Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link. N/A <a id=”crs_btRight” class=”crs_bt” title=”More news” role=”button” aria-label=”More news” onclick=”hpulc4caro();” href=”javascript:void(0)” h=”ID=SERP.1000,5073.1” style=”display: block;”><span class=”hpcCaroNavRight”><...</a> #crs_btRight 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_0” href=”/search?q=Dayton+shooting&amp;filters=tnTID%3a%22ACD7B5E0-A099-485f-AACA-77305DE4B889%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%220%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5c8757350%22&a... #crs_itemLink_0 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_3.3_3_4.G98,G99,G155,G164,G168.LegalForms 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. N/A <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> #sb_form 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Dayton shooting” src=”/th?id=OPN.RTNews_qTiSfT11xtk3IC8AmzkCXw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”22”> #crs_itemLink_0 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Dayton shooting” src=”/th?id=OPN.RTNews_qTiSfT11xtk3IC8AmzkCXw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”22”> #crs_itemLink_0 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_1” href=”/search?q=El+Paso+investigation&amp;filters=tnTID%3a%2207D4F1DE-BD29-4cc8-B32F-37C0958FA817%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%221%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5c875735... #crs_itemLink_1 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <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... #sb_form_q 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”El Paso investigation” src=”/th?id=OPN.RTNews_yADesJr6iaaJTGYrij_nqw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”23”> #crs_itemLink_1 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”El Paso investigation” src=”/th?id=OPN.RTNews_yADesJr6iaaJTGYrij_nqw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”23”> #crs_itemLink_1 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_2” href=”/search?q=Afton+Williamson+quits+Rookie&amp;filters=tnTID%3a%220063133A-2411-4437-9494-5D9A018AA5EE%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%222%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af... #crs_itemLink_2 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #msn > a 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Afton Williamson quits Rookie” src=”/th?id=OPN.RTNews_o6MZA86K2t2YKUQjFR2U-w&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”24”> #crs_itemLink_2 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Afton Williamson quits Rookie” src=”/th?id=OPN.RTNews_o6MZA86K2t2YKUQjFR2U-w&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”24”> #crs_itemLink_2 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_3.1_3_1.LayoutTable 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. N/A <table id=”hp_table” role=”none”><tbody><tr><td id=”hp_cellCente...</table> #hp_table 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #office > a 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Victoria Secret Valentina Sampaio” src=”/th?id=OPN.RTNews_SHaGAPrP6t3PyM3l3WDSWA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”25”> #crs_itemLink_3 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Victoria Secret Valentina Sampaio” src=”/th?id=OPN.RTNews_SHaGAPrP6t3PyM3l3WDSWA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”25”> #crs_itemLink_3 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_4” href=”/search?q=Mashrou%27+Leila+dropped&amp;filters=tnTID%3a%22E3935573-92DB-44ac-9515-2CCB7C3E3C24%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%224%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5c875... #crs_itemLink_4 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input type=”submit” class=”b_searchboxSubmit” id=”sb_form_go” tabindex=”-1” name=”go”> #sb_form_go 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Mashrou' Leila dropped” src=”/th?id=OPN.RTNews_F3blQyR4PVeRvQJVeunddA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”26”> #crs_itemLink_4 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Mashrou' Leila dropped” src=”/th?id=OPN.RTNews_F3blQyR4PVeRvQJVeunddA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”26”> #crs_itemLink_4 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_5” href=”/search?q=Brazilian+gang+leader+prison+escape&amp;filters=tnTID%3a%22E55C9297-0377-429a-9E4C-5C60CC320BF1%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%225%22+tnOrder%3a%223dc7efb1-b0a1-41a9-83... #crs_itemLink_5 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #outlook > a 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Brazilian gang leader prison escape” src=”/th?id=OPN.RTNews_klA8ojpUxuQlD0Ob69AfDA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”27”> #crs_itemLink_5 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Brazilian gang leader prison escape” src=”/th?id=OPN.RTNews_klA8ojpUxuQlD0Ob69AfDA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”27”> #crs_itemLink_5 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_6” href=”/search?q=Glasgow+Airport+United+Airlines+pilots&amp;filters=tnTID%3a%22AE069BEF-9CBF-4828-B573-2DE9BEB40E5C%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%226%22+tnOrder%3a%223dc7efb1-b0a1-41a9... #crs_itemLink_6 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input id=”sa_qs” name=”qs” value=”ds” type=”hidden”> #sa_qs 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Glasgow Airport United Airlines pilots” src=”/th?id=OPN.RTNews_W8RZBhET2DqvnNlHqVfjQQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”28”> #crs_itemLink_6 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Glasgow Airport United Airlines pilots” src=”/th?id=OPN.RTNews_W8RZBhET2DqvnNlHqVfjQQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”28”> #crs_itemLink_6 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_7” href=”/search?q=Frenchman+Franky+Zapata+English+Channel&amp;filters=tnTID%3a%228B6A8E15-F6B7-4a7b-A133-0F004FC59BC1%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%227%22+tnOrder%3a%223dc7efb1-b0a1-41a... #crs_itemLink_7 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #id_l 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Frenchman Franky Zapata English Channel” src=”/th?id=OPN.RTNews_sf-d9ZhaZQBSi8l86cdUag&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”29”> #crs_itemLink_7 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Frenchman Franky Zapata English Channel” src=”/th?id=OPN.RTNews_sf-d9ZhaZQBSi8l86cdUag&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”29”> #crs_itemLink_7 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_8” href=”/search?q=Sharks+Florida+beach&amp;filters=tnTID%3a%220EB8E4FD-1BC1-4cdb-A67C-3A331DAA256A%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%228%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5c8757350... #crs_itemLink_8 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #id_rh 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Sharks Florida beach” src=”/th?id=OPN.RTNews_SxHkOQG_j2E9nYJWzUBmDw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”30”> #crs_itemLink_8 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Sharks Florida beach” src=”/th?id=OPN.RTNews_SxHkOQG_j2E9nYJWzUBmDw&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”30”> #crs_itemLink_8 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_9” href=”/search?q=Mitch+McConnell+fracture&amp;filters=tnTID%3a%223B39B629-C932-485f-9608-DB4D2C91EB84%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%229%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5c875... #crs_itemLink_9 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_2.3_2_1.G107 Check that a change of context does not occur when this input field receives focus. N/A <input type=”hidden” value=”QBLH” name=”form”> #sb_form > div > input:nth-child(4) 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Mitch McConnell fracture” src=”/th?id=OPN.RTNews_9s_Uo4SHRAkfl5tfTFP-3Q&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”31”> #crs_itemLink_9 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Mitch McConnell fracture” src=”/th?id=OPN.RTNews_9s_Uo4SHRAkfl5tfTFP-3Q&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”31”> #crs_itemLink_9 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_10” href=”/search?q=Philippines+3+boats+capsize&amp;filters=tnTID%3a%225A950E4F-E789-424b-BEC9-124385712247%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2210%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af... #crs_itemLink_10 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a class=”b_hide” id=”id_rwl” href=”/rewards/dashboard” h=”ID=SERP,5065.1”></a> #id_rwl 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Philippines 3 boats capsize” src=”/th?id=OPN.RTNews_9FV5_eQhKEi77oTlk7yYBA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”32”> #crs_itemLink_10 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Philippines 3 boats capsize” src=”/th?id=OPN.RTNews_9FV5_eQhKEi77oTlk7yYBA&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”32”> #crs_itemLink_10 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_11” href=”/search?q=Iran+seizes+oil+tanker&amp;filters=tnTID%3a%22365ABF83-3073-4ade-914B-743DA0CB9906%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2211%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5c875... #crs_itemLink_11 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #id_sc 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Iran seizes oil tanker” src=”/th?id=OPN.RTNews_eEKz5I-fgdS1XM69QukPeQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”33”> #crs_itemLink_11 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Iran seizes oil tanker” src=”/th?id=OPN.RTNews_eEKz5I-fgdS1XM69QukPeQ&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”33”> #crs_itemLink_11 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_12” href=”/search?q=Tate+Modern+fall&amp;filters=tnTID%3a%2250CB2370-9581-4410-B378-63F8D844B6F4%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2212%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5c8757350%2... #crs_itemLink_12 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_2.H25.2 Check that the title element describes the document. N/A <title>Bing</title> html > head > title 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Tate Modern fall” src=”/th?id=OPN.RTNews_jF0HCyIWPZHCpRdAjXauZg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”34”> #crs_itemLink_12 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Tate Modern fall” src=”/th?id=OPN.RTNews_jF0HCyIWPZHCpRdAjXauZg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”34”> #crs_itemLink_12 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_13” href=”/search?q=Mexican+journalists+killed&amp;filters=tnTID%3a%2213488A8E-A9F5-4d56-811B-0A070F3D20F3%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2213%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5... #crs_itemLink_13 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”sh_cp” aria-haspopup=”true” aria-controls=”musCard” class=”sc_light” aria-labelledby=”hphdl” role=”button” href=”/search?q=swift+fox&amp;form=hpcapt&amp;filters=HpDate%3a%2220190804_0700%22” h=”ID=SERP,5043.1” style=”cursor: pointer;”><div><di... #sh_cp 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Mexican journalists killed” src=”/th?id=OPN.RTNews_9FqrTxAVzxBrayZizXZJXg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”35”> #crs_itemLink_13 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Mexican journalists killed” src=”/th?id=OPN.RTNews_9FqrTxAVzxBrayZizXZJXg&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”35”> #crs_itemLink_13 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”crs_itemLink_14” href=”/search?q=Dayton+gunman+sister&amp;filters=tnTID%3a%22A5EC3E8E-962A-4cfe-9F6F-FECA936A8DA4%22+tnVersion%3a%223115908%22+segment%3a%22popularnow.carousel%22+tnCol%3a%2214%22+tnOrder%3a%223dc7efb1-b0a1-41a9-830f-3af5c87573... #crs_itemLink_14 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <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> #scpl0 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G94.Image Ensure that the img element's alt text serves the same purpose and presents the same information as the image. N/A <img alt=”Dayton gunman sister” src=”/th?id=OPN.RTNews__qQGx7IB0rYFEWq7Aa5o_g&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”36”> #crs_itemLink_14 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_1.1_1_1.G73,G74 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. N/A <img alt=”Dayton gunman sister” src=”/th?id=OPN.RTNews__qQGx7IB0rYFEWq7Aa5o_g&amp;w=186&amp;h=88&amp;c=7&amp;rs=2&amp;qlt=80&amp;cdv=1&amp;pid=PopNow” data-bm=”36”> #crs_itemLink_14 > span > img 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81 Check that the link text combined with programmatically determined link context identifies the purpose of the link. N/A <a id=”celebrities” href=”/k/celebrities” h=”ID=SERP.1000,5051.1”>Celebrities</a> #celebrities 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33 Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link. N/A <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> #sh_igl 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_4.H77,H78,H79,H80,H81,H33 Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link. N/A <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> #sh_igr 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_3.1_3_2.G57 Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_3.1_3_3.G96 Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_4.1_4_1.G14,G182 Check that any information conveyed using colour alone is also available in text, or through other visual cues. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_4.1_4_4.G142 Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle1.Guideline1_4.1_4_5.G140,C22,C30.AALevel 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. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_2.2_2_2.SCR33,SCR22,G187,G152,G186,G191 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. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_3.2_3_1.G19,G176 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. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124,H69 Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_3.H4.2 If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_5.G125,G64,G63,G161,G126,G185 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. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_6.G130,G131 Check that headings and labels describe topic or purpose. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle2.Guideline2_4.2_4_7.G149,G165,G195,C15,SCR31 Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_1.3_1_2.H58 Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_2.3_2_3.G61 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. N/A N/A N/A 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
https://www.bing.com/?toWww=1&redig=4C5DB46E1BD14438BE861CACA2011924 notice WCAG2AA.Principle3.Guideline3_2.3_2_4.G197 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. N/A N/A N/A 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment