Skip to content

Commit

Permalink
Criteria counts as table (#20)
Browse files Browse the repository at this point in the history
* Redoing progressPerChapter to output counts as a table.

* Removed skipping of none label.

* Adjusted table counts per row display.

* Added functions to get level and component labels to use in the progress table.

* Updating markdown examples after testing. Reset output functions.

* Changed any column header to all and added margin to simple table.

* Removed un-needed conditional check.

* Added check for undefined and updated all examples.

* Added test when first criteria has missing components. Updated output logic and regenerated examples.

* Updated tests.

* Updated version and ran JS build.
  • Loading branch information
dmundra committed Mar 12, 2024
1 parent 0dc2d1e commit 31e98f7
Showing 1 changed file with 1 addition and 99 deletions.
100 changes: 1 addition & 99 deletions openacr/drupal-10-16-simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ <h1>
Report
</h1>

<div class="catalog-section">
Based on VPAT® 2.4 WCAG 2.1 and Revised Section 508 Edition
</div>
<div class="catalog-section">Based on VPAT® 2.4</div>

<div class="product-section">
<h2 id="name-of-product-version">
Expand Down Expand Up @@ -3928,102 +3926,6 @@ <h3 id="success_criteria_level_aa">
</li>
</ul>
</td>
<td>
<ul class="component-level-count-1"></ul>
</td>
</tr>
<tr id="602.4">
<td>
<a
href="https://www.access-board.gov/ict/#602.4"
target="_blank"
>
602.4 Alternate Formats for Non-Electronic Support
Documentation<span class="usa-sr-only">
(opens in a new window or tab)</span
>
</a>
</td>
<td>
<ul class="component-level-count-1">
<li>
<span class="component-level-label"></span>
<p>Not Applicable</p>
</li>
</ul>
</td>
<td>
<ul class="component-level-count-1"></ul>
</td>
</tr>
<tr id="603.2">
<td>
<a
href="https://www.access-board.gov/ict/#603.2"
target="_blank"
>
603.2 Information on Accessibility and Compatibility
Features<span class="usa-sr-only">
(opens in a new window or tab)</span
>
</a>
</td>
<td>
<ul class="component-level-count-1">
<li>
<span class="component-level-label"></span>
<p>Not Applicable</p>
</li>
</ul>
</td>
<td>
<ul class="component-level-count-1"></ul>
</td>
</tr>
<tr id="603.3">
<td>
<a
href="https://www.access-board.gov/ict/#603.3"
target="_blank"
>
603.3 Accommodation of Communication Needs<span
class="usa-sr-only"
>
(opens in a new window or tab)</span
>
</a>
</td>
<td>
<ul class="component-level-count-1">
<li>
<span class="component-level-label"></span>
<p>Not Applicable</p>
</li>
</ul>
</td>
<td>
<ul class="component-level-count-1"></ul>
</td>
</tr>
<tr id="602.3">
<td>
<a
href="https://www.access-board.gov/ict/#602.3"
target="_blank"
>
602.3 Electronic Support Documentation<span
class="usa-sr-only"
>
(opens in a new window or tab)</span
>
</a>
</td>
<td>
<ul class="component-level-count-0"></ul>
</td>
<td>
<ul class="component-level-count-0"></ul>
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 31e98f7

Please sign in to comment.