[Webkit-unassigned] [Bug 118122] Web Inspector: AX: VoiceOver speaks all inspector search fields as 'required'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 17:43:35 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118122


James Craig <james at cookiecrook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |james at cookiecrook.com
                   |kit.org                     |
     Ever Confirmed|0                           |1




--- Comment #3 from James Craig <james at cookiecrook.com>  2013-06-27 17:45:32 PST ---
(In reply to comment #2)
> They are marked required to allow us to style them with a white background when there is content typed into them. Otherwise they have a semi transparent background. 

Oh, I see the :valid pseudo-class selectors now. I think we can manage the same thing with a :not([value=""]) selector, right? I'll try it out.

> Can we hide that from VoiceOver since this is a purely visual reason?

No, for attrs with identical semantics like @required and @aria-required, the host language attribute wins if there is a conflict, so <input required aria-required="false"> is still required.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list