-
Notifications
You must be signed in to change notification settings - Fork 139
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
docs(accessibility-fundamentals): Updates content as part of audit. #3762
Conversation
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
…resources/accessibility-fundamentals.md
thoughts on changing the nav item to "about"? |
2. Screen reader content should match visibly rendered content (refer to the [first note for `aria-hidden` state](https://www.w3.org/TR/wai-aria/#aria-hidden)). | ||
|
||
3. There should be parity between hover and focus events. Any information that’s available on hover for the mouse user should be available on keyboard focus. | ||
- Make content should available to a screen reader by using `aria-describedby` (refer to [Tooltips & Toggletips example from Inclusive Components](https://inclusive-components.design/tooltips-toggletips/)). |
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.
In general, this all looks really good! :) There's a typo in this sentence that really stood out to me though. Since we're separating that bullet from the guideline, can we add a little bit of specificity? Maybe something like, "Make content appearing on hover available to a screen reader by using aria-describedby
."
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
…resources/accessibility-fundamentals.md
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.
Some nits/comments below.
Regarding the page name update, the only reason I'd be against the rename is that we already have an "About" page in several other sections. idk how often a user would have a bunch of of the side nav sections expanded, but in that case there'd be a lot of links with just "About" as its text announced.
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
<p className="ws-p pf-v5-u-screen-reader"> | ||
The following image shows how accessibility is a spectrum. Different kinds of cognitive and physical impairments impact how users interact with products. All levels of impairment should be considered when building accessible products. | ||
</p> | ||
|
||
<img src="./PF-a11y.png" alt="Accessibility spectrum image" /> |
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.
Wondering if we could remove the hidden paragraph and just update the image alt text...
alt="An accessibility spectrum showing examples of the situational, temporary, and permanent situations for different impairments."
maybe?
Was removing this image also something we'd want to consider in a follow up? I think we discussed the image in general a bit in the google doc, but not sure if we landed 100% on anything.
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.
I personally think the image should be reworked at the very least, but also wasn't sure where we landed. It's tough because I do like the information it conveys, it's just so large.
Maybe it should just be a followup to remove/replace/repurpose the image? An idea I had was to cut the image up so that each "row" is placed within the relevant section (for example, the "sight" row is placed under the "vision" section), but not everything in that image has a place in that case.
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.
That could definitely be a followup. I do like at least cutting the image up to several, smaller ones as well.
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Eric Olkowski <[email protected]>
…resources/accessibility-fundamentals.md
...documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md
Outdated
Show resolved
Hide resolved
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.
This is looking good! Other than the open convo about that image, the only other thing from me is the page title/url. It feels like we should update other instances of "About" links as well, but for this PR could we revert back to "Accessibility fundamentals", or maybe "About accessibility"?
For context, here's what the VO rotor menu looks like if I have all of the expandable side nav sections opened:
@thatblindgeye oo this is really good to know about the "about" pages. It definitely seems like we should update nav headings across the site in that case. I'll look into opening a separate issue. I think it could be best to go for "About XYZ", because it'll help cue users to visit that page first - but open to objections to this! And also I'll go for opening a follow up issue to address the image |
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.
LGTM! Also, I'm open to continuing the discussion about the image. I think it would make sense to include @maryshak1996 since she was the designer for the image and might have thoughts about how we can best adapt it to the page. I know that she created a few versions of it, but I'm not quite sure where those are right now.
…atternfly#3762) * docs(accessibility-fundamentals): Updates content as part of audit. * Updates content and adjusts file name. * Content tweaks. * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Test page name change * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Some final tweaking to ready draft for review. * Apply suggestions from code review Co-authored-by: Eric Olkowski <[email protected]> * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Updates to file name. --------- Co-authored-by: Eric Olkowski <[email protected]>
* docs(design-tokens): creates documentation for design tokens. * Working on design tokens doc structure. * Continues adding content and outlining the docs structure. * Ready design tokens docs for draft preview. * Update page info. * Add to side nav. * Adjust section label. * Update packages/documentation-site/patternfly-docs/patternfly-docs.config.js * Small typos. * Update sidebar.' q * Updates to the charts about page and charts colors page (#3759) * Updates to the charts about page and charts colors page * Update to Color-and-pattern-usage image file * Update colors-for-charts.md * Update colors-for-charts.md --------- Co-authored-by: Margot <[email protected]> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Update broken links on menu accessibility docs * Update broken links on menu design guidelines * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Removing the redudancy in the file. Use is described above the text. (#3790) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * docs(design-guidelines) Updates content for consistency. (#3782) * docs(design-guidelines) Updates content for consistency. * Updates from review. * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(docs-framework): add class on example load (#3789) * chore(docs-framework): add class on example load * chore(example): remove dev mode check from page loaded class addition * chore(example): refactor to add class on page load event * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * docs(terminology): Updates n/a and -- descriptions for clarity. (#3783) * docs(terminology): Updates n/a and -- descriptions for clarity. * Update packages/documentation-site/patternfly-docs/content/design-guidelines/content/terminology.md * Update packages/documentation-site/patternfly-docs/content/design-guidelines/content/terminology.md * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * feat(dark-theme): replace dark theme switcher with toggle group (#3788) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(JumpLinks): updated a11y docs to match template (#3808) * fix(react-drag-drop): add react-drag-drop to latest version (#3801) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: clean up versions and showdown deps (#3816) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Added expand/collapse all cards info (#3815) * Added expand/collapse all cards info * Update card-view.md * Update card-view.md --------- Co-authored-by: Margot <[email protected]> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: add charts dark theme stylesheet (#3802) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix(drag drop): add drag drop to 5.1 versions.json (#3817) * fix(react-drag-drop): add react-drag-drop to latest version * fix(drag drop): add to 5.1 version * remove form 5.0 * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: add virtualized table to extensions staging (#3819) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(Sidebar): updated a11y docs (#3813) * chore(AboutModal): updated a11y docs to match template (#3796) * chore(AboutModal): updated a11y docs to match template * Added alt text content to additional sections * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Makes some content updates. * fix: prepare org for component groups release (#3822) * fix: prepare org for component groups release * bump to component groups to 5.0.0 * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Update github actions to add new issues to project board (#3818) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * docs(accessibility-fundamentals): Updates content as part of audit. (#3762) * docs(accessibility-fundamentals): Updates content as part of audit. * Updates content and adjusts file name. * Content tweaks. * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Test page name change * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Some final tweaking to ready draft for review. * Apply suggestions from code review Co-authored-by: Eric Olkowski <[email protected]> * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Updates to file name. --------- Co-authored-by: Eric Olkowski <[email protected]> * docs(patternfly-accessibility): Updates content as part of content audit. (#3772) * docs(patternfly-accessibility): Updates content as part of content audit. * Update packages/documentation-site/patternfly-docs/content/developer-resources/patternfly-accessibility.md * Update packages/documentation-site/patternfly-docs/content/developer-resources/patternfly-accessibility.md Co-authored-by: Eric Olkowski <[email protected]> * Apply suggestions from code review * Update packages/documentation-site/patternfly-docs/content/developer-resources/patternfly-accessibility.md * Update packages/documentation-site/patternfly-docs/content/developer-resources/patternfly-accessibility.md Co-authored-by: Eric Olkowski <[email protected]> --------- Co-authored-by: Eric Olkowski <[email protected]> * docs(accessibility-development): Updates documentation as part of content audit. (#3780) * docs(accessibility-development): Updates documentation as part of content audit. * Test adding screen reader info here. * Test name change to adjust nav * Apply suggestions from code review Co-authored-by: Eric Olkowski <[email protected]> * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-development.md * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-development.md * Updates content. * Apply suggestions from code review * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-development.md * Updates development techniques table content. * Continues editing content. * Content updates. --------- Co-authored-by: Eric Olkowski <[email protected]> * docs(accessibility-scorecard): Updates content as part of content audit. (#3774) * docs(accessibility-scorecard): Updates content as part of content audit. * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-scorecard.md * Final tweaks to ready content for review. * Updates content. * chore(deps): add react as a dep at the root level (#3834) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(Skeleton): updated a11y docs to match template (#3824) * chore(HelperText): updated a11y docs to match template (#3805) * chore(HelperText): updated a11y docs to match template * Removed interactive content bullet from design guidelines * chore(ExpandableSection): updated a11y docs to match template (#3803) * chore(ExpandableSection): updated a11y docs to match template * Added content regarding multiple sections on a page * Added atttributes to html table * chore(CodeEditor): updated a11y documentation to match template (#3799) * chore(CodeEditor): updated a11y documentation to match template * Removed unused import * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(deps): bump semver from 5.7.1 to 5.7.2 (#3841) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @babel/traverse from 7.18.6 to 7.23.6 (#3842) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.6 to 7.23.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * docs(level): expands design guidelines for level layout. (#3673) * docs: expands design guidelines for level layout. * Expands content. * Image placeholders. * Adds content to ready for review. * Apply suggestions from code review * Remove image placeholders * [Snyk] Fix for 1 vulnerabilities (#3828) * fix: packages/documentation-framework/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 * address breaking change in glob * more version bumps * update screenshot command --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: nicolethoen <[email protected]> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(deps): bump postcss from 8.4.31 to 8.4.32 (#3844) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.31...8.4.32) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * [Snyk] Security upgrade puppeteer from 18.2.0 to 19.7.3 (#3843) * fix: packages/documentation-framework/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 * update yarn.lock --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: nicolethoen <[email protected]> * chore(deps): bump qs from 6.5.2 to 6.5.3 (#3309) Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: try a v6 release * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: use surge for v6 staging rather than aws bucket * fix: bump docs-framework version in docs-site * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: try publish v6 to aws (#3845) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: update white space to test publishing to aws * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: PF brand logo in masthead to inline svg * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: bump puppeteer (#3858) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: Update brand svg id to avoid duplicate ids * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Fix: update logo svg (#3861) * fix: update logo svg * fix: update logo svg * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: Update versions.json to include drag drop alpha * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: bump docs framework version * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Continued edits. * Working on content. * Updates design info and adds images. * Updates to images. * Continued content updates. * Smooths out formatting and content. * add all tokens documentation * bump to design-tokens version with versioned css --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: aratti96 <[email protected]> Co-authored-by: Margot <[email protected]> Co-authored-by: patternfly-build <[email protected]> Co-authored-by: Nicole Thoen <[email protected]> Co-authored-by: kuklas <[email protected]> Co-authored-by: Austin Sullivan <[email protected]> Co-authored-by: Eric Olkowski <[email protected]> Co-authored-by: kmcfaul <[email protected]> Co-authored-by: Katie Edwards <[email protected]> Co-authored-by: Jessie <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patternfly Build <[email protected]> Co-authored-by: snyk-bot <[email protected]>
* docs(design-tokens): creates documentation for design tokens. * Working on design tokens doc structure. * Continues adding content and outlining the docs structure. * Ready design tokens docs for draft preview. * Update page info. * Add to side nav. * Adjust section label. * Update packages/documentation-site/patternfly-docs/patternfly-docs.config.js * Small typos. * Update sidebar.' q * Updates to the charts about page and charts colors page (patternfly#3759) * Updates to the charts about page and charts colors page * Update to Color-and-pattern-usage image file * Update colors-for-charts.md * Update colors-for-charts.md --------- Co-authored-by: Margot <[email protected]> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Update broken links on menu accessibility docs * Update broken links on menu design guidelines * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Removing the redudancy in the file. Use is described above the text. (patternfly#3790) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * docs(design-guidelines) Updates content for consistency. (patternfly#3782) * docs(design-guidelines) Updates content for consistency. * Updates from review. * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(docs-framework): add class on example load (patternfly#3789) * chore(docs-framework): add class on example load * chore(example): remove dev mode check from page loaded class addition * chore(example): refactor to add class on page load event * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * docs(terminology): Updates n/a and -- descriptions for clarity. (patternfly#3783) * docs(terminology): Updates n/a and -- descriptions for clarity. * Update packages/documentation-site/patternfly-docs/content/design-guidelines/content/terminology.md * Update packages/documentation-site/patternfly-docs/content/design-guidelines/content/terminology.md * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * feat(dark-theme): replace dark theme switcher with toggle group (patternfly#3788) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(JumpLinks): updated a11y docs to match template (patternfly#3808) * fix(react-drag-drop): add react-drag-drop to latest version (patternfly#3801) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: clean up versions and showdown deps (patternfly#3816) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Added expand/collapse all cards info (patternfly#3815) * Added expand/collapse all cards info * Update card-view.md * Update card-view.md --------- Co-authored-by: Margot <[email protected]> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: add charts dark theme stylesheet (patternfly#3802) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix(drag drop): add drag drop to 5.1 versions.json (patternfly#3817) * fix(react-drag-drop): add react-drag-drop to latest version * fix(drag drop): add to 5.1 version * remove form 5.0 * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: add virtualized table to extensions staging (patternfly#3819) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(Sidebar): updated a11y docs (patternfly#3813) * chore(AboutModal): updated a11y docs to match template (patternfly#3796) * chore(AboutModal): updated a11y docs to match template * Added alt text content to additional sections * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Makes some content updates. * fix: prepare org for component groups release (patternfly#3822) * fix: prepare org for component groups release * bump to component groups to 5.0.0 * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Update github actions to add new issues to project board (patternfly#3818) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * docs(accessibility-fundamentals): Updates content as part of audit. (patternfly#3762) * docs(accessibility-fundamentals): Updates content as part of audit. * Updates content and adjusts file name. * Content tweaks. * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Test page name change * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Some final tweaking to ready draft for review. * Apply suggestions from code review Co-authored-by: Eric Olkowski <[email protected]> * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-fundamentals.md * Updates to file name. --------- Co-authored-by: Eric Olkowski <[email protected]> * docs(patternfly-accessibility): Updates content as part of content audit. (patternfly#3772) * docs(patternfly-accessibility): Updates content as part of content audit. * Update packages/documentation-site/patternfly-docs/content/developer-resources/patternfly-accessibility.md * Update packages/documentation-site/patternfly-docs/content/developer-resources/patternfly-accessibility.md Co-authored-by: Eric Olkowski <[email protected]> * Apply suggestions from code review * Update packages/documentation-site/patternfly-docs/content/developer-resources/patternfly-accessibility.md * Update packages/documentation-site/patternfly-docs/content/developer-resources/patternfly-accessibility.md Co-authored-by: Eric Olkowski <[email protected]> --------- Co-authored-by: Eric Olkowski <[email protected]> * docs(accessibility-development): Updates documentation as part of content audit. (patternfly#3780) * docs(accessibility-development): Updates documentation as part of content audit. * Test adding screen reader info here. * Test name change to adjust nav * Apply suggestions from code review Co-authored-by: Eric Olkowski <[email protected]> * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-development.md * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-development.md * Updates content. * Apply suggestions from code review * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-development.md * Updates development techniques table content. * Continues editing content. * Content updates. --------- Co-authored-by: Eric Olkowski <[email protected]> * docs(accessibility-scorecard): Updates content as part of content audit. (patternfly#3774) * docs(accessibility-scorecard): Updates content as part of content audit. * Update packages/documentation-site/patternfly-docs/content/developer-resources/accessibility-scorecard.md * Final tweaks to ready content for review. * Updates content. * chore(deps): add react as a dep at the root level (patternfly#3834) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(Skeleton): updated a11y docs to match template (patternfly#3824) * chore(HelperText): updated a11y docs to match template (patternfly#3805) * chore(HelperText): updated a11y docs to match template * Removed interactive content bullet from design guidelines * chore(ExpandableSection): updated a11y docs to match template (patternfly#3803) * chore(ExpandableSection): updated a11y docs to match template * Added content regarding multiple sections on a page * Added atttributes to html table * chore(CodeEditor): updated a11y documentation to match template (patternfly#3799) * chore(CodeEditor): updated a11y documentation to match template * Removed unused import * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#3841) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @babel/traverse from 7.18.6 to 7.23.6 (patternfly#3842) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.6 to 7.23.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * docs(level): expands design guidelines for level layout. (patternfly#3673) * docs: expands design guidelines for level layout. * Expands content. * Image placeholders. * Adds content to ready for review. * Apply suggestions from code review * Remove image placeholders * [Snyk] Fix for 1 vulnerabilities (patternfly#3828) * fix: packages/documentation-framework/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 * address breaking change in glob * more version bumps * update screenshot command --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: nicolethoen <[email protected]> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * chore(deps): bump postcss from 8.4.31 to 8.4.32 (patternfly#3844) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.31...8.4.32) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * [Snyk] Security upgrade puppeteer from 18.2.0 to 19.7.3 (patternfly#3843) * fix: packages/documentation-framework/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 * update yarn.lock --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: nicolethoen <[email protected]> * chore(deps): bump qs from 6.5.2 to 6.5.3 (patternfly#3309) Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: try a v6 release * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: use surge for v6 staging rather than aws bucket * fix: bump docs-framework version in docs-site * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: try publish v6 to aws (patternfly#3845) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: update white space to test publishing to aws * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: PF brand logo in masthead to inline svg * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: bump puppeteer (patternfly#3858) * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: Update brand svg id to avoid duplicate ids * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Fix: update logo svg (patternfly#3861) * fix: update logo svg * fix: update logo svg * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: Update versions.json to include drag drop alpha * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * fix: bump docs framework version * chore(release): releasing packages [ci skip] - @patternfly/[email protected] - @patternfly/[email protected] * Continued edits. * Working on content. * Updates design info and adds images. * Updates to images. * Continued content updates. * Smooths out formatting and content. * add all tokens documentation * bump to design-tokens version with versioned css --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: aratti96 <[email protected]> Co-authored-by: Margot <[email protected]> Co-authored-by: patternfly-build <[email protected]> Co-authored-by: Nicole Thoen <[email protected]> Co-authored-by: kuklas <[email protected]> Co-authored-by: Austin Sullivan <[email protected]> Co-authored-by: Eric Olkowski <[email protected]> Co-authored-by: kmcfaul <[email protected]> Co-authored-by: Katie Edwards <[email protected]> Co-authored-by: Jessie <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patternfly Build <[email protected]> Co-authored-by: snyk-bot <[email protected]>
Closes #3741