You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
It would definitely be great to have the ability to choose the version (as is the case with AngularJS' docs).
It is great to see what's in master (aka coming up soon), but oftentimes one would want to see docs for a specific (e.g. older/stable) version they are using.
The text was updated successfully, but these errors were encountered:
* build: enable codelyzer and most default Angular CLI TSLint rules
- do some merging of tslint:recommended and our rules
* fix(a11y): fix theme picker keyboard access
enable Codelyzer a11y rules
Relates to angular#671
* fix(component-overview): header does not show up in headings list
Fixesangular#695
* fix(stack-blitz-button): no accessible label and description is not on correct element
Fixesangular#693
* fix(example-viewer): no accessible label on View source button
Fixesangular#693
* fix(component-sidenav): apply aria-current to selected nav items & improve contrast
- use Roboto font instead of system-ui for `docs-nav-content-btn`s
- use a different background color for selected route, in addition to different text color
- increase opacity of `docs-nav-content-btn`s to meet contrast guidelines
- switch to `mat-nav-list` to get the benefits of better contrast and hover/focus styles
- plus slightly more padding for touch interfaces
Fixesangular#694. Relates to angular#671.
* fix: use header and main tags for more semantic HTML
- improves screen reader support
- footer tags were already properly used
Relates to angular#671.
* fix(component-nav): apply aria-label to navs
- so that they can be differentiated by screen readers
Relates to angular#671.
* fix(component-nav): remove aria-label that duplicates messages
- aria-expanded already covers whether the section can be toggled or not
- the button's text content already covers the accessible name
Relates to angular#671.
* fix(header-link): remove title
- the aria-label is sufficient
Relates to angular#671.
* feat(theme-picker): provide a visual preview of the theme colors via an SVG
* fix(theme-picker,version-picker): add/improve aria-labels and tooltips
Fixesangular#671
* fix: various a11y refinements
- minify theme-demo-icon.svg
- use & instead of / as it reads better on a screen reader
- prefix classes with `docs-`
- tell screen reader users when a theme has been selected
Fixesangular#671
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would definitely be great to have the ability to choose the version (as is the case with AngularJS' docs).
It is great to see what's in master (aka coming up soon), but oftentimes one would want to see docs for a specific (e.g. older/stable) version they are using.
The text was updated successfully, but these errors were encountered: