bvaughn commented on issue #24688:
URL: https://github.com/apache/superset/issues/24688#issuecomment-1746857199

   > In visual user agents it is apparently trapping scroll events to then add 
the next rows into the DOM so they can be rendered
   
   Libraries like react-virtualized and react-window can be configured to 
over-render rows so that there are some "next" and "previous" rows (not 
visible, but in the DOM) for screen readers.
   
   > (if so I would recommend something that uses actual table markup instead 
of a bunch of div elements tweaked up to kinda sorta behave like one).
   >
   > That the result table is not accessible to screen readers is a rather 
critical problem IMO.
   
   So far as I understand, ARIA roles should be sufficient here (but maybe I'm 
mistaken).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to