10BC0 Chore: revise table styles (#521) · w3c/html-aria@ca48852 · GitHub
[go: up one dir, main page]

Skip to content
  • Pricing
  • Search code, repositories, users, issues, pull requests...

    Provide feedback

    We read every piece of feedback, and take your input very seriously.

    Saved searches

    Use saved searches to filter your results more quickly

    Appearance settings

    Commit ca48852

    Browse files
    authored
    Chore: revise table styles (#521)
    use the 'data' class, instead of the previous 'simple' class, to give tables some level of visual layout styling
    1 parent ea7fbdb commit ca48852

    File tree

    1 file changed

    +3
    -3
    lines changed

    1 file changed

    +3
    -3
    lines changed

    index.html

    Lines changed: 3 additions & 3 deletions
    Original file line numberDiff line numberDiff line change
    @@ -491,7 +491,7 @@ <h2 id="docconformance">
    491491
    While it is conforming to use [[[dpub-aria-1.0]]] `role` values as outlined in the following table, the current support for
    492492
    exposing the semantics of these values to users of assistive technology is close to non-existent.
    493493
    </p>
    494-
    <table class="simple">
    494+
    <table class="data">
    495495
    <caption>
    496496
    Rules of ARIA attribute usage by HTML element
    497497
    </caption>
    @@ -3594,7 +3594,7 @@ <h3 id="docconformance-attr">
    35943594
    requirements for using the `aria-*` attributes that supply the same
    35953595
    <a>implicit ARIA semantics</a>.
    35963596
    </p>
    3597-
    <table class="simple">
    3597+
    <table class="data">
    35983598
    <caption>
    35993599
    Rules of ARIA attribute usage by HTML feature
    36003600
    </caption>
    @@ -4007,7 +4007,7 @@ <h2>
    40074007
    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.
    40084008
    </p>
    40094009

    4010-
    <table id="aria-table" class="simple">
    4010+
    <table id="aria-table" class="data">
    40114011
    <caption>
    40124012
    Allowed descendants of ARIA roles
    40134013
    </caption>

    0 commit comments

    Comments
     (0)
    0