losing attributes on table cells

hello,

I added the following "headers" attributes to table cells in the source view:

     <tr> <td headers="header1">T. Sexton</td>
       <td headers="header2">10</td>
       <td headers="header3">Espresso</td>
       <td headers="header4">No</td>
     </tr>

Amaya converts these to:
     <tr>  <td ="headersheader1">T. Sexton</td>
       <td ="headersheader2">10</td>
       <td ="headersheader3">Espresso</td>
       <td ="headersheader4">No</td>
     </tr>

thanks,
--wendy
<>
wendy a chisholm (wac)
world wide web consortium (w3c)
web accessibility initiative (wai)
madison, wisconsin (madcity, wi)
united states of america (usa)
tel: +1 608 663 6346
</>

Received on Tuesday, 7 December 1999 02:23:40 UTC