Aaron Leventhal

Results 33 issues of Aaron Leventhal

Some browser and ATs are using 'placeholder' and some are using 'placeholder-text': - IA2-based clients (NVDA, JAWS, Supernova) are expecting 'placeholder' - ATK-based clients (Orca) are expecting 'placeholder-text' - Chrome...

From my memory, the original intention of role=group when it was added back pre-ARIA 1.0, was to act the same as an HTML ``. It is treated it that way...

It's been proposed that CSS cursor rules can be a helpful indicator that content is interactive, when the author has not added keyboard support or ARIA. There are cursors that...

We should probably use the BSD or MIT license.

The mouse cursor is one of the hardest things for users to see in a web page. We can apply an SVG mouse cursor and follow the filter. In addition,...

I'm working to update the Blink accessibility code to not expose a name on roles where the name is prohibited. There is a good reason for these rules, as screen...

Because aria-owns is notoriously difficult for user agents to implement in a stable and predictable manner, I suggest that aria-owns cannot cross shadow root boundaries. Pointing into an ancestor shadow...

# Describe your concern UAs/ATs need a way to determine the parent menuitem that caused a menu to be opened. This is important for Talback on Android, which provides the...

Agenda

# Describe your concern It's natural to provide ARIA properties on a custom element and then have the custom element implementation copy that property to a descendant. For example, aria-label,...

Currently NVDA supports math on ROLE_SYSTEM_EQUATION objects by using ISimpleDOMNode::get_innerHtml(). In the interests of eventually being able to deprecate and remove ISimpleDOMNode support, NVDA should first check whether the "math"...

p4
maintenance
triaged