What fresh hell is THIS now? - Patrick Lauke
aria-hidden
if you can do alt=""
?
WAI-ARIA is intended to be used as a supplement for native language semantics, not a replacement.
[rodneyrehm] I usually element.disable = true; any <button>s while they’re asynchronous operation is still processed. This is done also done to prevent double executions by way of double clicks. The thing I did not realize until today: disabling the button makes it lose focus.
I only noticed this because of IE11 focusing the parent element of the button - https://jsbin.com/pobake/1/edit?html,css,js,output
Now… what’s the expected behavior from a UX perspective? should the button retain focus? (if so, the disabled property can’t be used anymore and another mechanism has to be found to simulate that)
(13:33:13) MichielBijl: [![blob](https://files.gitter.im/w3c/a11ySlackers/UCA8/thumb/blob.png)](https://files.gitter.im/w3c/a11ySlackers/UCA8/blob) (13:33:33) MichielBijl: [edit] [![Shows two messages from StommePoes with her name above the message](https://files.gitter.im/w3c/a11ySlackers/UCA8/thumb/blob.png)](https://files.gitter.im/w3c/a11ySlackers/UCA8/blob) (13:33:37) MichielBijl: ?
:active
without adding pointer-events: none
(which in turn kills the click-capture effect the disabled property has)
busy
attribute then…
aria-busy
no?
role="alert"
For no-js users, yeah it won't work
<noscript>Please enable JS so you can ____</noscript>
<noscript>
doesn't help you when js just breaks
.no-js
is important when considering accessibility of people with disabilities (or just content)?
With that exception I've seen with the silly slow-as-balls loading angular pages, SRs who make virtual buffers may get an empty buffer
[karlgroves] > Yeah I was lucky that the client demanded lynx/elinks support
Why is that lucky?
http://www.karlgroves.com/2011/12/28/text-only-is-not-accessible/
[karlgroves] > it takes sooooo much wooooork and all for the 1 mythical person-on-a-shitty-connection (similar to "why build for the one mythical blind man who might visit our site")
Not the same. In one case its a civil-rights issue. In the other it is a loser-who-needs-a-better-connection.
[karlgroves] Let’s be honest, though. If you’re working on a site for a commercial enterprise, there’s only one goal for the website: make money. This comes in the form of increasing new money spent, reducing expenses, and keeping current customers.
As a business owner myself, I’m not in business to lose money. So when someone writes me and says “Tenon should be $5 a month for the little guy”, I delete it. I’m paying lawyers $500 an hour and accountants $250 an hour, and developers $90 an hour and hosting for $500 a month, and a thousand dollars a month in other stuff.
So, if you ask a business owner to make their site work for < 1% of population having a hard time connecting on a train, they’re going to ask you to prove how much income is generated by that person on the train. And its a fair question to ask.
"So, if you ask a business owner to make their site work for < 1% of population having a hard time connecting on a train, they’re going to ask you to prove how much income is generated by that person on the train. And its a fair question to ask."
That is a fair question. Why not build with that as a starting point?
[rodneyrehm] hm… so if I understand this correctly, @karlgroves and @marcozehe suggest to provide a way to address an element that receives focus in case it loses focus due to becoming disabled (or hidden, or removed, or otherwise lose ability to be focused).
This would result in an observer looking at all blur events, figuring out if focus was shifted intentionally, or because the element lost focus, in which case the referenced element is queried and focused.
alt=""
isn't a fallback for aria-hidden
…
test
aria-hidden
is a fallback for crappy implemented roles by vendors or for when you really need to hide something from AT.
aria-hidden is a fallback for crappy implemented roles by vendors
?
hi there, litle question on title and link, when i have a link like
<a href="mypageprofile.html">Profile</a>
the better title to describe the link are :
<a href="mypageprofile.html" title="Acces to the page : profile">Profile</a>
Right ?
an other exemple :
<a href="mypagemontainarticlehimalaya.html" title="Acces to the article: himalaya">himalaya</a>
<a href="mypagemontainarticlehimalaya.html">himalaya</a>
<a href="mypagemontainarticlehimalaya.html" title="Acces to the article: himalaya">himalaya</a>
better than :
<a href="mypagemontainarticlehimalaya.html" >himalaya</a>
Right ?
and I don't know anyone who uses a text browser
s/text browser/wheelchair/
role="none"
would be preferred: https://www.w3.org/TR/wai-aria-1.1/#none
@StommePoes
the working group plans to introduce none as a synonym to the presentation role
[karlgroves] This is pretty sad. ADA petition hasn't gained more than about 200 new signatures in the last week or so.
gitter.im/ + owner/ + repo/room name