-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #504 from GSA-TTS/LG-14588_update-axe-wcag-tags
LG-14588 Update Accessibility tests to include all base tests
- Loading branch information
Showing
11 changed files
with
197 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<div> | ||
<h3>OpenID Connect Errors</h3> | ||
<h4>Authorization</h4> | ||
<div class="usa-accordion usa-accordion--bordered"> | ||
<dl class="usa-accordion usa-accordion--bordered"> | ||
{% for error in site.data.errors.oidc.auth %} | ||
{% include accordion.html content=error.content accordion_id=error.accordion-id title=error.title id=error.id %} | ||
{% endfor %} | ||
</div> | ||
</dl> | ||
<h4>Logout</h4> | ||
<div class="usa-accordion usa-accordion--bordered"> | ||
<dl class="usa-accordion usa-accordion--bordered"> | ||
{% for error in site.data.errors.oidc.logout %} | ||
{% include accordion.html content=error.content accordion_id=error.accordion-id title=error.title id=error.id %} | ||
{% endfor %} | ||
</div> | ||
</dl> | ||
<h4>Token</h4> | ||
<div class="usa-accordion usa-accordion--bordered"> | ||
<dl class="usa-accordion usa-accordion--bordered"> | ||
{% for error in site.data.errors.oidc.token %} | ||
{% include accordion.html content=error.content accordion_id=error.accordion-id title=error.title id=error.id %} | ||
{% endfor %} | ||
</div> | ||
</dl> | ||
<h4>Userinfo endpoint</h4> | ||
<div class="usa-accordion usa-accordion--bordered"> | ||
<dl class="usa-accordion usa-accordion--bordered"> | ||
{% for error in site.data.errors.oidc.userinfo %} | ||
{% include accordion.html content=error.content accordion_id=error.accordion-id title=error.title id=error.id %} | ||
{% endfor %} | ||
</div> | ||
</dl> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.