detail패널 접근성 추가.

This commit is contained in:
junghoon86.park
2024-06-12 11:00:58 +09:00
parent 78a194e87d
commit 514a05cbac
16 changed files with 334 additions and 157 deletions

View File

@@ -282,6 +282,11 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
onSpotlightUp={onSpotlightUpTButton}
onSpotlightLeft={onSpotlightUpTButton}
marqueeDisabled={false}
ariaLabel={
(prdtId && productData?.prdtNm) ||
(type === "hotel" && hotelData?.hotelInfo.curationNm) ||
(type === "theme" && themeData?.themeInfo[0]?.curationNm)
}
/>
<TBody
className={css.tbody}