WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: valid table?

for

From: Steve Faulkner
Date: Mar 25, 2011 9:48AM


some useful testing explanation of ARIA role=presentation

Layout Tables that are No Longer Read as Data Tables Due to ARIA Role
http://wps.pearsoned.com/WAI_ARIA_Testing/179/45991/11773772.cw/index.html


regards
stevef

On 25 March 2011 15:11, Angela French < <EMAIL REMOVED> > wrote:
> Hi Mike,
> While we are on the subject of PDF icons,  I did this approach on the last site I built.  I would be interested in your opinion about this method of presenting a document link and indicating it is a PDF.
>
> <li>
> <a href="pathtofile.pdf">Document Title <span class="filesize"> [<img style="border:none;" src="/graphics/ pdfLogo.gif"
>  alt="Portable Document Format" /> 100<abbr title="kilobytes">KB</abbr>]</span></a>
> </li>
>
>