# 접혀진 아코디언은 검색할 수 없나요?

> Clean Markdown view of GeekNews topic #9230. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9230](https://news.hada.io/topic?id=9230)
- GeekNews Markdown: [https://news.hada.io/topic/9230.md](https://news.hada.io/topic/9230.md)
- Type: news
- Author: [hiddenest](https://news.hada.io/@hiddenest)
- Published: 2023-05-22T07:29:04+09:00
- Updated: 2023-05-22T07:29:04+09:00
- Original source: [hiddenest.dev](https://hiddenest.dev/accessible-accordion)
- Points: 25
- Comments: 1

## Topic Body

접근성과 애니메이션을 포기하지 않는 UI를 만들 수 있을까?  
- 웹페이지에서 Ctrl + F로 검색했을 때, 숨겨진 콘텐츠를 보이게 만들기  
- HTML 최신 스펙인 [hidden="until-found"]와 ReactDOM의 렌더링 충돌 문제  
- 프레임워크가 접근성 구현을 제한할 때, 개발자는 어디까지 시도를 해아할지

## Comments



### Comment 16162

- Author: kuroneko
- Created: 2023-05-22T09:55:43+09:00
- Points: 1

새로운 속성 하나 알아가네요.  
  
우회 방법이 있다는 건 다행이지만, 최신 스펙을 사용할 때마다 고민되는 문제일 것 같습니다.
