Melloware
Melloware
Ahhh its a partial URL or relative URL. I don't think it can send to a "different" server as requested above. I am really not sure this would be possible.
Ahhh no it looks like the Form POST is to Amazon but the BlueImp uses JSON call to the local server at `/documents` to post its JSON config. I have...
@zhiying99 I think this may be a JAWS flaw. We are following the ARIA guidelines exactly. For MenuBar see: https://www.w3.org/TR/wai-aria-practices-1.1/examples/menubar/menubar-2/menubar-2.html ```xml ``` You can see the `
@zhiying99 I am going to close this for now unless you can determine exacltly what we are missing in the ARIA spec. If not we will assume its bug in...
Please see the spec. https://www.w3.org/TR/wai-aria-practices-1.1/examples/menubar/menubar-2/menubar-2.html The role="menuitem" absolutely goes in the `a` element and the tabindex="-1" is also required as part of the spec. tabindex="-1" | a | Makes the ...
Hmmm can you check the differences in why it does not read? I wonder if it tabIndex="0" stuff?
@MarkusChur Can you help us here? We are trying to figure out why MenuBar for example is not accessible even though it looks like we are following the ARIA spec...
will close for now unless someone can figure out what in the spec we are not following but from looking at it we are doing everything correctly.
@serial389 Thanks for helping. i think I understand the roving tabindex issue. However for the `ul` what should the `aria-label` be?
OK submitted a PR. I I think I got all the issues listed!