[Webkit-unassigned] [Bug 138106] AX: input type=hidden is being exposed when aria-hidden=false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 27 18:17:08 PDT 2014


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

--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
(In reply to comment #2)
> Comment on attachment 240509 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=240509&action=review
> 
> > LayoutTests/accessibility/input-type-hidden-in-aria-hidden-false.html:21
> > +          var content = accessibilityController.accessibleElementById("content");
> > +          shouldBe("content.childrenCount", "0");
> 
> For coverage I suggest the following:
> 1) Do not have aria-hidden="false" on #content, test childrenCount
> 2) Add aria-hidden, test childrenCount
> 3) Change to aria-hidden=true, test childrenCount
> 4) Change to aria-hidden=false, test childrenCount
> 
> That way all cases of [type=hidden] are covered.
> 
> > LayoutTests/accessibility/input-type-hidden-in-aria-hidden-false.html:23
> > +          document.getElementById("content").style.visibility = "hidden";
> 
> Forgot this?

Thanks! I'll make these changes

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141028/44b0bbea/attachment-0002.html>


More information about the webkit-unassigned mailing list