[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 17:20:18 PDT 2014


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

Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #240509|review?                     |review+, commit-queue-
              Flags|                            |

--- Comment #2 from Benjamin Poulain <benjamin at webkit.org> ---
Comment on attachment 240509
  --> https://bugs.webkit.org/attachment.cgi?id=240509
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?

-- 
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/448fe077/attachment-0002.html>


More information about the webkit-unassigned mailing list