J.5.8.1 Using Captions and Long Descriptions in WordprocessingML Tables

J.5.8.1 Using Captions and Long Descriptions in WordprocessingML Tables

Consider a simple table that contains both captions and long descriptions.

<w:body>
  <w:tbl>
    <w:tblPr>
      <w:tblStyle w:val="TableGrid"/>
      <w:tblW w:w="0" w:type="auto"/>
      <w:tblLook w:firstRow="true" w:firstColumn="true"
        w:noVBand="true"/>
      <w:tblCaption w:val="2004 Figures"/>
      <w:tblDescription w:val="This table shows that sales figure have been
rising for the past five quarters."/>
    </w:tblPr>
  </w:tbl>
</w:body>
Last updated on