What fresh hell is THIS now? - Patrick Lauke
<br/>
issue (nvaccess/nvda#6400)
[csantos] @caesar I don’t know if JAWS has similar behavior.
from Safari - Voice Over
<ul> <li>Content one</li> <li>Content two</li> </ul> <br/> <!-- after down-arrow: it reads "new line" --> After break line <br/> <!-- after down-arrow: ignored. it reads ‘Hello' --> <pre>Hello</pre> <br/> <!-- after down-arrow: not ignored. but it doesn’t read the next element --> <p> Other paragraph <br/> <!-- after down-arrow: ignored. it reads ‘more content' --> more content </p>
*from Google Chrome - VoiceOver *
<ul> <li>Content one</li> <li>Content two</li> </ul> <br/> <!-- after down-arrow: ignored --> After break line <br/> <!-- after down-arrow: ignored --> <pre>Hello</pre> <br/> <!-- after down-arrow: ignored --> <p> Other paragraph <br/> <!-- after down-arrow: ignored --> more content </p>
I’m really lost with the different results across browsers and platforms
html
, but I need to figure out how manage that kind of things, because that html could be added to the page by content editors
(from AEM) (sweat emoji)
role="tab"
using cursor:default
. I don't think those tabs should behave like links in term of cursor shape, no?