In today's episode of #accessibility shit-fuckery, booking.com hides hotel prices from accessibility tools using aria-hidden. Even better, they have an sr-only version of the price, except that is inside an aria-hidden container, so it isn't actually exposed to screen readers.
<div aria-hidden="true" tabindex="0" ... aria-describedby="_36ygf5luf">
<div>
<div ... aria-hidden="true">
AUD 89
</div>
</div>
<div>
<div ... aria-hidden="true">
<span ...>
AUD 72
</span>
</div>
<span class="bui-u-sr-only">
Original price
AUD 89
Current price
AUD 72
</span>
</div>
</div>

reshared this

in reply to Jamie Teh

Honestly, I don't know why you're so angry. Blind people don't stay in hotels. They don't even know how to use computers or book for themselves anyway. Why would they ever need to try booking a room in the first place? Not like you have to back-translate the url of *some* places because of an inaccessible list box, work out that the date format lives in the url, so you book your room by changing the start and end dates from the address bar is it? Come on. Who does that? Not blind people. Never...