[Webkit-unassigned] [Bug 135116] New: AX: HTML5 landmark (and related) elements should not be ignored.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 21 06:22:09 PDT 2014


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

           Summary: AX: HTML5 landmark (and related) elements should not
                    be ignored.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: taken.spc at gmail.com
                CC: webkit-bug-importer at group.apple.com


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

WebKit ignores and doesn't expose following HTML5 landmark (and related) elements when they have block render object children:

- header (LandmarkBannerRole)
- aside (LandmarkComplementaryRole)
- footer (FooterRole)
- address (LandmarkContentInfoRole)
- main (LandmarkMainRole)
- nav (LandmarkNavigationRole)
- article (DocumentArticleRole)
- section (DocumentRegionRole)
- dt (DescriptionListTermRole)
- dd (DescriptionListDetailRole)

We should not ignore these elements and should expose them.
# Although dt and dd are not related to landmark, we should expose.

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