-
Notifications
You must be signed in to change notification settings - Fork 125
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 mathml-aam history #2192
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
pkra
commented
May 21, 2024
•
edited by spectranaut
Loading
edited by spectranaut
- add mathml-aam history
- remove extraneous files
- adjust links to aria-common
MathML elements axapi role/subrole mapping
mprescripts is a delimiter between postscripts and prescripts, which are exposed via AXMathPrescripts and AXMathPostcripts attributes, and thus doesn't provide any useful semantics on mac
no axapi mapping for mprescripts
See discussion in [1]. Per MathML Core [2], `<mphantom>` has style `visibility: hidden` by default and so is not exposed to ATs [3]. This commit specifies how to map `<mphantom>` when the element is exposed (e.g. by reverting `visibility: hidden`), essentially following what exists for the `<mrow>` element. [1] w3c/mathml-aam#9 [2] https://w3c.github.io/mathml-core/#making-sub-expressions-invisible-mphantom [3] https://www.w3.org/TR/wai-aria-1.2/#tree_exclusion
Add ATK and AX API mapping for <mphantom>
Editorial: remove giant table in favor of headings
Update editors
editorial: remove contributors include
* Remove accidental file * Remove Michael's w3c ID Leaving the ID produces the error: The user with id 34017 is not participating in the group producing this document. * Add auto publish workflow * Remote unused .travis.yml file * Fix broken references
✅ Deploy Preview for ephemeral-daifuku-0dc7d7 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
spectranaut
force-pushed
the
monorepo_history--mathml-aam
branch
from
May 21, 2024 17:51
d6291fc
to
e60debb
Compare
pkra
pushed a commit
to w3c/mathml-aam
that referenced
this pull request
Jul 10, 2024
In order to more easily keep track of the many ARIA specifications and spec changes, we are moving to an ARIA monorepo. We will merge this PR after [this PR to add the spec to ARIA](w3c/aria#2192). This repo will remain open for issue tracking, and the editor's draft will still be published here to maintain editor's draft URLs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.