Notes
← All notes
·frontend·20 min

A11y + i18n:semantic HTML、ARIA、RTL、locale 四題串一線

資深前端面試 a11y 和 i18n 是國際公司的標配考題。semantic HTML 是 a11y 第一層、ARIA 是補丁不是首選、RTL layout 用 logical properties、locale negotiation 走 Intl API。四題的決策邊界串成一條線。內部使用。

#accessibility#a11y#i18n#aria#rtl#locale#screen-reader#interview-prep#面試系列#private

問「a11y 怎麼測」、「ARIA 怎麼用」、「RTL 怎麼支援」、「locale 怎麼切」——這四題是大型國際公司前端面試的標配。資深前端的標準答案不是「我用過 aria-label」而是「semantic HTML 第一層,ARIA 是補丁,logical properties 解 RTL,Intl API 解 locale」。這篇把四題串成一條線。