-
Notifications
You must be signed in to change notification settings - Fork 4.4k
BaseControl: Support accessible, flexible layouts #60836
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
Comments
#61382 (comment) is another example of the need for Ideally, I'd love to reach a point where:
What do you think of those goals? How can we balance short and long term goals? |
Couple more feedback items:
|
Another note: if we plan for One example is how white space is not trimmed around |
What problem does this address?
We are running into issues where we want to tweak the layout of the
help
text, or reuse just the styles of the help text. Currently, it requires CSS overrides of BaseControl internals, or copy-pasting styles.What is your proposed solution?
For example, export a
BaseControl.VisualHelp
like we do withBaseControl.VisualLabel
. This must be accompanied by clear accessibility guidance in the docs. This is just a potential solution, there may be better solutions.The text was updated successfully, but these errors were encountered: