-
Notifications
You must be signed in to change notification settings - Fork 14
Releases/theme next #105
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
Open
lawpachi
wants to merge
453
commits into
main
Choose a base branch
from
releases/theme-next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Releases/theme next #105
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
此提交向 `TextArea` 组件添加了一系列无障碍属性支持,包括 `aria-label`, `aria-describedby`, `aria-hidden`, 等等,增强了组件的可访问性。
移除了 Button 和 Progress 组件中的冗余无障碍性测试文件,简化测试结构。
更新了 `TextArea` 组件的文档,增加了代码示例部分,并补充了无障碍属性的相关说明。
移除了Button组件中的无障碍属性相关定义和支持。
此提交为进度条组件添加了基于进度值显示不同状态文本的功能,增强了组件的可访问性和用户交互体验。
移除了部分不常用的ARIA属性说明,简化了文档内容。同时调整了组件内部的无障碍属性处理方式,使其更加一致和准确。
在文本区域组件中添加了字符计数提示功能,当启用了显示计数选项时,会在文本区域动态更新剩余字符数量的提示信息。
…dicator position is always synced
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
这个 PR 做了什么?
简要描述所做更改
这个变动的性质是?
这个变动涉及以下渠道:
附加信息(可选)
在此添加任何其他相关信息,比如截图或设计图。