- From: <bugzilla@jessica.w3.org>
- Date: Fri, 25 Jun 2010 22:27:15 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10015
Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xn--mlform-iua@xn--mlform-i
| |ua.no
--- Comment #1 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2010-06-25 22:27:15 ---
Validator should display warning if @aria-describedby and @longdesc are
similar. Thus this should cause warning:
<img
aria-describedby=samepage-fragment
longdesc=samepage-fragment
src=foo alt="Foo. Bar.">
While this should not:
<img
aria-describedby=samepage-fragment
longdesc=#samepage-fragment
src=foo alt="Foo. Bar.">
(The longdesc is a URL and thus needs the to be a #fragment URI, if it points
to the same pager, while aria-describedby is a idref.i
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 25 June 2010 22:27:17 UTC