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

Chore: revise table styles #521

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading