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

Conversation

pkra
Copy link
Member

@pkra pkra commented May 20, 2024

  • add core-aam history
  • remove extraneous files
  • adjust links to aria-common

boggydigital and others added 30 commits August 17, 2017 22:21
…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.
Makes editing easier and will also help when programmatically generating
testable statements.
When aria-sort is used on a columnheader, it does not change the platform
role; aria-sort is mapped to NSAccessibilitySortDirectionAttribute.
These will be needed by some not-yet-committed tools to generate testable
statements automatically.
Write mappings in a consistent format, both for readability and for easier
programmatic generation of testable statements
…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.
This is not a change; merely a clarification.
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.
… 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.
mostly by converting to regular note
sivakusayan and others added 17 commits September 1, 2023 14:00
* Fix aria-readonly UIA mappings
* Unconditionally expose readonly in UIA AriaProperties to match docs
Co-authored-by: Rahim Abdi <rahim_abdi@apple.com>
Drops the previously active section and adds a new GH contributors section, matching other ARIA specs.

See w3c/aria-common#103 for more background.
* Editorial: Remove reference to no longer existing term (owned)

* Language recommendation from smhigley
@pkra pkra changed the title monorepo: add core aam history monorepo: add core-aam history May 20, 2024
Copy link

netlify bot commented May 21, 2024

Deploy Preview for ephemeral-daifuku-0dc7d7 ready!

Name Link
🔨 Latest commit 0744cf4
🔍 Latest deploy log https://app.netlify.com/sites/ephemeral-daifuku-0dc7d7/deploys/664e512e46e5570009833ce7
😎 Deploy Preview https://deploy-preview-2184--ephemeral-daifuku-0dc7d7.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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)
Copy link

netlify bot commented May 22, 2024

Deploy Preview for wai-aria ready!

Name Link
🔨 Latest commit 0744cf4
🔍 Latest deploy log https://app.netlify.com/sites/wai-aria/deploys/664e512e34e8000008e7beae
😎 Deploy Preview https://deploy-preview-2184--wai-aria.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@pkra
Copy link
Member Author

pkra commented May 22, 2024

I've cherry-picked the prettier setup from the monorepo branch (cf. #2197)

@pkra
Copy link
Member Author

pkra commented May 22, 2024

Prettier fails but due to invalid markup in the spec.

@pkra
Copy link
Member Author

pkra commented May 22, 2024

I've removed the stray closing cite tag - prettier CI now ran as desired.

@spectranaut spectranaut merged commit 3b6a52a into monorepo May 28, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet