Skip to content

Commit

Permalink
In Internet Explorer and other MSHTML controls, block quotes are now …
Browse files Browse the repository at this point in the history
…reported where appropriate.

Fixes #2888.
  • Loading branch information
jcsteh committed Jan 9, 2013
1 parent 9a3c0f0 commit 4a27732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/NVDAObjects/IAccessible/MSHTML.py
Expand Up @@ -80,6 +80,7 @@ def __getitem__(self,item):
"EMBED":controlTypes.ROLE_EMBEDDEDOBJECT,
"FIELDSET":controlTypes.ROLE_GROUPING,
"OPTION":controlTypes.ROLE_LISTITEM,
"BLOCKQUOTE":controlTypes.ROLE_BLOCKQUOTE,
}

def IAccessibleFromHTMLNode(HTMLNode):
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.t2t
Expand Up @@ -32,6 +32,7 @@
- Tab labels in DropBox's preferences dialog can now be seen with Flat Review.
- If the input language is changed to something other than the default, NVDA now detects keys correctly for commands and input help mode.
- For languages such as German where the + (plus) sign is a single key on the keyboard, it is now possible to bind commands to it by using the word "plus". (#2898)
- In Internet Explorer and other MSHTML controls, block quotes are now reported where appropriate. (#2888)


== Changes for Developers ==
Expand Down

0 comments on commit 4a27732

Please sign in to comment.