James Teh
James Teh
Aha. Thank you. I see it.
https://bugzilla.mozilla.org/show_bug.cgi?id=1948185
> If the screen is not scrolled, the user is reading off-screen content in the table. If the user has to perform a mouse action on that content, it will...
I think this is an authoring problem with the table in question. For example, when you navigate to column 9 (which scrolls there), column 10 gets rendered, but when you...
Note that when you first load the table, only columns 1 through 7 are rendered. Table navigation with NVDA causes columns 8, 9 and 10 to be rendered. This further...
There are a number of blocking details to sort out here, but I figured it was worth posting this to get things moving and get some initial feedback. 1. There...
Confirmed. Technical: Our vbuf XML output code sanitises spaces (#6295, be357ce), but no other characters. It needs to sanitise quotes to fix this issue. I guess we may as well...
I can still reproduce it here.
Simple test case: `data:text/html,`
Yes, I can, but I had to tweak the test case slightly: `data:text/html,test` Same underlying bug though.