Skip to content

Commit

Permalink
Quick updates to new defect matrix page (#777)
Browse files Browse the repository at this point in the history
* added defect matrix pg to left nav

* removed extra tag

* added table class

* formatting fix
  • Loading branch information
maggiewachs authored Sep 6, 2024
1 parent 44d9c45 commit d2b26ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions _data/guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,8 @@ docs:
url: /champions-program
description:
icon: <i class="fas fa-group fa-5x" aria-hidden="true"></i>

- title: Accessibility bug classification
url: /defect-priority
description:
icon: <i class="far fa-file-alt fa-5x" aria-hidden="true"></i>
19 changes: 9 additions & 10 deletions _guide/defect-priority.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that:

Teams may evaluate an issue further with respect to its impact on specific content, functionality, or usability. Reasons for adjustment should be included in the ticket description, and when new patterns or examples are identified they should be considered for inclusion in the table.

<table>
<table class="usa-table">
<thead>
<tr>
<th>Access failure</th>
Expand All @@ -39,15 +39,14 @@ Teams may evaluate an issue further with respect to its impact on specific conte
<li><a href="https://www.w3.org/WAI/WCAG22/quickref/#three-flashes-or-below-threshold">four flashes or above threshold (2.3.1)</a></li>
</ul>
</td>
<td><strong>Highest user impact</strong>
<ul>
<li>Dire, resolve immediately</li>
<li>Forces user to abandon essential workflow</li>
<li>Users with disabilities fundamentally blocked</li>
<li>Creates immediate organizational risk</li>
<li>Everything else can wait for this</li>
</ul>
</td>
<td><strong>Highest user impact</strong>
<ul>
<li>Dire, resolve immediately</li>
<li>Forces user to abandon essential workflow</li>
<li>Users with disabilities fundamentally blocked</li>
<li>Creates immediate organizational risk</li>
<li>Everything else can wait for this</li>
</ul>
</td>
<td><strong>Do now</strong><br />
Bypass release cycle
Expand Down

0 comments on commit d2b26ab

Please sign in to comment.