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

build(deps-dev): Bump html-validate from 8.8.0 to 8.9.0 #1073

Merged
merged 28 commits into from
Mar 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps html-validate from 8.8.0 to 8.9.0.

Release notes

Sourced from html-validate's releases.

v8.9.0

8.9.0 (2024-1-8)

Features

  • elements: new property focusable to mark elements as focusable (c59c8b2)
  • rules: new rule hidden-focusable (243e7fb)
  • rules: new rule unique-landmark (187be1e)

Bug Fixes

  • api: remove internal listeners property from public API (303e5d5)
  • dom: ancestor with role="presentation" no longer counts decendants as missing from a11y tree (cc72da1)
  • dom: handle role="none" as a synonym for role="presentation" (b1d7b50)
  • dom: interactive and focusable elements ignore role="presentation" (017308f)
  • rules: better error description for require-sri (ffc3695)
  • rules: rule wcag/h30 no longer requires text on <a hidden> (a20cc84)
  • rules: rule wcag/h30 no longer requires text on links with display: none or visibility: hidden (36ff07e)
  • rules: rules wcag/h32 handles <button> without explicit type (84c6a6e)
Commits
  • 3a23a85 chore(release): 8.9.0
  • 0abddcd Merge branch 'feature/a11y-fixes' into 'master'
  • 187be1e feat(rules): new rule unique-landmark
  • 243e7fb feat(rules): new rule hidden-focusable
  • c59c8b2 feat(elements): new property focusable to mark elements as focusable
  • 017308f fix(dom): interactive and focusable elements ignore role="presentation"
  • b1d7b50 fix(dom): handle role="none" as a synonym for role="presentation"
  • 84c6a6e fix(rules): rules wcag/h32 handles \<button> without explicit type
  • 36ff07e fix(rules): rule wcag/h30 no longer requires text on links with `display: n...
  • a20cc84 fix(rules): rule wcag/h30 no longer requires text on \<a hidden>
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2024
@j-paquette
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/html-validate-8.9.0 branch from d4a7a15 to 163441c Compare January 8, 2024 15:17
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

A newer version of html-validate exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@j-paquette j-paquette force-pushed the dependabot/npm_and_yarn/html-validate-8.9.0 branch 2 times, most recently from 29d0bd0 to ab5d8c0 Compare January 22, 2024 14:23
@j-paquette
Copy link
Contributor

TODO:
Review ALL changes to make sure to use aria-labelledby to fix unique landmark errors whenever possible.

data-ajax-replace code:

  • review changes to make sure to use aria-labelledby instead of aria-label whenever possible
  • since this code is maintained by an external source (WET), and any changes made to the section header would make the aria-label text invalid in the cdts template files, and NOT be flagged as an error.
  • this aria-label text would also be visible to the user as NOT matching the actual WET section header
  • using aria-labelledby would at least not be visible to the user

Review changes to refFooter templates:

Will add a list of ALL of the aria-labelledby ids, aria-label for review of naming conventions...

@j-paquette j-paquette force-pushed the dependabot/npm_and_yarn/html-validate-8.9.0 branch from 2c8c52d to 90b8722 Compare January 29, 2024 14:24
@j-paquette j-paquette marked this pull request as draft January 30, 2024 20:29
@j-paquette j-paquette force-pushed the dependabot/npm_and_yarn/html-validate-8.9.0 branch from a699c9e to 048e7f6 Compare February 5, 2024 14:57
@j-paquette j-paquette force-pushed the dependabot/npm_and_yarn/html-validate-8.9.0 branch from ba28b04 to dfe0751 Compare February 13, 2024 22:06
@j-paquette
Copy link
Contributor

j-paquette commented Feb 16, 2024

Here is a list of aria-labelledby generated gcintranet test pages for appFooter:

aria-labelledby="cdts-relatedLinks":
test pages:
gcintranet-appFooter-customFooterLinks-fr.html <-> gcintranet-appFooter-customFooterLinks-en.html
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html

aria-labelledby="cdts-footerSection1>", aria-labelledby="cdts-footerSection2>", aria-labelledby="cdts-footerSection3>":
test pages:
gcintranet-appFooter-customFooterLinks-fr.html <-> gcintranet-appFooter-customFooterLinks-en.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html

aria-labelledby="cdts-footerSection":
test pages:
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html

aria-labelledby="cdts-sectionCorporate":
test pages:
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html
gcintranet-appFooter-labourCustomFooterLinks-fr.html <-> gcintranet-appFooter-labourCustomFooterLinks-en.html

aria-labelledby="cdts-contactUs":
test pages:
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html

@j-paquette j-paquette force-pushed the dependabot/npm_and_yarn/html-validate-8.9.0 branch from 0ba471b to 435225a Compare February 26, 2024 16:07
@j-paquette
Copy link
Contributor

j-paquette commented Feb 27, 2024

Here is a list of aria-labelledby generated gcintranet test pages for appTop:

aria-labelledby="cdts-hiddenGctoolsLinks":
test pages:
gcintranet-appTop-customizedTitle-fr.html <-> gcintranet-appTop-customizedTitle-en.html
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html
gcintranet-appTop-labourPreConfigured-fr.html <-> gcintranet-appTop-labourPreConfigured-en.html

aria-labelledby="cdts-gctoolsPopupHeader":
test pages:
gcintranet-appTop-customizedTitle-fr.html <-> gcintranet-appTop-customizedTitle-en.html
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html
gcintranet-appTop-labourPreConfigured-fr.html <-> gcintranet-appTop-labourPreConfigured-en.html

aria-labelledby="cdts-languageSelection":
test pages:
class="col-md-1 hidden-sm hidden-xs text-right ":
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html
gcintranet-appTop-labourPreConfigured-fr.html <-> gcintranet-appTop-labourPreConfigured-en.html
gcintranet-appTop-fr.html <-> gcintranet-appTop-en.html
gcintranet-top-customSearchDefault-en.html <-> gcintranet-top-customSearchDefault-fr.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-ecccPreConfigured-en.html <-> gcintranet-top-ecccPreConfigured-fr.html
gcintranet-top-esdcPreConfigured-en.html <-> gcintranet-top-esdcPreConfigured-fr.html
gcintranet-top-hidePlaceholderMenuECCC-en.html <-> gcintranet-top-hidePlaceholderMenuECCC-fr.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-en.html <-> gcintranet-top-nomenu-fr.html
class="mrgn-bttm-md col-md-offset-1 col-lg-offset-2 col-md-1 hidden-sm hidden-xs text-right lang-with-search":
gcintranet-appTop-signOut-en.html <-> gcintranet-appTop-signOut-fr.html
class="col-md-1 hidden-sm hidden-xs text-right lang-with-search":
exiturl-en.html <-> exiturl-fr.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html
gcintranet-sectionmenu-en.html <-> gcintranet-sectionmenu-fr.html
class="mrgn-bttm-md col-md-offset-1 col-lg-offset-2 col-md-1 hidden-sm hidden-xs text-right lang-no-search":
gcintranet-top-wblng-en.html <-> gcintranet-top-wblng-fr.html
class="col-md-1 hidden-sm hidden-xs text-right lang-no-search":
gcintranet-top-fr.html <-> gcintranet-top-en.html

aria-labelledby="cdts-hiddenSearch":
test pages:
gcintranet-appTop-customSearchDefault-en.html <-> gcintranet-appTop-customSearchDefault-fr.html
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html
gcintranet-appTop-labourPreConfigured-fr.html <-> gcintranet-appTop-labourPreConfigured-en.html
gcintranet-appTop-signOut-en.html <-> gcintranet-appTop-signOut-fr.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html
gcintranet-app-basic-en.html <-> gcintranet-app-basic-fr.html
gcintranet-appFooter-customFooterLinks-fr.html <-> gcintranet-appFooter-customFooterLinks-en.html
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html
gcintranet-appFooter-subThemeLabour-en.html <-> gcintranet-appFooter-subThemeLabour-fr.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html
gcintranet-appFooter-global-en.html <-> gcintranet-appFooter-global-fr.html
gcintranet-appFooter-subThemeESDC-en.html <-> gcintranet-appFooter-subThemeESDC-fr.html

aria-labelledby="cdts-searchAndMenu":
test pages:
gcintranet-appTop-customSearchDefault-en.html <-> gcintranet-appTop-customSearchDefault-fr.html
gcintranet-appTop-customizedTitle-fr.html <-> gcintranet-appTop-customizedTitle-en.html
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html
gcintranet-appTop-labourPreConfigured-fr.html <-> gcintranet-appTop-labourPreConfigured-en.html
gcintranet-appTop-signOut-en.html <-> gcintranet-appTop-signOut-fr.html
gcintranet-appTop-en.html <-> gcintranet-appTop-fr.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html
gcintranet-app-basic-en.html <-> gcintranet-app-basic-fr.html
gcintranet-appFooter-customFooterLinks-fr.html <-> gcintranet-appFooter-customFooterLinks-en.html
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html
gcintranet-appFooter-subThemeLabour-en.html <-> gcintranet-appFooter-subThemeLabour-fr.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html
gcintranet-appFooter-global-en.html <-> gcintranet-appFooter-global-fr.html
gcintranet-appFooter-subThemeESDC-en.html <-> gcintranet-appFooter-subThemeESDC-fr.html

aria-labelledby="breadcrumbPosition":
test pages:
gcintranet-appTop-fr.html <-> gcintranet-appTop-en.html
gcintranet-basic-fr.html <-> gcintranet-basic-en.html
gcintranet-exitscript-noCustomMsg-fr.html <-> gcintranet-exitscript-noCustomMsg-en.html
gcintranet-exitscript-noDisplayNewWindow-en.html <-> gcintranet-exitscript-noDisplayNewWindow-fr.html
gcintranet-exitscript-noExitUrl-fr.html <-> gcintranet-exitscript-noExitUrl-en.html
gcintranet-exitscript-parameters-en.html <-> gcintranet-exitscript-parameters-fr.html
gcintranet-footer-fr.html <-> gcintranet-footer-en.html
gcintranet-preFooter-en.html <-> gcintranet-preFooter-fr.html
gcintranet-preFooter-pageDetails-fr.html <-> gcintranet-preFooter-pageDetails-en.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
TEST-widgets-fr.html <-> TEST-widgets-en.html
exiturl-en.html <-> exiturl-fr.html
gcintranet-exitscript-disabled-en.html <-> gcintranet-exitscript-disabled-fr.html
gcintranet-exitscript-fr.html <-> gcintranet-exitscript-en.html
gcintranet-exitscript-noDisplay-en.html <-> gcintranet-exitscript-noDisplay-fr.html
gcintranet-exitscript-nomenu-en.html <-> gcintranet-exitscript-nomenu-fr.html
gcintranet-footer-showFeatures-en.html <-> gcintranet-footer-showFeatures-fr.html
gcintranet-refTop-custom.html
gcintranet-refTop-prod.html
gcintranet-refTop-staging.html
gcintranet-sectionmenu-fr.html <-> gcintranet-sectionmenu-en.html
template-exitscript-fr.html <-> template-exitscript-en.html

@j-paquette
Copy link
Contributor

j-paquette commented Feb 28, 2024

Here is a list of aria-labelledby generated gcintranet test pages for top:

aria-labelledby="cdts-languageSelection":
test pages:
class="col-md-1 hidden-sm hidden-xs text-right lang-with-search":
exiturl-en.html <-> exiturl-fr.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html
gcintranet-sectionmenu-en.html <-> gcintranet-sectionmenu-fr.html
class="mrgn-bttm-md col-md-offset-1 col-lg-offset-2 col-md-1 hidden-sm hidden-xs text-right lang-with-search":
gcintranet-appTop-signOut-en.html <-> gcintranet-appTop-signOut-fr.html
class="col-md-1 hidden-sm hidden-xs text-right ":
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-en.html <-> gcintranet-appTop-externalLinkMenu-fr.html
gcintranet-appTop-labourPreConfigured-en.html <-> gcintranet-appTop-labourPreConfigured-fr.html
gcintranet-top-customSearchDefault-en.html <-> gcintranet-top-customSearchDefault-fr.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-ecccPreConfigured-fr.html <-> gcintranet-top-ecccPreConfigured-en.html
gcintranet-top-esdcPreConfigured-en.html <-> gcintranet-top-esdcPreConfigured-fr.html
gcintranet-top-hidePlaceholderMenuECCC-fr.html <-> gcintranet-top-hidePlaceholderMenuECCC-en.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-fr.html <-> gcintranet-top-nomenu-en.html
class="mrgn-bttm-md col-md-offset-1 col-lg-offset-2 col-md-1 hidden-sm hidden-xs text-right lang-no-search":
gcintranet-top-wblng-en.html <-> gcintranet-top-wblng-fr.html
class="col-md-1 hidden-sm hidden-xs text-right lang-no-search":
gcintranet-top-fr.html <-> gcintranet-top-en.html

aria-labelledby="cdts-menu":
test pages:
gcintranet-exitscript-en.html <-> gcintranet-exitscript-fr.html
gcintranet-exitscript-noCustomMsg-fr.html <-> gcintranet-exitscript-noCustomMsg-en.html
gcintranet-exitscript-noDisplayNewWindow-en.html <-> gcintranet-exitscript-noDisplayNewWindow-fr.html
gcintranet-exitscript-noExitUrl-fr.html <-> gcintranet-exitscript-noExitUrl-en.html
gcintranet-exitscript-parameters-en.html <-> gcintranet-exitscript-parameters-fr.html
gcintranet-exitscript-disabled-en.html <-> gcintranet-exitscript-disabled-fr.html
gcintranet-exitscript-noDisplay-en.html <-> gcintranet-exitscript-noDisplay-fr.html
gcintranet-exitscript-nomenu-fr.html <-> gcintranet-exitscript-nomenu-en.html
gcintranet-footer-fr.html <-> gcintranet-footer-en.html
gcintranet-preFooter-en.html <-> gcintranet-preFooter-fr.html
gcintranet-preFooter-pageDetails-fr.html <-> gcintranet-preFooter-pageDetails-en.html
gcintranet-refTop-staging.html
gcintranet-refTop-custom.html
gcintranet-refTop-prod.html
gcintranet-top-customSearchDefault-fr.html <-> gcintranet-top-customSearchDefault-en.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-ecccPreConfigured-fr.html <-> gcintranet-top-ecccPreConfigured-en.html
gcintranet-top-esdcPreConfigured-fr.html <-> gcintranet-top-esdcPreConfigured-en.html
gcintranet-top-hidePlaceholderMenuECCC-fr.html <-> gcintranet-top-hidePlaceholderMenuECCC-en.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-fr.html <-> gcintranet-top-nomenu-en.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-en.html <-> gcintranet-top-fr.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-wblng-en.html <-> gcintranet-top-wblng-fr.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
template-exitscript-en.html <-> template-exitscript-fr.html
TEST-widgets-fr.html <-> TEST-widgets-en.html
exiturl-en.html <-> exiturl-fr.html
gcintranet-footer-showFeatures-en.html <-> gcintranet-footer-showFeatures-fr.html
gcintranet-sectionmenu-fr.html <-> gcintranet-sectionmenu-en.html
gcintranet-basic-en.html <-> gcintranet-basic-fr.html

aria-labelledby="breadcrumbPosition":
test pages:
gcintranet-footer-fr.html <-> gcintranet-footer-en.html
gcintranet-footer-showFeatures-fr.html <-> gcintranet-footer-showFeatures-en.html
gcintranet-preFooter-en.html <-> gcintranet-preFooter-fr.html
gcintranet-preFooter-pageDetails-fr.html <-> gcintranet-preFooter-pageDetails-en.html
gcintranet-refTop-staging.html
gcintranet-refTop-prod.html
gcintranet-refTop-custom.html
gcintranet-top-customSearchDefault-fr.html <-> gcintranet-top-customSearchDefault-en.html
gcintranet-top-ecccPreConfigured-fr.html <-> gcintranet-top-ecccPreConfigured-en.html
gcintranet-top-esdcPreConfigured-fr.html <-> gcintranet-top-esdcPreConfigured-en.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-hidePlaceholderMenuECCC-fr.html <-> gcintranet-top-hidePlaceholderMenuECCC-en.html
gcintranet-top-hidePlaceholderMenuESDC-fr.html <-> gcintranet-top-hidePlaceholderMenuESDC-en.html
gcintranet-top-nomenu-fr.html <-> gcintranet-top-nomenu-en.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-en.html <-> gcintranet-top-fr.html
gcintranet-top-wblng-en.html <-> gcintranet-top-wblng-fr.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
template-exitscript-en.html <-> template-exitscript-fr.html
TEST-widgets-fr.html <-> TEST-widgets-en.html
exiturl-en.html <-> exiturl-fr.html
gcintranet-exitscript-disabled-en.html <-> gcintranet-exitscript-disabled-fr.html
gcintranet-exitscript-fr.html <-> gcintranet-exitscript-en.html
gcintranet-exitscript-noDisplay-en.html <-> gcintranet-exitscript-noDisplay-fr.html
gcintranet-exitscript-noDisplayNewWindow-fr.html <-> gcintranet-exitscript-noDisplayNewWindow-en.html
gcintranet-exitscript-nomenu-en.html <-> gcintranet-exitscript-nomenu-fr.html
gcintranet-exitscript-parameters-fr.html <-> gcintranet-exitscript-parameters-en.html
gcintranet-sectionmenu-en.html <-> gcintranet-sectionmenu-fr.html
gcintranet-basic-en.html <-> gcintranet-basic-fr.html
gcintranet-exitscript-noCustomMsg-en.html <-> gcintranet-exitscript-noCustomMsg-fr.html
gcintranet-exitscript-noExitUrl-en.html <-> gcintranet-exitscript-noExitUrl-fr.html

aria-labelledby="cdts-gcToolsLinks":
test pages:
class="col-lg-6 col-md-1 hidden-sm hidden-xs text-right":
gcintranet-top-customSearchDefault-fr.html <-> gcintranet-top-customSearchDefault-en.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-displayPlaceholderMenuESDC-fr.html <-> gcintranet-top-displayPlaceholderMenuESDC-en.html
gcintranet-top-ecccPreConfigured-fr.html <-> gcintranet-top-ecccPreConfigured-en.html
gcintranet-top-esdcPreConfigured-en.html <-> gcintranet-top-esdcPreConfigured-fr.html
gcintranet-top-hidePlaceholderMenuECCC-fr.html <-> gcintranet-top-hidePlaceholderMenuECCC-en.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-fr.html <-> gcintranet-top-nomenu-en.html
class="col-lg-2 col-md-offset-3 col-md-1 hidden-sm hidden-xs text-right":
gcintranet-top-en.html <-> gcintranet-top-fr.html

aria-labelledby="cdts-gcToolsModal":
test pages:
gcintranet-top-customSearchDefault-fr.html <-> gcintranet-top-customSearchDefault-en.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-ecccPreConfigured-fr.html <-> gcintranet-top-ecccPreConfigured-en.html
gcintranet-top-hidePlaceholderMenuECCC-fr.html <-> gcintranet-top-hidePlaceholderMenuECCC-en.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-fr.html <-> gcintranet-top-nomenu-en.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-en.html <-> gcintranet-top-fr.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-esdcPreConfigured-fr.html <-> gcintranet-top-esdcPreConfigured-en.html

aria-labelledby="cdts-search":
test pages:
gcintranet-basic-fr.html <-> gcintranet-basic-en.html
exiturl-en.html <-> exiturl-fr.html
gcintranet-exitscript-disabled-en.html <-> gcintranet-exitscript-disabled-fr.html
gcintranet-exitscript-en.html <-> gcintranet-exitscript-fr.html
gcintranet-exitscript-noCustomMsg-en.html <-> gcintranet-exitscript-noCustomMsg-fr.html
gcintranet-exitscript-noDisplay-en.html <-> gcintranet-exitscript-noDisplay-fr.html
gcintranet-exitscript-noDisplayNewWindow-en.html <-> gcintranet-exitscript-noDisplayNewWindow-fr.html
gcintranet-exitscript-noExitUrl-en.html <-> gcintranet-exitscript-noExitUrl-fr.html
gcintranet-exitscript-nomenu-en.html <-> gcintranet-exitscript-nomenu-fr.html
gcintranet-exitscript-parameters-en.html <-> gcintranet-exitscript-parameters-fr.html
gcintranet-footer-en.html <-> gcintranet-footer-fr.html
gcintranet-footer-showFeatures-en.html <-> gcintranet-footer-showFeatures-fr.html
gcintranet-preFooter-en.html <-> gcintranet-preFooter-fr.html
gcintranet-preFooter-pageDetails-en.html <-> gcintranet-preFooter-pageDetails-fr.html
gcintranet-refTop-custom.html
gcintranet-refTop-prod.html
gcintranet-refTop-staging.html
gcintranet-sectionmenu-en.html <-> gcintranet-sectionmenu-fr.html
gcintranet-top-customSearchDefault-en.html <-> gcintranet-top-customSearchDefault-fr.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-ecccPreConfigured-en.html <-> gcintranet-top-ecccPreConfigured-fr.html
gcintranet-top-esdcPreConfigured-en.html <-> gcintranet-top-esdcPreConfigured-fr.html
gcintranet-top-hidePlaceholderMenuECCC-en.html <-> gcintranet-top-hidePlaceholderMenuECCC-fr.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-en.html <-> gcintranet-top-nomenu-fr.html
template-exitscript-en.html <-> template-exitscript-fr.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
TEST-widgets-en.html <-> TEST-widgets-fr.html

@j-paquette
Copy link
Contributor

Here is a list of aria-labelledby generated gcintranet test pages for splash:

aria-labelledby="cdts-governmentOfCanada":
test pages:
gcintranet-splash-noText.html
gcintranet-splash.html
template-splash.html

@j-paquette
Copy link
Contributor

j-paquette commented Feb 28, 2024

Here is a list of aria-label generated gcintranet test pages for top:

aria-label="<^- msg('Intranet Banner') ^>":
test pages:
gcintranet-basic-fr.html <-> gcintranet-basic-en.html
gcintranet-exitscript-en.html <-> gcintranet-exitscript-fr.html
gcintranet-exitscript-noCustomMsg-fr.html <-> gcintranet-exitscript-noCustomMsg-en.html
gcintranet-exitscript-noDisplayNewWindow-en.html <-> gcintranet-exitscript-noDisplayNewWindow-fr.html
gcintranet-exitscript-noExitUrl-fr.html <-> gcintranet-exitscript-noExitUrl-en.html
gcintranet-exitscript-parameters-en.html <-> gcintranet-exitscript-parameters-fr.html
gcintranet-exitscript-disabled-en.html <-> gcintranet-exitscript-disabled-fr.html
gcintranet-exitscript-noDisplay-en.html <-> gcintranet-exitscript-noDisplay-fr.html
gcintranet-exitscript-nomenu-en.html <-> gcintranet-exitscript-nomenu-fr.html
gcintranet-footer-fr.html <-> gcintranet-footer-en.html
gcintranet-footer-showFeatures-en.html <-> gcintranet-footer-showFeatures-fr.html
gcintranet-preFooter-en.html <-> gcintranet-preFooter-fr.html
gcintranet-preFooter-pageDetails-fr.html <-> gcintranet-preFooter-pageDetails-en.html
gcintranet-refTop-staging.html
gcintranet-refTop-custom.html
gcintranet-refTop-prod.html
gcintranet-top-customSearchDefault-fr.html <-> gcintranet-top-customSearchDefault-en.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-ecccPreConfigured-fr.html <-> gcintranet-top-ecccPreConfigured-en.html
gcintranet-top-esdcPreConfigured-fr.html <-> gcintranet-top-esdcPreConfigured-en.html
gcintranet-top-hidePlaceholderMenuECCC-fr.html <-> gcintranet-top-hidePlaceholderMenuECCC-en.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-fr.html <-> gcintranet-top-nomenu-en.html
gcintranet-top-en.html <-> gcintranet-top-fr.html
gcintranet-top-wblng-en.html <-> gcintranet-top-wblng-fr.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
template-exitscript-en.html <-> template-exitscript-fr.html
TEST-widgets-fr.html <-> TEST-widgets-en.html
exiturl-en.html <-> exiturl-fr.html
gcintranet-sectionmenu-en.html <-> gcintranet-sectionmenu-fr.html

aria-label="<^- msg('intranet') ^>":
test pages:
gcintranet-basic-fr.html <-> gcintranet-basic-en.html
gcintranet-exitscript-en.html <-> gcintranet-exitscript-fr.html
gcintranet-exitscript-noCustomMsg-fr.html <-> gcintranet-exitscript-noCustomMsg-en.html
gcintranet-exitscript-noDisplayNewWindow-en.html <-> gcintranet-exitscript-noDisplayNewWindow-fr.html
gcintranet-exitscript-noExitUrl-fr.html <-> gcintranet-exitscript-noExitUrl-en.html
gcintranet-exitscript-parameters-en.html <-> gcintranet-exitscript-parameters-fr.html
gcintranet-exitscript-disabled-en.html <-> gcintranet-exitscript-disabled-fr.html
gcintranet-exitscript-noDisplay-en.html <-> gcintranet-exitscript-noDisplay-fr.html
gcintranet-exitscript-nomenu-en.html <-> gcintranet-exitscript-nomenu-fr.html
gcintranet-footer-fr.html <-> gcintranet-footer-en.html
gcintranet-preFooter-en.html <-> gcintranet-preFooter-fr.html
gcintranet-preFooter-pageDetails-fr.html <-> gcintranet-preFooter-pageDetails-en.html
gcintranet-refTop-staging.html
gcintranet-refTop-custom.html
gcintranet-refTop-prod.html
gcintranet-top-customSearchDefault-fr.html <-> gcintranet-top-customSearchDefault-en.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-ecccPreConfigured-fr.html <-> gcintranet-top-ecccPreConfigured-en.html
gcintranet-top-esdcPreConfigured-fr.html <-> gcintranet-top-esdcPreConfigured-en.html
gcintranet-top-hidePlaceholderMenuECCC-fr.html <-> gcintranet-top-hidePlaceholderMenuECCC-en.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-fr.html <-> gcintranet-top-nomenu-en.html
gcintranet-top-wblng-en.html <-> gcintranet-top-wblng-fr.html
gcintranet-top-en.html <-> gcintranet-top-fr.html
gcintranet-footer-showFeatures-en.html <-> gcintranet-footer-showFeatures-fr.html
gcintranet-sectionmenu-en.html <-> gcintranet-sectionmenu-fr.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
template-exitscript-en.html <-> template-exitscript-fr.html
TEST-widgets-fr.html <-> TEST-widgets-en.html
exiturl-en.html <-> exiturl-fr.html

aria-label="<^- msg('GC Tools') ^>":
test pages:
class="mfp-hide modal-dialog modal-content overlay-def":
gcintranet-top-customSearchDefault-en.html <-> gcintranet-top-customSearchDefault-fr.html
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-ecccPreConfigured-en.html <-> gcintranet-top-ecccPreConfigured-fr.html
gcintranet-top-en.html <-> gcintranet-top-fr.html
gcintranet-top-esdcPreConfigured-en.html <-> gcintranet-top-esdcPreConfigured-fr.html
gcintranet-top-hidePlaceholderMenuECCC-en.html <-> gcintranet-top-hidePlaceholderMenuECCC-fr.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-nomenu-en.html <-> gcintranet-top-nomenu-fr.html
class="col-md-12 col-sm-12":
exiturl-en.html <-> exiturl-fr.html
gcintranet-basic-en.html <-> gcintranet-basic-fr.html
gcintranet-exitscript-disabled-fr.html <-> gcintranet-exitscript-disabled-en.html
gcintranet-exitscript-en.html <-> gcintranet-exitscript-fr.html
gcintranet-exitscript-noCustomMsg-fr.html <-> gcintranet-exitscript-noCustomMsg-en.html
gcintranet-exitscript-noDisplay-fr.html <-> gcintranet-exitscript-noDisplay-en.html
gcintranet-exitscript-noDisplayNewWindow-fr.html <-> gcintranet-exitscript-noDisplayNewWindow-en.html
gcintranet-exitscript-noExitUrl-fr.html <-> gcintranet-exitscript-noExitUrl-en.html
gcintranet-footer-fr.html <-> gcintranet-footer-en.html
gcintranet-exitscript-nomenu-fr.html <-> gcintranet-exitscript-parameters-fr.html
gcintranet-footer-showFeatures-fr.html <-> gcintranet-footer-showFeatures-en.html
gcintranet-sectionmenu-fr.html <-> gcintranet-sectionmenu-en.html
gcintranet-preFooter-pageDetails-fr.html <-> gcintranet-preFooter-pageDetails-en.html
gcintranet-preFooter-fr.html <-> gcintranet-preFooter-en.html
gcintranet-top-wblng-en.html <-> gcintranet-top-wblng-fr.html
template-exitscript-en.html <-> template-exitscript-fr.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
TEST-widgets-en.html <-> TEST-widgets-fr.html
gcintranet-refTop-custom.html
gcintranet-refTop-prod.html
gcintranet-refTop-staging.html

aria-label="<^- msg('Topics menu') ^>":
test pages:
class="wb-menu visible-md visible-lg wb-init wb-data-ajax-replace-inited wb-menu-inited wb-navcurr-inited":
exiturl-en.html <-> exiturl-fr.html
gcintranet-basic-en.html <-> gcintranet-basic-fr.html
gcintranet-exitscript-disabled-en.html <-> gcintranet-exitscript-disabled-fr.html
gcintranet-exitscript-en.html <-> gcintranet-exitscript-fr.html
gcintranet-exitscript-noCustomMsg-en.html <-> gcintranet-exitscript-noCustomMsg-fr.html
gcintranet-exitscript-noDisplay-en.html <-> gcintranet-exitscript-noDisplay-fr.html
gcintranet-exitscript-noDisplayNewWindow-en.html <-> gcintranet-exitscript-noDisplayNewWindow-fr.html
gcintranet-exitscript-noExitUrl-en.html <-> gcintranet-exitscript-noExitUrl-fr.html
gcintranet-exitscript-parameters-en.html <-> gcintranet-exitscript-parameters-fr.html
gcintranet-preFooter-pageDetails-en.html <-> gcintranet-preFooter-pageDetails-fr.html
gcintranet-refTop-custom.html
gcintranet-refTop-prod.html
gcintranet-refTop-staging.html
template-exitscript-en.html <-> template-exitscript-fr.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
TEST-widgets-en.html <-> TEST-widgets-fr.html
class="wb-menu visible-md visible-lg wb-init wb-data-ajax-replace-inited wb-menu-inited wb-navcurr-inited wb-navcurr-inited":
gcintranet-top-displayPlaceholderMenuECCC-en.html <-> gcintranet-top-displayPlaceholderMenuECCC-fr.html
gcintranet-top-displayPlaceholderMenuESDC-en.html <-> gcintranet-top-displayPlaceholderMenuESDC-fr.html
gcintranet-top-ecccPreConfigured-en.html <-> gcintranet-top-ecccPreConfigured-fr.html
gcintranet-top-en.html <-> gcintranet-top-fr.html
gcintranet-top-esdcPreConfigured-en.html <-> gcintranet-top-esdcPreConfigured-fr.html
gcintranet-top-hidePlaceholderMenuECCC-en.html <-> gcintranet-top-hidePlaceholderMenuECCC-fr.html
gcintranet-top-hidePlaceholderMenuESDC-en.html <-> gcintranet-top-hidePlaceholderMenuESDC-fr.html
gcintranet-top-labourPreConfigured-en.html <-> gcintranet-top-labourPreConfigured-fr.html
gcintranet-top-wblng-en.html <-> gcintranet-top-wblng-fr.html

aria-label="<^- msg('GCTools links') ^>":
test pages:
class="col-lg-6 visible-lg":
exiturl-en.html <-> exiturl-fr.html
gcintranet-basic-en.html <-> gcintranet-basic-fr.html
gcintranet-exitscript-fr.html <-> gcintranet-exitscript-en.html
gcintranet-exitscript-noCustomMsg-en.html <-> gcintranet-exitscript-noCustomMsg-fr.html
gcintranet-exitscript-noDisplay-en.html <-> gcintranet-exitscript-noDisplay-fr.html
gcintranet-exitscript-noDisplayNewWindow-fr.html <-> gcintranet-exitscript-noDisplayNewWindow-en.html
gcintranet-exitscript-noExitUrl-en.html <-> gcintranet-exitscript-noExitUrl-fr.html
gcintranet-exitscript-disabled-en.html <-> gcintranet-exitscript-disabled-fr.html
gcintranet-exitscript-nomenu-en.html <-> gcintranet-exitscript-nomenu-fr.html
gcintranet-exitscript-parameters-fr.html <-> gcintranet-exitscript-parameters-en.html
gcintranet-footer-en.html <-> gcintranet-footer-fr.html
gcintranet-footer-showFeatures-en.html <-> gcintranet-footer-showFeatures-fr.html
gcintranet-preFooter-en.html <-> gcintranet-preFooter-fr.html
gcintranet-preFooter-pageDetails-fr.html <-> gcintranet-preFooter-pageDetails-en.html
gcintranet-refTop-staging.html
gcintranet-refTop-custom.html
gcintranet-refTop-prod.html
gcintranet-sectionmenu-en.html <-> gcintranet-sectionmenu-fr.html
template-exitscript-en.html <-> template-exitscript-fr.html
template-gcintranet-en.html <-> template-gcintranet-fr.html
TEST-widgets-fr.html <-> TEST-widgets-en.html
class="col-md-12 col-sm-12":
gcintranet-app-basic-fr.html <-> gcintranet-app-basic-en.html
gcintranet-appFooter-customFooterLinks-en.html <-> gcintranet-appFooter-customFooterLinks-fr.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html
gcintranet-appFooter-global-en.html <-> gcintranet-appFooter-global-fr.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-noFooterSectionName-en.html <-> gcintranet-appFooter-noFooterSectionName-fr.html
gcintranet-appFooter-subThemeESDC-en.html <-> gcintranet-appFooter-subThemeESDC-fr.html
gcintranet-appFooter-subThemeLabour-en.html <-> gcintranet-appFooter-subThemeLabour-fr.html
gcintranet-appTop-customSearchDefault-en.html <-> gcintranet-appTop-customSearchDefault-fr.html
gcintranet-appTop-en.html <-> gcintranet-appTop-fr.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html
gcintranet-appTop-signOut-en.html <-> gcintranet-appTop-signOut-fr.html

@j-paquette
Copy link
Contributor

j-paquette commented Feb 28, 2024

Here is a list of aria-label generated gcintranet test pages for appFooter:

aria-label="<^- msg('Activities and initiatives') ^>":
test pages:
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html

aria-label="<^- msg('Footer') ^>":
test pages:
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html

@j-paquette
Copy link
Contributor

j-paquette commented Feb 28, 2024

Here is a list of aria-label generated gcintranet test pages for AppTop:

aria-label="<^- msg('GCintranet header') ^>":
test pages:
gcintranet-app-basic-en.html <-> gcintranet-app-basic-fr.html
gcintranet-appFooter-customFooterLinks-fr.html <-> gcintranet-appFooter-customFooterLinks-en.html
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html
gcintranet-appFooter-subThemeLabour-en.html <-> gcintranet-appFooter-subThemeLabour-fr.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html
gcintranet-appFooter-global-en.html <-> gcintranet-appFooter-global-fr.html
gcintranet-appFooter-subThemeESDC-en.html <-> gcintranet-appFooter-subThemeESDC-fr.html
gcintranet-appTop-customizedTitle-fr.html <-> gcintranet-appTop-customizedTitle-en.html
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html
gcintranet-appTop-labourPreConfigured-fr.html <-> gcintranet-appTop-labourPreConfigured-en.html
gcintranet-appTop-signOut-en.html <-> gcintranet-appTop-signOut-fr.html
gcintranet-appTop-fr.html <-> gcintranet-appTop-en.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html
gcintranet-appTop-customSearchDefault-en.html <-> gcintranet-appTop-customSearchDefault-fr.html

aria-label="<^- msg('GC') ^><^- msg('intranet') ^>":
test pages:
gcintranet-app-basic-en.html <-> gcintranet-app-basic-fr.html
gcintranet-appFooter-customFooterLinks-fr.html <-> gcintranet-appFooter-customFooterLinks-en.html
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-subThemeLabour-en.html <-> gcintranet-appFooter-subThemeLabour-fr.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html
gcintranet-appFooter-global-en.html <-> gcintranet-appFooter-global-fr.html
gcintranet-appFooter-subThemeESDC-en.html <-> gcintranet-appFooter-subThemeESDC-fr.html
gcintranet-appTop-customizedTitle-fr.html <-> gcintranet-appTop-customizedTitle-en.html
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html
gcintranet-appTop-labourPreConfigured-fr.html <-> gcintranet-appTop-labourPreConfigured-en.html
gcintranet-appTop-signOut-en.html <-> gcintranet-appTop-signOut-fr.html
gcintranet-appTop-customSearchDefault-en.html <-> gcintranet-appTop-customSearchDefault-fr.html
gcintranet-appTop-ecccPreConfigured-fr.html <-> gcintranet-appTop-ecccPreConfigured-en.html
gcintranet-appTop-esdcPreConfigured-fr.html <-> gcintranet-appTop-esdcPreConfigured-en.html
gcintranet-appTop-fr.html <-> gcintranet-appTop-en.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html

aria-label="<^- msg('GCTools section') ^>":
test pages:
gcintranet-appTop-customizedTitle-fr.html <-> gcintranet-appTop-customizedTitle-en.html
gcintranet-appTop-ecccPreConfigured-en.html <-> gcintranet-appTop-ecccPreConfigured-fr.html
gcintranet-appTop-esdcPreConfigured-en.html <-> gcintranet-appTop-esdcPreConfigured-fr.html
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html
gcintranet-appTop-labourPreConfigured-fr.html <-> gcintranet-appTop-labourPreConfigured-en.html

aria-label="<^- msg('GC Tools') ^>":
test pages:
gcintranet-app-basic-en.html <-> gcintranet-app-basic-fr.html
gcintranet-appFooter-customFooterLinks-en.html <-> gcintranet-appFooter-customFooterLinks-fr.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html
gcintranet-appFooter-global-en.html <-> gcintranet-appFooter-global-fr.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-noFooterSectionName-en.html <-> gcintranet-appFooter-noFooterSectionName-fr.html
gcintranet-appFooter-subThemeESDC-en.html <-> gcintranet-appFooter-subThemeESDC-fr.html
gcintranet-appFooter-subThemeLabour-en.html <-> gcintranet-appFooter-subThemeLabour-fr.html
gcintranet-appTop-customSearchDefault-en.html <-> gcintranet-appTop-customSearchDefault-fr.html
gcintranet-appTop-en.html <-> gcintranet-appTop-fr.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html

aria-label="<^- msg('GCTools links') ^>":
test pages:
gcintranet-app-basic-en.html <-> gcintranet-app-basic-fr.html
gcintranet-appFooter-customFooterLinks-fr.html <-> gcintranet-appFooter-customFooterLinks-en.html
gcintranet-appFooter-en.html <-> gcintranet-appFooter-fr.html
gcintranet-appFooter-labourCustomFooterLinks-en.html <-> gcintranet-appFooter-labourCustomFooterLinks-fr.html
gcintranet-appFooter-noFooterSectionName-fr.html <-> gcintranet-appFooter-noFooterSectionName-en.html
gcintranet-appFooter-subThemeLabour-en.html <-> gcintranet-appFooter-subThemeLabour-fr.html
gcintranet-appFooter-ecccCustomFooterLinks-en.html <-> gcintranet-appFooter-ecccCustomFooterLinks-fr.html
gcintranet-appFooter-esdcCustomFooterLinks-en.html <-> gcintranet-appFooter-esdcCustomFooterLinks-fr.html
gcintranet-appFooter-global-en.html <-> gcintranet-appFooter-global-fr.html
gcintranet-appFooter-subThemeESDC-en.html <-> gcintranet-appFooter-subThemeESDC-fr.html
gcintranet-appTop-signOut-en.html <-> gcintranet-appTop-signOut-fr.html
gcintranet-appTop-customSearchDefault-en.html <-> gcintranet-appTop-customSearchDefault-fr.html
gcintranet-appTop-fr.html <-> gcintranet-appTop-en.html
gcintranet-appTop-langWithSearch-en.html <-> gcintranet-appTop-langWithSearch-fr.html
gcintranet-appTop-signOut-fr.html <-> gcintranet-appTop-signOut-en.html

aria-label="<^- msg('Main navigation menu') ^>":
test pages:
gcintranet-appTop-fr.html <-> gcintranet-appTop-en.html

aria-label="<^- msg('Application menu') ^>":
test pages:
gcintranet-appTop-externalLinkMenu-fr.html <-> gcintranet-appTop-externalLinkMenu-en.html

@j-paquette
Copy link
Contributor

Here is a list of aria-label generated gcweb test pages for appTop:

aria-label="<^- msg('Header background') ^>":
test pages:
gcweb-appTop-bannerTrue-en.html <-> gcweb-appTop-bannerTrue-fr.html
gcweb-appTop-banner-en.html <-> gcweb-appTop-banner-fr.html

aria-label="<^- msg('Info background') ^>":
test pages:
gcweb-appTop-bannerTrue-en.html <-> gcweb-appTop-bannerTrue-fr.html
gcweb-appTop-banner-en.html <-> gcweb-appTop-banner-fr.html

aria-label="<^- msg('Government of Canada header') ^>":
test pages:
gcweb-app-basic-en.html <-> gcweb-app-basic-fr.html
gcweb-appFooter-newWinEmpty-en.html <-> gcweb-appFooter-newWinEmpty-fr.html
gcweb-appTop-bannerTrue-en.html <-> gcweb-appTop-bannerTrue-fr.html
gcweb-appTop-externalLinkMenu-en.html <-> gcweb-appTop-externalLinkMenu-fr.html
gcweb-appTop-headerMenu-en.html <-> gcweb-appTop-headerMenu-fr.html
gcweb-appFooter-en.html <-> gcweb-appFooter-fr.html
gcweb-appTop-banner-en.html <-> gcweb-appTop-banner-fr.html
gcweb-appTop-signOut-en.html <-> gcweb-appTop-signOut-fr.html
gcweb-appFooter-contactLink-en.html <-> gcweb-appFooter-contactLink-fr.html
gcweb-appFooter-newWinFalse-en.html <-> gcweb-appFooter-newWinFalse-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html
gcweb-appTop-headerMenuNoLinks-en.html <-> gcweb-appTop-headerMenuNoLinks-fr.html
template-gcwebapp-en.html <-> template-gcwebapp-fr.html

aria-label="<^- msg('Search Canada.ca') ^>":
test pages:
gcweb-appTop-externalLinkMenu-en.html <-> gcweb-appTop-externalLinkMenu-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-label="<^- msg('Name of Web application') ^>":
test pages:
gcweb-appTop-signOut-en.html <-> gcweb-appTop-signOut-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-label="<^- msg('Name of Web application') ^>":
test pages:
gcweb-appTop-headerMenu-en.html <-> gcweb-appTop-headerMenu-fr.html
gcweb-appTop-headerMenuNoLinks-en.html <-> gcweb-appTop-headerMenuNoLinks-fr.html

aria-label="<^- msg('Name of Web application') ^>":
test pages:
gcweb-app-basic-en.html <-> gcweb-app-basic-fr.html
gcweb-appFooter-newWinEmpty-en.html <-> gcweb-appFooter-newWinEmpty-fr.html
gcweb-appTop-bannerTrue-en.html <-> gcweb-appTop-bannerTrue-fr.html
gcweb-appTop-externalLinkMenu-en.html <-> gcweb-appTop-externalLinkMenu-fr.html
gcweb-appFooter-en.html <-> gcweb-appFooter-fr.html
gcweb-appTop-banner-en.html <-> gcweb-appTop-banner-fr.html
gcweb-appFooter-contactLink-en.html <-> gcweb-appFooter-contactLink-fr.html
gcweb-appFooter-newWinFalse-en.html <-> gcweb-appFooter-newWinFalse-fr.html
template-gcwebapp-en.html <-> template-gcwebapp-fr.html

aria-label="<^- msg('Hidden Account menu') ^>":
test pages:
gcweb-appTop-signOut-en.html <-> gcweb-appTop-signOut-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-label="<^- msg('Application Search') ^>":
test pages:
gcweb-appTop-externalLinkMenu-en.html <-> gcweb-appTop-externalLinkMenu-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-label="<^- msg('Enter Search Criteria') ^>":
test pages:
gcweb-appTop-externalLinkMenu-en.html <-> gcweb-appTop-externalLinkMenu-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-label="<^- msg('Account menu') ^>":
test pages:
gcweb-appTop-signOut-en.html <-> gcweb-appTop-signOut-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-label="<^- msg('Main navigation menu') ^>":
test pages:
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-label="<^- msg('Application menu') ^>":
test pages:
gcweb-appTop-externalLinkMenu-en.html <-> gcweb-appTop-externalLinkMenu-fr.html

@j-paquette
Copy link
Contributor

Here is a list of aria-labelledby generated gcweb test pages for appTop:

aria-labelledby="cdts-languageSelection":
test pages:
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-labelledby="cdts-topSearch":
test pages:
gcweb-appTop-externalLinkMenu-en.html <-> gcweb-appTop-externalLinkMenu-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-labelledby="cdts-headerMenu":
test pages:
gcweb-appTop-headerMenu-en.html <-> gcweb-appTop-headerMenu-fr.html
gcweb-appTop-headerMenuNoLinks-fr.html <-> gcweb-appTop-headerMenuNoLinks-en.html

aria-labelledby="cdts-hiddenMenuAndSearch":
test pages:
gcweb-appTop-externalLinkMenu-en.html <-> gcweb-appTop-externalLinkMenu-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

aria-labelledby="breadcrumbPosition":
test pages:
exiturl-en.html <-> exiturl-fr.html
gcweb-basic-en.html <-> gcweb-basic-fr.html
gcweb-exitscript-disabled-fr.html <-> gcweb-exitscript-disabled-en.html
gcweb-exitscript-noCustomMsg-en.html <-> gcweb-exitscript-noCustomMsg-fr.html
gcweb-exitscript-noDisplay-fr.html <-> gcweb-exitscript-noDisplay-en.html
gcweb-exitscript-noExitUrl-en.html <-> gcweb-exitscript-noExitUrl-fr.html
gcweb-exitscript-parameters-fr.html <-> gcweb-exitscript-parameters-en.html
gcweb-exitscript-en.html <-> gcweb-exitscript-fr.html
gcweb-exitscript-noDisplayNewWindow-fr.html <-> gcweb-exitscript-noDisplayNewWindow-en.html
gcweb-footer-customizedContact-en.html <-> gcweb-footer-customizedContact-fr.html
gcweb-footer-fr.html <-> gcweb-footer-en.html
gcweb-footer-contextualFooter-en.html <-> gcweb-footer-contextualFooter-fr.html
gcweb-preFooter-en.html <-> gcweb-preFooter-fr.html
gcweb-preFooter-pageDetails-en.html <-> gcweb-preFooter-pageDetails-fr.html
gcweb-preFooter-showShareTrue-fr.html <-> gcweb-preFooter-showShareTrue-en.html
gcweb-preFooter-customContact-en.html <-> gcweb-preFooter-customContact-fr.html
gcweb-preFooter-feedbackFalse-en.html <-> gcweb-preFooter-feedbackFalse-fr.html
gcweb-preFooter-modifiedBtn-en.html <-> gcweb-preFooter-modifiedBtn-fr.html
gcweb-refTop-staging.html
gcweb-refTop-custom.html
gcweb-refTop-prod.html
template-gcweb-en.html <-> template-gcweb-fr.html
template-exitscript-en.html <-> template-exitscript-fr.html
TEST-widgets-fr.html <-> TEST-widgets-en.html
gcweb-sectionmenu-en.html <-> gcweb-sectionmenu-fr.html
gcweb-appTop-en.html <-> gcweb-appTop-fr.html

@j-paquette
Copy link
Contributor

Here is a list of aria-labelledby generated gcweb test pages for top:

aria-labelledby="breadcrumbPosition":
test pages:
gcweb-top-customSearchDefault-fr.html <-> gcweb-top-customSearchDefault-en.html
gcweb-top-siteMenuTrue-en.html <-> gcweb-top-siteMenuTrue-fr.html
gcweb-top-transactional-fr.html <-> gcweb-top-transactional-en.html
gcweb-top-en.html <-> gcweb-top-fr.html

@j-paquette j-paquette marked this pull request as ready for review February 28, 2024 21:39
@plup2 plup2 self-assigned this Feb 28, 2024
@j-paquette j-paquette force-pushed the dependabot/npm_and_yarn/html-validate-8.9.0 branch from 435225a to 58817b1 Compare February 29, 2024 14:56
Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.8.0 to 8.9.0.
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.8.0...v8.9.0)

---
updated-dependencies:
- dependency-name: html-validate
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@j-paquette j-paquette force-pushed the dependabot/npm_and_yarn/html-validate-8.9.0 branch from 78153f1 to ed9c5f1 Compare March 8, 2024 18:43
@plup2 plup2 assigned ahmad-shahid and unassigned plup2 Mar 21, 2024
@plup2
Copy link
Contributor

plup2 commented Mar 21, 2024

My journey is over, @ahmad-shahid 's journey can begin :)

@ahmad-shahid ahmad-shahid merged commit 97cd814 into master Mar 25, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/html-validate-8.9.0 branch March 25, 2024 14:10
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants