Open Bug 1647831 Opened 4 years ago Updated 4 years ago

Match WebKit on supported attributes for AXWebArea

Categories

(Core :: Disability Access APIs, defect, P3)

All
macOS
defect

Tracking

()

People

(Reporter: morgan, Unassigned)

Details

(Whiteboard: [mac2020_1])

We support basic web area attributes as of bug 1642707 , but we should match webkit and support the following as well:

// AXCaretBrowsingEnabled
- (NSString* _Nullable)moxCaretBrowsingEnabled;

// AXLayoutCount
- (NSString* _Nullable)moxLayoutCount;

// AXWebSessionID
- (NSString* _Nullable)moxWebSessionID;

// AXPreventKeyboardDOMEventDispatch
- (NSString* _Nullable)moxPreventKeyboardDOMEventDispatch;
Priority: P2 → P3
You need to log in before you can comment on or make changes to this bug.