Focus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | QualWeb | Total Unique | Page Title |
|---|---|---|---|---|---|---|---|
| View Page | 336 | 17 | 151 | 0 | 183 | 687 | Privacy Policy – Privacy & Terms – Google |
| View Page | 1 | 17 | 39 | 12 | 371 | 440 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| View Page | 1 | 266 | 76 | 0 | 34 | 377 | YouTube Masthead Preview |
| View Page | 15 | 28 | 84 | 31 | 106 | 264 | Official YouTube Blog for Latest YouTube News & Insights |
| View Page | 12 | 22 | 129 | 20 | 66 | 249 | Creator Economy: Income Through YouTube - How YouTube Works |
| View Page | 4 | 29 | 53 | 51 | 90 | 227 | Redirecting |
| View Page | 43 | 7 | 113 | 61 | 0 | 224 | Terms of Service |
| View Page | 12 | 37 | 71 | 20 | 80 | 220 | Reliable Political News Coverage on YouTube - How YouTube Works |
| View Page | 1 | 17 | 40 | 13 | 138 | 209 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| View Page | 6 | 41 | 67 | 17 | 67 | 198 | Fostering Learning Experiences on YouTube - How YouTube Works |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 98 of 100 | View Rule |
| SIA-R18: ARIA states are consistent with element semantics | 91 of 100 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 86 of 100 | View Rule |
| SIA-R56: Landmarks with the same role are distinguishable | 79 of 100 | View Rule |
| SIA-R61 | 53 of 100 | View Rule |
| SIA-R74 | 50 of 100 | View Rule |
| SIA-R80: ASCII art has a text alternative | 49 of 100 | View Rule |
| SIA-R78: Headings of same level have text content between them | 36 of 100 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 33 of 100 | View Rule |
| SIA-R3: lang attribute has a valid language code | 30 of 100 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| landmark-unique | 77 of 100 | View Rule |
| page-has-heading-one | 51 of 100 | View Rule |
| link-name | 6 of 100 | View Rule |
| nested-interactive | 6 of 100 | View Rule |
| landmark-no-duplicate-contentinfo | 5 of 100 | View Rule |
| image-alt | 4 of 100 | View Rule |
| region | 4 of 100 | View Rule |
| heading-order | 3 of 100 | View Rule |
| frame-title | 3 of 100 | View Rule |
| aria-allowed-attr | 2 of 100 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
Scanner: axe Rule: landmark-unique Impact: moderate Issue: Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
HTML Pattern:
<nav class="lb-header__nav lb-header-js-nav">
XPath (use in browser DevTools):
.lb-header__nav
How to Replicate:
$x('.lb-header__nav')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>
XPath (use in browser DevTools):
/a[@class="lb-font-footnote"]
How to Replicate:
$x('/a[@class="lb-font-footnote"]')Affected Pages:
Scanner: ALFA Rule: SIA-R74: No description Issue: The font size is specified using an absolute unit
HTML Pattern:
<p>...</p>
XPath (use in browser DevTools):
/p
How to Replicate:
$x('/p')Affected Pages:
Scanner: ALFA Rule: SIA-R80: ASCII art has a text alternative Issue: The line height is specified using an absolute unit
HTML Pattern:
<p>...</p>
XPath (use in browser DevTools):
/p
How to Replicate:
$x('/p')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a class="lb-font-footnote lb-font--no-crop
lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>
XPath (use in browser DevTools):
/a[@class="lb-font-footnote lb-font--no-crop
lb-footer__minimal-link"]
How to Replicate:
$x('/a[@class="lb-font-footnote lb-font--no-crop
lb-footer__minimal-link"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">
Terms
</a>
XPath (use in browser DevTools):
/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]
How to Replicate:
$x('/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]')Affected Pages:
Scanner: ALFA Rule: SIA-R78: Headings of same level have text content between them Issue: There is no content between this heading and the next
HTML Pattern:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title">
About YouTube
</h3>
XPath (use in browser DevTools):
/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]
How to Replicate:
$x('/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]')Affected Pages:
Scanner: ALFA Rule: SIA-R78: Headings of same level have text content between them Issue: There is no content between this heading and the next
HTML Pattern:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title">
Products
</h3>
XPath (use in browser DevTools):
/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]
How to Replicate:
$x('/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]')Affected Pages:
Scanner: ALFA Rule: SIA-R78: Headings of same level have text content between them Issue: There is no content between this heading and the next
HTML Pattern:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title">
For Business
</h3>
XPath (use in browser DevTools):
/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]
How to Replicate:
$x('/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]')Affected Pages:
Scanner: ALFA Rule: SIA-R78: Headings of same level have text content between them Issue: There is no content between this heading and the next
HTML Pattern:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title">
For Creators
</h3>
XPath (use in browser DevTools):
/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]
How to Replicate:
$x('/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<select class="lb-font-footnote
lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>
XPath (use in browser DevTools):
/select[@class="lb-font-footnote
lb-footer__language-select lb-js-footer-language-select"]
How to Replicate:
$x('/select[@class="lb-font-footnote
lb-footer__language-select lb-js-footer-language-select"]')Affected Pages:
Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID
HTML Pattern:
<span class="tooltip-text" id="link-tooltip" role="tooltip">
Close
</span>
XPath (use in browser DevTools):
/span[@id="link-tooltip"]
How to Replicate:
$x('/span[@id="link-tooltip"]')Affected Pages:
Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID
HTML Pattern:
<span class="tooltip-text" id="link-tooltip" role="tooltip">
Twitter
</span>
XPath (use in browser DevTools):
/span[@id="link-tooltip"]
How to Replicate:
$x('/span[@id="link-tooltip"]')Affected Pages:
Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID
HTML Pattern:
<span class="tooltip-text" id="link-tooltip" role="tooltip">
Instagram
</span>
XPath (use in browser DevTools):
/span[@id="link-tooltip"]
How to Replicate:
$x('/span[@id="link-tooltip"]')Affected Pages:
Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID
HTML Pattern:
<span class="tooltip-text" id="link-tooltip" role="tooltip">
Facebook
</span>
XPath (use in browser DevTools):
/span[@id="link-tooltip"]
How to Replicate:
$x('/span[@id="link-tooltip"]')Affected Pages:
💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.
Complete scan results for all tested pages:
| Submitted URL | Final URL | Status | HTTP | Redirected | Time (ms) | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | Duplicates | Notes |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://youtube.com/ | https://www.youtube.com/ | OK | 200 | yes | 17982 | 4 | 31 | 41 | 0 | 35 | page.addScriptTag: TypeError: Failed to set the ‘text’ property on ‘HTMLScriptElement’: This document requires ‘TrustedScript’ assignment. at addScriptContent (eval at evaluate (:290:30), |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R64, SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: aria-allowed-attr | |||||||||||
| Equal Access failed rules: aria_descendant_valid, aria_keyboard_handler_exists, aria_role_allowed, combobox_popup_reference, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | |||||||||||
| https://youtube.com/creators/search/ | https://www.youtube.com/creators/search/ | OK | 200 | yes | 12347 | 6 | 11 | 34 | 8 | 77 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: image-alt, landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/img-alt | |||||||||||
| https://youtube.com/trends/search/ | https://www.youtube.com/trends/search/ | OK | 200 | yes | 8625 | 3 | 18 | 36 | 13 | 21 | YouTube Culture & Trends - Search Results |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/trends/articles/finding-your-inner-zen-on-youtube/ | https://www.youtube.com/trends/articles/finding-your-inner-zen-on-youtube/ | OK | 200 | yes | 8846 | 1 | 14 | 33 | 12 | 26 | YouTube Culture & Trends - Finding your inner zen on YouTube |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/intl/ar_ALL/creators/search/ | https://www.youtube.com/intl/ar_ALL/creators/search/ | OK | 200 | yes | 11898 | 4 | 8 | 30 | 7 | 73 | منشئو المحتوى في YouTube |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/cs_ALL/creators/search/ | https://www.youtube.com/intl/cs_ALL/creators/search/ | OK | 200 | yes | 11918 | 4 | 7 | 30 | 7 | 73 | Autoři YouTube |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/de_ALL/creators/search/ | https://www.youtube.com/intl/de_ALL/creators/search/ | OK | 200 | yes | 11617 | 4 | 7 | 21 | 7 | 72 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_au/creators/search/ | https://www.youtube.com/intl/en_au/creators/search/ | OK | 200 | yes | 12103 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_br/creators/search/ | https://www.youtube.com/intl/en_br/creators/search/ | OK | 200 | yes | 12211 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_ca/creators/search/ | https://www.youtube.com/intl/en_ca/creators/search/ | OK | 200 | yes | 11608 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_hk/creators/search/ | https://www.youtube.com/intl/en_hk/creators/search/ | OK | 200 | yes | 11717 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_id/creators/search/ | https://www.youtube.com/intl/en_id/creators/search/ | OK | 200 | yes | 11849 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_in/creators/search/ | https://www.youtube.com/intl/en_in/creators/search/ | OK | 200 | yes | 11605 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_ke/creators/search/ | https://www.youtube.com/intl/en_ke/creators/search/ | OK | 200 | yes | 11720 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_ng/creators/search/ | https://www.youtube.com/intl/en_ng/creators/search/ | OK | 200 | yes | 11604 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_ph/creators/search/ | https://www.youtube.com/intl/en_ph/creators/search/ | OK | 200 | yes | 11577 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_th/creators/search/ | https://www.youtube.com/intl/en_th/creators/search/ | OK | 200 | yes | 11539 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_tw/creators/search/ | https://www.youtube.com/intl/en_tw/creators/search/ | OK | 200 | yes | 11448 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_uk/creators/search/ | https://www.youtube.com/intl/en_uk/creators/search/ | OK | 200 | yes | 11664 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_us/creators/search/ | https://www.youtube.com/intl/en_us/creators/search/ | OK | 200 | yes | 11846 | 6 | 11 | 34 | 8 | 77 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: image-alt, landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/img-alt | |||||||||||
| https://youtube.com/intl/en_vn/creators/search/ | https://www.youtube.com/intl/en_vn/creators/search/ | OK | 200 | yes | 11675 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/en_za/creators/search/ | https://www.youtube.com/intl/en_za/creators/search/ | OK | 200 | yes | 11937 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/es_ALL/creators/search/ | https://www.youtube.com/intl/es_ALL/creators/search/ | OK | 200 | yes | 11669 | 4 | 7 | 21 | 7 | 70 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/es_es/creators/search/ | https://www.youtube.com/intl/es_es/creators/search/ | OK | 200 | yes | 11453 | 4 | 7 | 21 | 7 | 70 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/es_us/creators/search/ | https://www.youtube.com/intl/es_us/creators/search/ | OK | 200 | yes | 11500 | 4 | 7 | 21 | 7 | 70 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/fr_ALL/creators/search/ | https://www.youtube.com/intl/fr_ALL/creators/search/ | OK | 200 | yes | 11719 | 4 | 7 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/fr_ca/creators/search/ | https://www.youtube.com/intl/fr_ca/creators/search/ | OK | 200 | yes | 11440 | 4 | 7 | 21 | 7 | 70 | Créateurs YouTube |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/hi_ALL/creators/search/ | https://www.youtube.com/intl/hi_ALL/creators/search/ | OK | 200 | yes | 11627 | 4 | 8 | 21 | 7 | 71 | YouTube क्रिएटर्स |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/hu_ALL/creators/search/ | https://www.youtube.com/intl/hu_ALL/creators/search/ | OK | 200 | yes | 11410 | 4 | 7 | 30 | 7 | 73 | YouTube-alkotók |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/id_ALL/creators/search/ | https://www.youtube.com/intl/id_ALL/creators/search/ | OK | 200 | yes | 11651 | 4 | 8 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/it_ALL/creators/search/ | https://www.youtube.com/intl/it_ALL/creators/search/ | OK | 200 | yes | 11647 | 4 | 7 | 21 | 7 | 70 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/ja_ALL/creators/search/ | https://www.youtube.com/intl/ja_ALL/creators/search/ | OK | 200 | yes | 12385 | 6 | 11 | 34 | 8 | 83 | YouTube クリエイター |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: image-alt, landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/img-alt | |||||||||||
| https://youtube.com/intl/ko_ALL/creators/search/ | https://www.youtube.com/intl/ko_ALL/creators/search/ | OK | 200 | yes | 11642 | 4 | 8 | 21 | 7 | 71 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/nl_ALL/creators/search/ | https://www.youtube.com/intl/nl_ALL/creators/search/ | OK | 200 | yes | 11554 | 4 | 7 | 21 | 7 | 70 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/pl_ALL/creators/search/ | https://www.youtube.com/intl/pl_ALL/creators/search/ | OK | 200 | yes | 11658 | 4 | 7 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/pt-BR_ALL/creators/search/ | https://www.youtube.com/intl/pt-BR_ALL/creators/search/ | OK | 200 | yes | 11725 | 6 | 10 | 25 | 8 | 74 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: image-alt, landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/img-alt | |||||||||||
| https://youtube.com/intl/pt-PT_ALL/creators/search/ | https://www.youtube.com/intl/pt-PT_ALL/creators/search/ | OK | 200 | yes | 11452 | 4 | 7 | 21 | 7 | 70 | Criadores do YouTube |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/ro_ALL/creators/search/ | https://www.youtube.com/intl/ro_ALL/creators/search/ | OK | 200 | yes | 11762 | 4 | 7 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/ru_ALL/creators/search/ | https://www.youtube.com/intl/ru_ALL/creators/search/ | OK | 200 | yes | 11507 | 4 | 7 | 19 | 7 | 70 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/sv_ALL/creators/search/ | https://www.youtube.com/intl/sv_ALL/creators/search/ | OK | 200 | yes | 11500 | 4 | 8 | 30 | 7 | 73 | YouTube-Kreatörer |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/th_ALL/creators/search/ | https://www.youtube.com/intl/th_ALL/creators/search/ | OK | 200 | yes | 11702 | 4 | 7 | 30 | 7 | 73 | ครีเอเตอร์ YouTube |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/tr_ALL/creators/search/ | https://www.youtube.com/intl/tr_ALL/creators/search/ | OK | 200 | yes | 11612 | 4 | 8 | 21 | 7 | 71 | YouTube İçerik Üreticileri |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/uk_ALL/creators/search/ | https://www.youtube.com/intl/uk_ALL/creators/search/ | OK | 200 | yes | 11716 | 4 | 7 | 30 | 7 | 73 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/vi_ALL/creators/search/ | https://www.youtube.com/intl/vi_ALL/creators/search/ | OK | 200 | yes | 11654 | 4 | 7 | 21 | 7 | 70 | YouTube Creators |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/zh-TW_ALL/creators/search/ | https://www.youtube.com/intl/zh-TW_ALL/creators/search/ | OK | 200 | yes | 12079 | 4 | 10 | 33 | 7 | 79 | YouTube 創作者 |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/intl/zh-TW_hk/creators/search/ | https://www.youtube.com/intl/zh-TW_hk/creators/search/ | OK | 200 | yes | 11642 | 4 | 8 | 30 | 7 | 75 | YouTube 創作者 |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://youtube.com/trends/report/ | https://www.youtube.com/trends/report/ | OK | 200 | yes | 9426 | 1 | 12 | 42 | 16 | 68 | YouTube Culture & Trends - Trends Report |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/trends/articles/report-sources-tr20/ | https://www.youtube.com/trends/articles/report-sources-tr20/ | OK | 200 | yes | 10705 | 1 | 17 | 40 | 13 | 526 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/trends/articles/report-sources/ | https://www.youtube.com/trends/articles/report-sources/ | OK | 200 | yes | 13298 | 1 | 17 | 39 | 12 | 1462 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/trends/report/2021/ | https://www.youtube.com/trends/report/2021/ | OK | 200 | yes | 13006 | 2 | 13 | 54 | 12 | 15 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: heading-order, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading, navigable/heading-order | |||||||||||
| https://youtube.com/trends/report/2024-year-on-youtube/ | https://www.youtube.com/trends/report/2024-year-on-youtube/ | OK | 200 | yes | 9919 | 4 | 10 | 33 | 13 | 11 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: frame-title, landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/frame-title, labels-and-names/label-content-mismatch, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/trends/report/fandom-2024/ | https://www.youtube.com/trends/report/fandom-2024/ | OK | 200 | yes | 9262 | 3 | 9 | 33 | 12 | 11 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/trends/report/tr25-20th-birthday/ | https://www.youtube.com/trends/report/tr25-20th-birthday/ | OK | 200 | yes | 8957 | 4 | 9 | 32 | 13 | 11 | YouTube Culture & Trends - Culture and Trends Report: 20th Birthday |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: frame-title, landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/frame-title, labels-and-names/label-content-mismatch, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/trends/report/tr25-global-trends-report/ | https://www.youtube.com/trends/report/tr25-global-trends-report/ | OK | 200 | yes | 9192 | 3 | 9 | 33 | 12 | 11 | YouTube Culture & Trends - 2025 Global Culture and Trends Report: Emerging Trends in the Creator Ecosystem |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/howyoutubeworks/ | https://www.youtube.com/howyoutubeworks/ | OK | 200 | yes | 12155 | 0 | 15 | 42 | 1 | 99 | How YouTube Works: Giving Everyone a Voice |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr | |||||||||||
| https://youtube.com/jobs/ | https://www.youtube.com/jobs/ | OK | 200 | yes | 10156 | 3 | 15 | 69 | 14 | 30 | YouTube Jobs |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-no-duplicate-contentinfo, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, landmarks/no-duplicate-contentinfo, navigable/empty-heading | |||||||||||
| https://youtube.com/kids/ | https://www.youtube.com/kids/ | OK | 200 | yes | 12443 | 2 | 16 | 79 | 13 | 103 | YouTube Kids - An App Created for Kids to Explore Content |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique, link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_navigation_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region, navigable/empty-heading, navigable/link-name | |||||||||||
| https://youtube.com/measurementprogram/ | https://www.youtube.com/measurementprogram/ | OK | 200 | yes | 9600 | 0 | 13 | 14 | 1 | 40 | YouTube Measurement Program |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr | |||||||||||
| https://youtube.com/myfamily/ | https://www.youtube.com/myfamily/ | OK | 200 | yes | 12250 | 1 | 22 | 34 | 37 | 254 | YouTube - More Choices for Kids, Tweens, and Teens from YouTube |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, landmarks/landmark-unique, navigable/empty-heading | |||||||||||
| https://youtube.com/videomasthead/ | https://www.youtube.com/videomasthead | OK | 200 | yes | 28450 | 1 | 266 | 76 | 0 | 345 | page.addScriptTag: TypeError: Failed to set the ‘text’ property on ‘HTMLScriptElement’: This document requires ‘TrustedScript’ assignment. at addScriptContent (eval at evaluate (:290:30), |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: button-name | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_attribute_redundant, aria_attribute_valid, aria_complementary_labelled, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_allowed, caption_track_exists, draggable_alternative_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_exists, input_label_visible, label_name_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading | |||||||||||
| https://youtube.com/howyoutubeworks/ai/ | https://www.youtube.com/howyoutubeworks/ai/ | OK | 200 | yes | 14356 | 0 | 11 | 50 | 3 | 189 | How Creators Use AI for Content Creation - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/howyoutubeworks/copyright/ | https://www.youtube.com/howyoutubeworks/copyright/ | OK | 200 | yes | 13046 | 6 | 26 | 59 | 15 | 140 | Copyright Tools: Rightsholders and Creators - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: nested-interactive | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_descendant_valid, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/aria-hidden-focus, aria/presentational-children-focusable, keyboard-accessible/nested-interactive, labels-and-names/duplicate-id-aria, navigable/empty-heading | |||||||||||
| https://youtube.com/howyoutubeworks/creator-economy/ | https://www.youtube.com/howyoutubeworks/creator-economy/ | OK | 200 | yes | 14312 | 12 | 22 | 129 | 20 | 197 | Creator Economy: Income Through YouTube - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R60, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-allowed-attr | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/howyoutubeworks/elections/ | https://www.youtube.com/howyoutubeworks/elections/ | OK | 200 | yes | 14510 | 12 | 37 | 71 | 20 | 208 | Reliable Political News Coverage on YouTube - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: landmark-unique, nested-interactive | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/presentational-children-focusable, keyboard-accessible/nested-interactive, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, navigable/empty-heading | |||||||||||
| https://youtube.com/howyoutubeworks/kids-and-teens/ | https://www.youtube.com/howyoutubeworks/kids-and-teens/ | OK | 200 | yes | 14488 | 0 | 31 | 54 | 10 | 224 | Age-Appropriate Media for Kids and Teens - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/howyoutubeworks/learning/ | https://www.youtube.com/howyoutubeworks/learning/ | OK | 200 | yes | 15704 | 6 | 41 | 67 | 17 | 181 | Fostering Learning Experiences on YouTube - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: nested-interactive | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/presentational-children-focusable, keyboard-accessible/nested-interactive, labels-and-names/duplicate-id-aria, navigable/empty-heading | |||||||||||
| https://youtube.com/howyoutubeworks/news/ | https://www.youtube.com/howyoutubeworks/news/ | OK | 200 | yes | 11487 | 6 | 29 | 58 | 13 | 81 | How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: nested-interactive | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/presentational-children-focusable, keyboard-accessible/nested-interactive, labels-and-names/duplicate-id-aria, navigable/empty-heading | |||||||||||
| https://youtube.com/howyoutubeworks/our-policies/ | https://www.youtube.com/howyoutubeworks/our-policies/ | OK | 200 | yes | 11011 | 0 | 6 | 38 | 2 | 135 | YouTube Policies Crafted for Openness - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, navigable/empty-heading | |||||||||||
| https://youtube.com/howyoutubeworks/privacy/ | https://www.youtube.com/howyoutubeworks/privacy/ | OK | 200 | yes | 10725 | 4 | 18 | 52 | 12 | 81 | YouTube Privacy Settings to Protect Your Data - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: nested-interactive | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/presentational-children-focusable, keyboard-accessible/nested-interactive, labels-and-names/duplicate-id-aria, navigable/empty-heading | |||||||||||
| https://youtube.com/jobs/business-and-operations/ | https://www.youtube.com/jobs/business-and-operations/ | OK | 200 | yes | 8356 | 3 | 14 | 64 | 15 | 33 | YouTube Jobs - Business and Operations |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-no-duplicate-contentinfo, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/jobs/engineering/ | https://www.youtube.com/jobs/engineering/ | OK | 200 | yes | 8338 | 4 | 14 | 59 | 15 | 25 | YouTube Jobs - Engineering |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/jobs/product-and-design/ | https://www.youtube.com/jobs/product-and-design/ | OK | 200 | yes | 8056 | 3 | 14 | 64 | 15 | 21 | YouTube Jobs - Product and Design |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-no-duplicate-contentinfo, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/jobs/trust-and-safety/ | https://www.youtube.com/jobs/trust-and-safety/ | OK | 200 | yes | 7980 | 3 | 14 | 63 | 15 | 21 | YouTube Jobs - Trust and Safety |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-no-duplicate-contentinfo, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/page-has-heading-one | |||||||||||
| https://youtube.com/kids/familyfriendly-videos/ | https://www.youtube.com/kids/familyfriendly-videos/ | OK | 200 | yes | 18616 | 2 | 15 | 56 | 9 | 98 | Discover Family-Friendly YouTube Videos by Topic - YouTube Kids |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique, link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_navigation_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, keyboard-accessible/focus-order, landmarks/region, navigable/empty-heading, navigable/link-name | |||||||||||
| https://youtube.com/kids/fun-everyscreen/ | https://www.youtube.com/kids/fun-everyscreen/ | OK | 200 | yes | 8720 | 2 | 18 | 34 | 13 | 87 | Watch YouTube Kids Videos on Any Device - YouTube Kids |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique, link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region, navigable/empty-heading, navigable/link-name | |||||||||||
| https://youtube.com/kids/parent-resources/ | https://www.youtube.com/kids/parent-resources/ | OK | 200 | yes | 10252 | 2 | 21 | 49 | 16 | 202 | Resources, Tools, and Control Settings for Parents - YouTube Kids |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique, link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/region, navigable/empty-heading, navigable/link-name | |||||||||||
| https://youtube.com/kids/safer-experience/ | https://www.youtube.com/kids/safer-experience/ | OK | 200 | yes | 10006 | 2 | 26 | 32 | 22 | 112 | A Safer Online Experience for Kids on YouTube - YouTube Kids |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique, link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, navigable/link-name | |||||||||||
| https://youtube.com/myfamily/parentguide/ | https://www.youtube.com/myfamily/parentguide/ | OK | 200 | yes | 11972 | 0 | 15 | 17 | 7 | 93 | A Parent's Guide to Healthy Digital Habits - YouTube Kids |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, navigable/empty-heading | |||||||||||
| https://youtube.com/kids/directory/watch-peppa-pig/ | https://www.youtube.com/kids/directory/watch-peppa-pig/ | OK | 200 | yes | 8681 | 0 | 23 | 33 | 9 | 141 | Watch Peppa Pig Online for Free - YouTube Kids |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, label_name_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, landmarks/region, navigable/empty-heading | |||||||||||
| https://youtube.com/about/ | https://about.youtube/ | OK | 200 | yes | 7756 | 2 | 11 | 18 | 11 | 79 | About YouTube - YouTube |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: heading-order, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, navigable/empty-heading, navigable/heading-order | |||||||||||
| https://youtube.com/about/copyright/ | https://www.youtube.com/howyoutubeworks/copyright/ | OK | 200 | yes | 13143 | 6 | 26 | 59 | 15 | 140 | Copyright Tools: Rightsholders and Creators - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: nested-interactive | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_descendant_valid, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/aria-hidden-focus, aria/presentational-children-focusable, keyboard-accessible/nested-interactive, labels-and-names/duplicate-id-aria, navigable/empty-heading | |||||||||||
| https://youtube.com/about/policies/ | https://www.youtube.com/howyoutubeworks/our-policies/ | OK | 200 | yes | 11376 | 0 | 6 | 38 | 2 | 135 | YouTube Policies Crafted for Openness - How YouTube Works |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, navigable/empty-heading | |||||||||||
| https://youtube.com/about/press/ | https://blog.youtube/ | OK | 200 | yes | 15907 | 15 | 28 | 84 | 31 | 371 | Official YouTube Blog for Latest YouTube News & Insights |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, link-name, list | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_descendant_valid, aria_region_labelled, aria_role_valid, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, form_submit_button_exists, input_label_visible, label_name_visible, list_children_valid, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, navigable/empty-heading, navigable/link-name, navigable/skip-link | |||||||||||
| https://youtube.com/ads/ | https://www.youtube.com/ads/ | OK | 200 | yes | 36312 | 4 | 29 | 53 | 51 | 213 | Redirecting |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R75, SIA-R78 (Headings of same level have text content between them), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |||||||||||
| axe failed rules: empty-heading, landmark-unique | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_keyboard_handler_exists, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, frame_src_valid, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/presentation-role-conflict, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region, navigable/empty-heading, text-alternatives/image-alt-words, text-alternatives/img-alt | |||||||||||
| https://youtube.com/new | https://www.youtube.com/new | OK | 200 | yes | 15813 | 1 | 53 | 23 | 0 | 72 | page.addScriptTag: TypeError: Failed to set the ‘text’ property on ‘HTMLScriptElement’: This document requires ‘TrustedScript’ assignment. at addScriptContent (eval at evaluate (:290:30), |
| ALFA failed rules: SIA-R110, SIA-R12 (Links have an accessible name), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R64, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: empty-heading | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_keyboard_handler_exists, combobox_popup_reference, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_valid, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible | |||||||||||
| https://youtube.com/t/contact_us/ | https://www.youtube.com/t/contact_us | OK | 200 | yes | 6237 | 15 | 5 | 38 | 15 | 44 | Contact Us |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-one-main, link-in-text-block, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region | |||||||||||
| https://youtube.com/t/privacy | https://policies.google.com/privacy?hl=en | OK | 200 | yes | 36863 | 336 | 17 | 151 | 0 | 866 | page.addScriptTag: TypeError: Failed to set the ‘text’ property on ‘HTMLScriptElement’: This document requires ‘TrustedScript’ assignment. at addScriptContent (eval at evaluate (:290:30), |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: frame-title, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse | |||||||||||
| https://youtube.com/t/terms | https://www.youtube.com/t/terms | OK | 200 | yes | 17560 | 43 | 7 | 113 | 61 | 224 | Terms of Service |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: heading-order, landmark-one-main, link-in-text-block, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region, navigable/heading-order | |||||||||||
| https://youtube.com/trends/articles/brandcast-delivered-kevin-allocca-content-trends/ | https://www.youtube.com/trends/articles/brandcast-delivered-kevin-allocca-content-trends/ | OK | 200 | yes | 14738 | 1 | 21 | 67 | 23 | 157 | YouTube Culture & Trends - Brandcast Delivered: Trends Insights |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/trends/articles/spc-google-search-interest/ | https://www.youtube.com/trends/articles/spc-google-search-interest/ | OK | 200 | yes | 8826 | 1 | 15 | 35 | 12 | 27 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/intl/ALL_tw/kids/fun-everyscreen/ | https://www.youtube.com/intl/ALL_tw/kids/fun-everyscreen/ | OK | 200 | yes | 8829 | 1 | 17 | 33 | 12 | 88 | 在任何裝置觀看 YouTube Kids 影片 - YouTube Kids |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region, navigable/empty-heading | |||||||||||
| https://youtube.com/intl/pt-PT_ALL/creators/welcome-creators/ | https://www.youtube.com/intl/pt-PT_ALL/creators/welcome-creators/ | OK | 200 | yes | 16347 | 2 | 22 | 35 | 7 | 115 | Porquê escolher o YouTube para a criação de conteúdo de vídeo – Criadores do YouTube |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_role_redundant, element_attribute_deprecated, element_id_unique, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/skip-link | |||||||||||
| https://youtube.com/intl/ru_ALL/creators/how-things-work/get-involved/ | https://www.youtube.com/intl/ru_ALL/creators/how-things-work/get-involved/ | OK | 200 | yes | 15160 | 2 | 24 | 25 | 7 | 105 | Программы и инициативы – YouTube Creators |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R60, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, figure_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/skip-link | |||||||||||
| https://youtube.com/intl/ALL_uk/howyoutubeworks/progress-impact/impact/north-scotland/ | https://www.youtube.com/intl/ALL_uk/howyoutubeworks/progress-impact/impact/north-scotland/ | FAIL | 404 | yes | 5173 | 1 | 5 | 8 | 1 | 2 | 404 Not Found |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R59, SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: page-has-heading-one | |||||||||||
| Equal Access failed rules: element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: navigable/page-has-heading-one | |||||||||||
| https://youtube.com/trends/articles/gen-z-comments/ | https://www.youtube.com/trends/articles/gen-z-comments/ | OK | 200 | yes | 8822 | 1 | 17 | 35 | 12 | 28 | YouTube Culture & Trends - Data and Cultural Analysis for You |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_navigation_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading | |||||||||||
| https://youtube.com/intl/ALL_uk/kids/fun-everyscreen/ | https://www.youtube.com/intl/ALL_uk/kids/fun-everyscreen/ | OK | 200 | yes | 8796 | 1 | 17 | 33 | 12 | 88 | Watch YouTube Kids videos on any device – YouTube Kids |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region, navigable/empty-heading | |||||||||||
| https://youtube.com/intl/en_vn/creators/how-things-work/get-involved/awards/ | https://www.youtube.com/intl/en_vn/creators/how-things-work/get-involved/awards/ | OK | 200 | yes | 21768 | 4 | 23 | 40 | 7 | 99 | Creator Awards for subscriber milestones – YouTube Creators |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: color-contrast, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, figure_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/skip-link | |||||||||||
| https://youtube.com/intl/ALL_de/howyoutubeworks/progress-impact/impact/sachsen/ | https://www.youtube.com/intl/ALL_de/howyoutubeworks/progress-impact/impact/sachsen/ | FAIL | 404 | yes | 5266 | 1 | 5 | 8 | 1 | 2 | 404 Not Found |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R59, SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: page-has-heading-one | |||||||||||
| Equal Access failed rules: element_attribute_deprecated, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: navigable/page-has-heading-one | |||||||||||
| https://youtube.com/intl/zh-TW_ALL/creators/channel-memberships/ | https://www.youtube.com/intl/zh-TW_ALL/creators/channel-memberships/ | OK | 200 | yes | 26690 | 2 | 47 | 53 | 18 | 174 | YouTube 頻道會員 - 透過頻道會員服務締造佳績: |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_id_unique, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, figure_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/aria-required-parent, aria/aria-allowed-attr, aria/aria-allowed-role, aria/presentational-children-focusable, distinguishable/color-contrast, labels-and-names/label-content-mismatch, navigable/empty-heading, navigable/skip-link | |||||||||||
| https://youtube.com/intl/ALL_pl/howyoutubeworks/kids-and-teens/ | https://www.youtube.com/intl/ALL_pl/howyoutubeworks/kids-and-teens/ | OK | 200 | yes | 13629 | 0 | 30 | 53 | 10 | 195 | Treści dostosowane do dzieci i nastolatków – jak działa YouTube |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, navigable/empty-heading |
Failure 1:
<a class="yt-simple-endpoint style-scope ytd-topbar-logo-renderer" id="logo" aria-label="" href="/">...</a>/a[@id="logo"]Failure 1:
<button id="button" class="style-scope yt-icon-button" aria-pressed="true">...</button>/button[@id="button"]Failure 1:
<g id="chevron-left">...</g>/g[@id="chevron-left"]Failure 2:
<g id="chevron-right">...</g>/g[@id="chevron-right"]Failure 3:
<g id="arrow-drop-down">...</g>/g[@id="arrow-drop-down"]Failure 4:
<g id="info">...</g>/g[@id="info"]Failure 5:
<g id="menu">...</g>/g[@id="menu"]… and 18 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
<h1 class="ytdMiniplayerInfoBarTitle"></h1>/h1[@class="ytdMiniplayerInfoBarTitle"]Failure 2:
<h1></h1>/h1Failure 1:
<h1 class="ytdMiniplayerInfoBarTitle"></h1>/h1[@class="ytdMiniplayerInfoBarTitle"]Failure 1:
<input class="ytSearchboxComponentInput yt-searchbox-input title" name="search_query" aria-controls="i0" aria-expanded="true" type="text" autocomplete="off" autocorrect="off" spellcheck="false" aria-autocomplete="list" role="combobox" />/input[@class="ytSearchboxComponentInput yt-searchbox-input title"]Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_us/creators/" aria-label="Home page">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24" />/imgFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<p>...</p>/pFailure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
<a class="ytt-card__link" aria-label="How a toilet-themed YouTube series became the biggest thing online link opens in new tab" href="https://www.washingtonpost.com/technology/2023/12/10/skibidi-toilets-you-tube-children-internet/" target="_blank" rel="noreferrer nofollow">...</a>/a[@class="ytt-card__link"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">Washington Post</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">Washington Post</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">Washington Post</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 2:
<p class="lb-font-body lb-font-color-grey-5"> Ready for your next story? Get in touch w...</p>/p[@class="lb-font-body lb-font-color-grey-5"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">Washington Post</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 2:
<p class="lb-font-body lb-font-color-grey-5"> Ready for your next story? Get in touch w...</p>/p[@class="lb-font-body lb-font-color-grey-5"]Failure 1:
Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">deep-dive</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">deep-dive</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p>Source: Global YouTube views, 1/1/2020 – 5/31/2020</p>/pFailure 2:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">deep-dive</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p>Source: Global YouTube views, 1/1/2020 – 5/31/2020</p>/pFailure 2:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">deep-dive</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ar/creators/" aria-label="الصفحة الرئيسية">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="اختيار اللغة">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/cs/creators/" aria-label="Plocha">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Vybrat jazyk">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/de/creators/" aria-label="Startseite">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Sprache auswählen">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_au/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_br/creators/" aria-label="Home page">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_ca/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_hk/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_id/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_in/creators/" aria-label="Home page">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_ke/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_ng/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_ph/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_th/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_tw/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_uk/creators/" aria-label="Home page">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_us/creators/" aria-label="Home page">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24" />/imgFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<p>...</p>/pFailure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_vn/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_za/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/es/creators/" aria-label="Página principal">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Seleccionar idioma">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/es_es/creators/" aria-label="Página principal">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Seleccionar idioma">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/es_us/creators/" aria-label="Página principal">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Seleccionar idioma">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/fr/creators/" aria-label="Page d'accueil">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Sélectionner une langue">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/fr_ca/creators/" aria-label="Page d'accueil">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Sélectionner une langue">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/hi/creators/" aria-label="होम पेज">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.google.com/policies/privacy/">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="भाषा चुनें">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/hu/creators/" aria-label="Főoldal">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Nyelv kiválasztása">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/id/creators/" aria-label="Halaman beranda">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.google.com/policies/privacy/">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Pilih bahasa">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/it/creators/" aria-label="Home page">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Seleziona lingua">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ja/creators/" aria-label="YouTube ホーム">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/about/copyright/">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="言語を選択">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24" />/imgFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p style="word-break: keep-all; overflow-wrap: break-word">...</p>/pFailure 1:
<p style="word-break: keep-all; overflow-wrap: break-word">...</p>/pFailure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ko/creators/" aria-label="홈페이지">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/about/copyright/">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="언어 선택">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/nl/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Taal selecteren">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/pl/creators/" aria-label="Strona główna">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Wybierz język">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/pt-BR/creators/" aria-label="Página inicial">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Selecionar idioma">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24" />/imgFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<p>...</p>/pFailure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/pt-PT/creators/" aria-label="Página inicial">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Selecionar idioma">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ro/creators/" aria-label="Pagina de pornire">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Selectează limba">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ru/creators/" aria-label="На главную">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Выберите язык">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/sv/creators/" aria-label="Startsida">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Välj språk">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/th/creators/" aria-label="หน้าแรก">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="เลือกภาษา">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/tr/creators/" aria-label="Ana sayfa">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.google.com/policies/privacy/">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Dil seçin">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/uk/creators/" aria-label="Головна сторінка">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Вибір мови">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/vi/creators/" aria-label="Trang chủ">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Chọn ngôn ngữ">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/zh-TW/creators/" aria-label="首頁">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/about/copyright/">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="選取語言">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<p>...</p>/pFailure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/zh-TW_hk/creators/" aria-label="首頁">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/about/copyright/">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="選取語言">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
<a class="ytt-report-card__link" href="https://www.youtube.com/trends/report/tr26-nfl-trends-report/" target="_blank" rel="noreferrer nofollow" aria-label="Culture & Trends Report: NFL link opens in new tab">...</a>/a[@class="ytt-report-card__link"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
<p class="ytt-report__body lb-font-body"> Our regular examinations of the most nota...</p>/p[@class="ytt-report__body lb-font-body"]Failure 2:
<p class="ytt-report-card__body lb-font-body lb-font-color-grey5"> How Latin American creators and communi...</p>/p[@class="ytt-report-card__body lb-font-body lb-font-color-grey5"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="ytt-report__body lb-font-body"> Our regular examinations of the most nota...</p>/p[@class="ytt-report__body lb-font-body"]Failure 2:
<p class="ytt-report-card__body lb-font-body lb-font-color-grey5"> How Latin American creators and communi...</p>/p[@class="ytt-report-card__body lb-font-body lb-font-color-grey5"]Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
<a class="ytt-card__link" href="https://www.youtube.com/trends/report/tr25-20th-birthday" target="_blank" rel="noreferrer nofollow" aria-label="Culture and Trends Report link opens in new tab">...</a>/a[@class="ytt-card__link"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s">December 15, 2020</p>/p[@class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s"]Failure 2:
<p>...</p>/pFailure 3:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s">December 15, 2020</p>/p[@class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s"]Failure 2:
<p>...</p>/pFailure 3:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
<a class="ytt-card__link" href="https://www.youtube.com/trends/articles/with-me-interactive/" target="_blank" rel="noreferrer nofollow" aria-label="With Me: How Solo Activities Brought The World Closer link opens in new tab">...</a>/a[@class="ytt-card__link"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">deep-dive</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">deep-dive</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s">June 21, 2021</p>/p[@class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s"]Failure 2:
<p>...</p>/pFailure 3:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">deep-dive</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s">June 21, 2021</p>/p[@class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s"]Failure 2:
<p>...</p>/pFailure 3:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">deep-dive</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<a class="ytp-title-channel-name" target="_blank" href=""></a>/a[@class="ytp-title-channel-name"]Failure 1:
Failure 1:
<a class="ytp-title-channel-logo" target="_blank" role="link" tabindex="0" href="https://www.youtube.com/channel/UCeNZlh03MyUkjRlLFpVQxsg?embeds_referring_euri=https%3A%2F%2Fwww.youtube.com%2Ftrends%2Freport%2F2021%2F&embeds_referring_origin=https%3A%2F%2Fwww.youtube.com" aria-label="Photo image of YouTube Culture & Trends" style="background-image: url("https://yt3.ggpht.com/ytc/AIdro_kCEutjVFD8B8cfTe8YC04rg276L5BzqxfJV3XgPBjmdyY=s68-c-k-c0x00ffffff-no-rj");" />/a[@class="ytp-title-channel-logo"]Failure 2:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=zJ-vHr6jyic">YouTube Culture & Trends Report @ Cannes Lions 202...</a>/a[@class="ytp-title-link yt-uix-sessionlink"]Failure 3:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=zJ-vHr6jyic">YouTube Culture & Trends Report @ Cannes Lions 202...</a>/a[@class="ytp-title-link yt-uix-sessionlink"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
<h3 class="lb-font-footnote lb-font--no-crop lb-font-weight-500 lb-footer__social-headline"> Connect </h3>/h3[@class="lb-font-footnote lb-font--no-crop lb-font-weight-500 lb-footer__social-headline"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 2:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
<iframe> does not have an accessible name<iframe class="ytt-report-pdf__window" src="https://kstatic.googleusercontent.com/files/dd330a743f0e1e62903b94e480864ac578925e316a3fd8ff4d8aacceb16470d034c9fb103507da5d8ac3f5e0b9d6991d28cebe0a467a2c846164a81a19606705" type="application/pdf" title=""> </iframe>/iframe[@class="ytt-report-pdf__window"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 2:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
<iframe> does not have an accessible name<iframe class="ytt-report-pdf__window" src="https://kstatic.googleusercontent.com/files/0d05e2aecfd0b1da4149778221a521a1affb3ab9653d95b3fb035c6d3eb4867a6e5b643a797820d5a83bd5d1bc4beef66bba97caddb794255f4e4b9a36e0f841" type="application/pdf" title="" data-gtm-yt-inspected-104669383_49="true"> </iframe>/iframe[@class="ytt-report-pdf__window"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 2:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" target="_blank" href="https://www.youtube.com/t/terms" aria-label="Terms link opens in new tab">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" target="_blank" href="https://support.google.com/youtube/#topic=9257498" aria-label="Help link opens in new tab">...</a>/a[@class="lb-font-footnote"]Failure 4:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
Failure 1:
<p class="lb-font-headline-1 lb-font--no-crop lb-font-weight-700 lb-margin-bottom-s"> To give everyone a voice and show...</p>/p[@class="lb-font-headline-1 lb-font--no-crop lb-font-weight-700 lb-margin-bottom-s"]Failure 1:
<p class="lb-font-headline-1 lb-font--no-crop lb-font-weight-700 lb-margin-bottom-s"> To give everyone a voice and show...</p>/p[@class="lb-font-headline-1 lb-font--no-crop lb-font-weight-700 lb-margin-bottom-s"]Failure 2:
<p class="lb-font-body-1 lb-color-grey-5"> We believe that everyone deserv...</p>/p[@class="lb-font-body-1 lb-color-grey-5"]Failure 3:
<p class="lb-font-body-2 lb-color-grey-5"> Explore this site to learn more...</p>/p[@class="lb-font-body-2 lb-color-grey-5"]Failure 4:
<p class="lb-tile__body-description yth-blog__tile-body-description yth-blog__tile-text lb-margin-top-xxs lb-margin-bottom-xs lb-font-footnote lb-font--no-crop"> For more than a decade, Goo...</p>/p[@class="lb-tile__body-description yth-blog__tile-body-description yth-blog__tile-text lb-margin-top-xxs lb-margin-bottom-xs lb-font-footnote lb-font--no-crop"]Failure 1:
<p class="lb-font-headline-1 lb-font--no-crop lb-font-weight-700 lb-margin-bottom-s"> To give everyone a voice and show...</p>/p[@class="lb-font-headline-1 lb-font--no-crop lb-font-weight-700 lb-margin-bottom-s"]Failure 2:
<p class="lb-font-body-1 lb-color-grey-5"> We believe that everyone deserv...</p>/p[@class="lb-font-body-1 lb-color-grey-5"]Failure 3:
<p class="lb-font-body-2 lb-color-grey-5"> Explore this site to learn more...</p>/p[@class="lb-font-body-2 lb-color-grey-5"]Failure 4:
<p class="lb-tile__body-description yth-blog__tile-body-description yth-blog__tile-text lb-margin-top-xxs lb-margin-bottom-xs lb-font-footnote lb-font--no-crop"> For more than a decade, Goo...</p>/p[@class="lb-tile__body-description yth-blog__tile-body-description yth-blog__tile-text lb-margin-top-xxs lb-margin-bottom-xs lb-font-footnote lb-font--no-crop"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/jobs/" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-button mdc-ripple-upgraded" href="https://www.google.com/about/careers/applications/jobs/results/?company=YouTube" data-lb-auto-init="MDCRipple" target="_blank" rel="noopener noreferrer"> View openings </a>/a[@class="lb-button mdc-ripple-upgraded"]Failure 3:
<button class="carousel-btn js-fade-next active" ga-on="click" ga-event-category="Quote dot one" ga-event-action="click">...</button>/button[@class="carousel-btn js-fade-next active"]Failure 4:
<button class="carousel-btn js-fade-next" ga-on="click" ga-event-category="Quote dot two" ga-event-action="click">...</button>/button[@class="carousel-btn js-fade-next"]Failure 5:
<a class="link" href="https://www.google.com/about/careers/how-we-hire/" target="_blank" yt-tracking="'How we hire' footer link"> How we hire </a>/a[@class="link"]… and 2 more failures for this rule
Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>“It just really humbles you working on a product t...</p>/pFailure 1:
<p class="-body -fade-child js-fade-child">With over one billion views each day, and over 300...</p>/p[@class="-body -fade-child js-fade-child"]Failure 2:
<p class="-body">It’s an idea that comes to life through the millio...</p>/p[@class="-body"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>/a[@class="lb-button lb-header__jump-to"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ALL_us/kids/">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-button lb-button--filled lb-header__cta lb-ctas__watch-button lb-expansion-panel-trigger--initialized" aria-expanded="false" aria-controls="id-lone-wolf-panel-1" id="id-lone-wolf-panel-header-1" lb-auto-init="LBExpansionPanelTrigger" lb-options="{'family': 'lone-wolf', 'index': 0}">...</button>/button[@id="id-lone-wolf-panel-header-1"]Failure 3:
<a class="ytk-dot-nav__link ytk-dot-nav__link--intro" href="#intro" id="intro" title="An app made just for kids." data-dot-nav-link="">...</a>/a[@id="intro"]Failure 4:
<a class="ytk-dot-nav__link ytk-dot-nav__link--safer-experience" href="#safer-experience" id="safer-experience" title="A safer online experience for kids." data-dot-nav-link="">...</a>/a[@id="safer-experience"]Failure 5:
<a class="ytk-dot-nav__link ytk-dot-nav__link--resources" href="#resources" id="resources" title="Tips and tools for your family." data-dot-nav-link="">...</a>/a[@id="resources"]… and 5 more failures for this rule
Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/measurementprogram/" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" target="_blank" href="https://www.youtube.com/t/terms">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" target="_blank" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 1:
Failure 1:
<p class="lb-font-subhead ytmp-hero__copy lb-font-color-white">The YouTube Measurement Program (YTMP) was created...</p>/p[@class="lb-font-subhead ytmp-hero__copy lb-font-color-white"]Failure 1:
<p class="lb-font-subhead ytmp-hero__copy lb-font-color-white">The YouTube Measurement Program (YTMP) was created...</p>/p[@class="lb-font-subhead ytmp-hero__copy lb-font-color-white"]Failure 2:
<p class="lb-font-body">When a company has the YTMP badge, it means it’s b...</p>/p[@class="lb-font-body"]Failure 3:
<p class="ytmp-certifications__criteria-name">Proof of strong market demand</p>/p[@class="ytmp-certifications__criteria-name"]Failure 4:
<p class="lb-margin-bottom-s lb-font-body">Target topics that are contextually relevant and s...</p>/p[@class="lb-margin-bottom-s lb-font-body"]Failure 1:
<p class="lb-font-subhead ytmp-hero__copy lb-font-color-white">The YouTube Measurement Program (YTMP) was created...</p>/p[@class="lb-font-subhead ytmp-hero__copy lb-font-color-white"]Failure 2:
<p class="lb-font-body">When a company has the YTMP badge, it means it’s b...</p>/p[@class="lb-font-body"]Failure 3:
<p class="ytmp-certifications__criteria-name">Proof of strong market demand</p>/p[@class="ytmp-certifications__criteria-name"]Failure 4:
<p class="lb-margin-bottom-s lb-font-body">Target topics that are contextually relevant and s...</p>/p[@class="lb-margin-bottom-s lb-font-body"]Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 2:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 3:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
<div lb-auto-init="LBExpansionPanelTrigger" lb-options="{'component': 'expansion-panel', 'action': 'toggle', 'detail': {'family': 'kids', 'index': 1}}" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized" role="button" tabindex="0" aria-expanded="false" aria-controls="id-panel-2" id="id-panel-header-2">...</div>/div[@id="id-panel-header-2"]Failure 2:
<div class="lb-expansion-panel__surface" id="id-panel-2" role="region" aria-labelledby="id-panel-header-2">...</div>/div[@id="id-panel-2"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="lb-font-subhead-3 lb-font-weight-700 lb-margin-bottom-xxs">Create a supervised Google Account for YouTube</p>/p[@class="lb-font-subhead-3 lb-font-weight-700 lb-margin-bottom-xxs"]Failure 1:
<p class="lb-font-body-2 lb-margin-bottom-s">We believe kids can discover new interests, learn ...</p>/p[@class="lb-font-body-2 lb-margin-bottom-s"]Failure 2:
<p>...</p>/pFailure 3:
<p class="lb-margin-bottom-l lb-font-body">The YouTube experience — managed by you — for pare...</p>/p[@class="lb-margin-bottom-l lb-font-body"]Failure 4:
<p class="lb-font-subhead-3 lb-font-weight-700 lb-margin-bottom-xxs">Create a supervised Google Account for YouTube</p>/p[@class="lb-font-subhead-3 lb-font-weight-700 lb-margin-bottom-xxs"]Failure 5:
<p class="lb-margin-bottom-xs lb-font-body">YouTube (parent supervised experience) contains a ...</p>/p[@class="lb-margin-bottom-xs lb-font-body"]… and 1 more failures for this rule
Failure 1:
<h2 class="lb-font-headline-1 lb-margin-bottom-l">Frequently asked questions</h2>/h2[@class="lb-font-headline-1 lb-margin-bottom-l"]Failure 2:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="lb-font-body-2 lb-margin-bottom-s">We believe kids can discover new interests, learn ...</p>/p[@class="lb-font-body-2 lb-margin-bottom-s"]Failure 2:
<p>...</p>/pFailure 3:
<p class="lb-margin-bottom-l lb-font-body">The YouTube experience — managed by you — for pare...</p>/p[@class="lb-margin-bottom-l lb-font-body"]Failure 4:
<p class="lb-font-subhead-3 lb-font-weight-700 lb-margin-bottom-xxs">Create a supervised Google Account for YouTube</p>/p[@class="lb-font-subhead-3 lb-font-weight-700 lb-margin-bottom-xxs"]Failure 5:
<p class="lb-margin-bottom-xs lb-font-body">YouTube (parent supervised experience) contains a ...</p>/p[@class="lb-margin-bottom-xs lb-font-body"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<div class="right-knob knob _ngcontent-wmd-13" role="slider" tabindex="0" aria-label="Preview dimension" aria-valuetext="Preview screen dimension @ 1190px screen" aria-valuemin="0" aria-valuemax="4" aria-valuenow="3" aria-disabled="false" style="left: -8px; right: 0px;">...</div>/div[@class="right-knob knob _ngcontent-wmd-13"]Failure 2:
<button class="yt-spec-button-shape-next yt-spec-button-shape-next--text yt-spec-button-shape-next--overlay yt-spec-button-shape-next--size-m yt-spec-button-shape-next--icon-only-default yt-spec-button-shape-next--enable-backdrop-filter-experiment" title="" aria-pressed="true" aria-label="" aria-disabled="false">...</button>/button[@class="yt-spec-button-shape-next yt-spec-button-shape-next--text yt-spec-button-shape-next--overlay yt-spec-button-shape-next--size-m yt-spec-button-shape-next--icon-only-default yt-spec-button-shape-next--enable-backdrop-filter-experiment"]Failure 3:
<button id="button" class="style-scope yt-icon-button">...</button>/button[@id="button"]Failure 4:
<a href="https://www.youtube.com" class="yt-spec-button-shape-next yt-spec-button-shape-next--filled yt-spec-button-shape-next--call-to-action yt-spec-button-shape-next--size-m yt-spec-button-shape-next--enable-backdrop-filter-experiment" aria-haspopup="false" force-new-state="true" target="_blank" aria-label="Visit site" aria-current="false" aria-disabled="false" style="">...</a>/a[@class="yt-spec-button-shape-next yt-spec-button-shape-next--filled yt-spec-button-shape-next--call-to-action yt-spec-button-shape-next--size-m yt-spec-button-shape-next--enable-backdrop-filter-experiment"]Failure 5:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link _ngcontent-wmd-2" href="https://www.youtube.com/about/policies/">Policies & Safety</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link _ngcontent-wmd-2"]… and 2 more failures for this rule
Failure 1:
<button class="yt-spec-button-shape-next yt-spec-button-shape-next--text yt-spec-button-shape-next--overlay yt-spec-button-shape-next--size-m yt-spec-button-shape-next--icon-only-default yt-spec-button-shape-next--enable-backdrop-filter-experiment" title="" aria-pressed="true" aria-label="" aria-disabled="false">...</button>/button[@class="yt-spec-button-shape-next yt-spec-button-shape-next--text yt-spec-button-shape-next--overlay yt-spec-button-shape-next--size-m yt-spec-button-shape-next--icon-only-default yt-spec-button-shape-next--enable-backdrop-filter-experiment"]Failure 2:
<button id="button" class="style-scope yt-icon-button">...</button>/button[@id="button"]Failure 1:
<div buttondecorator="" class="button _ngcontent-wmd-4 border floated-label" keyboardonlyfocusindicator="" id="aDD04E875-8D97-449A-A352-7BF39AF075B3--0" aria-labelledby="aDBB06C6B-C1AE-44CA-AB7A-C88F45C53158--0 aDD04E875-8D97-449A-A352-7BF39AF075B3--0" aria-haspopup="listbox" aria-controls="aC95C003C-4156-4404-AC92-C597F2C3A824--0" aria-invalid="false" aria-expanded="false" tabindex="0" role="button" aria-disabled="false">...</div>/div[@id="aDD04E875-8D97-449A-A352-7BF39AF075B3--0"]Failure 1:
Failure 1:
Failure 1:
<path d="M0 0h115.708v80.095H0z" id="a" class="_ngcontent-wmd-1" />/path[@id="a"]Failure 2:
<mask fill="#fff" id="b" class="_ngcontent-wmd-1">...</mask>/mask[@id="b"]Failure 3:
<yt-formatted-string id="title" ellipsis-truncate="" class="style-scope ytd-video-masthead-ad-primary-video-overlay-renderer" ellipsis-truncate-styling="" title="YouTube Masthead">YouTube Masthead</yt-formatted-string>/yt-formatted-string[@id="title"]Failure 4:
<div id="byline-container" class="style-scope ytd-video-masthead-ad-primary-video-overlay-renderer">...</div>/div[@id="byline-container"]Failure 5:
<ytd-badge-supported-renderer id="badges" overlay-ad="" class="style-scope ytd-video-masthead-ad-primary-video-overlay-renderer" system-icons="" use-badge-shape="">...</ytd-badge-supported-renderer>/ytd-badge-supported-renderer[@id="badges"]… and 244 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
<p class="mdc-text-field-helper-text _ngcontent-wmd-18 mdc-text-field-helper-text--persistent" debugid="acx_468058359" id="a49B3C9F1-B2D0-46DF-B50F-DEAE9AF760B2--0" aria-hidden="false">...</p>/p[@id="a49B3C9F1-B2D0-46DF-B50F-DEAE9AF760B2--0"]Failure 2:
<p class="material-callout-content _ngcontent-wmd-8">Previews may not reflect the exact appearance of y...</p>/p[@class="material-callout-content _ngcontent-wmd-8"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a href="https://www.youtube.com/JadeBeason" aria-label="JadeBeason link opens in new tab" target="_blank" class="yth-link"> @JadeBeason </a>/a[@class="yth-link"]Failure 3:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" target="_blank" href="https://www.youtube.com/t/terms" aria-label="Terms link opens in new tab">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 4:
<a class="lb-font-footnote" target="_blank" href="https://support.google.com/youtube/#topic=9257498" aria-label="Help link opens in new tab">...</a>/a[@class="lb-font-footnote"]Failure 5:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>AI</p>/pFailure 1:
<p>AI</p>/pFailure 1:
<p>AI</p>/pFailure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="1" role="button" tabindex="0" aria-expanded="true" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 3:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="2" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-2" id="id-gollum-panel-header-2">...</div>/div[@id="id-gollum-panel-header-2"]Failure 4:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="3" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-3" id="id-gollum-panel-header-3">...</div>/div[@id="id-gollum-panel-header-3"]Failure 5:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" target="_blank" href="https://www.youtube.com/t/terms" aria-label="Terms link opens in new tab">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]… and 2 more failures for this rule
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">...</button>/button[@id="webform"]Failure 1:
<div class="lb-tabpanel lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'copyright-protection-tools', 'panelIndex': 'copyright-match-tool' }" role="tabpanel" id="copyright-match-tool" aria-labelledby="copyright-match-tool" tabindex="-1" aria-hidden="true">...</div>/div[@id="copyright-match-tool"]Failure 2:
<div class="lb-tabpanel lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'copyright-protection-tools', 'panelIndex': 'content-id' }" role="tabpanel" id="content-id" aria-labelledby="content-id" tabindex="-1" aria-hidden="true">...</div>/div[@id="content-id"]Failure 1:
Failure 1:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'gollum', 'index': 0}" class="lb-expansion-panel__trigger lb-expansion-panel__trigger--reverse lb-expansion-panel-trigger--initialized lb-expansion-panel__trigger--hide" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 2:
<div class="lb-expansion-panel__surface" id="id-gollum-panel-1" role="region" aria-labelledby="id-lone-wolf-2-panel-header-1" style="--visibility--surface: hidden; --opacity--surface: 1;" aria-hidden="true">...</div>/div[@id="id-gollum-panel-1"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">...</button>/button[@id="webform"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="copyright-match-tool" id="copyright-match-tool" tabindex="0" data-tabindex="-1" index="1" aria-label="Copyright Match Tool">...</button>/button[@id="copyright-match-tool"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="content-id" id="content-id" tabindex="0" data-tabindex="-1" index="2" aria-label="Content ID">...</button>/button[@id="content-id"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<p>Copyright</p>/pFailure 1:
<p>Copyright</p>/pFailure 1:
<p>Copyright</p>/pFailure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">...</button>/button[@id="webform"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="copyright-match-tool" id="copyright-match-tool" tabindex="0" data-tabindex="-1" index="1" aria-label="Copyright Match Tool">...</button>/button[@id="copyright-match-tool"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="content-id" id="content-id" tabindex="0" data-tabindex="-1" index="2" aria-label="Content ID">...</button>/button[@id="content-id"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="yth-blue-arrow yth-business-model__link" href="https://services.google.com/fh/files/misc/youtubes_business_model.pdf" aria-label="Download our business model link opens in new tab" target="_blank" rel="noopener noreferrer"> Download our business model ...</a>/a[@class="yth-blue-arrow yth-business-model__link"]Failure 3:
<button class="lb-chips__chip lb-js-chip lb-chips__chip--selected" value="all" name="ALL" aria-selected="false" tabindex="0" aria-checked="false" role="radio" data-tabindex="0">...</button>/button[@class="lb-chips__chip lb-js-chip lb-chips__chip--selected"]Failure 4:
<button class="lb-chips__chip lb-js-chip" value="media-co" name="Media Co." aria-selected="false" tabindex="-1" aria-checked="false" role="radio" data-tabindex="0">...</button>/button[@class="lb-chips__chip lb-js-chip"]Failure 5:
<a class="yth-blue-arrow lb-font-weight-500" href="https://www.youtube.com/playlist?list=PLt5nrEHWOIJJL9i5VXzpBfs0WUF1rs_bM" target="_blank" rel="noopener noreferrer" aria-label="link opens in new tab"> Watch the full playlist ...</a>/a[@class="yth-blue-arrow lb-font-weight-500"]Failure 1:
<a class="impact-stories__creator-handle lb-font-subhead-3 lb-font--no-crop lb-font-weight-600 lb-font-color-black-4" href="https://www.youtube.com/@DharMann" target="_blank" rel="noopener noreferrer" aria-label="link opens in new tab">...</a>/a[@class="impact-stories__creator-handle lb-font-subhead-3 lb-font--no-crop lb-font-weight-600 lb-font-color-black-4"]Failure 2:
<a class="yth-blue-arrow lb-font-weight-500" href="https://www.youtube.com/playlist?list=PLt5nrEHWOIJJL9i5VXzpBfs0WUF1rs_bM" target="_blank" rel="noopener noreferrer" aria-label="link opens in new tab"> Watch the full playlist ...</a>/a[@class="yth-blue-arrow lb-font-weight-500"]Failure 1:
Failure 1:
<clipPath id="clip0_3363_1185">...</clipPath>/clipPath[@id="clip0_3363_1185"]Failure 1:
<div class="lb-chips yth-chips lb-chips--initialized" lb-auto-init="LBChips" lb-options="{ 'uid': 'categoryFilter', 'type': 'choice', 'nameKey': 'name' }" role="radiogroup">...</div>/div[@class="lb-chips yth-chips lb-chips--initialized"]Failure 1:
Failure 1:
<p>Creator Economy</p>/pFailure 2:
<p class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"> Globally – of the YouTube...</p>/p[@class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"]Failure 3:
<p class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"> Source: YouTube Internal ...</p>/p[@class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"]Failure 1:
<p>Creator Economy</p>/pFailure 2:
<p class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"> Globally – of the YouTube...</p>/p[@class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"]Failure 3:
<p class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"> Source: YouTube Internal ...</p>/p[@class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"]Failure 4:
<p class="lb-tile__text lb-font-body-2 lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5"> From making short films...</p>/p[@class="lb-tile__text lb-font-body-2 lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5"]Failure 1:
<p>Creator Economy</p>/pFailure 2:
<p class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"> Globally – of the YouTube...</p>/p[@class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"]Failure 3:
<p class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"> Source: YouTube Internal ...</p>/p[@class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"]Failure 4:
<p class="lb-tile__text lb-font-body-2 lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5"> From making short films...</p>/p[@class="lb-tile__text lb-font-body-2 lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="1" role="button" tabindex="0" aria-expanded="true" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 3:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="2" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-2" id="id-gollum-panel-header-2">...</div>/div[@id="id-gollum-panel-header-2"]Failure 4:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="3" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-3" id="id-gollum-panel-header-3">...</div>/div[@id="id-gollum-panel-header-3"]Failure 5:
<a class="yth-blue-arrow lb-font-weight-500" aria-label="Learn more link opens in new tab" href="https://support.google.com/youtube/answer/14328491?sjid=6072454939037422647-NC" target="_blank" role="tab"> Learn more ...</a>/a[@class="yth-blue-arrow lb-font-weight-500"]… and 3 more failures for this rule
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="candidate-information-panel" id="candidate-information-panel" tabindex="0" data-tabindex="-1" index="0" aria-label="Candidate information panel" aria-selected="false">...</button>/button[@id="candidate-information-panel"]Failure 2:
<a href="https://support.google.com/youtube/answer/6345162?ref_topic=9282435&sjid=277005303270439027-NA" target="_blank" aria-label="(EDSA) link opens in new tab" rel="noopener">Educational, Documentary, Scientific, or Artistic ...</a>/aFailure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="creator-disclosure" id="creator-disclosure" tabindex="0" data-tabindex="-1" index="0" aria-label="Creator Disclosure" aria-selected="false">...</button>/button[@id="creator-disclosure"]Failure 1:
Failure 1:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'gollum', 'index': 0}" class="lb-expansion-panel__trigger lb-expansion-panel__trigger--reverse lb-expansion-panel-trigger--initialized lb-expansion-panel__trigger--hide" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 2:
<div class="lb-expansion-panel__surface" id="id-gollum-panel-1" role="region" aria-labelledby="id-lone-wolf-2-panel-header-1" style="--visibility--surface: visible; --opacity--surface: 1; --height--surface: 0px;">...</div>/div[@id="id-gollum-panel-1"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="candidate-information-panel" id="candidate-information-panel" tabindex="0" data-tabindex="-1" index="0" aria-label="Candidate information panel" aria-selected="false">...</button>/button[@id="candidate-information-panel"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="voting-information-panels" id="voting-information-panels" tabindex="0" data-tabindex="-1" index="1" aria-label="Voting information panels">...</button>/button[@id="voting-information-panels"]Failure 5:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="2" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-2" id="id-gollum-panel-header-2">...</div>/div[@id="id-gollum-panel-header-2"]… and 9 more failures for this rule
Failure 1:
region have the same name.Failure 1:
Failure 1:
<p>Elections</p>/pFailure 1:
<p>Elections</p>/pFailure 1:
<p>Elections</p>/pFailure 1:
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="candidate-information-panel" id="candidate-information-panel" tabindex="0" data-tabindex="-1" index="0" aria-label="Candidate information panel" aria-selected="false">...</button>/button[@id="candidate-information-panel"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="voting-information-panels" id="voting-information-panels" tabindex="0" data-tabindex="-1" index="1" aria-label="Voting information panels">...</button>/button[@id="voting-information-panels"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="elections-results-information-panels" id="elections-results-information-panels" tabindex="0" data-tabindex="-1" index="2" aria-label="Elections results information panels">...</button>/button[@id="elections-results-information-panels"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="creator-disclosure" id="creator-disclosure" tabindex="0" data-tabindex="-1" index="0" aria-label="Creator Disclosure" aria-selected="false">...</button>/button[@id="creator-disclosure"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="labeling" id="labeling" tabindex="0" data-tabindex="-1" index="1" aria-label="Labeling">...</button>/button[@id="labeling"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="children" id="children" tabindex="0" data-tabindex="-1" index="0" aria-selected="false">...</button>/button[@id="children"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="pre-teens" id="pre-teens" tabindex="0" data-tabindex="-1" index="1">...</button>/button[@id="pre-teens"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="teens" id="teens" tabindex="0" data-tabindex="-1" index="2">...</button>/button[@id="teens"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="mindful-viewing" id="mindful-viewing" tabindex="0" data-tabindex="-1" index="0" aria-selected="false">...</button>/button[@id="mindful-viewing"]… and 6 more failures for this rule
Failure 1:
<a href="https://blog.youtube/news-and-events/updates-youtube-supervised-accounts-teens/" target="_blank" aria-label="blog regarding custom reminder link opens in new tab" rel="noopener">customize</a>/aFailure 1:
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="children" id="children" tabindex="0" data-tabindex="-1" index="0" aria-selected="false">...</button>/button[@id="children"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="pre-teens" id="pre-teens" tabindex="0" data-tabindex="-1" index="1">...</button>/button[@id="pre-teens"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="teens" id="teens" tabindex="0" data-tabindex="-1" index="2">...</button>/button[@id="teens"]Failure 4:
<div class="lb-tabpanel lb-tabpanel--open lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'age-approporateness', 'panelIndex': 'children' }" role="tabpanel" id="children" aria-labelledby="children" tabindex="0">...</div>/div[@id="children"]Failure 5:
<div class="lb-tabpanel lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'age-approporateness', 'panelIndex': 'pre-teens' }" role="tabpanel" id="pre-teens" aria-labelledby="pre-teens" tabindex="-1" aria-hidden="true" data-tabindex="-1">...</div>/div[@id="pre-teens"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<p>Kids & Teens</p>/pFailure 1:
<p>Kids & Teens</p>/pFailure 1:
<p>Kids & Teens</p>/pFailure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="1" role="button" tabindex="0" aria-expanded="true" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 3:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="2" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-2" id="id-gollum-panel-header-2">...</div>/div[@id="id-gollum-panel-header-2"]Failure 4:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="3" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-3" id="id-gollum-panel-header-3">...</div>/div[@id="id-gollum-panel-header-3"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="unesco" id="unesco" tabindex="0" data-tabindex="-1" index="0" aria-selected="false">...</button>/button[@id="unesco"]… and 6 more failures for this rule
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="quizzes" id="quizzes" tabindex="0" data-tabindex="-1" index="0" aria-label="Quizzes" aria-selected="false">...</button>/button[@id="quizzes"]Failure 1:
Failure 1:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'gollum', 'index': 0}" class="lb-expansion-panel__trigger lb-expansion-panel__trigger--reverse lb-expansion-panel-trigger--initialized lb-expansion-panel__trigger--hide" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 2:
<div class="lb-expansion-panel__surface" id="id-gollum-panel-1" role="region" aria-labelledby="id-lone-wolf-2-panel-header-1" style="--visibility--surface: visible; --height--surface: 0px; --opacity--surface: 1;">...</div>/div[@id="id-gollum-panel-1"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="quizzes" id="quizzes" tabindex="0" data-tabindex="-1" index="0" aria-label="Quizzes" aria-selected="false">...</button>/button[@id="quizzes"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="courses" id="courses" tabindex="0" data-tabindex="-1" index="1" aria-label="Courses">...</button>/button[@id="courses"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="conversational-ai-tool" id="conversational-ai-tool" tabindex="0" data-tabindex="-1" index="2" aria-label="Conversational AI Tool">...</button>/button[@id="conversational-ai-tool"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<p>Learning</p>/pFailure 1:
<p>Learning</p>/pFailure 2:
<p class="lb-font-footnote lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5 lb-margin-top-xs"> According to research b...</p>/p[@class="lb-font-footnote lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5 lb-margin-top-xs"]Failure 3:
<p class="lb-tile__text lb-font-body-2 lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5"> Demystifying science with...</p>/p[@class="lb-tile__text lb-font-body-2 lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5"]Failure 1:
<p>Learning</p>/pFailure 2:
<p class="lb-font-footnote lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5 lb-margin-top-xs"> According to research b...</p>/p[@class="lb-font-footnote lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5 lb-margin-top-xs"]Failure 3:
<p class="lb-tile__text lb-font-body-2 lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5"> Demystifying science with...</p>/p[@class="lb-tile__text lb-font-body-2 lb-font--no-crop lb-font-weight-400 lb-font-color-grey-5"]Failure 1:
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="quizzes" id="quizzes" tabindex="0" data-tabindex="-1" index="0" aria-label="Quizzes" aria-selected="false">...</button>/button[@id="quizzes"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="courses" id="courses" tabindex="0" data-tabindex="-1" index="1" aria-label="Courses">...</button>/button[@id="courses"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="conversational-ai-tool" id="conversational-ai-tool" tabindex="0" data-tabindex="-1" index="2" aria-label="Conversational AI Tool">...</button>/button[@id="conversational-ai-tool"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="1" role="button" tabindex="0" aria-expanded="true" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 3:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="2" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-2" id="id-gollum-panel-header-2">...</div>/div[@id="id-gollum-panel-header-2"]Failure 4:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="3" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-3" id="id-gollum-panel-header-3">...</div>/div[@id="id-gollum-panel-header-3"]Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="news-watch-page" id="news-watch-page" tabindex="0" data-tabindex="-1" index="0" aria-label="News watch page" aria-selected="false">...</button>/button[@id="news-watch-page"]Failure 1:
Failure 1:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'gollum', 'index': 0}" class="lb-expansion-panel__trigger lb-expansion-panel__trigger--reverse lb-expansion-panel-trigger--initialized lb-expansion-panel__trigger--hide" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 2:
<div class="lb-expansion-panel__surface" id="id-gollum-panel-1" role="region" aria-labelledby="id-lone-wolf-2-panel-header-1" style="--visibility--surface: hidden;" aria-hidden="true">...</div>/div[@id="id-gollum-panel-1"]Failure 3:
<section class="yth-information" id="news-watch-page">...</section>/section[@id="news-watch-page"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="news-watch-page" id="news-watch-page" tabindex="0" data-tabindex="-1" index="0" aria-label="News watch page" aria-selected="false">...</button>/button[@id="news-watch-page"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="breaking-news-shelf" id="breaking-news-shelf" tabindex="0" data-tabindex="-1" index="1" aria-label="Breaking news shelf">...</button>/button[@id="breaking-news-shelf"]… and 4 more failures for this rule
Failure 1:
Failure 1:
<p>News</p>/pFailure 2:
<p class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"> There were more than 13 b...</p>/p[@class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"]Failure 3:
<p class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"> Source: Internal YouTube ...</p>/p[@class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"]Failure 1:
<p>News</p>/pFailure 2:
<p class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"> There were more than 13 b...</p>/p[@class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"]Failure 3:
<p class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"> Source: Internal YouTube ...</p>/p[@class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"]Failure 1:
<p>News</p>/pFailure 2:
<p class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"> There were more than 13 b...</p>/p[@class="lb-font-subhead-2 lb-font-weight-700 lb-font--no-crop"]Failure 3:
<p class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"> Source: Internal YouTube ...</p>/p[@class="page-statistics__footnote lb-font-footnote lb-font-weight-400 lb-font--no-crop"]Failure 1:
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="news-watch-page" id="news-watch-page" tabindex="0" data-tabindex="-1" index="0" aria-label="News watch page" aria-selected="false">...</button>/button[@id="news-watch-page"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="breaking-news-shelf" id="breaking-news-shelf" tabindex="0" data-tabindex="-1" index="1" aria-label="Breaking news shelf">...</button>/button[@id="breaking-news-shelf"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="top-news-shelves" id="top-news-shelves" tabindex="0" data-tabindex="-1" index="2" aria-label="Top news shelves">...</button>/button[@id="top-news-shelves"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 1:
Failure 1:
Failure 1:
<p>Our Policies</p>/pFailure 1:
<p>Our Policies</p>/pFailure 1:
<p>Our Policies</p>/pFailure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="1" role="button" tabindex="0" aria-expanded="true" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 3:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="2" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-2" id="id-gollum-panel-header-2">...</div>/div[@id="id-gollum-panel-header-2"]Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="privacy-settings" id="privacy-settings" tabindex="0" data-tabindex="-1" index="0" aria-label="Privacy Settings" aria-selected="false">...</button>/button[@id="privacy-settings"]Failure 1:
Failure 1:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'gollum', 'index': 0}" class="lb-expansion-panel__trigger lb-expansion-panel__trigger--reverse lb-expansion-panel-trigger--initialized lb-expansion-panel__trigger--hide" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 2:
<div class="lb-expansion-panel__surface" id="id-gollum-panel-1" role="region" aria-labelledby="id-lone-wolf-2-panel-header-1" style="--visibility--surface: hidden;" aria-hidden="true">...</div>/div[@id="id-gollum-panel-1"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="privacy-settings" id="privacy-settings" tabindex="0" data-tabindex="-1" index="0" aria-label="Privacy Settings" aria-selected="false">...</button>/button[@id="privacy-settings"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="ad-settings" id="ad-settings" tabindex="0" data-tabindex="-1" index="1" aria-label="Ad Settings">...</button>/button[@id="ad-settings"]Failure 5:
<div class="lb-tabpanel lb-tabpanel--open lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'privacy-tools', 'panelIndex': 'privacy-settings' }" role="tabpanel" id="privacy-settings" aria-labelledby="privacy-settings" tabindex="0">...</div>/div[@id="privacy-settings"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<p>Privacy</p>/pFailure 1:
<p>Privacy</p>/pFailure 1:
<p>Privacy</p>/pFailure 1:
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="privacy-settings" id="privacy-settings" tabindex="0" data-tabindex="-1" index="0" aria-label="Privacy Settings" aria-selected="false">...</button>/button[@id="privacy-settings"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="ad-settings" id="ad-settings" tabindex="0" data-tabindex="-1" index="1" aria-label="Ad Settings">...</button>/button[@id="ad-settings"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/jobs/" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-button mdc-ripple-upgraded" href="https://www.google.com/about/careers/applications/jobs/results/?company=YouTube" data-lb-auto-init="MDCRipple" target="_blank" rel="noopener noreferrer"> View openings </a>/a[@class="lb-button mdc-ripple-upgraded"]Failure 3:
<a class="link" href="https://www.google.com/about/careers/how-we-hire/" target="_blank" yt-tracking="'How we hire' footer link"> How we hire </a>/a[@class="link"]Failure 4:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 5:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="-body">Whether it’s fostering relationships with creators...</p>/p[@class="-body"]Failure 2:
<p class="role-description">Transform the way our clients interact with custom...</p>/p[@class="role-description"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="role-description">Transform the way our clients interact with custom...</p>/p[@class="role-description"]Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/jobs/" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-button mdc-ripple-upgraded" href="https://www.google.com/about/careers/applications/jobs/results/?company=YouTube" data-lb-auto-init="MDCRipple" target="_blank" rel="noopener noreferrer"> View openings </a>/a[@class="lb-button mdc-ripple-upgraded"]Failure 3:
<a class="link" href="https://www.google.com/about/careers/how-we-hire/" target="_blank" yt-tracking="'How we hire' footer link"> How we hire </a>/a[@class="link"]Failure 4:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 5:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="-body">Spend your days with great people. We come from di...</p>/p[@class="-body"]Failure 2:
<p class="role-description">Develop and iterate on innovative products, featur...</p>/p[@class="role-description"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="role-description">Develop and iterate on innovative products, featur...</p>/p[@class="role-description"]Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/jobs/" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-button mdc-ripple-upgraded" href="https://www.google.com/about/careers/applications/jobs/results/?company=YouTube" data-lb-auto-init="MDCRipple" target="_blank" rel="noopener noreferrer"> View openings </a>/a[@class="lb-button mdc-ripple-upgraded"]Failure 3:
<a class="link" href="https://www.google.com/about/careers/how-we-hire/" target="_blank" yt-tracking="'How we hire' footer link"> How we hire </a>/a[@class="link"]Failure 4:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 5:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="-body">At YouTube, designers are surrounded by creative p...</p>/p[@class="-body"]Failure 2:
<p class="role-description">Drive product development—from conception to launc...</p>/p[@class="role-description"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="role-description">Drive product development—from conception to launc...</p>/p[@class="role-description"]Failure 1:
Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/jobs/" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-button mdc-ripple-upgraded" href="https://www.google.com/about/careers/applications/jobs/results/?company=YouTube" data-lb-auto-init="MDCRipple" target="_blank" rel="noopener noreferrer"> View openings </a>/a[@class="lb-button mdc-ripple-upgraded"]Failure 3:
<a class="link" href="https://www.google.com/about/careers/how-we-hire/" target="_blank" yt-tracking="'How we hire' footer link"> How we hire </a>/a[@class="link"]Failure 4:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 5:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="-body">Working at the unprecedented speed and scale of Yo...</p>/p[@class="-body"]Failure 2:
<p class="role-description">Enforce YouTube policies and guidelines to ensure ...</p>/p[@class="role-description"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="role-description">Enforce YouTube policies and guidelines to ensure ...</p>/p[@class="role-description"]Failure 1:
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>/a[@class="lb-button lb-header__jump-to"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ALL_us/kids/">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-button lb-button--filled lb-header__cta lb-ctas__watch-button lb-expansion-panel-trigger--initialized" aria-expanded="false" aria-controls="id-lone-wolf-panel-1" id="id-lone-wolf-panel-header-1" lb-auto-init="LBExpansionPanelTrigger" lb-options="{'family': 'lone-wolf', 'index': 0}">...</button>/button[@id="id-lone-wolf-panel-header-1"]Failure 3:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 4:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 5:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro">YouTube Kids has videos on many different topics, ...</p>/p[@class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro"]Failure 2:
<p class="lb-font--no-crop">Step-by-step instructions and project ideas help s...</p>/p[@class="lb-font--no-crop"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro">YouTube Kids has videos on many different topics, ...</p>/p[@class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro"]Failure 2:
<p class="lb-font--no-crop">Step-by-step instructions and project ideas help s...</p>/p[@class="lb-font--no-crop"]Failure 1:
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>/a[@class="lb-button lb-header__jump-to"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ALL_us/kids/">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-button lb-button--filled lb-header__cta lb-ctas__watch-button lb-expansion-panel-trigger--initialized" aria-expanded="false" aria-controls="id-lone-wolf-panel-1" id="id-lone-wolf-panel-header-1" lb-auto-init="LBExpansionPanelTrigger" lb-options="{'family': 'lone-wolf', 'index': 0}">...</button>/button[@id="id-lone-wolf-panel-header-1"]Failure 3:
<a class="focusable-element" href="https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.kids&utm_source=website&utm_medium=ytk&utm_campaign=lp" aria-label="Google Play Store opens in new tab" target="_blank" rel="nofollow" data-cta-platform="android">...</a>/a[@class="focusable-element"]Failure 4:
<a href="https://support.google.com/youtubekids/answer/6289408?" class="ytk-type-cta ytk-type-dark-red ytk__arrow-link" aria-label="Learn more about Bring the fun to the big screen link opens in new tab" target="_blank">...</a>/a[@class="ytk-type-cta ytk-type-dark-red ytk__arrow-link"]Failure 5:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]… and 2 more failures for this rule
Failure 1:
<a aria-label="youtube kids link opens in new tab" href="https://www.youtubekids.com" rel="noreferrer nofollow" target="_blank">www.youtubekids.com</a>/aFailure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class=" ytk-hero__description-intro">Fun on every screen. YouTube Kids works across all...</p>/p[@class=" ytk-hero__description-intro"]Failure 2:
<p>The YouTube Kids app is available on mobile and ta...</p>/pFailure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class=" ytk-hero__description-intro">Fun on every screen. YouTube Kids works across all...</p>/p[@class=" ytk-hero__description-intro"]Failure 2:
<p>The YouTube Kids app is available on mobile and ta...</p>/pFailure 1:
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>/a[@class="lb-button lb-header__jump-to"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ALL_us/kids/">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-button lb-button--filled lb-header__cta lb-ctas__watch-button lb-expansion-panel-trigger--initialized" aria-expanded="false" aria-controls="id-lone-wolf-panel-1" id="id-lone-wolf-panel-header-1" lb-auto-init="LBExpansionPanelTrigger" lb-options="{'family': 'lone-wolf', 'index': 0}">...</button>/button[@id="id-lone-wolf-panel-header-1"]Failure 3:
<a href="https://support.google.com/youtubekids/answer/7554914" class="ytk-type-cta ytk-type-dark-purple ytk__arrow-link" aria-label="Learn more about Create individual profiles as unique as your kids link opens in new tab" target="_blank">...</a>/a[@class="ytk-type-cta ytk-type-dark-purple ytk__arrow-link"]Failure 4:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 5:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]… and 1 more failures for this rule
Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="ytk-hero__description-subtitle">Here are tools and resources to help you guide you...</p>/p[@class="ytk-hero__description-subtitle"]Failure 1:
<p class="ytk-hero__description-subtitle">Here are tools and resources to help you guide you...</p>/p[@class="ytk-hero__description-subtitle"]Failure 2:
<p class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro">The YouTube Kids app has a set of parental control...</p>/p[@class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro"]Failure 3:
<p>Sign in and create up to eight kid profiles, each ...</p>/pFailure 4:
<p class="ytk-parent-settings__cta">...</p>/p[@class="ytk-parent-settings__cta"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="ytk-hero__description-subtitle">Here are tools and resources to help you guide you...</p>/p[@class="ytk-hero__description-subtitle"]Failure 2:
<p class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro">The YouTube Kids app has a set of parental control...</p>/p[@class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro"]Failure 3:
<p>Sign in and create up to eight kid profiles, each ...</p>/pFailure 4:
<p class="ytk-parent-settings__cta">...</p>/p[@class="ytk-parent-settings__cta"]Failure 1:
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>/a[@class="lb-button lb-header__jump-to"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ALL_us/kids/">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-button lb-button--filled lb-header__cta lb-ctas__watch-button lb-expansion-panel-trigger--initialized" aria-expanded="false" aria-controls="id-lone-wolf-panel-1" id="id-lone-wolf-panel-header-1" lb-auto-init="LBExpansionPanelTrigger" lb-options="{'family': 'lone-wolf', 'index': 0}">...</button>/button[@id="id-lone-wolf-panel-header-1"]Failure 3:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 4:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 5:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
Failure 1:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'hobbit-chapters', 'index': 0}" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized" role="button" tabindex="0" aria-expanded="false" aria-controls="id-panel-1" id="id-panel-header-1">...</div>/div[@id="id-panel-header-1"]Failure 2:
<div class="lb-expansion-panel__surface" id="id-panel-1" role="region" aria-labelledby="id-panel-header-1" aria-hidden="true">...</div>/div[@id="id-panel-1"]Failure 3:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'hobbit-chapters', 'index': 1}" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized" role="button" tabindex="0" aria-expanded="false" aria-controls="id-panel-2" id="id-panel-header-2">...</div>/div[@id="id-panel-header-2"]Failure 4:
<div class="lb-expansion-panel__surface" id="id-panel-2" role="region" aria-labelledby="id-panel-header-2" aria-hidden="true">...</div>/div[@id="id-panel-2"]Failure 5:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'hobbit-chapters', 'index': 2}" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized" role="button" tabindex="0" aria-expanded="false" aria-controls="id-panel-3" id="id-panel-header-3">...</div>/div[@id="id-panel-header-3"]… and 5 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="ytk-hero__description-subtitle">YouTube Kids was designed to be a safer and simple...</p>/p[@class="ytk-hero__description-subtitle"]Failure 1:
<p class="ytk-hero__description-subtitle">YouTube Kids was designed to be a safer and simple...</p>/p[@class="ytk-hero__description-subtitle"]Failure 2:
<p class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro">We work hard to keep videos on YouTube Kids family...</p>/p[@class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="ytk-hero__description-subtitle">YouTube Kids was designed to be a safer and simple...</p>/p[@class="ytk-hero__description-subtitle"]Failure 2:
<p class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro">We work hard to keep videos on YouTube Kids family...</p>/p[@class="ytk-tablet-landscape-up-only-block ytk-hero__description-intro"]Failure 1:
Failure 1:
<a class="fg-hero__cta_link" href="/myfamily/">...</a>/a[@class="fg-hero__cta_link"]Failure 2:
<a class="fg-hero__logo-link" aria-label="YouTube" href="https://www.youtube.com" target="_blank" id="YouTube Logo Header">...</a>/a[@id="YouTube Logo Header"]Failure 3:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 4:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 5:
<select class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select" aria-label="Select language">...</select>/select[@class="lb-font-footnote lb-footer__language-select lb-js-footer-language-select"]Failure 1:
<path id="Vector" d="M7.00001 13.5098L0.333344 6.84318L7.00001 0.176514L7.87501 1.05151L2.70834 6.21818H13.6667V7.46818H2.70834L7.87501 12.6348L7.00001 13.5098Z" fill="#065FD4" />/path[@id="Vector"]Failure 1:
Failure 1:
<p class="fg-hero__cite-title">PHD & Director of Center for Research on Children,...</p>/p[@class="fg-hero__cite-title"]Failure 1:
<p class="fg-hero__para">Every family is different, that’s why we have choi...</p>/p[@class="fg-hero__para"]Failure 2:
<p class="fg-hero__cite-title">PHD & Director of Center for Research on Children,...</p>/p[@class="fg-hero__cite-title"]Failure 3:
<p>...</p>/pFailure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="fg-hero__para">Every family is different, that’s why we have choi...</p>/p[@class="fg-hero__para"]Failure 2:
<p class="fg-hero__cite-title">PHD & Director of Center for Research on Children,...</p>/p[@class="fg-hero__cite-title"]Failure 3:
<p>...</p>/pFailure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/kids/">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-button lb-button--filled lb-header__cta lb-ctas__watch-button lb-expansion-panel-trigger--initialized" aria-expanded="false" aria-controls="id-lone-wolf-panel-1" id="id-lone-wolf-panel-header-1" lb-auto-init="LBExpansionPanelTrigger" lb-options="{'family': 'lone-wolf', 'index': 0}">...</button>/button[@id="id-lone-wolf-panel-header-1"]Failure 3:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 4:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 1:
<a class="ytk-peppa-pig-link" aria-label="Muddy Puddles link opens in new tab" href="https://www.youtubekids.com/watch?v=WdvGYRaRHUs&utm_source=landingpage&utm_medium=videoshelf&utm_campaign=peppapig&utm_content=Muddy Puddles" data-video-link="true" target="_blank" rel="noopener noreferrer">...</a>/a[@class="ytk-peppa-pig-link"]Failure 1:
Failure 1:
Failure 1:
<p class="ytk-hero__description-subtitle lb-margin-bottom-xs">Your kids can</p>/p[@class="ytk-hero__description-subtitle lb-margin-bottom-xs"]Failure 2:
<p class="ytk-hero__description-subtitle lb-margin-top-xs">on YouTube Kids</p>/p[@class="ytk-hero__description-subtitle lb-margin-top-xs"]Failure 1:
<p class="ytk-hero__description-subtitle lb-margin-bottom-xs">Your kids can</p>/p[@class="ytk-hero__description-subtitle lb-margin-bottom-xs"]Failure 2:
<p class="ytk-hero__description-subtitle lb-margin-top-xs">on YouTube Kids</p>/p[@class="ytk-hero__description-subtitle lb-margin-top-xs"]Failure 3:
<p class="lb-font-body ytk-peppa-pig__channel-subscriber">18.4M subscribers</p>/p[@class="lb-font-body ytk-peppa-pig__channel-subscriber"]Failure 4:
<p class="lb-font--no-crop">Peppa lives with her mummy and daddy and her littl...</p>/p[@class="lb-font--no-crop"]Failure 5:
<p class="ytk-peppa-pig__card-title lb-font-body lb-margin-top-xs lb-font--no-crop"> Muddy Puddles</p>/p[@class="ytk-peppa-pig__card-title lb-font-body lb-margin-top-xs lb-font--no-crop"]… and 1 more failures for this rule
Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="ytk-hero__description-subtitle lb-margin-bottom-xs">Your kids can</p>/p[@class="ytk-hero__description-subtitle lb-margin-bottom-xs"]Failure 2:
<p class="ytk-hero__description-subtitle lb-margin-top-xs">on YouTube Kids</p>/p[@class="ytk-hero__description-subtitle lb-margin-top-xs"]Failure 3:
<p class="lb-font-body ytk-peppa-pig__channel-subscriber">18.4M subscribers</p>/p[@class="lb-font-body ytk-peppa-pig__channel-subscriber"]Failure 4:
<p class="lb-font--no-crop">Peppa lives with her mummy and daddy and her littl...</p>/p[@class="lb-font--no-crop"]Failure 5:
<p class="ytk-peppa-pig__card-title lb-font-body lb-margin-top-xs lb-font--no-crop"> Muddy Puddles</p>/p[@class="ytk-peppa-pig__card-title lb-font-body lb-margin-top-xs lb-font--no-crop"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<a class="lb-header-js-nav-item lb-header__nav-item" href="https://blog.youtube/" tabindex="0"> Blog </a>/a[@class="lb-header-js-nav-item lb-header__nav-item"]Failure 2:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/about/policies/"> Policies & Safety </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 3:
<a class="lb-font-footnote" href="https://support.google.com/youtube/#topic=9257498">...</a>/a[@class="lb-font-footnote"]Failure 1:
Failure 1:
<h3 class="lb-font-footnote lb-font--no-crop lb-font-weight-500 lb-footer__social-headline"> Connect </h3>/h3[@class="lb-font-footnote lb-font--no-crop lb-font-weight-500 lb-footer__social-headline"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="lb-font-display-3 lb-font-color-text-primary"> Our mission is to give everyone a voice...</p>/p[@class="lb-font-display-3 lb-font-color-text-primary"]Failure 1:
<p class="lb-font-display-3 lb-font-color-text-primary"> Our mission is to give everyone a voice...</p>/p[@class="lb-font-display-3 lb-font-color-text-primary"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="lb-font-display-3 lb-font-color-text-primary"> Our mission is to give everyone a voice...</p>/p[@class="lb-font-display-3 lb-font-color-text-primary"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="1" role="button" tabindex="0" aria-expanded="true" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 3:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="2" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-2" id="id-gollum-panel-header-2">...</div>/div[@id="id-gollum-panel-header-2"]Failure 4:
<div lb-auto-init="LBExpansionPanelTrigger" class="lb-expansion-panel__trigger lb-expansion-panel-trigger--initialized yth-expansion-panel__trigger" data-panel-id="3" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-3" id="id-gollum-panel-header-3">...</div>/div[@id="id-gollum-panel-header-3"]Failure 5:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" target="_blank" href="https://www.youtube.com/t/terms" aria-label="Terms link opens in new tab">...</a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]… and 2 more failures for this rule
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">...</button>/button[@id="webform"]Failure 1:
<div class="lb-tabpanel lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'copyright-protection-tools', 'panelIndex': 'copyright-match-tool' }" role="tabpanel" id="copyright-match-tool" aria-labelledby="copyright-match-tool" tabindex="-1" aria-hidden="true">...</div>/div[@id="copyright-match-tool"]Failure 2:
<div class="lb-tabpanel lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'copyright-protection-tools', 'panelIndex': 'content-id' }" role="tabpanel" id="content-id" aria-labelledby="content-id" tabindex="-1" aria-hidden="true">...</div>/div[@id="content-id"]Failure 1:
Failure 1:
<div lb-auto-init="LBExpansionPanelTrigger" lb-expansion-panel-trigger-options="{'family': 'gollum', 'index': 0}" class="lb-expansion-panel__trigger lb-expansion-panel__trigger--reverse lb-expansion-panel-trigger--initialized lb-expansion-panel__trigger--hide" role="button" tabindex="0" aria-expanded="false" aria-controls="id-gollum-panel-1" id="id-gollum-panel-header-1">...</div>/div[@id="id-gollum-panel-header-1"]Failure 2:
<div class="lb-expansion-panel__surface" id="id-gollum-panel-1" role="region" aria-labelledby="id-lone-wolf-2-panel-header-1" style="--visibility--surface: hidden; --opacity--surface: 1;" aria-hidden="true">...</div>/div[@id="id-gollum-panel-1"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">...</button>/button[@id="webform"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="copyright-match-tool" id="copyright-match-tool" tabindex="0" data-tabindex="-1" index="1" aria-label="Copyright Match Tool">...</button>/button[@id="copyright-match-tool"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="content-id" id="content-id" tabindex="0" data-tabindex="-1" index="2" aria-label="Content ID">...</button>/button[@id="content-id"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<p>Copyright</p>/pFailure 1:
<p>Copyright</p>/pFailure 1:
<p>Copyright</p>/pFailure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">...</button>/button[@id="webform"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="copyright-match-tool" id="copyright-match-tool" tabindex="0" data-tabindex="-1" index="1" aria-label="Copyright Match Tool">...</button>/button[@id="copyright-match-tool"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="content-id" id="content-id" tabindex="0" data-tabindex="-1" index="2" aria-label="Content ID">...</button>/button[@id="content-id"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 1:
Failure 1:
Failure 1:
<p>Our Policies</p>/pFailure 1:
<p>Our Policies</p>/pFailure 1:
<p>Our Policies</p>/pFailure 1:
<a class="yt-hero-card__media-link" href="https://blog.youtube/inside-youtube/independent-media-summit-youtube-news-trends/" tabindex="-1">...</a>/a[@class="yt-hero-card__media-link"]Failure 1:
<a class="yt-hero-card__article-link" href="https://blog.youtube/inside-youtube/independent-media-summit-youtube-news-trends/" aria-label="What creators are teaching us about the future of news on YouTube. Card 2 of 5" tabindex="-1">...</a>/a[@class="yt-hero-card__article-link"]Failure 2:
<a href="https://blog.youtube/culture-and-trends/" title="Culture and Trends" data-ga4-analytics-click="{"event": "eyebrow_topic_click"}">...</a>/aFailure 3:
<a class="youtube-specific-topic-card__tag" href="/search/?query=Creators&tags=Creators" tabindex="-1">...</a>/a[@class="youtube-specific-topic-card__tag"]Failure 4:
<a class="youtube-specific-topic-card__article-link" href="https://blog.youtube/inside-youtube/youtube-premium-partners-with-delta-airlines/">YouTube at 30,000 ft.</a>/a[@class="youtube-specific-topic-card__article-link"]Failure 5:
<button aria-expanded="false" class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button">...</button>/button[@class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button"]… and 4 more failures for this rule
Failure 1:
<button aria-label="Open Search" class="yt-header__search-btn" type="button" data-analytics-module="{ "section_header": "YouTube Official Blog", }">...</button>/button[@class="yt-header__search-btn"]Failure 1:
<button aria-hidden="true" class="yt-header__search-submit">...</button>/button[@class="yt-header__search-submit"]Failure 2:
<div class="yt-subscription-modal__overlay hide-from-all" tabindex="0" aria-hidden="true" data-component="yt-subscription-modal">...</div>/div[@class="yt-subscription-modal__overlay hide-from-all"]Failure 1:
Failure 1:
<section class="yt-carousel-short-posts" role="region" aria-roledescription="carousel" data-component="yt-carousel-short-posts" data-analytics-module="{ "module_name": "Short Post Carousel", "section_header": "YouTube Official Blog", "has_impression": true, "track_component_action_event": "true", "component_action": "short_posts_carousel_interaction", "position_maximum": "5", }">...</section>/section[@class="yt-carousel-short-posts"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<ul class="yt-carousel-short-posts__carousel">...</ul>/ul[@class="yt-carousel-short-posts__carousel"]Failure 2:
<ul class="yt-article-grid-list"> </ul>/ul[@class="yt-article-grid-list"]Failure 1:
normal which will result in a line height of less than 1.5<p class="yt-hero-card__pagination"> 1 / 5 </p>/p[@class="yt-hero-card__pagination"]Failure 2:
normal which will result in a line height of less than 1.5<p class="yt-short-post-overview__info__author">...</p>/p[@class="yt-short-post-overview__info__author"]Failure 3:
normal which will result in a line height of less than 1.5<p class="yt-short-post-overview__info__date">Feb 25, 2026</p>/p[@class="yt-short-post-overview__info__date"]Failure 4:
normal which will result in a line height of less than 1.5<p data-block-key="su8a4">The latest Trends Report from YouTube’s Culture & ...</p>/pFailure 5:
normal which will result in a line height of less than 1.5<p class="youtube-media-carousel__pagination-info">...</p>/p[@class="youtube-media-carousel__pagination-info"]… and 3 more failures for this rule
Failure 1:
<h3 class="youtube-media-carousel__video-title">Inside @LaurenZside debut book "Going Under"</h3>/h3[@class="youtube-media-carousel__video-title"]Failure 1:
<a class="glue-header__logo-link" href="https://business.google.com/us/" title="Google Business">...</a>/a[@class="glue-header__logo-link"]Failure 2:
<button class="ion-profile-avatar--signedout" aria-expanded="false" aria-label="Sign in">...</button>/button[@class="ion-profile-avatar--signedout"]Failure 3:
<a class="ion-global-mega-nav__l3-link glue-header__link" href="https://business.google.com/us/ad-solutions/youtube-ads/streaming-ads/" data-global-mega-nav-flyout-menu-id="global-mega-nav-linkbar-l3-1" data-tracking-target="nav_click">Streaming ads</a>/a[@class="ion-global-mega-nav__l3-link glue-header__link"]Failure 4:
<a class="ion-button glue-button glue-button--icon glue-button--low-emphasis scheduler-cta" href="https://business.google.com/us/support/schedule-appointment/" data-url="https://business.google.com/us/support/schedule-appointment/" data-position="" data-cbt="schedule-meeting-cta" data-tracking-target="cta_click">...</a>/a[@class="ion-button glue-button glue-button--icon glue-button--low-emphasis scheduler-cta"]Failure 5:
<a class="ion-button glue-button glue-button--medium-emphasis so-rpl" href="https://ads.google.com/nav/login?subid=us-en-awhp-g-aw-c-yt-signin-bgc!o2&authuser=0" data-url="https://ads.google.com/nav/login" data-position="signin" data-cbt="login-cta" data-tracking-target="cta_click"> Sign in</a>/a[@class="ion-button glue-button glue-button--medium-emphasis so-rpl"]… and 7 more failures for this rule
Failure 1:
<a class="ion-button glue-button glue-button--high-emphasis ion-button--dark so-rpl" href="https://ads.google.com/signup?sourceid=awo&subid=us-en-awhp-g-aw-c-yt-hero-bgc!o2&authuser=0" data-url="https://ads.google.com/signup?sourceid=awo" data-position="hero" data-tracking-target="cta_click" data-cbt="sign-up-cta" aria-label="Sign up to create a YouTube video ad" rel="noopener noreferrer"> Create a video ad </a>/a[@class="ion-button glue-button glue-button--high-emphasis ion-button--dark so-rpl"]Failure 2:
<a class="ion-button glue-button glue-button--medium-emphasis ion-button--dark-outline" href="https://business.google.com/us/ad-solutions/youtube-ads/creator-promotions/" data-url="https://business.google.com/us/ad-solutions/youtube-ads/creator-promotions/" data-position="" data-tracking-target="cta_click" target="_self" aria-label="Sign up as a YouTube creator to make video ads"> For video creators </a>/a[@class="ion-button glue-button glue-button--medium-emphasis ion-button--dark-outline"]Failure 3:
<a class="ion-card glue-card glue-card--border glue-carousel__item" href="https://support.google.com/google-ads/answer/7041738" target="_blank" aria-label="1 / 3" data-tracking-target="card_click" data-tracking-target-content="Google Ads AI Essentials for Video" data-tracking-target-index="1">...</a>/a[@class="ion-card glue-card glue-card--border glue-carousel__item"]Failure 4:
<button type="submit" class="ion-button glue-button glue-button--medium-emphasis" aria-label="Submit the form">Subscribe </button>/button[@class="ion-button glue-button glue-button--medium-emphasis"]Failure 5:
<a data-index="0" class="ion-resource-goal-carousel__list-item" href="https://business.google.com/us/ad-solutions/youtube-ads/works-awards/" data-url="https://business.google.com/us/ad-solutions/youtube-ads/works-awards/" data-position="" target="_self" aria-label="Learn more about YouTube Works Awards" data-tracking-target="card_click" data-tracking-target-content="YouTube Works Awards" data-tracking-target-index="1" aria-hidden="false" tabindex="0">...</a>/a[@class="ion-resource-goal-carousel__list-item"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<span class="mdc-floating-label mdc-floating-label--required" id="input-label-" style=""> Work Email </span>/span[@id="input-label-"]Failure 2:
<div id="input-label--helper" class="mdc-text-field-helper-text mdc-text-field-helper-text--validation-msg" aria-hidden="true" data-label="Work Email"> Please enter a valid ...</div>/div[@id="input-label--helper"]Failure 1:
region have the same name.Failure 1:
Failure 1:
<h3 class="ion-stacked-list__container-copy__title glue-headline glue-headline--headline-5 glue-spacer-2-bottom" />/h3[@class="ion-stacked-list__container-copy__title glue-headline glue-headline--headline-5 glue-spacer-2-bottom"]Failure 1:
Failure 1:
Failure 1:
<div class="rc-anchor-pt">...</div>/div[@class="rc-anchor-pt"]Failure 1:
<h3 class="ion-stacked-list__container-copy__title glue-headline glue-headline--headline-5 glue-spacer-2-bottom">YouTube Shorts helped Cider gain new customers at ...</h3>/h3[@class="ion-stacked-list__container-copy__title glue-headline glue-headline--headline-5 glue-spacer-2-bottom"]Failure 1:
<iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-8ya3rqtvfec7" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeyEsYpAAAAANQJ8aFBC8X_lqm5Nv0EPTFWEpXT&co=aHR0cHM6Ly9idXNpbmVzcy5nb29nbGUuY29tOjQ0Mw..&hl=en&v=AWtrSI7lAmTAfV1rzWqEqz54&size=normal&anchor-ms=20000&execute-ms=30000&cb=s85j01294o72" />/iframeFailure 1:
Failure 1:
<button id="button" class="style-scope yt-icon-button" aria-pressed="true">...</button>/button[@id="button"]Failure 2:
<button class="yt-spec-button-shape-next yt-spec-button-shape-next--filled yt-spec-button-shape-next--mono yt-spec-button-shape-next--size-s yt-spec-button-shape-next--icon-button yt-spec-button-shape-next--override-small-size-icon yt-spec-button-shape-next--enable-backdrop-filter-experiment" title="" aria-disabled="false" style="">...</button>/button[@class="yt-spec-button-shape-next yt-spec-button-shape-next--filled yt-spec-button-shape-next--mono yt-spec-button-shape-next--size-s yt-spec-button-shape-next--icon-button yt-spec-button-shape-next--override-small-size-icon yt-spec-button-shape-next--enable-backdrop-filter-experiment"]Failure 1:
Failure 1:
<g id="chevron-left">...</g>/g[@id="chevron-left"]Failure 2:
<g id="chevron-right">...</g>/g[@id="chevron-right"]Failure 3:
<g id="arrow-drop-down">...</g>/g[@id="arrow-drop-down"]Failure 4:
<g id="info">...</g>/g[@id="info"]Failure 5:
<g id="menu">...</g>/g[@id="menu"]… and 38 more failures for this rule
Failure 1:
<h3 id="title" class="style-scope ytd-labs-header-renderer"></h3>/h3[@id="title"]Failure 1:
<h1 class="ytdMiniplayerInfoBarTitle"></h1>/h1[@class="ytdMiniplayerInfoBarTitle"]Failure 2:
<h1></h1>/h1Failure 3:
<h3 id="title" class="style-scope ytd-labs-header-renderer"></h3>/h3[@id="title"]Failure 1:
<h1 class="ytdMiniplayerInfoBarTitle"></h1>/h1[@class="ytdMiniplayerInfoBarTitle"]Failure 1:
Failure 1:
<a id="logo" href="/" alt="YouTube home" title="YouTube home">...</a>/a[@id="logo"]Failure 2:
<a href="/yt/about">About YouTube</a>/aFailure 1:
<a href="https://support.google.com/youtube/answer/77402">visit us here</a>/aFailure 1:
<p>...</p>/pFailure 1:
<p>...</p>/pFailure 1:
<a class="gb_B" aria-label="Google apps" href="https://www.google.com/intl/en/about/products" aria-expanded="false" role="button" tabindex="0">...</a>/a[@class="gb_B"]Failure 2:
<a class="gb_Va gb_Wd gb_Od gb_Ed" aria-label="Sign in" href="https://accounts.google.com/ServiceLogin?passive=1209600&continue=https://policies.google.com/privacy?hl%3Den&followup=https://policies.google.com/privacy?hl%3Den&hl=en&ec=GAZAoQQ" target="_top">...</a>/a[@class="gb_Va gb_Wd gb_Od gb_Ed"]Failure 3:
<a class="MyGDhe " href="?hl=en">Overview</a>/a[@class="MyGDhe "]Failure 4:
<a class="MyGDhe YnafU" href="privacy?hl=en" aria-current="page">Privacy Policy</a>/a[@class="MyGDhe YnafU"]Failure 5:
<a href="https://myaccount.google.com/privacycheckup?utm_source=pp&utm_medium=Promo-in-product&utm_campaign=pp_intro&hl=en" class="N6CPUe TbwJzc" target="_blank" aria-describedby="external-link-aria-description">Take the Privacy Checkup</a>/a[@class="N6CPUe TbwJzc"]… and 5 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.youtube-nocookie.com/embed/ggoJFaE71W8?rel=0&showinfo=0&theme=light&version=3&hl=en&cc_lang_pref=en&cc_load_policy=1" allowfullscreen="allowfullscreen" class="Ylcf5b" />/iframe[@class="Ylcf5b"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="q0cs9b">When you use our services, you’re trusting us with...</p>/p[@class="q0cs9b"]Failure 1:
<h3>Privacy controls</h3>/h3Failure 1:
Failure 1:
<a id="logo" href="/" alt="YouTube home" title="YouTube home">...</a>/a[@id="logo"]Failure 2:
<a href="/t/terms_paidservice">Paid Service Terms of Service</a>/aFailure 1:
<h4>...</h4>/h4Failure 1:
<a href="https://support.google.com/youtube/answer/2802027">report it to us</a>/aFailure 1:
<p>This index is designed to help you understand some...</p>/pFailure 1:
<h1>...</h1>/h1Failure 1:
<p>This index is designed to help you understand some...</p>/pFailure 1:
<a class="ytp-title-channel-name" target="_blank" href=""></a>/a[@class="ytp-title-channel-name"]Failure 1:
Failure 1:
<a class="ytp-title-channel-logo" target="_blank" role="link" tabindex="0" href="https://www.youtube.com/channel/UCEN58iXQg82TXgsDCjWqIkg?embeds_referring_euri=https%3A%2F%2Fwww.youtube.com%2Ftrends%2Farticles%2Fbrandcast-delivered-kevin-allocca-content-trends%2F" aria-label="Photo image of YouTube Advertisers" style="background-image: url("https://yt3.ggpht.com/ytc/AIdro_kjJPIHr7XBoC_UR6xfZEdvjSVzjztkl1yM0szLXBcXTg=s68-c-k-c0x00ffffff-no-rj");" />/a[@class="ytp-title-channel-logo"]Failure 2:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=LKxewamUrIc">Brandcast Delivered presents YouTube Culture & Tre...</a>/a[@class="ytp-title-link yt-uix-sessionlink"]Failure 3:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=LKxewamUrIc">Brandcast Delivered presents YouTube Culture & Tre...</a>/a[@class="ytp-title-link yt-uix-sessionlink"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s">June 24, 2020</p>/p[@class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s"]Failure 2:
<p>As part of Brandcast Delivered, Kevin Allocca, You...</p>/pFailure 3:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s">June 24, 2020</p>/p[@class="lb-font-body lb-font-color-grey-5 lb-margin-bottom-s"]Failure 2:
<p>As part of Brandcast Delivered, Kevin Allocca, You...</p>/pFailure 3:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
<a class="ytt-card__link" href="https://www.youtube.com/trends/report/tr25-virtual-creators/" target="_blank" rel="noreferrer nofollow" aria-label="Virtual Creators link opens in new tab">...</a>/a[@class="ytt-card__link"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p>Source: Google Search Data, Global, 1/2008 - 9/20...</p>/pFailure 2:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p>Source: Google Search Data, Global, 1/2008 - 9/20...</p>/pFailure 2:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ALL_tw/kids/">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-button lb-button--filled lb-header__cta lb-ctas__watch-button lb-expansion-panel-trigger--initialized" aria-expanded="false" aria-controls="id-lone-wolf-panel-1" id="id-lone-wolf-panel-header-1" lb-auto-init="LBExpansionPanelTrigger" lb-options="{'family': 'lone-wolf', 'index': 0}">...</button>/button[@id="id-lone-wolf-panel-header-1"]Failure 3:
<a class="focusable-element" href="https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.kids&utm_source=website&utm_medium=ytk&utm_campaign=lp" aria-label="Google Play Store opens in new tab" target="_blank" rel="nofollow" data-cta-platform="android">...</a>/a[@class="focusable-element"]Failure 4:
<a href="https://support.google.com/youtubekids/answer/6289408?" class="ytk-type-cta ytk-type-dark-red ytk__arrow-link" aria-label="「瞭解詳情」連結,點選即可開啟新分頁,查看如何在大螢幕暢享影音" target="_blank">...</a>/a[@class="ytk-type-cta ytk-type-dark-red ytk__arrow-link"]Failure 5:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/about/copyright/"> 版權 </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]… and 2 more failures for this rule
Failure 1:
<a aria-label="youtube kids link opens in new tab" href="https://www.youtubekids.com" rel="noreferrer nofollow" target="_blank">www.youtubekids.com</a>/aFailure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class=" ytk-hero__description-intro">在任何螢幕皆可暢享精采內容。YouTube Kids 支援所有裝置,從手機和平板,到遊戲主機和智慧型...</p>/p[@class=" ytk-hero__description-intro"]Failure 2:
<p>YouTube Kids 應用程式支援手機和平版,因此不論是在舒適的枕頭山裡或是待在後院的樹屋中,你...</p>/pFailure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> YouTube 簡介 </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class=" ytk-hero__description-intro">在任何螢幕皆可暢享精采內容。YouTube Kids 支援所有裝置,從手機和平板,到遊戲主機和智慧型...</p>/p[@class=" ytk-hero__description-intro"]Failure 2:
<p>YouTube Kids 應用程式支援手機和平版,因此不論是在舒適的枕頭山裡或是待在後院的樹屋中,你...</p>/pFailure 1:
Failure 1:
<a class="ytp-title-channel-name" target="_blank" href=""></a>/a[@class="ytp-title-channel-name"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/pt-PT/creators/" aria-label="Página inicial">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a class="lb-font-body-2 ytc-arrow-link" href="https://www.youtube.com/c/lucyedwards" rel="noopener noreferrer" target="_blank" tabindex="0" aria-hidden="false">Lucy Edwards</a>/a[@class="lb-font-body-2 ytc-arrow-link"]Failure 3:
<a class="ytp-title-channel-logo" target="_blank" role="link" tabindex="0" href="https://www.youtube.com/channel/UCkRfArvrzheW2E7b6SVT7vQ?embeds_referring_euri=https%3A%2F%2Fwww.youtube.com%2Fintl%2Fpt-PT_ALL%2Fcreators%2Fwelcome-creators%2F&embeds_referring_origin=https%3A%2F%2Fwww.youtube.com" aria-label="Photo image of YouTube Creators" style="background-image: url("https://yt3.ggpht.com/LZeUOuOM8lzINkYAKi1X3pCQz1xsSD_EndPUR1vOGesaGavUtyM_-bCUq7Gld-LPX_R7uieWsA=s68-c-k-c0x00ffffff-no-rj");" />/a[@class="ytp-title-channel-logo"]Failure 4:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=LpUk_Ms1EVw">Staying Safe on YouTube: Policies and Tools for Cr...</a>/a[@class="ytp-title-link yt-uix-sessionlink"]Failure 5:
<a href="https://www.youtube.com/c/OrtoDaColtivare" target="_blank" class="ytc-arrow-link" rel="noopener">Orto Da Coltivare</a>/a[@class="ytc-arrow-link"]… and 2 more failures for this rule
Failure 1:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=LpUk_Ms1EVw">Staying Safe on YouTube: Policies and Tools for Cr...</a>/a[@class="ytp-title-link yt-uix-sessionlink"]Failure 1:
<button class="lb-button ytc-video-card__play-button" aria-label="Reproduzir vídeo">...</button>/button[@class="lb-button ytc-video-card__play-button"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="ytc-font-body ytc-hero__desc"> São os criadores que fazem do YouTube… ...</p>/p[@class="ytc-font-body ytc-hero__desc"]Failure 2:
<p class="lb-font-body-2 ytc-carousel__quote"> Como criadora posso sensibili...</p>/p[@class="lb-font-body-2 ytc-carousel__quote"]Failure 3:
<p class="lb-margin-bottom-l--bp-auto ytc-font-body ytc-centered-type--responsive-xxs ytc-list-lockup__description"> Desde apoiar uma causa a criar uma comu...</p>/p[@class="lb-margin-bottom-l--bp-auto ytc-font-body ytc-centered-type--responsive-xxs ytc-list-lockup__description"]Failure 4:
<p> Existem inúmeras formas de ...</p>/pFailure 1:
<p class="ytc-font-body ytc-hero__desc"> São os criadores que fazem do YouTube… ...</p>/p[@class="ytc-font-body ytc-hero__desc"]Failure 2:
<p class="lb-font-body-2 ytc-carousel__quote"> Como criadora posso sensibili...</p>/p[@class="lb-font-body-2 ytc-carousel__quote"]Failure 3:
<p class="lb-margin-bottom-l--bp-auto ytc-font-body ytc-centered-type--responsive-xxs ytc-list-lockup__description"> Desde apoiar uma causa a criar uma comu...</p>/p[@class="lb-margin-bottom-l--bp-auto ytc-font-body ytc-centered-type--responsive-xxs ytc-list-lockup__description"]Failure 4:
<p> Existem inúmeras formas de ...</p>/pFailure 1:
<a class="ytp-title-channel-name" target="_blank" href=""></a>/a[@class="ytp-title-channel-name"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ru/creators/" aria-label="На главную">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-chips__chip lb-js-chip lb-chips__chip--selected" value="all" name="Все" role="radio" tabindex="0" aria-checked="false">...</button>/button[@class="lb-chips__chip lb-js-chip lb-chips__chip--selected"]Failure 3:
<button class="lb-chips__chip lb-js-chip" value="join-a-community" name="Вступить в сообщество" role="radio" tabindex="-1" aria-checked="false">...</button>/button[@class="lb-chips__chip lb-js-chip"]Failure 4:
<a class="ytc-font-body ytc-arrow-link ytc-image-item__link" href="/intl/ru/creators/how-things-work/get-involved/awards/" target="_self"> Посмотреть награды ...</a>/a[@class="ytc-font-body ytc-arrow-link ytc-image-item__link"]Failure 5:
<a class="ytp-title-channel-logo" target="_blank" role="link" tabindex="0" href="https://www.youtube.com/channel/UCGg-UqjRgzhYDPJMr-9HXCg?embeds_referring_euri=https%3A%2F%2Fwww.youtube.com%2Fintl%2Fru_ALL%2Fcreators%2Fhow-things-work%2Fget-involved%2F&embeds_referring_origin=https%3A%2F%2Fwww.youtube.com" aria-label="Photo image of Creator Insider" style="background-image: url("https://yt3.ggpht.com/ytc/AIdro_mP6FYximyvFGsI4o_4s1WPl9xkqrp_mHnhUAfNZubJhV4=s68-c-k-c0x00ffffff-no-rj");" />/a[@class="ytp-title-channel-logo"]… and 4 more failures for this rule
Failure 1:
<button class="lb-button ytc-video-card__play-button" aria-label="Воспроизвести видео">...</button>/button[@class="lb-button ytc-video-card__play-button"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<div class="ytc-program-category-module__chips lb-chips lb--initialized lb-chips--initialized" lb-auto-init="LBChips" lb-options="{ "uid": "filter", "type": "choice", "nameKey": "name" }" role="radiogroup">...</div>/div[@class="ytc-program-category-module__chips lb-chips lb--initialized lb-chips--initialized"]Failure 1:
Failure 1:
<p> Хотите найти больше материалов, нау...</p>/pFailure 2:
<p class="lb-margin-bottom-xs ytc-font-body ytc-highlight-lockup__description">...</p>/p[@class="lb-margin-bottom-xs ytc-font-body ytc-highlight-lockup__description"]Failure 3:
<p class="lb-margin-bottom-l--bp-auto ytc-centered-type--responsive-xxs ytc-related__desc ytc-font-body"> Узнайте, как создавать контент, развива...</p>/p[@class="lb-margin-bottom-l--bp-auto ytc-centered-type--responsive-xxs ytc-related__desc ytc-font-body"]Failure 4:
<p class="ytc-font-body ytc-related-nav__desc"> Инструменты для создания видео,...</p>/p[@class="ytc-font-body ytc-related-nav__desc"]Failure 1:
<p> Хотите найти больше материалов, нау...</p>/pFailure 2:
<p class="lb-margin-bottom-xs ytc-font-body ytc-highlight-lockup__description">...</p>/p[@class="lb-margin-bottom-xs ytc-font-body ytc-highlight-lockup__description"]Failure 3:
<p class="lb-margin-bottom-l--bp-auto ytc-centered-type--responsive-xxs ytc-related__desc ytc-font-body"> Узнайте, как создавать контент, развива...</p>/p[@class="lb-margin-bottom-l--bp-auto ytc-centered-type--responsive-xxs ytc-related__desc ytc-font-body"]Failure 4:
<p class="ytc-font-body ytc-related-nav__desc"> Инструменты для создания видео,...</p>/p[@class="ytc-font-body ytc-related-nav__desc"]Failure 1:
<a class="not-found-search__container" href="https://www.youtube.com/" title="YouTube">...</a>/a[@class="not-found-search__container"]Failure 2:
<button id="search-btn" class="not-found-search__search-button" type="submit" aria-label="Search">...</button>/button[@id="search-btn"]Failure 1:
Failure 1:
<p class="not-found-content__paragraph">This page isn't available. Sorry about that.</p>/p[@class="not-found-content__paragraph"]Failure 1:
<p class="not-found-content__paragraph">This page isn't available. Sorry about that.</p>/p[@class="not-found-content__paragraph"]Failure 1:
Failure 1:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]Failure 1:
Failure 1:
Failure 1:
<span class="tooltip-text" id="link-tooltip" role="tooltip"> Close </span>/span[@id="link-tooltip"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow ytt-card__text">Data</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow ytt-card__text"]Failure 2:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow ytt-card__text">Data</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow ytt-card__text"]Failure 2:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow ytt-card__text">Data</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow ytt-card__text"]Failure 2:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<h1 class="lb-font-headline-1 lb-font-weight-700 lb-margin-bottom-xs lb-font-color-youtube-red">85%</h1>/h1[@class="lb-font-headline-1 lb-font-weight-700 lb-margin-bottom-xs lb-font-color-youtube-red"]Failure 2:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow ytt-card__text">Data</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow ytt-card__text"]Failure 2:
<p class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow">stories</p>/p[@class="lb-font-eyebrow lb-margin-bottom-s ytt-card__eyebrow"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ALL_uk/kids/">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-button lb-button--filled lb-header__cta lb-ctas__watch-button lb-expansion-panel-trigger--initialized" aria-expanded="false" aria-controls="id-lone-wolf-panel-1" id="id-lone-wolf-panel-header-1" lb-auto-init="LBExpansionPanelTrigger" lb-options="{'family': 'lone-wolf', 'index': 0}">...</button>/button[@id="id-lone-wolf-panel-header-1"]Failure 3:
<a class="focusable-element" href="https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.kids&utm_source=website&utm_medium=ytk&utm_campaign=lp" aria-label="Google Play Store opens in new tab" target="_blank" rel="nofollow" data-cta-platform="android">...</a>/a[@class="focusable-element"]Failure 4:
<a href="https://support.google.com/youtubekids/answer/6289408?" class="ytk-type-cta ytk-type-dark-red ytk__arrow-link" aria-label="Learn more about Bring the fun to the big screen link opens in new tab" target="_blank">...</a>/a[@class="ytk-type-cta ytk-type-dark-red ytk__arrow-link"]Failure 5:
<a class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link" href="https://www.youtube.com/t/terms"> Terms </a>/a[@class="lb-font-footnote lb-font--no-crop lb-footer__minimal-link"]… and 2 more failures for this rule
Failure 1:
<a aria-label="youtube kids link opens in new tab" href="https://www.youtubekids.com" rel="noreferrer nofollow" target="_blank">www.youtubekids.com</a>/aFailure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class=" ytk-hero__description-intro">Fun on every screen. YouTube Kids works across all...</p>/p[@class=" ytk-hero__description-intro"]Failure 2:
<p>The YouTube Kids app is available on mobile and ta...</p>/pFailure 1:
<h3 class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"> About YouTube </h3>/h3[@class="lb-font-body lb-font-weight-500 lb-footer__standard-menu-title"]Failure 1:
<p class=" ytk-hero__description-intro">Fun on every screen. YouTube Kids works across all...</p>/p[@class=" ytk-hero__description-intro"]Failure 2:
<p>The YouTube Kids app is available on mobile and ta...</p>/pFailure 1:
Failure 1:
<a class="ytp-title-channel-name" target="_blank" href=""></a>/a[@class="ytp-title-channel-name"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/en_vn/creators/" aria-label="Homepage">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<a href="https://support.google.com/youtube/workflow/10702062" class="lb-button lb-button--filled" target="_blank" rel="noopener noreferrer">Get my award</a>/a[@class="lb-button lb-button--filled"]Failure 3:
<a href="https://support.google.com/youtube/answer/7682560" class="ytc-arrow-link" target="_blank" rel="noopener noreferrer">Creator Awards FAQ</a>/a[@class="ytc-arrow-link"]Failure 4:
<a class="ytp-title-channel-logo" target="_blank" role="link" tabindex="0" href="https://www.youtube.com/channel/UCkRfArvrzheW2E7b6SVT7vQ?embeds_referring_euri=https%3A%2F%2Fwww.youtube.com%2Fintl%2Fen_vn%2Fcreators%2Fhow-things-work%2Fget-involved%2Fawards%2F&embeds_referring_origin=https%3A%2F%2Fwww.youtube.com" aria-label="Photo image of YouTube Creators" style="background-image: url("https://yt3.ggpht.com/LZeUOuOM8lzINkYAKi1X3pCQz1xsSD_EndPUR1vOGesaGavUtyM_-bCUq7Gld-LPX_R7uieWsA=s68-c-k-c0x00ffffff-no-rj");" />/a[@class="ytp-title-channel-logo"]Failure 5:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=i0Ma4Kw3kCQ">YouTube Creator Awards</a>/a[@class="ytp-title-link yt-uix-sessionlink"]… and 3 more failures for this rule
Failure 1:
<button class="lb-button ytc-video-card__play-button" aria-label="Play video">...</button>/button[@class="lb-button ytc-video-card__play-button"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-xxs ytc-image-item__type"> 100K Subscribers </p>/p[@class="lb-font-eyebrow lb-margin-bottom-xxs ytc-image-item__type"]Failure 1:
<p class="lb-font-eyebrow lb-margin-bottom-xxs ytc-image-item__type"> 100K Subscribers </p>/p[@class="lb-font-eyebrow lb-margin-bottom-xxs ytc-image-item__type"]Failure 1:
<p> Creators pour their heart and soul ...</p>/pFailure 2:
<p class="ytc-md__button-container">...</p>/p[@class="ytc-md__button-container"]Failure 3:
<p class="lb-font-eyebrow lb-margin-bottom-xxs ytc-image-item__type"> 100K Subscribers </p>/p[@class="lb-font-eyebrow lb-margin-bottom-xxs ytc-image-item__type"]Failure 1:
<h3 class="lb-font-subhead-2 ytc-image-item__heading"> Diamond Creator Award ...</h3>/h3[@class="lb-font-subhead-2 ytc-image-item__heading"]Failure 1:
<p> Creators pour their heart and soul ...</p>/pFailure 2:
<p class="ytc-md__button-container">...</p>/p[@class="ytc-md__button-container"]Failure 3:
<p class="lb-font-eyebrow lb-margin-bottom-xxs ytc-image-item__type"> 100K Subscribers </p>/p[@class="lb-font-eyebrow lb-margin-bottom-xxs ytc-image-item__type"]Failure 1:
<a class="not-found-search__container" href="https://www.youtube.com/" title="YouTube">...</a>/a[@class="not-found-search__container"]Failure 2:
<button id="search-btn" class="not-found-search__search-button" type="submit" aria-label="Search">...</button>/button[@id="search-btn"]Failure 1:
Failure 1:
<p class="not-found-content__paragraph">This page isn't available. Sorry about that.</p>/p[@class="not-found-content__paragraph"]Failure 1:
<p class="not-found-content__paragraph">This page isn't available. Sorry about that.</p>/p[@class="not-found-content__paragraph"]Failure 1:
<a class="ytp-title-channel-name" target="_blank" href=""></a>/a[@class="ytp-title-channel-name"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/zh-TW/creators/" aria-label="首頁">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<ul class="lb-tablist__tabs-wrapper lb-js-tablist-wrapper" role="tablist" tabindex="0">...</ul>/ul[@class="lb-tablist__tabs-wrapper lb-js-tablist-wrapper"]Failure 3:
<a class="ytp-title-channel-logo" target="_blank" role="link" tabindex="0" href="https://www.youtube.com/channel/UCHjZW6NLRE0FfKE8WCTN4Zw?embeds_referring_euri=https%3A%2F%2Fwww.youtube.com%2Fintl%2Fzh-TW_ALL%2Fcreators%2Fchannel-memberships%2F&embeds_referring_origin=https%3A%2F%2Fwww.youtube.com" aria-label="Photo image of Google Taiwan" style="background-image: url("https://yt3.ggpht.com/ytc/AIdro_lWynyuCx7cUhX98nJVIY90jxsVmb3fhedxPjVhrRTFsQ=s68-c-k-c0x00ffffff-no-rj");" />/a[@class="ytp-title-channel-logo"]Failure 4:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=4jBHTpKowUo">#創作者來解答 \|【第一集】為何開啟頻道會員?</a>/a[@class="ytp-title-link yt-uix-sessionlink"]Failure 5:
<a class="lb-button lb-font-footnote" href="https://studio.youtube.com/channel/UC/monetization/overview" target="_blank"> 立即開始 ...</a>/a[@class="lb-button lb-font-footnote"]… and 5 more failures for this rule
Failure 1:
<a class="ytp-title-link yt-uix-sessionlink" target="_blank" data-sessionlink="feature=player-title" tabindex="0" href="https://www.youtube.com/watch?v=4jBHTpKowUo">#創作者來解答 \|【第一集】為何開啟頻道會員?</a>/a[@class="ytp-title-link yt-uix-sessionlink"]Failure 1:
<button class="lb-button ytc-video-card__play-button" aria-label="播放影片">...</button>/button[@class="lb-button ytc-video-card__play-button"]Failure 1:
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="why-channel-memberships" id="why-channel-memberships" tabindex="0" data-tabindex="-1" index="0" aria-selected="false">...</button>/button[@id="why-channel-memberships"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="structure-your-membership" id="structure-your-membership" tabindex="0" data-tabindex="-1" index="1">...</button>/button[@id="structure-your-membership"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="launch-and-promotion" id="launch-and-promotion" tabindex="0" data-tabindex="-1" index="2">...</button>/button[@id="launch-and-promotion"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="grow-with-members-only-content" id="grow-with-members-only-content" tabindex="0" data-tabindex="-1" index="3">...</button>/button[@id="grow-with-members-only-content"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="evolve-and-expand" id="evolve-and-expand" tabindex="0" data-tabindex="-1" index="4">...</button>/button[@id="evolve-and-expand"]… and 15 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="lb-font-body-1 callout-body"> 為粉絲提供特別優惠,例如會員專屬內容。 ...</p>/p[@class="lb-font-body-1 callout-body"]Failure 2:
<p class="lb-font-weight-500 lb-font-subhead-1"> 成長資源 ...</p>/p[@class="lb-font-weight-500 lb-font-subhead-1"]Failure 1:
<p>...</p>/pFailure 2:
<p class="lb-font-body-1 callout-body"> 為粉絲提供特別優惠,例如會員專屬內容。 ...</p>/p[@class="lb-font-body-1 callout-body"]Failure 3:
<p class="lb-font-weight-500 lb-font-subhead-1"> 成長資源 ...</p>/p[@class="lb-font-weight-500 lb-font-subhead-1"]Failure 4:
<p class="ytc-next-membership__description lb-font-footnote"> 準備好設計專屬頻道會員方案了嗎?探索規劃會員等級和...</p>/p[@class="ytc-next-membership__description lb-font-footnote"]Failure 1:
<p>...</p>/pFailure 2:
<p class="lb-font-body-1 callout-body"> 為粉絲提供特別優惠,例如會員專屬內容。 ...</p>/p[@class="lb-font-body-1 callout-body"]Failure 3:
<p class="lb-font-weight-500 lb-font-subhead-1"> 成長資源 ...</p>/p[@class="lb-font-weight-500 lb-font-subhead-1"]Failure 4:
<p class="ytc-next-membership__description lb-font-footnote"> 準備好設計專屬頻道會員方案了嗎?探索規劃會員等級和...</p>/p[@class="ytc-next-membership__description lb-font-footnote"]Failure 1:
<a class="lb-header__logo-wrapper lb-header-js-logo-wrapper" href="/intl/ALL_pl/howyoutubeworks/" rel="noopener noreferrer" aria-label="Home page link">...</a>/a[@class="lb-header__logo-wrapper lb-header-js-logo-wrapper"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="children" id="children" tabindex="0" data-tabindex="-1" index="0" aria-selected="false">...</button>/button[@id="children"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="pre-teens" id="pre-teens" tabindex="0" data-tabindex="-1" index="1">...</button>/button[@id="pre-teens"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="teens" id="teens" tabindex="0" data-tabindex="-1" index="2">...</button>/button[@id="teens"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="mindful-viewing" id="mindful-viewing" tabindex="0" data-tabindex="-1" index="0" aria-selected="false">...</button>/button[@id="mindful-viewing"]… and 5 more failures for this rule
Failure 1:
<a href="https://blog.youtube/news-and-events/updates-youtube-supervised-accounts-teens/" target="_blank" aria-label="Blog na temat niestandardowych przypomnień, link otwiera się w nowej karcie" rel="noopener">dostosowywać</a>/aFailure 1:
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="children" id="children" tabindex="0" data-tabindex="-1" index="0" aria-selected="false">...</button>/button[@id="children"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="pre-teens" id="pre-teens" tabindex="0" data-tabindex="-1" index="1">...</button>/button[@id="pre-teens"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="teens" id="teens" tabindex="0" data-tabindex="-1" index="2">...</button>/button[@id="teens"]Failure 4:
<div class="lb-tabpanel lb-tabpanel--open lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'age-approporateness', 'panelIndex': 'children' }" role="tabpanel" id="children" aria-labelledby="children" tabindex="0">...</div>/div[@id="children"]Failure 5:
<div class="lb-tabpanel lb-tab-panel--initialized" lb-auto-init="LBTabpanel" lb-options="{ 'uid': 'age-approporateness', 'panelIndex': 'pre-teens' }" role="tabpanel" id="pre-teens" aria-labelledby="pre-teens" tabindex="-1" aria-hidden="true">...</div>/div[@id="pre-teens"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<p>Dzieci i nastolatki</p>/pFailure 1:
<p>Dzieci i nastolatki</p>/pFailure 1:
<p>Dzieci i nastolatki</p>/pImpact: critical
Failure 1:
<a id="endpoint" class="yt-simple-endpoint style-scope ytd-mini-guide-entry-renderer" aria-selected="true" aria-label="Home" title="Home" href="/">a[title="Home"]Failure 2:
<a id="endpoint" class="yt-simple-endpoint style-scope ytd-mini-guide-entry-renderer" aria-selected="false" aria-label="Shorts" title="Shorts" href="/shorts/">a[title="Shorts"]Failure 3:
<a id="endpoint" class="yt-simple-endpoint style-scope ytd-mini-guide-entry-renderer" aria-selected="false" aria-label="Subscriptions" title="Subscriptions" href="/feed/subscriptions">a[title="Subscriptions"]Failure 4:
<a id="endpoint" class="yt-simple-endpoint style-scope ytd-mini-guide-entry-renderer" aria-selected="false" aria-label="You" title="You" href="/feed/you">a[title="You"]Impact: critical
Failure 1:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24">img[width="24"][height="24"]Failure 2:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24">img[width="24"][height="24"]Impact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_us" dir="ltr" geo="us" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_us" dir="ltr" geo="us" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html lang="en">htmlImpact: moderate
Failure 1:
<div class="ytt-news-contact ytt-news-contact--light">.ytt-news-contactImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ar" locale="ar_ALL" dir="rtl" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ar" locale="ar_ALL" dir="rtl" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="cs" locale="cs_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="cs" locale="cs_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="de" locale="de_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="de" locale="de_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_au" dir="ltr" geo="au" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_au" dir="ltr" geo="au" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_br" dir="ltr" geo="br" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_br" dir="ltr" geo="br" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_ca" dir="ltr" geo="ca" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_ca" dir="ltr" geo="ca" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_hk" dir="ltr" geo="hk" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_hk" dir="ltr" geo="hk" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_id" dir="ltr" geo="id" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_id" dir="ltr" geo="id" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_in" dir="ltr" geo="in" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_in" dir="ltr" geo="in" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_ke" dir="ltr" geo="ke" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_ke" dir="ltr" geo="ke" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_ng" dir="ltr" geo="ng" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_ng" dir="ltr" geo="ng" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_ph" dir="ltr" geo="ph" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_ph" dir="ltr" geo="ph" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_th" dir="ltr" geo="th" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_th" dir="ltr" geo="th" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_tw" dir="ltr" geo="tw" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_tw" dir="ltr" geo="tw" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_uk" dir="ltr" geo="uk" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_uk" dir="ltr" geo="uk" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: critical
Failure 1:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24">img[width="24"][height="24"]Failure 2:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24">img[width="24"][height="24"]Impact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_us" dir="ltr" geo="us" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_us" dir="ltr" geo="us" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_vn" dir="ltr" geo="vn" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_vn" dir="ltr" geo="vn" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_za" dir="ltr" geo="za" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="en" locale="en_za" dir="ltr" geo="za" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="es" locale="es_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="es" locale="es_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="es" locale="es_es" dir="ltr" geo="es" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="es" locale="es_es" dir="ltr" geo="es" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="es" locale="es_us" dir="ltr" geo="us" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="es" locale="es_us" dir="ltr" geo="us" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="fr" locale="fr_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="fr" locale="fr_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="fr" locale="fr_ca" dir="ltr" geo="ca" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="fr" locale="fr_ca" dir="ltr" geo="ca" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="hi" locale="hi_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="hi" locale="hi_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="hu" locale="hu_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="hu" locale="hu_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="id" locale="id_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="id" locale="id_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="it" locale="it_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="it" locale="it_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: critical
Failure 1:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24">img[width="24"][height="24"]Failure 2:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24">img[width="24"][height="24"]Impact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ja" locale="ja_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ja" locale="ja_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ko" locale="ko_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ko" locale="ko_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="nl" locale="nl_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="nl" locale="nl_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="pl" locale="pl_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="pl" locale="pl_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: critical
Failure 1:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24">img[width="24"][height="24"]Failure 2:
<img src="https://kstatic.googleusercontent.com/files/f5370db7b5a3071e3ac77b012c8fb5217d43a779c05de402af5739d4e5905c5249f0c044f824500af93f0952f07edd3351a53a968397d52a46d42b7079b6cf1c" width="24" height="24">img[width="24"][height="24"]Impact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="pt-BR" locale="pt-BR_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="pt-BR" locale="pt-BR_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="pt-PT" locale="pt-PT_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="pt-PT" locale="pt-PT_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ro" locale="ro_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ro" locale="ro_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ru" locale="ru_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="ru" locale="ru_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="sv" locale="sv_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="sv" locale="sv_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="th" locale="th_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="th" locale="th_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="tr" locale="tr_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="tr" locale="tr_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="uk" locale="uk_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="uk" locale="uk_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb..." lang="vi" locale="vi_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light" style="--lb-header--height:...">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb..." lang="vi" locale="vi_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark" style="--lb-header--height:...">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="zh-TW" locale="zh-TW_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="zh-TW" locale="zh-TW_ALL" dir="ltr" geo="ALL" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="zh-TW" locale="zh-TW_hk" dir="ltr" geo="hk" data-page-name="" lb-auto-init="YTCPage" theme="light">htmlFailure 2:
<html data-generated-by="stalefish@0.0.9" class="js lb-breakpoints lb-font--no-crop no-ios no-mac no-mac-or-ios no-android no-ontouchstart no-mobile no-safari lb--initialized" lang="zh-TW" locale="zh-TW_hk" dir="ltr" geo="hk" data-page-name="" lb-auto-init="YTCPage" theme="dark">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<h3 class="lb-font-footnote lb-font--no-crop lb-font-weight-500 lb-footer__social-headline"> Connect </h3>.lb-footer__social-headlineImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: serious
Failure 1:
<iframe class="ytt-report-pdf__wind..." src="https://kstatic.goog..." type="application/pdf" title="" data-gtm-yt-inspecte...="true">iframeImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html lang="en">htmlFailure 2:
<html><head></head><body></body></html>iframeImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html lang="en">htmlFailure 2:
<html><head></head><body></body></html>iframeImpact: serious
Failure 1:
<iframe class="ytt-report-pdf__wind..." src="https://kstatic.goog..." type="application/pdf" title="" data-gtm-yt-inspecte...="true">iframeImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html lang="en">htmlFailure 2:
<html><head></head><body></body></html>iframeImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html lang="en">htmlFailure 2:
<html><head></head><body></body></html>iframeImpact: moderate
Failure 1:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: serious
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>.lb-header__jump-toImpact: moderate
Failure 1:
<nav lb-auto-init="CompareNav" class="mf-compare-nav lb--initialized mf-compare-nav--active-0">.mf-compare-navImpact: critical
Failure 1:
<button class="yt-spec-button-shape..." title="" aria-pressed="true" aria-label="" aria-disabled="false">iframeImpact: serious
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">.lb-tablist__tab--activeFailure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="copyright-match-tool" id="copyright-match-tool" tabindex="0" data-tabindex="-1" index="1" aria-label="Copyright Match Tool">button[value="copyright-match-tool"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="content-id" id="content-id" tabindex="0" data-tabindex="-1" index="2" aria-label="Content ID">button[value="content-id"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">.lb-tablist__tab--activeFailure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="copyright-match-tool" id="copyright-match-tool" tabindex="0" data-tabindex="-1" index="1" aria-label="Copyright Match Tool">button[value="copyright-match-tool"]… and 1 more failures for this rule
Impact: critical
Failure 1:
<button class="lb-chips__chip lb-js-chip lb-chips__chip--selected" value="all" name="ALL" aria-selected="false" tabindex="0" aria-checked="false" role="radio" data-tabindex="0">.lb-chips__chip--selectedFailure 2:
<button class="lb-chips__chip lb-js-chip" value="media-co" name="Media Co." aria-selected="false" tabindex="-1" aria-checked="false" role="radio" data-tabindex="0">button[value="media-co"]Failure 3:
<button class="lb-chips__chip lb-js-chip" value="production-studio" name="Production Studio" aria-selected="false" tabindex="-1" aria-checked="false" role="radio" data-tabindex="0">button[value="production-studio"]Failure 4:
<button class="lb-chips__chip lb-js-chip" value="news-outlet" name="News Outlet" aria-selected="false" tabindex="-1" aria-checked="false" role="radio" data-tabindex="0">button[value="news-outlet"]Failure 5:
<button class="lb-chips__chip lb-js-chip" value="record-label" name="Record Label" aria-selected="false" tabindex="-1" aria-checked="false" role="radio" data-tabindex="0">button[value="record-label"]… and 7 more failures for this rule
Impact: moderate
Failure 1:
<div class="lb-expansion-panel__surface yth-information__panel-surface" id="id-gollum-panel-1" role="region" aria-labelledby="id-gollum-panel-header-1" style="--visibility--surface: visible; --height--surface: 208px; --opacity--surface: 1;">button[value="candidate-information-panel"] > .lb-expansion-panel--open.yth-information__panel.lb-expansion-panel--light > .yth-information__panel-surface.lb-expansion-panel__surface[aria-labelledby="id-gollum-panel-header-1"]Failure 2:
<div class="lb-expansion-panel__surface yth-information__panel-surface" id="id-gollum-panel-1" role="region" aria-labelledby="id-gollum-panel-header-1" style="--visibility--surface: visible; --height--surface: 208px; --opacity--surface: 1;">button[value="candidate-information-panel"] > .lb-expansion-panel--open.yth-information__panel.lb-expansion-panel--light > .yth-information__panel-surface.lb-expansion-panel__surface[aria-labelledby="id-gollum-panel-header-1"]Impact: serious
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="candidate-information-panel" id="candidate-information-panel" tabindex="0" data-tabindex="-1" index="0" aria-label="Candidate information panel" aria-selected="false">button[value="candidate-information-panel"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="voting-information-panels" id="voting-information-panels" tabindex="0" data-tabindex="-1" index="1" aria-label="Voting information panels">button[value="voting-information-panels"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="elections-results-information-panels" id="elections-results-information-panels" tabindex="0" data-tabindex="-1" index="2" aria-label="Elections results information panels">button[index="2"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="creator-disclosure" id="creator-disclosure" tabindex="0" data-tabindex="-1" index="0" aria-label="Creator Disclosure" aria-selected="false">button[value="creator-disclosure"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="labeling" id="labeling" tabindex="0" data-tabindex="-1" index="1" aria-label="Labeling">button[value="labeling"]… and 5 more failures for this rule
Impact: serious
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="quizzes" id="quizzes" tabindex="0" data-tabindex="-1" index="0" aria-label="Quizzes" aria-selected="false">button[value="quizzes"]Failure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="courses" id="courses" tabindex="0" data-tabindex="-1" index="1" aria-label="Courses">button[value="courses"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="conversational-ai-tool" id="conversational-ai-tool" tabindex="0" data-tabindex="-1" index="2" aria-label="Conversational AI Tool">button[value="conversational-ai-tool"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="quizzes" id="quizzes" tabindex="0" data-tabindex="-1" index="0" aria-label="Quizzes" aria-selected="false">button[value="quizzes"]Failure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="courses" id="courses" tabindex="0" data-tabindex="-1" index="1" aria-label="Courses">button[value="courses"]… and 1 more failures for this rule
Impact: serious
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="news-watch-page" id="news-watch-page" tabindex="0" data-tabindex="-1" index="0" aria-label="News watch page" aria-selected="false">.lb-tablist__tab--activeFailure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="breaking-news-shelf" id="breaking-news-shelf" tabindex="0" data-tabindex="-1" index="1" aria-label="Breaking news shelf">button[value="breaking-news-shelf"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="top-news-shelves" id="top-news-shelves" tabindex="0" data-tabindex="-1" index="2" aria-label="Top news shelves">button[value="top-news-shelves"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="news-watch-page" id="news-watch-page" tabindex="0" data-tabindex="-1" index="0" aria-label="News watch page" aria-selected="false">.lb-tablist__tab--activeFailure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="breaking-news-shelf" id="breaking-news-shelf" tabindex="0" data-tabindex="-1" index="1" aria-label="Breaking news shelf">button[value="breaking-news-shelf"]… and 1 more failures for this rule
Impact: serious
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="privacy-settings" id="privacy-settings" tabindex="0" data-tabindex="-1" index="0" aria-label="Privacy Settings" aria-selected="false">.lb-tablist__tab--activeFailure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="ad-settings" id="ad-settings" tabindex="0" data-tabindex="-1" index="1" aria-label="Ad Settings">button[value="ad-settings"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="privacy-settings" id="privacy-settings" tabindex="0" data-tabindex="-1" index="0" aria-label="Privacy Settings" aria-selected="false">.lb-tablist__tab--activeFailure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="ad-settings" id="ad-settings" tabindex="0" data-tabindex="-1" index="1" aria-label="Ad Settings">button[value="ad-settings"]Impact: moderate
Failure 1:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<html lang="en" class=" js flexbox flexboxl..." style="--lb-header--height:...">htmlImpact: moderate
Failure 1:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<footer class="page-footer">.page-footerImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: serious
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>.lb-header__jump-toImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: serious
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>.lb-header__jump-toImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: serious
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>.lb-header__jump-toImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: serious
Failure 1:
<a class="lb-button lb-header__jump-to" href="#content"> </a>.lb-header__jump-toImpact: moderate
Failure 1:
<h3 class="lb-font-footnote lb-font--no-crop lb-font-weight-500 lb-footer__social-headline"> Connect </h3>.lb-footer__social-headlineImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: serious
Failure 1:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">.lb-tablist__tab--activeFailure 2:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="copyright-match-tool" id="copyright-match-tool" tabindex="0" data-tabindex="-1" index="1" aria-label="Copyright Match Tool">button[value="copyright-match-tool"]Failure 3:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="content-id" id="content-id" tabindex="0" data-tabindex="-1" index="2" aria-label="Content ID">button[value="content-id"]Failure 4:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600 lb-tablist__tab--active" role="tab" value="webform" id="webform" tabindex="0" data-tabindex="-1" index="0" aria-label="Webform" aria-selected="false">.lb-tablist__tab--activeFailure 5:
<button class="lb-tablist__tab lb-js-tablist-tab lb-font-weight-600" role="tab" value="copyright-match-tool" id="copyright-match-tool" tabindex="0" data-tabindex="-1" index="1" aria-label="Copyright Match Tool">button[value="copyright-match-tool"]… and 1 more failures for this rule
Impact: minor
Failure 1:
<section class="yt-carousel-short-po..." role="region" aria-roledescription="carousel" data-component="yt-carousel-short-po..." data-analytics-modul...="{ "module_name":...">.yt-carousel-short-postsFailure 2:
<li class="yt-carousel-short-posts__carousel__item" role="group" aria-roledescription="slide" style="visibility: visible;">.yt-carousel-short-posts__carousel__item[aria-roledescription="slide"][role="group"]:nth-child(1)Impact: serious
Failure 1:
<a class="yt-hero-card__media-link" href="https://blog.youtube/inside-youtube/independent-media-summit-youtube-news-trends/" tabindex="-1" target="_self">.yt-hero-card--hero-3[data-index-id="0"][data-position="2"] > .yt-hero-card__media-link[target="_self"]Failure 2:
<a class="yt-hero-card__media-link" href="https://blog.youtube/creator-and-artist-stories/indian-podcast-trends/" tabindex="-1" target="_self">.yt-hero-card--hero-1[data-index-id="0"][data-position="5"] > .yt-hero-card__media-link[target="_self"]Failure 3:
<a class="yt-hero-card__media-link" href="https://blog.youtube/inside-youtube/independent-media-summit-youtube-news-trends/" target="_self">.yt-hero-card--hero-3[data-index-id="1"][data-position="2"] > .yt-hero-card__media-link[target="_self"]Failure 4:
<a class="yt-hero-card__media-link" href="https://blog.youtube/creator-and-artist-stories/indian-podcast-trends/" target="_self">.yt-hero-card--hero-1[data-index-id="1"][data-position="5"] > .yt-hero-card__media-link[target="_self"]Failure 5:
<a class="yt-hero-card__media-link" href="https://blog.youtube/inside-youtube/independent-media-summit-youtube-news-trends/" tabindex="-1" target="_self">.yt-hero-card--hero-3[data-index-id="2"][data-position="2"] > .yt-hero-card__media-link[target="_self"]… and 7 more failures for this rule
Impact: serious
Failure 1:
<ul class="yt-carousel-short-posts__carousel" style="height: 694px;">.yt-carousel-short-posts__carouselImpact: minor
Failure 1:
<h3 class="ion-stacked-list__container-copy__title glue-headline glue-headline--headline-5 glue-spacer-2-bottom"></h3>.ion-feature-3up-stacked-list.ion-stacked-list[data-tracking-module="stackedlist"]:nth-child(4) > .glue-page > .glue-grid:nth-child(2) > .ion-feature-3up-col-inner.glue-grid__col--span-12-md.glue-grid__col--span-10 > .ion-stacked-list__list-grid.ion-stacked-list__list-grid__scroll-snap[data-media-type="image"] > .feature-3up-card:nth-child(1) > .ion-stacked-list__item > .ion-stacked-list__container-copy > .ion-stacked-list__container-copy__title.glue-spacer-2-bottomFailure 2:
<h3 class="ion-stacked-list__container-copy__title glue-headline glue-headline--headline-5 glue-spacer-2-bottom"></h3>.ion-feature-3up-stacked-list.ion-stacked-list[data-tracking-module="stackedlist"]:nth-child(4) > .glue-page > .glue-grid:nth-child(2) > .ion-feature-3up-col-inner.glue-grid__col--span-12-md.glue-grid__col--span-10 > .ion-stacked-list__list-grid.ion-stacked-list__list-grid__scroll-snap[data-media-type="image"] > .feature-3up-card:nth-child(2) > .ion-stacked-list__item > .ion-stacked-list__container-copy > .ion-stacked-list__container-copy__title.glue-spacer-2-bottomFailure 3:
<h3 class="ion-stacked-list__container-copy__title glue-headline glue-headline--headline-5 glue-spacer-2-bottom"></h3>.ion-feature-3up-stacked-list.ion-stacked-list[data-tracking-module="stackedlist"]:nth-child(4) > .glue-page > .glue-grid:nth-child(2) > .ion-feature-3up-col-inner.glue-grid__col--span-12-md.glue-grid__col--span-10 > .ion-stacked-list__list-grid.ion-stacked-list__list-grid__scroll-snap[data-media-type="image"] > .feature-3up-card:nth-child(3) > .ion-stacked-list__item > .ion-stacked-list__container-copy > .ion-stacked-list__container-copy__title.glue-spacer-2-bottomImpact: moderate
Failure 1:
<div class="glue-carousel glue-c..." id="card-carousel-135910..." aria-label="Carousel list of car..." role="region" data-glue-carousel-n...="false" data-glue-carousel-c...="1" data-glue-carousel-p...="true" data-glue-carousel-c...="3">#card-carousel-135910602Impact: minor
Failure 1:
<h3 id="title" class="style-scope ytd-labs-header-renderer"></h3>.ytd-labs-header-renderer.style-scope > h3Impact: moderate
Failure 1:
<html lang="en" dir="ltr">htmlImpact: serious
Failure 1:
<a href="https://support.google.com/youtube/">Help Center</a>p:nth-child(1) > aFailure 2:
<a href="https://support.google.com/forum/p/youtube">Community Help Forum</a>div:nth-child(1) > div > p:nth-child(2) > a:nth-child(1)Failure 3:
<a href="https://support.google.com/youtube/bin/static.py?page=known_issues.cs">Current Site Issues</a>a:nth-child(2)Failure 4:
<a href="/t/press">This area</a>a[href$="press"]Failure 5:
<a href="https://www.youtube.com/yt/creators/get-started.html">information page</a>p:nth-child(6) > a… and 8 more failures for this rule
Impact: moderate
Failure 1:
<div id="body-wrapper">#body-wrapperImpact: serious
Failure 1:
<iframe src="https://www.youtube-nocookie.com/embed/ggoJFaE71W8?rel=0&showinfo=0&theme=light&version=3&hl=en&cc_lang_pref=en&cc_load_policy=1" allowfullscreen="allowfullscreen" class="Ylcf5b"></iframe>.xXnO1d:nth-child(4) > .nrAB0c > .eUtKLe > .M3GAob > .O3bgpc > iframeFailure 2:
<iframe src="https://www.youtube-nocookie.com/embed/YlmVKT3Zvhw?rel=0&showinfo=0&theme=light&version=3&hl=en&cc_lang_pref=en&cc_load_policy=1" allowfullscreen="allowfullscreen" class="Ylcf5b"></iframe>.xXnO1d:nth-child(5) > .nrAB0c > .eUtKLe > .M3GAob > .O3bgpc > iframeFailure 3:
<iframe src="https://www.youtube-nocookie.com/embed/48l-xdS4pXg?rel=0&showinfo=0&theme=light&version=3&hl=en&cc_lang_pref=en&cc_load_policy=1" allowfullscreen="allowfullscreen" class="Ylcf5b"></iframe>.xXnO1d:nth-child(6) > .nrAB0c > .eUtKLe > .M3GAob > .O3bgpc > iframeFailure 4:
<iframe src="https://www.youtube-nocookie.com/embed/ZdEIZNg3epQ?rel=0&showinfo=0&theme=light&version=3&hl=en&cc_lang_pref=en&cc_load_policy=1" allowfullscreen="allowfullscreen" class="Ylcf5b"></iframe>.xXnO1d:nth-child(7) > .nrAB0c > .eUtKLe > .M3GAob > .O3bgpc > iframeFailure 5:
<iframe src="https://www.youtube-nocookie.com/embed/ggoJFaE71W8?rel=0&showinfo=0&theme=light&version=3&hl=en&cc_lang_pref=en&cc_load_policy=1" allowfullscreen="allowfullscreen" class="Ylcf5b"></iframe>.xXnO1d:nth-child(4) > .nrAB0c > .eUtKLe > .M3GAob > .O3bgpc > .Ylcf5b[allowfullscreen="allowfullscreen"]… and 3 more failures for this rule
Impact: moderate
Failure 1:
<div role="navigation">.gb_a > div > .oTqstd > div[role="navigation"]Failure 2:
<div role="navigation">.gb_a > div > .oTqstd > div[role="navigation"]Impact: moderate
Failure 1:
<div class="">.ASkZhe > div:nth-child(1)Failure 2:
<div class="gs16s xXnO1d">.gs16sFailure 3:
<div id="player" style="width: 100%; height: 100%;">.xXnO1d:nth-child(4) > .nrAB0c > .eUtKLe > .M3GAob > .O3bgpc > iframeFailure 4:
<p>We build a range of services that help millions of people daily to explore and interact with the world in new ways. Our services include:</p>.xXnO1d:nth-child(4) > .nrAB0c > p:nth-child(3)Failure 5:
<ul><li>Google apps, sites, and devices, like Search, YouTube, and Google Home</li><li>Platforms like the Chrome browser and Android operating system</li><li>Products that are integrated into third-party apps and sites, like ads, analytics, and embedded Google Maps</li></ul>.xXnO1d:nth-child(4) > .nrAB0c > ul… and 321 more failures for this rule
Impact: moderate
Failure 1:
<h4>h4:nth-child(1)Failure 2:
<h4>Effective as of December 15, 2023 (<a href="https://www.youtube.com/t/terms?archive=20220105">view previous version</a>)</h4>h4:nth-child(90)Impact: moderate
Failure 1:
<html lang="en" dir="ltr">htmlImpact: serious
Failure 1:
<a href="https://support.google.com/youtube/#topic=7505892">Help Center</a>p:nth-child(9) > a:nth-child(1)Failure 2:
<a href="https://support.google.com/youtubekids/#topic=6130504">YouTube Kids</a>p:nth-child(9) > a:nth-child(2)Failure 3:
<a href="https://support.google.com/youtube/topic/9223152">YouTube Partner Program</a>p:nth-child(9) > a:nth-child(3)Failure 4:
<a href="https://support.google.com/youtube/topic/9223117">YouTube Paid Memberships and Purchases</a>p:nth-child(9) > a:nth-child(4)Failure 5:
<a href="https://support.google.com/youtube/topic/9257096?ref_topic=9257500">other devices</a>p:nth-child(9) > a:nth-child(5)… and 34 more failures for this rule
Impact: moderate
Failure 1:
<div id="body-wrapper">#body-wrapperImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<html lang="en">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navImpact: serious
Failure 1:
<a href="/intl/en_vn/creators/how-things-work/getting-started/" target="_self"> How things work </a>li:nth-child(1) > a[target="_self"]Failure 2:
<a href="/intl/en_vn/creators/how-things-work/get-involved/" target="_self"> How to get involved </a>li:nth-child(2) > a[target="_self"]Impact: moderate
Failure 1:
<html lang="en">htmlImpact: moderate
Failure 1:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__navFailure 2:
<nav class="lb-header__nav lb-header-js-nav">.lb-header__nav