-
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
[html-aam PR 359] Change figure & figcaption accName computation #2224
Open
pkra
wants to merge
27
commits into
main
Choose a base branch
from
monorepo_history--html-aam-pr359
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
57dea71
Change figure & figcaption accName computation
scottaohara c247994
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara 2cece28
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara 23f6eaa
resolve review comments
scottaohara ada36a3
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara ec8d7de
indicate figcaption maps to caption
scottaohara 1a6f853
add in AX details for figure's relationship to figcaption
scottaohara 379bca2
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara 08499c6
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara a2abcc5
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara 1cb01c6
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara be53256
finish up mapping detials
scottaohara 9c8ad35
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara 0b40395
attempt to fix build error
scottaohara 991db53
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara d25c1ee
fix the broken accname/desc references
scottaohara 0fe3c0b
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara ddc6a42
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara 69aca1e
add comment regarding aria-details
scottaohara c8c6aa8
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara a50948b
update based on review suggestions
scottaohara 2d1da27
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara da867eb
Merge branch 'gh-pages' into figure-figcaption-revision
scottaohara 643fdec
editorial: move html-aam PR359
pkra f7af218
remove details relations for figure/figcaption
scottaohara 37d9ea8
chore: prettier
scottaohara 5bf314d
further removals
scottaohara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed this...
What's the reason for this removal? WebKit and Safari implementations agree on using figcaption as the name if none other is provided via ARIA. Seems logical to me to keep this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here is one of the examples that was referenced as rational for this change specifically the link to the wicg thread where people are using figcaption to provide transcripts for a video within a figure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, that's a good example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scott and I chatted, and are working on a update that will account for this HTML text: