WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Q: Table footnotes in Word

for

From: Cliff Tyllick
Date: Mar 15, 2015 8:58AM


I can think of a solution that is still less than perfect and think of another problem with the original solution—with both solutions, actually.

If you want all notes repeated on all pages on which the table appears, copy the end notes and paste them in the section's footer.

A problem I can see with these approaches is that you will no doubt have multiple citations of each note from the table. That being the case, there is no consistent place to link back to after the end of the note. I don't see a way around that one.

Cliff Tyllick

Sent from my iPhone
Although its spellcheck often saves me, all goofs in sent messages are its fault.

> On Mar 15, 2015, at 2:19 AM, Chagnon | PubCom < <EMAIL REMOVED> > wrote:
>
> Thanks, Cliff. That's a somewhat workable solution.
>
> But it does mean that the tables footnotes will appear after the end of the
> table, and with a 23-page table in this document, then that means the
> footnotes appear on page 23, and only on page 23 rather than repeated at the
> bottom of each page like most software programs do and users expect to
> encounter.
>
> Although AT users can click the hyperlink and view the footnote several
> pages away, sighted users are hampered. Even though they could click the
> hyperlink, they generally don't. And in the printed version, there are no
> hyperlinks to click.
>
> What's needed is a better solution for tables from W3C and WAI. Right now
> they don't address that tables have footnotes or extend over many pages (one
> of our government clients publishes a 350-page table every quarter --- one
> continuous table).
>
> Just as we have repeating headers on every page of a table, we also need its
> complement, repeating footers on every page that hold the table's footnotes
> and source information.
>
> Adobe InDesign's latest table tools in CC:2014 allow both table headers and
> footers to be designated and repeated on each page. When exported to PDF,
> the tag structure looks like this:
> <table>
> <thead>
> <TR> <TH><TH> etc.
> <tbody>
> <TR> <TD> <TD> etc.
> <tfoot>
> <TR> <TD> etc.
>
> Very easy to set up and it creates a logical structure. However, its use of
> tfoot as a table footer seems to be in violation of WC3's standards, where
> tfoot isn't a footer at all but instead is only a column total, not a table
> total/whatever, and it can't repeat. And because, by definition, tfoot can
> have more tbody after it, it can also be a column subtotal. Why this tag is
> called tfoot is beyond my wildest dreams! It isn't like any footer in any
> software or media anywhere.
>
> So we have a huge disconnect between what our software tools do, what
> publishers need to have done, and what accessibility tags/techniques we have
> to publish content in multiple formats.
>
> Sure makes life interesting, doesn't it.
>
> --Bevi Chagnon
>
> -----Original Message-----
> From: <EMAIL REMOVED>
> [mailto: <EMAIL REMOVED> ] On Behalf Of Cliff Tyllick
> Sent: Saturday, March 14, 2015 4:42 PM
> To: WebAIM Discussion List
> Subject: Re: [WebAIM] Q: Table footnotes in Word
>
> Bevi, I would isolate the table caption and the table in a section. I would
> use end notes instead of footnotes. This would make the notes fall
> immediately below the table while giving you the proper linking between each
> note and its citation.
>
> This method makes it possible to have footnotes in the body of the document
> and footnotes in each table without having any confusion about which notes
> are which.
>
> Although I've never seen the section element mentioned in training on
> creating accessible documents in Word, it does have semantic value. This is
> one instance in which that value can be particularly helpful.
>
> Cliff Tyllick
>
> Sent from my iPhone
> Although its spellcheck often saves me, all goofs in sent messages are its
> fault.
>
>> On Mar 14, 2015, at 1:40 PM, Jon Metz < <EMAIL REMOVED> > wrote:
>>
>> I don't agree with it being an accessibility violation. They are
>> *related* to the tabular data, so that makes them part of the
>> information you are providing. By this very definition, it would be
>> meeting WCAG 2.0 1.3.1, because it directly applies to how you are
>> marking up the structure of the table.
>>
>> I do however agree with Sarah that unfortunately Word does a miserable
>> job organizing this stuff. Technically they should be in the footer
>> cell, but it might not be usable to people because of how badly Word
>> handles it. So placing them outside the table in this case might be
>> the best case scenario, and having them near the table would *also* be
>> conforming to
>> 1.3.1 because having them *inside* the table is "within the presentation"
>> but *outside* the table is "conveyed in text".
>>
>> I think this is one of those situations where you just do what's best
>> for the user. This is something one of the really unfortunate
>> realities about accessibility. Sometimes you can't please everybody,
>> so you need to figure out how to make it usable to the widest possible
>> audience (Take a look at the all the problems that iPlayer from BBC is
>> having with the inability to make everyone happy).
>>
>> If I were you, I'd leave them out and then try to get Microsoft to do
>> things appropriately so we can make things more accessible for a wider
>> audience. But however you do it it's still within the scope of 1.3.1
>> based on my interpretation of it.
>>
>> My two cents.
>>
>> Jonathan
>>
>>
>> On Fri, Mar 13, 2015 at 6:08 PM, Ryan E. Benson
>> < <EMAIL REMOVED> >
>> wrote:
>>
>>> I concur
>>>
>>> --
>>> Ryan E. Benson
>>>
>>> On Fri, Mar 13, 2015 at 6:00 PM, Jonathan Avila <
>>> <EMAIL REMOVED> >
>>> wrote:
>>>
>>>>> We're under the impression that they should be within the <Table>
>>>>> tag,
>>>> in a row at the bottom. Essentially in a footer row.
>>>>
>>>> I would consider placing footnotes in a table a accessibility
>>>> violation
>>> as
>>>> that information isn't tabular data. I believe the idea of the
>>>> tfoot element was for column summaries -- not other data that
>>>> applies to the table as a whole.
>>>>
>>>> Best Regards,
>>>>
>>>> Jonathan
>>>>
>>>> --
>>>> Jonathan Avila
>>>> Chief Accessibility Officer
>>>> SSB BART Group
>>>> <EMAIL REMOVED>
>>>>
>>>> 703-637-8957 (o)
>>>> Follow us: Facebook | Twitter | LinkedIn | Blog | Newsletter
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: <EMAIL REMOVED> [mailto:
>>>> <EMAIL REMOVED> ] On Behalf Of Chagnon | PubCom
>>>> Sent: Friday, March 13, 2015 1:56 PM
>>>> To: WebAIM Discussion List
>>>> Subject: [WebAIM] Q: Table footnotes in Word
>>>>
>>>> Question for Word users:
>>>>
>>>> We have a client requesting that tables in Word have their footnotes
>>>> (and other notes and sources) after the table, outside the <table> tag.
>>>>
>>>> We're under the impression that they should be within the <Table>
>>>> tag, in a row at the bottom. Essentially in a footer row.
>>>>
>>>> WCAG is not clear on this for Word tables.
>>>>
>>>> Your opinion?
>>>>
>>>> - - -
>>>>
>>>> Bevi Chagnon | www.PubCom.com
> > > messages to <EMAIL REMOVED>
>
> > >