Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport live regions in MSHTML #1846
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2011-10-17 06:02 How is the span hidden? If you're using CSS display: none, you're suggesting that the span should be invisible to screen readers as well. It needs to be off-screen but not hidden. |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by bgaraventa on 2011-10-17 06:55 The following CSS is used to hide the span tag visually: It appears that the activation of edit mode in NVDA has some negative effect regarding this, but I'm not sure why this would be. |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by jteh on 2011-10-17 07:13 Can you give me some way of finding the span tag in the DOM on your demo page; e.g. directions relevant to the input field? |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by bgaraventa on 2011-10-17 08:39 I'll work on an uploadable sample tomorrow with static elements. |
This comment has been minimized.
This comment has been minimized.
|
Comment 5 by bgaraventa on 2011-10-17 09:53 Thanks for the help. |
This comment has been minimized.
This comment has been minimized.
|
Comment 6 by bgaraventa on 2011-10-17 14:11 I know you said that IE doesn't support live regions, yet IE8 actually does, which is why it works perfectly in JAWS, where incoming messages are automatically announced. It would be great if support for this browser could be similarly added. Thank you again for all of your help :) |
This comment has been minimized.
This comment has been minimized.
|
Comment 7 by jteh on 2011-10-17 22:07 |
This comment has been minimized.
This comment has been minimized.
|
Comment 10 by Michael Curran <mick@... on 2014-04-15 02:33
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 11 by mdcurran on 2014-04-15 02:36 |
This comment has been minimized.
This comment has been minimized.
|
Comment 12 by Michael Curran <mick@... on 2014-04-30 23:09
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 13 by mdcurran on 2014-04-30 23:11 |
nvaccessAuto commentedOct 17, 2011
Reported by bgaraventa on 2011-10-17 05:41
When the ARIA attribute role=span is used to dynamically announce new text within Rich Internet Applications, NVDA says nothing.
This can be observed on the demo page at
http://whatsock.com/modules/auto_suggestion_search_field_module/demo.htm
by typing one letter into the text input field, such as "a". The hidden span tag where the first entry is inserted uses the following ARIA attributes:
Even so, nothing is announced by NVDA when text is inserted into the element.
Blocking #3902