[Bug 20466] New: [Accessibility]: Custom element should allow declaration of default accessibility features, such as role and other ARIA attributes.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20466

            Bug ID: 20466
           Summary: [Accessibility]: Custom element should allow
                    declaration of default accessibility features, such as
                    role and other ARIA attributes.
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: jcraig@apple.com
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14949

Probably needs to be done declaratively on the container rather than in the
ShadowDOM content template, as this should be available in the DOM.

<element extends="dialog" role="alertdialog" name="x-alert"
constructor="AlertDialog">
    …
</element>

Example:
$ new AlertDialog().outerHTML
> <dialog is="x-alert" role="alertdialog">…</dialog>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 20 December 2012 20:19:03 UTC