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

Define concept of minimum role #454

Closed
wants to merge 30 commits into from
Closed

Define concept of minimum role #454

wants to merge 30 commits into from

Commits on Jan 10, 2023

  1. Update index.html

    Worked on this with @aleventhal as this concept is necessary for some current HTML features (as identified in the attribute mapping table in this PR) as well as future proposed features, such as `popover`.
    scottaohara committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3efda34 View commit details
    Browse the repository at this point in the history
  2. update per Aaron's review

    scottaohara committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b462c24 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. grammar fix

    stevefaulkner committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c6bae18 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update index.html

    Co-authored-by: Adam Page <adamfpage@gmail.com>
    scottaohara and adampage committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    cc5b7ab View commit details
    Browse the repository at this point in the history
  2. Update index.html

    Co-authored-by: Adam Page <adamfpage@gmail.com>
    scottaohara and adampage committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b1fdcde View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. remove stray fragment

    scottaohara committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    be28084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a3f1f View commit details
    Browse the repository at this point in the history
  3. clarify minimum role conditions

    needed to call out that an explicit role of none, presentation or generic would still need to result in that role being ignored if other conditions were true.
    scottaohara committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e2ac6f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. reverts typo fix

    Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
    scottaohara and cookiecrook committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    19a12bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef36600 View commit details
    Browse the repository at this point in the history
  3. Update index.html

    Co-authored-by: Valerie Young <spectranaut@gmail.com>
    scottaohara and spectranaut committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    02f6b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    f7ba989 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. remove contenteditable from taking part in minimum role

    adds "not mapped" to the ARIA role cell.  there is no perfect role for this right now, and until one is made (if ever) we shouldnt' change this.
    scottaohara committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ed50c33 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    efb7337 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    e7b17f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    69513e2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Update index.html

    scottaohara committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c013064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6257a68 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    fbe8161 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    df7200a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    4519a4e View commit details
    Browse the repository at this point in the history
  2. edits to mention 'computed role'

    we added the concept of computed role after this PR has been written.  i've included that term into this PR 'computed role' is what we were previously talking about without the term to reference
    scottaohara committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6adfe58 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    1e217e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    8bd08ac View commit details
    Browse the repository at this point in the history
  2. Update index.html

    scottaohara committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e6b5963 View commit details
    Browse the repository at this point in the history
  3. missing #

    scottaohara committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    899b517 View commit details
    Browse the repository at this point in the history
  4. Update index.html

    scottaohara committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8bcae45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    796734e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    ea628aa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    fb66dfd View commit details
    Browse the repository at this point in the history