[Bug 24593] New: longdesc and @role (ARIA)

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

            Bug ID: 24593
           Summary: longdesc and @role (ARIA)
           Product: HTML WG
           Version: unspecified
          Hardware: Macintosh
               URL: http://dev.w3.org/html5/spec/embedded-content-1.html#t
                    he-img-element
                OS: Mac System 9.x
            Status: NEW
          Keywords: a11y, a11y_text-alt, aria
          Severity: normal
          Priority: P2
         Component: HTML Image Description Extension
          Assignee: chaals@yandex-team.ru
          Reporter: faulkner.steve@gmail.com
        QA Contact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org,
                    xn--mlform-iua@xn--mlform-iua.no
        Depends on: 10016

+++ This bug was initially created as a clone of Bug #10016 +++

To present an <img> with a longdesc the best way to AT users, what role should
this <img> have:
<img src=foo alt="Bar. Bas." longdesc="longdesc.html">

Does this make sence - if yes, are there cases when it does not make sense:
<img role="link img" src=foo alt="Bar. Bas." longdesc="longdesc.html">

What about a presentational image - this should probably be invalid, since
presentational images are ignored by AT users. (I guess @aria-describedby on
same imags, should also be invalid?)
<img role="presentation" src=foo alt="" longdesc="longdesc.html">
<img                                     src=foo alt=""
longdesc="longdesc.html">

Are there other meaningful/unmeaningful roles when @longdesc is used?

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

Received on Monday, 10 February 2014 09:56:34 UTC