← Prev in month ← Prev in thread

Re: Table accessibility, summary and HTML5

From
Jirka Kosek <>
Date
2013-07-12T12:10:16+00:00
ID
Thread
Re: Table accessibility, summary and HTML5
On 21.6.2013 17:50, Scott Hudson wrote:

> I did find this: 
> http://www.w3.org/html/wg/drafts/html/master/tabular-data.html#table-descriptions-techniques
>
>  which suggests using <table><caption><details><summary/>...
> 
> If we did that, it would mean adding a details and summary element to
> CALS? I'm not sure that's a good way to go. We could just add an
> @summary, and then rely on the output processors/transforms to take
> the @summary and populate it appropriately?

I think that we shouldn't use attribute like @summary. The reason is
that content in attribute is hard to localize (you can't change
directionality here) and you can't use embeded markup.

I think that actually there is no need to invent any new markup. DocBook
5 offers annotations (http://docbook.org/tdg51/en/html/annotation.html)
and we can use just them:

<annotation xml:id="summary">
<para>In the following table, characteristics are
given in the second column, with the negative side in the left column
and the positive
side in the right column.</para>
</annotation>

<table annotations="summary">
...
</table>

With such approach there is no need to invent new accessibility markup
for DocBook, solution will work for both HTML and CALS tables. Moreover
summary can be longer, use markup, links, ...

I think that just documenting this approach in TDG should be sufficient,
or have I missed something?

Have a nice weekend,

				Jirka


-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail:       http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 rep.
------------------------------------------------------------------
    Bringing you XML Prague conference    http://xmlprague.cz
------------------------------------------------------------------
← Prev in month ← Prev in thread