WebAIM - Web Accessibility In Mind

E-mail List Archives

id attribute in <td>- correct or incorrect?

for

From: Lee, Samson (NIH/NIDCR)
Date: Dec 16, 2004 11:04AM










<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->








<span style='font-size:10.0pt;
font-family:Arial'>Is it wrong to use id attribute in <td>? I found this
to be needed in a complicated table, but I&#8217;ve never seen this. Dreamweaver
shows this attribute in its intellisense, but I want to make sure if it&#8217;s
OK to use this way.