You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifrolein (controlTypes.ROLE_TABLEROW,controlTypes.ROLE_TABLECOLUMN,controlTypes.ROLE_TABLECELL) and (notconfig.conf["documentFormatting"]["reportTables"] ornotconfig.conf["documentFormatting"]["reportTableCellCoords"]):
or (role==controlTypes.ROLE_EDITABLETEXTand (controlTypes.STATE_READONLYnotinstatesorcontrolTypes.STATE_FOCUSABLEinstates) andcontrolTypes.STATE_MULTILINEinstates)
121
+
rolein (
122
+
controlTypes.ROLE_BLOCKQUOTE,
123
+
controlTypes.ROLE_FRAME,
124
+
controlTypes.ROLE_INTERNALFRAME,
125
+
controlTypes.ROLE_TOOLBAR,
126
+
controlTypes.ROLE_MENUBAR,
127
+
controlTypes.ROLE_POPUPMENU,
128
+
controlTypes.ROLE_TABLE,
129
+
)
130
+
or (role==controlTypes.ROLE_EDITABLETEXTand (
131
+
controlTypes.STATE_READONLYnotinstates
132
+
orcontrolTypes.STATE_FOCUSABLEinstates
133
+
) andcontrolTypes.STATE_MULTILINEinstates)
115
134
or (role==controlTypes.ROLE_LISTandcontrolTypes.STATE_READONLYinstates)
116
135
or (controlTypes.STATE_FOCUSABLEinstatesandcontrolTypes.STATE_EDITABLEinstates)
0 commit comments