-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
bug(docs): Overview Content of a11y package is random headings #22133
Labels
Accessibility
This issue is related to accessibility (a11y)
area: cdk/a11y
docs
This issue is related to documentation
P2
The issue is important to a large percentage of users, with a workaround
Comments
jelbourn
added
Accessibility
This issue is related to accessibility (a11y)
docs
This issue is related to documentation
P2
The issue is important to a large percentage of users, with a workaround
area: dev-infra
Issue related to internal project infrastructure
and removed
needs triage
This issue needs to be triaged by the team
labels
Mar 5, 2021
I will take a look. |
It looks like this was messed up when more content was added in v6. Here's the v5 site: https://v5.material.angular.io/cdk/a11y/overview. |
Splaktar
added
has pr
and removed
area: dev-infra
Issue related to internal project infrastructure
labels
Mar 7, 2021
Splaktar
added a commit
to DevIntent/components
that referenced
this issue
Mar 7, 2021
- while the guides were updated to support a wider set of headers, component docs are still limited to h3 and h4 in the TOC - this fixes a regression to these docs introduced in v6 Fixes angular#22133
annieyw
pushed a commit
that referenced
this issue
Mar 7, 2021
- while the guides were updated to support a wider set of headers, component docs are still limited to h3 and h4 in the TOC - this fixes a regression to these docs introduced in v6 Fixes #22133
annieyw
pushed a commit
that referenced
this issue
Mar 7, 2021
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Accessibility
This issue is related to accessibility (a11y)
area: cdk/a11y
docs
This issue is related to documentation
P2
The issue is important to a large percentage of users, with a workaround
Reproduction
Steps to reproduce:
Expected Behavior
Overview should show the a11y tools available:
ListKeyManager
FocusTrap
InteractivityChecker
etc
Actual Behavior
Overview is a mixture of headers from the different a11y tooling. Markdown may be tagged wrong?
Environment
v11 docs site
The text was updated successfully, but these errors were encountered: