Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sass from 1.42.1 to 1.68.0 #473

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2023

Bumps sass from 1.42.1 to 1.68.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.68.0

To install Sass 1.68.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix the source spans associated with the abs-percent deprecation.

JS API

  • Non-filesystem importers can now set the nonCanonicalScheme field, which declares that one or more URL schemes (without :) will never be used for URLs returned by the canonicalize() method.

  • Add a containingUrl field to the canonicalize() and findFileUrl() methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.

Dart API

  • Add AsyncImporter.isNonCanonicalScheme, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by the canonicalize() method.

  • Add AsyncImporter.containingUrl, which is set during calls to the canonicalize() method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.

Embedded Sass

  • The CalculationValue.interpolation field is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent to CalculationValue.string except that "(" and ")" will be added to the beginning and end of the string values.

  • Properly include TypeScript types in the sass-embedded package.

See the full changelog for changes in earlier releases.

Dart Sass 1.67.0

To install Sass 1.67.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • All functions defined in CSS Values and Units 4 are now once again parsed as calculation objects: round(), mod(), rem(), sin(), cos(), tan(), asin(), acos(), atan(), atan2(), pow(), sqrt(), hypot(), log(), exp(), abs(), and sign().

    Unlike in 1.65.0, function calls are not locked into being parsed as calculations or plain Sass functions at parse-time. This means that user-defined functions will take precedence over CSS calculations of the same name. Although the function names calc() and clamp() are still forbidden, users may continue to freely define functions whose names overlap with other CSS calculations (including abs(), min(), max(), and round() whose names overlap with global Sass functions).

  • As a consequence of the change in calculation parsing described above, calculation functions containing interpolation are now parsed more strictly than before. However, all interpolations that would have produced valid CSS will continue to work, so this is not considered a breaking change.

  • Interpolations in calculation functions that aren't used in a position that could also have a normal calculation value are now deprecated. For example, calc(1px #{"+ 2px"}) is deprecated, but calc(1px + #{"2px"}) is still allowed. This deprecation is named calc-interp. See the Sass website for more information.

  • Potentially breaking bug fix: The importer used to load a given file is no longer used to load absolute URLs that appear in that file. This was unintented behavior that contradicted the Sass specification. Absolute URLs will now correctly be loaded only from the global importer list. This applies to the modern JS API, the Dart API, and the embedded protocol.

... (truncated)

Changelog

Sourced from sass's changelog.

1.68.0

  • Fix the source spans associated with the abs-percent deprecation.

JS API

  • Non-filesystem importers can now set the nonCanonicalScheme field, which declares that one or more URL schemes (without :) will never be used for URLs returned by the canonicalize() method.

  • Add a containingUrl field to the canonicalize() and findFileUrl() methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.

Dart API

  • Add AsyncImporter.isNonCanonicalScheme, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by the canonicalize() method.

  • Add AsyncImporter.containingUrl, which is set during calls to the canonicalize() method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.

Embedded Sass

  • The CalculationValue.interpolation field is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent to CalculationValue.string except that "(" and ")" will be added to the beginning and end of the string values.

  • Properly include TypeScript types in the sass-embedded package.

