[feat] 네이티브 컴포넌트 탐색과 접근성 지도 추가 - #14
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
okorion
marked this pull request as ready for review
July 15, 2026 03:26
okorion
commented
Jul 15, 2026
okorion
left a comment
Contributor
Author
There was a problem hiding this comment.
레드팀 검토: 수정 필요
- [P1] 빠른 참조 입력창에서 Enter를 누르면 대화상자가 닫힙니다. 재현: 빠른 참조 열기 → “예제 이름 찾기”에 값을 입력 → Enter. 입력창을 감싼
form method=dialog의 암시적 제출이 대화상자를 닫습니다. 빠른 참조 탐색 흐름이 중단됩니다.
입력 콘텐츠를 dialog 종료용 form 밖으로 분리하고, 닫기 버튼만 method=dialog form으로 유지한 뒤 Enter·Esc·닫기 버튼의 초점 복귀를 다시 확인합니다.
Contributor
Author
|
System.Collections.Hashtable.Body |
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.
목적
native HTML UI Kit을 예제 모음에서 키보드 흐름과 브라우저 기본 상호작용을 빠르게 확인할 수 있는 밝은 참조 화면으로 확장합니다. UI UX Pro Max의 문서형 정보 구조·가독성·접근성 권고를 JavaScript 없이 선별 적용합니다.
주요 변경 사항
commandfor기반 빠른 참조 dialog에 datalist 제안과 컴포넌트 요약을 추가했습니다.UX 판단
검증
pnpm checkgit diff --check#menus이동 확인자가 개선 루프
디자인 권고 생성 → native 제약 선별 → 탐색·접근성 기능 구현 → 빌드·브라우저 검증 → modal 링크 결함 수정 → 적대적 diff 점검 순서로 한 사이클을 완료했습니다. 실제
codex-redteam상태 검사는 생성하거나 우회하지 않았으며, 해당 상태가 없는 동안 PR을 병합하지 않습니다.