Skip to content

fix: 개명이 덮어쓴 ARIA 역할 복원 - #23

Merged
yessjun merged 1 commit into
mainfrom
fix/aria-and-resource-cache
Aug 10, 2026
Merged

fix: 개명이 덮어쓴 ARIA 역할 복원#23
yessjun merged 1 commit into
mainfrom
fix/aria-and-resource-cache

Conversation

@yessjun

@yessjun yessjun commented Aug 10, 2026

Copy link
Copy Markdown
Member

📝 작업내용

  • 개명이 덮어쓴 ARIA 역할 6곳 복원, group을 workspace로 바꾸는 치환이 role 속성까지 닿았다
  • 존재하지 않는 역할이라 브라우저가 버리고 aria-label도 함께 사라졌다, 앞선 접근성 수정이 조용히 되돌려져 있었다
  • 리소스 목록 무효화를 한곳으로 모았다, VM은 자기 종류와 종류 무관 인벤토리 양쪽에 나타나는데 변경이 앞쪽만 새로 고쳤다

⭐️ 검증

  • 치환이 닿았을 다른 리터럴 속성 재탐색, 남은 것 없음
  • console verify.sh 통과

💬 리뷰 포인트

  • 무효화를 개별 지점에 뿌리지 않고 함수 하나로 둔 것은 다음 종류가 그 함수만 고치면 되게 하기 위함이다

A substitution of group to workspace reached six role="group" attributes and
four comments. role="workspace" is not a role, so the browser drops it and the
aria-label with it, silently reverting an earlier accessibility fix.

The resource lists are invalidated together too: a VM appears both under its
own kind and in the type-agnostic inventory, and every mutation refreshed only
the first, so a deleted VM stayed listed until a reload.
@yessjun
yessjun merged commit 7ced719 into main Aug 10, 2026
1 check passed
@yessjun
yessjun deleted the fix/aria-and-resource-cache branch August 10, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant