CLO-9: Add Semantics widget wrapping to all WDS components#69
Merged
Conversation
- 장식적/구조적 위젯(WdsDivider, WdsSliverDivider, WdsSkeleton, WdsLoading, WdsDotPagination, WdsCircular)에 ExcludeSemantics 적용 - 기존 문자열 파라미터를 Semantics label로 재활용 (WdsHeading, WdsMenuItem, WdsSectionMessage, WdsSnackbar, WdsTag, WdsToast, WdsSelect, WdsChip, WdsCountPagination, WdsBadge, WdsButton, WdsSquareButton, WdsTextButton, WdsTextTab, WdsTooltip, WdsTextField, WdsTextArea, WdsSearchField, WdsSegmentedControl, WdsBottomNavigation, WdsOption, WdsItemCard) - 텍스트 파라미터가 없는 위젯에 semanticLabel 옵셔널 파라미터 추가 (WdsIconButton, WdsThumbnail, WdsCheckbox, WdsRadio, WdsSwitch, WdsSlider) - 컨테이너 위젯에 Semantics container 래핑 (WdsActionArea, WdsHeader, WdsSliverHeader, WdsSheet) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
WdsDotBadge의 장식용 점에 ExcludeSemantics 적용, WdsSliverDivider에 ExcludeSemantics 적용, WdsMaterialTextTabBar에 Semantics container 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
🎨 Widgetbook Preview 🧭 Branch: 💡 This preview will be updated automatically when you push new commits. |
Co-authored-by: OpenAI Codex <codex@openai.com>
|
🎨 Widgetbook Preview 🧭 Branch: 💡 This preview will be updated automatically when you push new commits. |
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
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.
CLO-9: Add Semantics widget wrapping to all WDS components
WDS Flutter 디자인 시스템의 모든 커스텀 위젯에 Flutter
Semantics위젯을 적용해서 접근성(a11y)을 확보한다.원칙:
label,message,title,hintText등의 문자열 파라미터를Semantics의label로 최대한 재활용할 것semanticLabel옵셔널 파라미터를 새로 추가할 것excludeSemantics: true로 스크린 리더에서 제외할 것범위:
packages/components/lib/src/하위 39개 위젯 전체🔗 Linear 티켓: CLO-9