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

monorepo: add core-aam history #2184

Merged
merged 544 commits into from
May 28, 2024
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 18, 2017

  1. Core-AAM: Remove LocalizedLandmarkType where there is semantic Landma…

    …rkType (#639)
    
    This is redundant and not required for implementers. Localized
    {Landmark, Control} Types are supposed to provide additional information;
    not duplicate the same information available in {Landmark, Control} Type.
    boggydigital authored and joanmarie committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    c37787e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ceed57 View commit details
    Browse the repository at this point in the history
  3. Markup: Add classes to cells in role mapping table in Core AAM

    Makes editing easier and will also help when programmatically generating
    testable statements.
    joanmarie committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    089771a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Update Rich affiliation and contact

    michael-n-cooper committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    b2a3591 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Core-AAM: Remove AXSortButton as an alternative role for columnheader

    When aria-sort is used on a columnheader, it does not change the platform
    role; aria-sort is mapped to NSAccessibilitySortDirectionAttribute.
    joanmarie committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    d133067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e717f67 View commit details
    Browse the repository at this point in the history
  3. Markup: Add additional classes to role-mapping-table of Core AAM

    These will be needed by some not-yet-committed tools to generate testable
    statements automatically.
    joanmarie committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    471046f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

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

Commits on Aug 30, 2017

  1. Core-AAM: Clean up state-and-property mapping table

    Write mappings in a consistent format, both for readability and for easier
    programmatic generation of testable statements
    joanmarie committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    557560d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Configuration menu
    Copy the full SHA
    17c20c7 View commit details
    Browse the repository at this point in the history
  2. Core-AAM: Fix AXSubrole for button with aria-pressed defined

    Should be AXToggle; not AXToggleButton
    joanmarie committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    f3c09c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc5f78c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

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

Commits on Sep 7, 2017

  1. Core-AAM: Add text regarding modifying the accessibility tree for ari…

    …a-owns
    
    This change reflects what is seen in (at least) Gecko, but leaves the
    possibility of continuing to use the accessible relation types which
    were previously used by Gecko and may still be used by other user agents.
    joanmarie committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    537ad5a View commit details
    Browse the repository at this point in the history
  2. Core-AAM: Add explicit statement that AXDisclosureLevel is zero-based

    This is not a change; merely a clarification.
    joanmarie committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    eccaf62 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. well formedness

    michael-n-cooper committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    6deaa11 View commit details
    Browse the repository at this point in the history
  2. Fix missed spacing nit

    joanmarie committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    c725f28 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. make accname-aam non-normative

    michael-n-cooper committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    1e0accd View commit details
    Browse the repository at this point in the history
  2. Add CR and PR values for linkCrossReferences

    michael-n-cooper committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    0945f79 View commit details
    Browse the repository at this point in the history
  3. Editorial: Remove "[ARIA 1.1]" notations from Core-AAM

    These notations were in place to ensure changes we must test as part of
    the CR process were not missed. These changes are now all noted in the
    testable statements wiki for Core AAM.
    
    Also addresses github issue #645.
    joanmarie committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    6abaf14 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Editorial: Clarify AX Tree Exclusion for Children Presentational True…

    … in Core-AAM (#647)
    
    Clarify the criteria for elements with children presentational true to specify that:
    1. Text content of excluded elements is included
    2. Exceptions, such as focusability, also apply
    
    This is already stated in the ARIA specification, but was not clear from
    the text present in the Core AAM.
    
    Fixes github issue #492.
    mcking65 authored and joanmarie committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    4ac55f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. http -> https

    michael-n-cooper committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    eea82f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. clear ednotes from PR

    mostly by converting to regular note
    michael-n-cooper committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    6e17911 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. set up common files

    michael-n-cooper committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    506d854 View commit details
    Browse the repository at this point in the history
  2. utility files

    michael-n-cooper committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    e7e3939 View commit details
    Browse the repository at this point in the history
  3. automated build

    michael-n-cooper committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    f38b7cc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. add .gitattributes

    michael-n-cooper committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    95f86ac View commit details
    Browse the repository at this point in the history
  2. update eddraft URI

    michael-n-cooper committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    9f44ae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Adding baseline LICENSE.md

    michael-n-cooper committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    3da61df View commit details
    Browse the repository at this point in the history
  2. Adding baseline CONTRIBUTING.md

    michael-n-cooper committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    c09ee79 View commit details
    Browse the repository at this point in the history
  3. Adding baseline README.md

    michael-n-cooper committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    3d7e581 View commit details
    Browse the repository at this point in the history
  4. Adding baseline CODE_OF_CONDUCT.md

    michael-n-cooper committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    e0d508b View commit details
    Browse the repository at this point in the history
  5. Use https

    plehegar committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    e11d61e View commit details
    Browse the repository at this point in the history
  6. Create .pr-preview.json

    michael-n-cooper authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    7b2d964 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from w3c/plh/https

    Use https
    michael-n-cooper authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    09eaf88 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Explicitly set license to document license

    michael-n-cooper committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    9edc6fe View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Update readme for ARIA repo split

    michael-n-cooper committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    815663f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Changes made during 1.1 Rec publication

    michael-n-cooper committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    5f00921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    404fcfd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    30f1c6d View commit details
    Browse the repository at this point in the history
  2. One mapping-tables script that works with or without respec

    A single mapping-tables.js that checks for respec context, and executes
    accordingly. This is instead of having two versions, one for the respec
    context in the master branch, and a different version for the snapshot
    gh-pages branch. See related w3c/html-aam issue 74:
    w3c/html-aam#74
    jasonkiss authored and joanmarie committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    bd45b0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23824fa View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

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

Commits on Feb 19, 2018

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

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    62582d6 View commit details
    Browse the repository at this point in the history
  2. Add mention of AXTitle to mapping table for exposing rendered labels …

    …for AXAPI
    
    This mapping is already mentioned in the narrative content; it was just
    absent from the table.
    joanmarie committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    3db894d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Fix typo

    joanmarie committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    eec6759 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    4390d40 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    f2ad9f0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. UIA mapping for aria-placeholder

    In the last release we made a change to map placeholder attribute and aria-placeholder to the UIA HelpText property (https://msdn.microsoft.com/en-us/library/dd757479(v=vs.85).aspx). This change reflects that.
    
    Note: AriaProperties gets automatically populated with ALL aria-* properties, which is very easy way to "map" something, when there is no better alternative. Now that we found alternative for placeholder - we can actually specify it properly.
    boggydigital authored May 2, 2018
    Configuration menu
    Copy the full SHA
    8ede50c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

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

Commits on Jun 6, 2018

  1. Merge pull request #6 from w3c/boggydigital-patch-1

    UIA mapping for aria-placeholder
    joanmarie authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    be99766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926d0b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9e0c4d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    5d7d555 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

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

Commits on Jul 18, 2018

  1. Fix spelling error (supercede->supersede)

    Addresses github issue #15.
    joanmarie committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    d307d55 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    804c407 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Move tree inclusion and exclusion content to the ARIA spec

    The rules regarding tree inclusion and exclusion are platform independent
    and have nothing to do with accessibility API mappings. Furthermore, we
    wouldn't want those rules, which are important, missed because they are
    not in the ARIA spec. Now that #792 has been merged, remove the
    redundant content from Core AAM.
    
    Fixes github issue #17.
    joanmarie committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    0d71cc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

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

Commits on Sep 26, 2018

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

Commits on Oct 3, 2018

  1. Editorial: Update ARIA and Practices links/text

    * The "planned" documents should point to 1.2
    * The current documents should point to 1.1
    
    Fixes github issue #23.
    joanmarie committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    0d1b24b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

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

Commits on Oct 17, 2018

  1. Merge pull request #27 from w3c/issue24

    Editorial: "controller-for" is not a good example for semantic significance #24
    joanmarie authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    c5c770b View commit details
    Browse the repository at this point in the history
  2. Fixed/updated config file

    plehegar committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    d5d6c91 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    2771c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64d438b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    fcb3dc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from w3c/Remove-Special-Document-Handling-Section

    Move Special Document Handling Section to ARIA
    joanmarie authored Oct 24, 2018
    Configuration menu
    Copy the full SHA
    73d73f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3fcb7b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from w3c/Remove-ID-Errors-section

    Remove ID Errors Section (move to ARIA)
    jnurthen authored Oct 24, 2018
    Configuration menu
    Copy the full SHA
    ad7aa7a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    705757b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f5be19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3ef4b View commit details
    Browse the repository at this point in the history
  4. Editorial: Remove widget values section from "additional computation"…

    … (in ARIA)
    
    The ARIA spec now contains error handling content, including what user agents
    should do when the current value is requested but not set by the author.
    joanmarie committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    2bb7c8b View commit details
    Browse the repository at this point in the history
  5. Editorial: Remove extraneous state-change notification section

    This one-sentence subsection of "General Rules" doesn't offer anything
    of value. In addition, it's odd that states are being singled out here:
    There are roles, properties, and relations whose exposure is also defined
    in this spec, but the lack similar one-line subsections.
    joanmarie committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    fbfd0c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fe93f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    701348c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    2131a6c View commit details
    Browse the repository at this point in the history
  2. Editorial: Remove redundant reverse-relationship table

    The States and Properties Mapping table includes the reverse relationships
    which user agents MUST implement. Therefore, remove the table which
    duplicates this information and update the text to point to the correct
    table.
    joanmarie committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    752e422 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    4f71d7b View commit details
    Browse the repository at this point in the history
  2. Remove discussion of semantic significance of elements from Core-AAM …

    …as discussed in issue #28.
    
    Some of this content will be added to the new Accessibility Tree section of the ARIA spec.
    carmacleod committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    3b24df8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from w3c/issue28

    Remove discussion of semantic significance of elements from Core-AAM …
    joanmarie authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    c36b945 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #34 from w3c/editorial-nits

    Editorial nits in Comparing Accessibility APIs section
    joanmarie authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    bd56caa View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

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

Commits on Nov 30, 2018

  1. Move content from roleMappingGeneralRules to ARIA spec (#38)

    Addresses github issue #37.
    joanmarie authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    0c0ccc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    7a10e58 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. add basic comments instructions to status

    Michael Cooper committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c8ba2fd View commit details
    Browse the repository at this point in the history
  2. switch to w3c copy of jquery

    Michael Cooper committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    164dcfc View commit details
    Browse the repository at this point in the history
  3. 1.2 builds on 1.1

    Michael Cooper committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    3373b8b View commit details
    Browse the repository at this point in the history
  4. well formedness

    Michael Cooper committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    e8308d3 View commit details
    Browse the repository at this point in the history
  5. update spec links, and make intro one non-normative

    Michael Cooper committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    79a8627 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. switch from rawgit to raw.githack

    Michael Cooper committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    5aa6a32 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. update widget values links (#40)

    2bb7c8b moved the widget values section
    to the ARIA spec. Based on the commit comment, I'm updating links to
    that section as best as I can figure out.
    Michael Cooper authored and joanmarie committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    8abe264 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Markup: Put "not-mapped" mappings in spans with classes

    This will help with automating test generation.
    joanmarie committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    0542aa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    c169210 View commit details
    Browse the repository at this point in the history
  2. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    3d6d5ef View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    8dc3468 View commit details
    Browse the repository at this point in the history
  2. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    3b8e779 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    6e61388 View commit details
    Browse the repository at this point in the history
  2. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    f9f23d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    f7d5753 View commit details
    Browse the repository at this point in the history
  2. Add ChangeLog entry

    joanmarie committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    136d40a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    243dc86 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

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

Commits on Mar 20, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    421f91c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    87deccd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    69a4a1f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. copy common to gh-pages

    Michael Cooper committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    5cea82d View commit details
    Browse the repository at this point in the history
  2. different context for cp

    Michael Cooper committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    ab6bd1c View commit details
    Browse the repository at this point in the history
  3. switch to deploy-based build

    Michael Cooper committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    483f174 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1816124 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed May 2, 2019
    Configuration menu
    Copy the full SHA
    d96a6d2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    c3cb859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef8561 View commit details
    Browse the repository at this point in the history
  3. Add missing closing tag

    joanmarie committed May 14, 2019
    Configuration menu
    Copy the full SHA
    ebcb6ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a03a81e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Remove line-height (#47)

    jnurthen authored and joanmarie committed May 21, 2019
    Configuration menu
    Copy the full SHA
    243d254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e57a7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from w3c/CopyCSSTOGHPages

    Add line to copy CSS directory to GH Pages
    Michael Cooper authored May 21, 2019
    Configuration menu
    Copy the full SHA
    75f5c55 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed May 22, 2019
    Configuration menu
    Copy the full SHA
    6ae77f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    3a894c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    15f08a8 View commit details
    Browse the repository at this point in the history
  2. Add explicit xml-roles exposure for insertion and deletion roles for ATK

    User agents do this automatically for all ARIA roles for ATK, and there
    are new platform roles which should be used instead. However, those new
    platform roles have only recently landed.
    joanmarie committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    4bc87dd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

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

Commits on Sep 18, 2019

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

Commits on Oct 21, 2019

  1. Add mappings for code role for ATK, IA2, and UIA.

    Mappings for macOS are still pending.
    joanmarie committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    12c57bb View commit details
    Browse the repository at this point in the history
  2. Add mappings for strong and emphasis roles for ATK, IA2, and UIA

    Mappings for macOS are still pending.
    joanmarie committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    b8c368b View commit details
    Browse the repository at this point in the history
  3. Add mappings for aria-{col,row}indextext for ATK, IA2, and UIA

    Mappings for macOS are still pending.
    joanmarie committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    13464b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    f907918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec325f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Remove AXRoleDescription mappings from the role table

    The Core-AAM provides a link to a note in each AXAPI table cell.
    That note states the following:
    
        User agent should return a user-presentable, localized
        string value for the AXRoleDescription.
    
    User agents are indeed doing that, but not agreeing 100% on what
    that string value should be. After consulting with Apple, the
    decision was made make the mappings to AXRoleDescription non-normative
    and remove the specific mappings from the table.
    
    Closes github issue #57.
    joanmarie committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    33cdeb6 View commit details
    Browse the repository at this point in the history
  2. Fix ChangeLog entry

    joanmarie committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    28deb9e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    b861173 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Add aria-description (#61)

    Resolves issue #60
    aleventhal authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f39c758 View commit details
    Browse the repository at this point in the history
  2. Add ChangeLog entry

    joanmarie committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    700c38b View commit details
    Browse the repository at this point in the history
  3. Add annotation roles (#63)

    * New roles: comment, mark, and suggestion
    * Update statements regarding aria-level and group position calculation for comment
    aleventhal authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    838b865 View commit details
    Browse the repository at this point in the history
  4. Add ChangeLog entry

    joanmarie committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d58d9d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Editorial: Move closing 'code' tag to where it belongs

    Fixes github issue #65
    joanmarie committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    211ce79 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    4968e49 View commit details
    Browse the repository at this point in the history
  2. fix due to respec change

    Michael Cooper committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7a37d35 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    b75d9fc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Update ATK mappings for alert and alertdialog roles

    * alertdialog: ATK_ROLE_ALERT rather than ATK_ROLE_DIALOG
    * alert: ATK_ROLE_NOTIFICATION rather than ATK_ROLE_ALERT
    
    In ARIA, an alertdialog is a type of dialog; an alert is not a type of
    dialog but rather a live region.
    
    In ATK an alert is a type of dialog which should be used for things
    like warning dialogs. Thus this platform role is well suited for the
    ARIA alertdialog role, but ill suited for the ARIA alert role.
    
    Resolves #68 and also resolves #69.
    joanmarie committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    550dee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa467f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    3f86874 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed May 6, 2020
    Configuration menu
    Copy the full SHA
    fba0415 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    6f00ba8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    b3e2f6f View commit details
    Browse the repository at this point in the history
  2. Respec cleanup (#72)

    * Acknowledgements include no longer recursive due to respec change
    
    * respecConfig cleanup
    
    from #1246
    Michael Cooper authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    7d02532 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    02c439b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    2a009bc View commit details
    Browse the repository at this point in the history
  2. TRAVIS-CI update from aria-common

    michael-n-cooper committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a79ae50 View commit details
    Browse the repository at this point in the history
  3. TRAVIS-CI update from aria-common

    michael-n-cooper committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    657f84c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. master->main

    Michael Cooper committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    433b56a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    7d72a23 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4a19816 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    81e2e8a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. remove defer

    jnurthen committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    eab35f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. fix review comments

    jnurthen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6faf6da View commit details
    Browse the repository at this point in the history
  2. Editorial: Merge pull request #91 from w3c:fixSummaryIds

    remove defer
    jnurthen authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    5fe5c3e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    50c8d73 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    e386a89 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c55ea02 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. ATK: Update mappings for table row and column properties

    For the following properties:
    * aria-colindex
    * aria-colspan
    * aria-colcount
    * aria-rowindex
    * aria-rowspan
    * aria-rowcount
    
    The object attribute should contain the author-provided value, but
    AtkTable should reflect the actual value. If the values exposed by
    AtkTable don't reflect the physical table, AT-provided table navigation
    can be buggy and non-performant.
    
    Firefox and Chromium already have implemented AtkTable as described
    above, and Orca already uses that support. Thus this change is bringing
    the spec in alignment with reality.
    joanmarie committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    0915f9d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. TRAVIS-CI update from aria-common

    michael-n-cooper committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    68b1982 View commit details
    Browse the repository at this point in the history
  2. editorial: importTerms (#92)

    * add 3 terms
    * remove reference to important terms
    * change respec profile
    * fix respec informative errors and broken references
    jnurthen authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    d2539db View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    34c0d83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from w3c:exportTerms

    editorial: export terms so other specs can use them
    jnurthen authored Apr 24, 2021
    Configuration menu
    Copy the full SHA
    777567d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Create auto-publish.yml

    Michael Cooper committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6c01109 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Fix UIA TablePattern and GridPattern mappings (#95)

    * update UIA tablepattern and gridpattern mappings
    * table cells also map the GridItemPattern
    * fix localized control type values
    smhigley authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    427324f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    3fcc277 View commit details
    Browse the repository at this point in the history
  2. turn off validation since it runs on wrong file

    Michael Cooper committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    66330de View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    6fd7a4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e0399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2541ad8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e58619 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    eef68bd View commit details
    Browse the repository at this point in the history
  2. Force WD for TR build

    Michael Cooper committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    8c7f7cb View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

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

Commits on Dec 9, 2021

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

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    3d72cd1 View commit details
    Browse the repository at this point in the history
  2. correct suite reference

    Michael Cooper committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d5584f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 10, 2022

  1. Use default license (#108)

    New charter has changed license to Respec default
    Michael Cooper authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    08733e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    b19be70 View commit details
    Browse the repository at this point in the history
  2. remove jquery (#109)

    no longer used in code
    Michael Cooper authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8dc2317 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

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

Commits on Mar 21, 2022

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

Commits on May 11, 2022

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

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    57118a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9e9b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from w3c/fix-acc-name-ref

    Fix respec errors related to ambigious spec references to "Accessible Name" and "Accessible Description"
    spectranaut authored May 17, 2022
    Configuration menu
    Copy the full SHA
    b971666 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

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

Commits on Aug 30, 2022

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

Commits on Sep 15, 2022

  1. remove reference to whitespace (#135)

    * remove reference to whitespace
    
    resolves #128
    
    Per https://www.w3.org/2022/08/11-aria-minutes#t05, the WG resolved that the empty string should cause the attribute to be ignored, but not whitespace.  So, reference to whitespace can be removed from this spec.  However, referring to whitespace will remain in the ARIA spec and THERE it will link to the ascii-whitespace definition where applicable.   Additionally, rather than a user agent requirement, it will become an authors requirement on not specifying whitespace as the value of an aria-roledescription
    
    * Update index.html
    scottaohara authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    15fbbf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Oct 7, 2022

  1. chore: add PR template (#144)

    * chore: add PR template
    
    * Update .github/pull_request_template.md
    
    Co-authored-by: Valerie Young <spectranaut@igalia.com>
    spectranaut and spectranaut authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    5b34811 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Nov 1, 2022

  1. draft privacy and security (#148)

    * draft privacy and security, starting with aria version
    
    fixes #145
    
    * split privacy and security considerations
    
    * add core-aam to specs impacting privacy
    
    Co-authored-by: Valerie Young <spectranaut@gmail.com>
    
    Co-authored-by: Valerie Young <spectranaut@gmail.com>
    Michael Cooper and spectranaut authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    d2dfa0d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Editorial: Remove duplicate references from sec 1.1 (#158)

    Remove duplicate references from sec 1.1
    jnurthen authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    87170e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. editorial: switch editor and mapping maintainer (#150)

    * Add Valerie as Editor
    
    * switch UIA mapping maintainer
    
    ---------
    
    Co-authored-by: Valerie Young <spectranaut@gmail.com>
    jnurthen and spectranaut authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    399e0b4 View commit details
    Browse the repository at this point in the history
  2. Update MSAA mapping for paragraph and time and caption (#161)

    * Update MSAA mapping for paragraph and time
    
    * Add update for caption preferred by firefox
    
    * Add update for time perferred by firefox
    
    ---------
    
    Co-authored-by: Valerie Young <spectranaut@igalia.com>
    spectranaut and spectranaut authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    aa7bfb3 View commit details
    Browse the repository at this point in the history
  3. Update IA2 role='blockquote' map (#160)

    Co-authored-by: Valerie Young <spectranaut@igalia.com>
    spectranaut and spectranaut authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4335e61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9df5c5 View commit details
    Browse the repository at this point in the history
  5. remove AXAPI-specific 'menuitem in group' guidance; (#132)

    remove AXAPI-specific 'menuitem in group' guidance; menuitem should map to AXMenuItem in group and non-group contexts.
    cookiecrook authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f53cf9c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Apr 6, 2023

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

Commits on Apr 7, 2023

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

Commits on Apr 9, 2023

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

Commits on Apr 14, 2023

  1. Add mapping for aria-braillelabel and aria-brailleroledescription (#134)

    * Add mapping for aria-braillelabel and aria-brailleroledescription
    * Add note to aria-brailleroledescription for "not mapped"
    spectranaut authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8651677 View commit details
    Browse the repository at this point in the history
  2. editorial: remove out.html (#170)

    Remove out.html
    
    Co-authored-by: Valerie Young <spectranaut@thinkmoon>
    spectranaut and Valerie Young authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5728a3f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    534765a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f1e6b8 View commit details
    Browse the repository at this point in the history
  3. Add computed role section and mappings (#167)

    Co-authored-by: Peter Krautzberger <p.krautzberger@gmail.com>
    Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com>
    3 people authored May 15, 2023
    Configuration menu
    Copy the full SHA
    37ea70a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. split gh pages and tr jobs

    Michael Cooper committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7093b58 View commit details
    Browse the repository at this point in the history
  2. split gh pages and tr jobs (#177)

    Michael Cooper authored May 17, 2023
    Configuration menu
    Copy the full SHA
    9367cd7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. set up for possible CR publication

    Michael Cooper committed May 18, 2023
    Configuration menu
    Copy the full SHA
    3d0badf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'split-build'

    Michael Cooper committed May 18, 2023
    Configuration menu
    Copy the full SHA
    0baa070 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. #181 Add "CRD" pointers

    daniel-montalvo committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    773aaba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6cab31 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 5, 2023

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

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. add normative expectations and examples for computedrole (#176)

    Closes #174
    Closes #1887
    
    add normative expectations and examples for computedrole
    cookiecrook authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4dca880 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Aug 25, 2023

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

Commits on Sep 1, 2023

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

Commits on Sep 2, 2023

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

Commits on Sep 4, 2023

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

Commits on Oct 12, 2023

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

Commits on Oct 26, 2023

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

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    6e8f41b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    272a3c2 View commit details
    Browse the repository at this point in the history
  3. Update UIA aria-readonly mappings (#203)

    * Fix aria-readonly UIA mappings
    * Unconditionally expose readonly in UIA AriaProperties to match docs
    sivakusayan authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8f028ca View commit details
    Browse the repository at this point in the history
  4. Editorial: Fix computed role typo for role radiogroup (#208)

    Co-authored-by: Rahim Abdi <rahim_abdi@apple.com>
    rahimabdi and Rahim Abdi authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2fed3d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Dec 11, 2023

  1. editorial: adjust contributors section (#211)

    Drops the previously active section and adds a new GH contributors section, matching other ARIA specs.
    
    See w3c/aria-common#103 for more background.
    pkra authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    845dec4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Jan 4, 2024

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

Commits on Jan 23, 2024

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

Commits on Feb 12, 2024

  1. Editorial: Remove reference to no longer existing term (owned) (#214)

    * Editorial: Remove reference to no longer existing term (owned)
    
    * Language recommendation from smhigley
    spectranaut authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    34c09ec View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 20, 2024

  1. monorepo: add core-aam history

    pkra committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f629bd8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    80ddbdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acff78 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. editorial: automatic formatting for all but aria spec

    Adds:
    - .prettierignore: ignore ARIA spec index.html
    - .github/workflows/dependabot.yaml: check for updates
    - .github/workflows/prettier.yaml: run prettier on */index.html
      (except what is specified in .prettierignore)
    pkra committed May 22, 2024
    Configuration menu
    Copy the full SHA
    73d4cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0194cc View commit details
    Browse the repository at this point in the history
  3. chore: prettier

    pkra authored and actions-user committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0744cf4 View commit details
    Browse the repository at this point in the history