OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [dita] Best Practice for Graphical Tables


I believe that was the consensus.

Detail-wise, tgroup/@cols should be 1 (not c1), and colspec need
have no attributes since the default colwidth is *, but what you
show doesn't hurt.  You might find yourself preferring to put
dimens on your image tag in some cases.

paul

> -----Original Message-----
> From: Eliot Kimber [mailto:ekimber@reallysi.com]
> Sent: Tuesday, 2011 July 26 11:24
> To: dita
> Subject: [dita] Best Practice for Graphical Tables
> 
> Per today's discussion, are we in agreement that the best practice for
> marking tables where the table content is in a graphic is as a single-
> cell
> table, e.g.:
> 
>     <table id="table-01" frame="none" >
>       <title>My Graphical Table</title>
>       <tgroup cols="c1">
>         <colspec id="c1" colwidth="*"/>
>         <tbody>
>           <row>
>             <entry>
>               <image keyref="table-01_image">
>                 <alt>Table showing blah blah blah</alt>
>               </image>
>              </entry>
>           </row>
>         </tbody>
>       </tgroup>
>     </table>
> 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]