[HTML] WAI-ARIA | ์คํฌ๋ฆฐ๋ฆฌ๋ | aria-label | aria-hidden
WAI-ARIA๋?
Web Accessibility Initiative’s Accessible Rich Internet Applications
์คํฌ๋ฆฐ๋ฆฌ๋๊ฐ ๋ธ๋ผ์ฐ์ ๋ฅผ ์ฝ์ ๋ ๊ฐ ์์๊ฐ ์ด๋ค ์ญํ ์ ํ๋์ง, ๋ฌด์จ ์๋ฏธ๋ก ์กด์ฌํ๋์ง ์ ์ ์๋๋ก ํ๊ธฐ ์ํด ๋ง๋ค์ด์ง ๊ธฐ์ ์ด๋ค.
๋ฒํผ, ๋งํฌ, ๋๋กญ๋ค์ด ๋ฉ๋ด ๋ฑ์ ์์์ WAI-ARIA ์์ฑ์ ์ถ๊ฐํ์ฌ, ์คํฌ๋ฆฐ๋ฆฌ๋๊ฐ ํด๋น ์์๋ฅผ ์ ํํ๊ฒ ์ธ์ํ๊ณ , ์ฌ์ฉ์์๊ฒ ์ ์ ํ ์ ๋ณด๋ฅผ ์ ๊ณตํ ์ ์๋ค.
์คํฌ๋ฆฐ ๋ฆฌ๋๋ : ๋ธ๋ผ์ฐ์ ๋ฅผ ์๊ฐ์ ์ผ๋ก ์ฝ๋ ๊ฒ์ด ๋ถํธํ ์ฌ์ฉ์๋ฅผ ์ํด ์ปดํจํฐ ํ๋ฉด์ ๋ญ๋ ํด์ฃผ๋ ์ํํธ์จ์ด์ด๋ค.
aria-label
ํ๊ทธ๊ฐ ๊ฐ์ง๊ณ ์๋ ์๋ฏธ๋ฅผ ์ ์ด์ฃผ๋ ์ด๋ฆํ ๊ฐ์ ์ญํ ์ ํ๋ค.
ํ์ฌ ์์์ ๊ธฐ๋ฅ ๋ฐ ๋ชฉ์ ์ ์ ์ด๋๋ ๊ฒ์ด๋ค.
<strong aria-label="์ค๋์ ์ฑ
์ ์ ">์ค๋์ ์ฑ
</strong>
์ด๋ ๊ฒ aria-label์ ์์ฑํด์ค์ผ๋ก์จ ๋ด์ฉ์ ๋ช ํํ๊ฒ ์๋ ค์ค ์ ์๋ค.
aria-hidden="true"
<strong aira-label="ํ์ 9.4">
<span aria-hidden="true">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half"></i>
</span>
9.4
</strong>
์คํฌ๋ฆฐ ๋ฆฌ๋๋ก ์ฝ์ ๋, ๋ณํ๋ฅผ ํ๋ ํ๋ ๋ค ์ฝ์ด์ฃผ๋ ๊ฒ์ด ์๋๋ผ, ํ์ 9.4๋ง ์ฝ์ด์ฃผ๊ธฐ๋ฅผ ์ํ ๋ ์ฌ์ฉํ๋ ๊ฒ์ด aria-hidden์ด๋ค.
ํ์ํ ์ ๋ณด๋ง ์ฝ์ด์ค ์ ์๋ค.
์์ : ์์์ฆ
<body>
<h1>Bill sharing request <span>from Kimbug</span></h1>
<div class="receipt">
<h2>McDonald's</h2>
<strong class="barcode">
<img src="./assets/barcode.svg" alt="Barcode">
</strong>
<span aria-label="Issue on June 24th, 20xx">24.06.20xx</span>
<div>
<dl>
<div>
<dt>Coke light - 0.3<span aria-label="litter">L</span></dt>
<dd>$1.50</dd>
</div>
<div>
<dt>Heineken Beer - 0.5<span aria-label="litter">L</span></dt>
<dd>$3.25</dd>
</div>
<div>
<dt>Chicken McNuggets</dt>
<dd>$21.00</dd>
</div>
</dl>
<dl>
<dt>In total</dt>
<dd><strong>$25.75</strong></dd>
</dl>
</div>
</div>
</body>
aria-label์ ๋ณด์.
L์ ๋ณด๋ฉด ๋ฌด์จ ์๋ฏธ์ธ์ง ๋ชจ๋ฅด๋๊น aria-label์ litter๋ผ๊ณ ๋ช ์ํด์คฌ๋ค.
๊ทธ๋ฆฌ๊ณ ์์ฃผ์ฆ ๋ฐํ ๋ ์ง์๋ Issue on June 24th, 20xx ๋ผ๊ณ ์ ์ด์คฌ๋ค.
(Issue on : ์์์ฆ์ ๋ฐํํ๋ค๋ผ๋ ๋ป)
class="sr-only"
<table>
<thead class="sr-only">
<tr>
<th scope="col">Actions</th>
<th scope="col">Sender</th>
<th scope="col">Title</th>
<th scope="col">Time</th>
</tr>
</thead>
</table>
screen reader only๋ฅผ ์ค์ฌ์ sr-only๋ก ๋๋ฆฌ ์ฐ์ด๊ณ ์๋ค.
class="sr-only"๋ ์คํฌ๋ฆฐ ๋ฆฌ๋์์๋ง ๋ณด์ด๊ณ , ์ผ๋ฐ ์ฌ์ฉ์์๊ฒ๋ ๋ณด์ด์ง ์๋ ์์๋ฅผ ๋ง๋ค๊ธฐ ์ํด ์์ฃผ ์ฌ์ฉ๋๋ค.
์ด๋ฅผ ํตํด, ์คํฌ๋ฆฐ ๋ฆฌ๋ ์ฌ์ฉ์๋ค์ด ์น ํ์ด์ง์ ์ ๋ณด๋ฅผ ๋์ฑ ์ฝ๊ฒ ์ดํดํ๊ณ , ์ ๊ทผํ ์ ์๋ค.
css ์์ฑ์ผ๋ก๋ visibility : hidden;์ ์ค๋ค.