-
Notifications
You must be signed in to change notification settings - Fork 5
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
Accessibility focus-visible default halo #183
Conversation
@blackfalcon Would this work?
|
05d732f
to
10988d7
Compare
@blackfalcon Sure, then the blue border should work. |
10988d7
to
e8a10bc
Compare
This commit adds a new focus-visible feature to WCSS. At the same time, the legacy focus-visible solution has been deprecated. The use of the Sass variable to change output was not well adopted. In order NOT to force this update into all UI scenarios as there may be local code to address this in some cases, this feature has been added as an OPT-IN feature. See inline documentation for info related to update and install instructions. Changes to be committed: modified: README.md modified: src/_core.scss new file: src/_focus-visible.scss new file: src/bundled/essentials+fv.scss
e8a10bc
to
5c4d706
Compare
This commit adds a new focus-visible feature to WCSS. At the same time, the legacy focus-visible solution has been deprecated. The use of the Sass variable to change output was not well adopted. In order NOT to force this update into all UI scenarios as there may be local code to address this in some cases, this feature has been added as an OPT-IN feature. See inline documentation for info related to update and install instructions. Changes to be committed: modified: README.md modified: src/_core.scss new file: src/_focus-visible.scss new file: src/bundled/essentials+fv.scss modified: src/elementDemoStyles/elementDemoStyles.scss
Changes to be committed: modified: tests/styleTest.scss
Changes to be committed: modified: package.json
Changes to be committed: modified: docs/index.html
5c4d706
to
7927789
Compare
Changes to be committed: modified: package-lock.json modified: package.json
Changes to be committed: modified: README.md
|
||
WCSS fully supports idiomatic CSS, be sure to review the [auro docs site](https://auro.alaskaair.com/webcorestylesheets/idiomatic-css) for more information. |
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.
Does that mean this needs to be removed?
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.
Moved the conversation about the removal of this content to an internal channel. A larger discussion that has little impact on this PR. We can easily put this back if the resolution calls fro that action.
This commit adds a new focus-visible feature to WCSS. At the same time, the legacy focus-visible solution has been deprecated. The use of the Sass variable to change output was not well adopted. In order NOT to force this update into all UI scenarios as there may be local code to address this in some cases, this feature has been added as an OPT-IN feature. See inline documentation for info related to update and install instructions. Changes to be committed: modified: README.md modified: src/_core.scss new file: src/_focus-visible.scss new file: src/bundled/essentials+fv.scss modified: src/elementDemoStyles/elementDemoStyles.scss
# [5.1.0](v5.0.8...v5.1.0) (2024-03-05) ### Features * a11y focus-visible default halo [#183](#183) ([3952acd](3952acd))
🎉 This PR is included in version 5.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Alaska Airlines Pull Request
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Resolves: #182
Summary:
Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.
This PR adds a new focus-visible feature to WCSS. At the same time,
the legacy focus-visible solution has been deprecated.
The use of the Sass variable to change output was not well adopted.
In order NOT to force this update into all UI scenarios as there may be
local code to address this in some cases, this feature has been added as
an OPT-IN feature.
See inline documentation for info related to update and install
instructions.
Changes to be committed:
modified: README.md
modified: src/_core.scss
new file: src/_focus-visible.scss
new file: src/bundled/essentials+fv.scss
modified: src/elementDemoStyles/elementDemoStyles.scss
See demo: https://auro-a11y-tab-fix.surge.sh/
Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team