>>>>> "Raphael" == Raphael Hertzog <hert...@debian.org> writes:
Raphael> Hi Sam, Raphael> On Fri, 08 Jul 2016, Sam Hartman wrote: >> Now I can interact with the toggle details string, but nothing >> happens when I do. Since you've made it a link, I'm going to >> interact with it that way. Are you expecting it to be clicked on >> rather than selected as a link? Raphael> Yes, the toggling is managed by the javascript onClick Raphael> event on a parent <span> tag, so you should click on the Raphael> link. I can't. If it's a link, the screen reader lets me execute the action associated with the link, not the onclick action. If you want me to click on it you'll need to manipulate it so the screen reader thinks it is clickable. There are some cases wher I can click on a link using some screen reader mouse interaction, but it's unreliable, and it's better to either click on something the screen reader thinks is clickable or run the link action associated with something the screen reader thinks is a link. >> Other accessibility problems: >> >> * The page is hard to navigate. There are no headings, and none >> of the screen reader controls for navigating the page work, so >> you have to scroll through the whole thing. Raphael> Are there "aria" attributes that we can set on title of Raphael> panels to get them recognized as headings or interesting Raphael> navigation points? I do not know. I'm not a web front end person; I don't know CSS. I'm an end user in this space. Raphael> I could change them to <h2> but I would then have to Raphael> disable all default styles that apply to this tag. >> * In the table listing versions and letting you look at the >> changelogs/control files/etc, we have the same hard/impossible to >> interact with items problem as with the action needed display. Raphael> Here I really don't understand... we have a link and within Raphael> that link we have the icon and the <span class="sr-only"> Raphael> tag with the text that you are supposed to see. And given Raphael> it's placed within the link, you should be able to interact Raphael> with it. That's not what I'm seeing.