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: 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>

Cheers,

Eliot


-- 
Eliot Kimber
Senior Solutions Architect
"Bringing Strategy, Content, and Technology Together"
Main: 512.554.9368
www.reallysi.com
www.rsuitecms.com



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