What fresh hell is THIS now? - Patrick Lauke
@alice @ljwatson heading is not an allowed role for <button> according to http://www.w3.org/TR/html-aria/#document-conformance-requirements-for-use-of-aria-attributes-in-html
Note: ARIA in HTML is authoring conformance requirements ONLY, not implementation (other than for HTML conformance checkers). relevant bit about how browsers must implement is defined in ARIA spec here http://www.w3.org/TR/wai-aria-1.1/#host_general_conflict
don't know about others
@powrsurg actually quick test of opera mini on iOS with VO proves my previous statement wrong, it does expose content, seems usable, but I am not a user (that requires VO, that is)
[Katy Moe, a11y] @stevefaulkner Thanks, that makes sense. I just want to make sure everyone can participate as easily as possible and not miss out or have an unusably busy room.
Yeah understood, need documentation, its been a busy week, only started this channel a few days
<h3>Malmö Politi</h3>
<p>Saga Norén</p>
<blockquote>
<a href="">Profil</a>
Nej, jeg vil ikke have en drink
<ul>
</blockquote>
<li>
</li>
<li>
</li>
</ul>
<a href="">Kontakt</a>
<div>
<h3>Malmö Politi</h3>
<p>Saga Norén</p>
<blockquote>
Nej, jeg vil ikke have en drink
</blockquote>
<ul>
<li>
<a href="">Profil</a>
</li>
<li>
<a href="">Kontakt</a>
</li>
</ul>
</div>
<input type="image" src="profiles/saga-noren.jpg" alt="" role="presentation">
</li>
img
I'm not sure if it is what I would call a purely decorative image, based on what you linked above.
agreed
<img src=“” alt=“Photo of Sofia Helin portraying as Saga Norén”>
with a button laid over it?
<button><img src=“” alt=“Photo of Sofia Helin portraying as Saga Norén”></button>
Granted — I'd still test and validate, as I tend to be wrong a lot. @aardrian there you go being all self-deprecating again...