[Webkit-unassigned] [Bug 83476] New: [Gtk] Bogus markup leads to bogus accessible hierarchy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 9 09:20:56 PDT 2012


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

           Summary: [Gtk] Bogus markup leads to bogus accessible hierarchy
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jdiggs at igalia.com
                CC: msanchez at igalia.com


Created an attachment (id=136233)
 --> (https://bugs.webkit.org/attachment.cgi?id=136233&action=review)
test case

Steps to reproduce:

1. Load the attached, purposefully bogus test case
2. View the accessible hierarchy in Accerciser

For the list, I see:

-> list
   -> list item (this is for item 1)
   -> list item (this is for item 2)
      -> link
   -> panel (this is bogus)
      -> link
   -> list item (this is for item 3)
      -> link (not sure what this corresponds to)
      -> link (this is for the image link, but name is embedded obj char)

The miracle that produced this result seems to be the inclusion of an 'alt' property for the image without it containing anything.

Notes:
1. No I do not know why anyone would do such a thing.
2. Yes, this dangling alt was seen in the wild.
3. Yes, really. :-/
4. If it would be easy and not too hacky to include some sanity checks for nonsense like this, it would be awesome.

-- 
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