1.67.0

  • All functions defined in CSS Values and Units 4 are now once again parsed as calculation objects: round(), mod(), rem(), sin(), cos(), tan(), asin(), acos(), atan(), atan2(), pow(), sqrt(), hypot(), log(), exp(), abs(), and sign().

    Unlike in 1.65.0, function calls are not locked into being parsed as calculations or plain Sass functions at parse-time. This means that user-defined functions will take precedence over CSS calculations of the same name. Although the function names calc() and clamp() are still forbidden, users may continue to freely define functions whose names overlap with other CSS calculations (including abs(), min(), max(), and round() whose

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from narthur as a code owner September 21, 2023 11:40
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 21, 2023
@vercel
Copy link

vercel bot commented Sep 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
audioverse-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 22, 2023 5:54pm

@github-actions
Copy link

github-actions bot commented Sep 21, 2023

📦 Next.js Bundle Analysis for audioverse-next

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 179.09 KB (🟡 +1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Eleven Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (225 KB)
/[language]/bibles/[id]/[book]/[chapter] 13.89 KB 192.99 KB 85.77% (+/- <0.01%)
/[language]/bibles/chapters/[id]/[[...slugs]] 18.62 KB 197.71 KB 87.87% (+/- <0.01%)
/[language]/books/tracks/[id]/[[...slugs]] 19.41 KB 198.51 KB 88.23% (+/- <0.01%)
/[language]/discover 7.88 KB 186.98 KB 83.10% (+/- <0.01%)
/[language]/discover/collections 6.64 KB 185.73 KB 82.55% (+/- <0.01%)
/[language]/embed/media/[id] 11.71 KB 190.8 KB 84.80% (+/- <0.01%)
/[language]/songs/[id]/[[...slugs]] 19.41 KB 198.5 KB 88.22% (+/- <0.01%)
/[language]/songs/book/[book]/[id]/[[...slugs]] 19.57 KB 198.66 KB 88.29% (+/- <0.01%)
/[language]/stories/[id]/[[...slugs]] 19.41 KB 198.5 KB 88.22% (+/- <0.01%)
/[language]/teachings/[id]/[[...slug]] 19.41 KB 198.5 KB 88.22% (+/- <0.01%)
/[language]/topics/page/[i] 3.38 KB 182.47 KB 81.10% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 5% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@github-actions
Copy link

🔬 pa11y-ci results

  • Number of URLs tested: 276
  • Number of errors found: 13634. 😭
See results 👀
  • https://audioverse-next-po3mfty3s-audioverse.vercel.app/en/about/1:

    This button element does not have a name available to an accessibility API. Valid names are: title undefined, element content, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button
    
    <button class="mobileHeader_more__HASDA"><svg width="24" height="24" fil...</button>
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Button.Name
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    Anchor element found with no link content and no name and/or ID attribute.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(1) > div:nth-child(1) > a
    
    <a><svg width="24" height="24" fil...</a>
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.EmptyNoId
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(1) > div:nth-child(2) > div > div > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.76:1. Recommendation:  change background to #222.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > a
    
    <a class="button_base__KPAl5 button_super__xLpsv navigation_desktopDonate__uNq1e" href="/en/give">Donate</a>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(2) > h3
    
    <h3 class="headingBase_base___0p3F headingBase_sans__JZxN8 heading3_sans__ouk6_ navigation_submenuHeading__aSfVo"></h3>
    
    WCAG2AA.Principle1.Guideline1_3.1_3_1.H42.2
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > span > img
    
    <img sizes="100vw" srcset="/_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=640&amp;q=75 640w, /_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=750&amp;q=75 750w, /_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=828&amp;q=75 828w, /_next/image?url=%2...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > p:nth-child(2) > figure > span > img
    
    <img src="/_next/image?url=%2Fimg%2Faudioverse-ancient-screenshot.jpeg&amp;w=1920&amp;q=75" decoding="async" data-nimg="intrinsic" srcset="/_next/image?url=%2Fimg%2Faudioverse-ancient-screenshot.jpeg&amp;w=1080&amp;q=75 1x, /_next/image?url=%2Fimg%2F...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(6) > div > span > span > img
    
    <img src="/img/logo.svg" decoding="async" data-nimg="intrinsic" srcset="/img/logo.svg 1x, /img/logo.svg 2x" style="position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border: none; margin: auto; display: block; width: 0px; height: 0...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.76:1. Recommendation:  change background to #222.
    
    #__next > div > div:nth-child(4) > div:nth-child(2) > button
    
    <button class="button_base__KPAl5 button_super__xLpsv"><svg width="24" height="24" fil...</button>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(6) > a > span
    
    <span class="navigation_label__bB38D">Our Story</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > a
    
    <a class="button_base__KPAl5 button_super__xLpsv navigation_desktopDonate__uNq1e" href="/en/give">Donate</a>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(2) > button
    
    <button class="button_base__KPAl5 button_super__xLpsv"><svg width="24" height="24" fil...</button>
    
    color-contrast
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > span > img
    
    <img sizes="100vw" srcset="/_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=640&amp;q=75 640w, /_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=750&amp;q=75 750w, /_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=828&amp;q=75 828w, /_next/image?url=%2...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > p:nth-child(2) > figure > span > img
    
    <img src="/_next/image?url=%2Fimg%2Faudioverse-ancient-screenshot.jpeg&amp;w=1920&amp;q=75" decoding="async" data-nimg="intrinsic" srcset="/_next/image?url=%2Fimg%2Faudioverse-ancient-screenshot.jpeg&amp;w=1080&amp;q=75 1x, /_next/image?url=%2Fimg%2F...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(6) > div > span > span > img
    
    <img src="/img/logo.svg" decoding="async" data-nimg="intrinsic" srcset="/img/logo.svg 1x, /img/logo.svg 2x" style="position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border: none; margin: auto; display: block; width: 0px; height: 0...
    
    image-alt
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > p:nth-child(2) > figure > figcaption
    
    <figcaption>The original AudioVerse design,...</figcaption>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > p:nth-child(3)
    
    <p>They were excited about this id...</p>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > p:nth-child(4)
    
    <p>Curtis put the idea into action...</p>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > p:nth-child(5)
    
    <p>Since that humble beginning, Go...</p>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > p:nth-child(6)
    
    <p>Website traffic has also grown ...</p>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > p:nth-child(7)
    
    <p>As this website has grown, we h...</p>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > div > a
    
    <a class="button_base__KPAl5 button_secondary__867_K" href="/en/about/7">Our Purpose<svg width="24" heig...</a>
    
    color-contrast
    
  • https://audioverse-next-po3mfty3s-audioverse.vercel.app/en/about/12:

    This button element does not have a name available to an accessibility API. Valid names are: title undefined, element content, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button
    
    <button class="mobileHeader_more__HASDA"><svg width="24" height="24" fil...</button>
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Button.Name
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    Anchor element found with no link content and no name and/or ID attribute.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(1) > div:nth-child(1) > a
    
    <a><svg width="24" height="24" fil...</a>
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.EmptyNoId
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(1) > div:nth-child(2) > div > div > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.76:1. Recommendation:  change background to #222.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > a
    
    <a class="button_base__KPAl5 button_super__xLpsv navigation_desktopDonate__uNq1e" href="/en/give">Donate</a>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(2) > h3
    
    <h3 class="headingBase_base___0p3F headingBase_sans__JZxN8 heading3_sans__ouk6_ navigation_submenuHeading__aSfVo"></h3>
    
    WCAG2AA.Principle1.Guideline1_3.1_3_1.H42.2
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > span > span > img
    
    <img src="/img/logo.svg" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.76:1. Recommendation:  change background to #222.
    
    #__next > div > div:nth-child(4) > div:nth-child(2) > button
    
    <button class="button_base__KPAl5 button_super__xLpsv"><svg width="24" height="24" fil...</button>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > a
    
    <a class="button_base__KPAl5 button_super__xLpsv navigation_desktopDonate__uNq1e" href="/en/give">Donate</a>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(2) > button
    
    <button class="button_base__KPAl5 button_super__xLpsv"><svg width="24" height="24" fil...</button>
    
    color-contrast
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > span > span > img
    
    <img src="/img/logo.svg" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100...
    
    image-alt
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dt:nth-child(13)
    
    <dt>07</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dd:nth-child(14)
    
    <dd>Materials should represent a ba...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dt:nth-child(15)
    
    <dt>08</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dd:nth-child(16)
    
    <dd>Materials should seek to provid...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dt:nth-child(17)
    
    <dt>09</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dd:nth-child(18)
    
    <dd>Materials should be supportive ...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dt:nth-child(19)
    
    <dt>10</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dd:nth-child(20)
    
    <dd>Materials should be completely ...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dt:nth-child(21)
    
    <dt>11</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dd:nth-child(22)
    
    <dd>Materials should be delivered i...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dt:nth-child(23)
    
    <dt>12</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > dl > dd:nth-child(24)
    
    <dd>Materials should be from presen...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div > a:nth-child(1)
    
    <a class="button_base__KPAl5 button_secondary__867_K" href="/en/testimonies">Testimonials<svg width="24" hei...</a>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div > a:nth-child(2)
    
    <a class="button_base__KPAl5 button_secondary__867_K" href="/en/about/7"><svg width="24" height="24" fil...</a>
    
    color-contrast
    
  • https://audioverse-next-po3mfty3s-audioverse.vercel.app/en/about/13:

    This button element does not have a name available to an accessibility API. Valid names are: title undefined, element content, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button
    
    <button class="mobileHeader_more__HASDA"><svg width="24" height="24" fil...</button>
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Button.Name
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    Anchor element found with no link content and no name and/or ID attribute.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(1) > div:nth-child(1) > a
    
    <a><svg width="24" height="24" fil...</a>
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.EmptyNoId
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(1) > div:nth-child(2) > div > div > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.76:1. Recommendation:  change background to #222.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > a
    
    <a class="button_base__KPAl5 button_super__xLpsv navigation_desktopDonate__uNq1e" href="/en/give">Donate</a>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(2) > h3
    
    <h3 class="headingBase_base___0p3F headingBase_sans__JZxN8 heading3_sans__ouk6_ navigation_submenuHeading__aSfVo"></h3>
    
    WCAG2AA.Principle1.Guideline1_3.1_3_1.H42.2
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > span > img
    
    <img src="/_next/image?url=%2Fimg%2Fstaff%2FAlistair.jpg&amp;w=640&amp;q=75" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;h...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(3) > div:nth-child(2) > span > img
    
    <img src="/_next/image?url=%2Fimg%2Fstaff%2FNathan.jpg&amp;w=640&amp;q=75" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;hei...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #feffff.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(3) > div:nth-child(2) > span > noscript
    
    <noscript><img srcSet="/_next/image?url=%...</noscript>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(4) > div:nth-child(2) > span > img
    
    <img src="/_next/image?url=%2Fimg%2Fstaff%2FLiz.jpg&amp;w=640&amp;q=75" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(5) > div:nth-child(2) > span > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:bl...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #feffff.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(5) > div:nth-child(2) > span > noscript
    
    <noscript><img srcSet="/_next/image?url=%...</noscript>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(6) > div:nth-child(2) > span > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:bl...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #feffff.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(6) > div:nth-child(2) > span > noscript
    
    <noscript><img srcSet="/_next/image?url=%...</noscript>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(1) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(2) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(3) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(4) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(5) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(6) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(7) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(8) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > span > span > img
    
    <img src="/img/logo.svg" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.76:1. Recommendation:  change background to #222.
    
    #__next > div > div:nth-child(4) > div:nth-child(2) > button
    
    <button class="button_base__KPAl5 button_super__xLpsv"><svg width="24" height="24" fil...</button>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > a
    
    <a class="button_base__KPAl5 button_super__xLpsv navigation_desktopDonate__uNq1e" href="/en/give">Donate</a>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(2) > button
    
    <button class="button_base__KPAl5 button_super__xLpsv"><svg width="24" height="24" fil...</button>
    
    color-contrast
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > span > img
    
    <img src="/_next/image?url=%2Fimg%2Fstaff%2FAlistair.jpg&amp;w=640&amp;q=75" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;h...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(3) > div:nth-child(2) > span > img
    
    <img src="/_next/image?url=%2Fimg%2Fstaff%2FNathan.jpg&amp;w=640&amp;q=75" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;hei...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(4) > div:nth-child(2) > span > img
    
    <img src="/_next/image?url=%2Fimg%2Fstaff%2FLiz.jpg&amp;w=640&amp;q=75" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(5) > div:nth-child(2) > span > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:bl...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(6) > div:nth-child(2) > span > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:bl...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(1) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(2) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(3) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(4) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(5) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(6) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(7) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(8) > span:nth-child(1) > img
    
    <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="roundImage_base__DD35P" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;bor...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > span > span > img
    
    <img src="/img/logo.svg" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100...
    
    image-alt
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(3) > div:nth-child(4)
    
    <div class="team_bio__t5TKf">Nathan contributes to the minis...</div>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(4) > div:nth-child(4)
    
    <div class="team_bio__t5TKf">A social media dynamo, e-commer...</div>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(5) > div:nth-child(1) > h6
    
    <h6 class="headingBase_base___0p3F headingBase_sans__JZxN8 headingBase_unpadded__nC4Kl heading6_loose__I0kgW heading6_uppercase__VG_cd baseColors_dark__YXPss">Assistant Operations Coordinato...</h6>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(5) > h2
    
    <h2 class="headingBase_base___0p3F headingBase_sans__JZxN8 heading2_sans__uSQ6J">Annette Roblero Miller</h2>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(5) > div:nth-child(4)
    
    <div class="team_bio__t5TKf">All the media on AudioVerse has...</div>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(6) > div:nth-child(1) > h6
    
    <h6 class="headingBase_base___0p3F headingBase_sans__JZxN8 headingBase_unpadded__nC4Kl heading6_loose__I0kgW heading6_uppercase__VG_cd baseColors_dark__YXPss">Software Engineer</h6>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(6) > h2
    
    <h2 class="headingBase_base___0p3F headingBase_sans__JZxN8 heading2_sans__uSQ6J">Matthew Leffler</h2>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(3) > div:nth-child(6) > div:nth-child(4)
    
    <div class="team_bio__t5TKf">Frontend, backend, full-stack a...</div>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > h2:nth-child(4)
    
    <h2 class="headingBase_base___0p3F">Board of Directors</h2>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > p:nth-child(5)
    
    <p>The AudioVerse Board of Directo...</p>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(1) > span:nth-child(2)
    
    <span class="team_name__NrJlP">Tim Arakawa</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(1) > span:nth-child(3)
    
    <span class="team_title__zlCLl">Chairman (Co-founder) | Physici...</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(2) > span:nth-child(2)
    
    <span class="team_name__NrJlP">Alistair Huong</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(2) > span:nth-child(3)
    
    <span class="team_title__zlCLl">Secretary | Executive Director,...</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(3) > span:nth-child(2)
    
    <span class="team_name__NrJlP">Vonn Williams</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(3) > span:nth-child(3)
    
    <span class="team_title__zlCLl">Treasurer | Finance Professiona...</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(4) > span:nth-child(2)
    
    <span class="team_name__NrJlP">Chester Clark III</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(4) > span:nth-child(3)
    
    <span class="team_title__zlCLl">Vice President for Administrati...</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(5) > span:nth-child(2)
    
    <span class="team_name__NrJlP">Kathy Irizarry</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(5) > span:nth-child(3)
    
    <span class="team_title__zlCLl">Physician, Amity, Arkansas</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(6) > span:nth-child(2)
    
    <span class="team_name__NrJlP">Eli Kim</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(6) > span:nth-child(3)
    
    <span class="team_title__zlCLl">Physician, Chattanooga, Tenness...</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(7) > span:nth-child(2)
    
    <span class="team_name__NrJlP">Don Mackintosh</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(7) > span:nth-child(3)
    
    <span class="team_title__zlCLl">Director, NEWSTART Global</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(8) > span:nth-child(2)
    
    <span class="team_name__NrJlP">Jesse Zwiker</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(6) > div:nth-child(8) > span:nth-child(3)
    
    <span class="team_title__zlCLl">President, Hyve International</span>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(7) > a:nth-child(1)
    
    <a class="button_base__KPAl5 button_secondary__867_K" href="/en/about/7">Our Purpose<svg width="24" heig...</a>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(7) > a:nth-child(2)
    
    <a class="button_base__KPAl5 button_secondary__867_K" href="/en/about/1"><svg width="24" height="24" fil...</a>
    
    color-contrast
    
  • https://audioverse-next-po3mfty3s-audioverse.vercel.app/en/about/7:

    This button element does not have a name available to an accessibility API. Valid names are: title undefined, element content, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button
    
    <button class="mobileHeader_more__HASDA"><svg width="24" height="24" fil...</button>
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Button.Name
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    Anchor element found with no link content and no name and/or ID attribute.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(1) > div:nth-child(1) > a
    
    <a><svg width="24" height="24" fil...</a>
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.EmptyNoId
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(1) > div:nth-child(2) > div > div > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.76:1. Recommendation:  change background to #222.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > a
    
    <a class="button_base__KPAl5 button_super__xLpsv navigation_desktopDonate__uNq1e" href="/en/give">Donate</a>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(2) > h3
    
    <h3 class="headingBase_base___0p3F headingBase_sans__JZxN8 heading3_sans__ouk6_ navigation_submenuHeading__aSfVo"></h3>
    
    WCAG2AA.Principle1.Guideline1_3.1_3_1.H42.2
    
    This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > input
    
    <input name="q" type="search" autocomplete="off" placeholder="Search" value="">
    
    WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputSearch.Name
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > span > img
    
    <img sizes="100vw" srcset="/_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=640&amp;q=75 640w, /_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=750&amp;q=75 750w, /_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=828&amp;q=75 828w, /_next/image?url=%2...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(6) > div > span > span > img
    
    <img src="/img/logo.svg" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100...
    
    WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
    
    This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.76:1. Recommendation:  change background to #222.
    
    #__next > div > div:nth-child(4) > div:nth-child(2) > button
    
    <button class="button_base__KPAl5 button_super__xLpsv"><svg width="24" height="24" fil...</button>
    
    WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > header > div:nth-child(2) > div > div:nth-child(1) > a
    
    <a class="button_base__KPAl5 button_super__xLpsv navigation_desktopDonate__uNq1e" href="/en/give">Donate</a>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(2) > button
    
    <button class="button_base__KPAl5 button_super__xLpsv"><svg width="24" height="24" fil...</button>
    
    color-contrast
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > span > img
    
    <img sizes="100vw" srcset="/_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=640&amp;q=75 640w, /_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=750&amp;q=75 750w, /_next/image?url=%2Fimg%2Fhero-av-full.jpg&amp;w=828&amp;q=75 828w, /_next/image?url=%2...
    
    image-alt
    
    Images must have alternate text (https://dequeuniversity.com/rules/axe/4.6/image-alt?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(6) > div > span > span > img
    
    <img src="/img/logo.svg" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100...
    
    image-alt
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div
    
    <div class="contentWidthLimiter_base__ghqZW">Our vision is to hasten the Sec...</div>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > dl > dt:nth-child(1)
    
    <dt>Biblical Excellence</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > dl > dd:nth-child(2)
    
    <dd>AudioVerse holds a high standar...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > dl > dt:nth-child(3)
    
    <dt>Reaching the World</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > dl > dd:nth-child(4)
    
    <dd>Nearly 3 billion people have ac...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > dl > dt:nth-child(5)
    
    <dt>Giving Freely</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > dl > dd:nth-child(6)
    
    <dd>All around the world there are ...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > dl > dt:nth-child(7)
    
    <dt>Support of the Adventist Church</dt>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > dl > dd:nth-child(8)
    
    <dd>AudioVerse is a supporting mini...</dd>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > div:nth-child(9) > a:nth-child(1)
    
    <a class="button_base__KPAl5 button_secondary__867_K" href="/en/about/12">Spirit of AudioVerse<svg width=...</a>
    
    color-contrast
    
    Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/4.6/color-contrast?application=axeAPI)
    
    #__next > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(5) > div > div:nth-child(9) > a:nth-child(2)
    
    <a class="button_base__KPAl5 button_secondary__867_K" href="/en/about/1"><svg width="24" height="24" fil...</a>
    
    color-contrast
    

Ommitted 272 issues due to comment length limits

Bumps [sass](https://github.com/sass/dart-sass) from 1.42.1 to 1.68.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.42.1...1.68.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2023

Looks like sass is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 26, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sass-1.68.0 branch September 26, 2023 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants