Skip to content

Commit

Permalink
Chore: revise table styles
Browse files Browse the repository at this point in the history
use the 'data' class, instead of the previous 'simple' class, to give tables some level of visual layout styling
  • Loading branch information
scottaohara committed May 7, 2024
1 parent 7856a5b commit a6f206e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ <h2 id="docconformance">
While it is conforming to use [[[dpub-aria-1.0]]] `role` values as outlined in the following table, the current support for
exposing the semantics of these values to users of assistive technology is close to non-existent.
</p>
<table class="simple">
<table class="data">
<caption>
Rules of ARIA attribute usage by HTML element
</caption>
Expand Down Expand Up @@ -3590,7 +3590,7 @@ <h3 id="docconformance-attr">
requirements for using the `aria-*` attributes that supply the same
<a>implicit ARIA semantics</a>.
</p>
<table class="simple">
<table class="data">
<caption>
Rules of ARIA attribute usage by HTML feature
</caption>
Expand Down Expand Up @@ -3998,7 +3998,7 @@ <h2>
Additionally, there are certain roles which [[[wai-aria-1.2]]] has specified specific requirements for their allowed descendants. These have been identified in column 3 (Descendant allowances) by indicating to "Refer to the 'Required Owned Elements'" for those particular roles.
</p>

<table id="aria-table" class="simple">
<table id="aria-table" class="data">
<caption>
Allowed descendants of ARIA roles
</caption>
Expand Down

0 comments on commit a6f206e

Please sign in to comment.