OLD | NEW |
1 # The spec states that <bdo> should have a role of AXGroup, but that seems | 1 # The spec states that <bdo> should have a role of AXGroup, but that seems |
2 # wrong, so we assume this is correct. | 2 # wrong, so we assume this is correct. |
3 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE | 3 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE |
4 IA2_ROLE_SECTION READONLY | 4 IA2_ROLE_SECTION |
5 ROLE_SYSTEM_STATICTEXT name='Some LTR text' | 5 ROLE_SYSTEM_STATICTEXT name='Some LTR text' |
6 ROLE_SYSTEM_STATICTEXT name='Some RTL text ' | 6 ROLE_SYSTEM_STATICTEXT name='Some RTL text ' |
7 ROLE_SYSTEM_STATICTEXT name='with some LTR text embedded' | 7 ROLE_SYSTEM_STATICTEXT name='with some LTR text embedded' |
OLD | NEW |