Hello Gaven,

> I just looked at V3 list of supported tags, and it seems that <td> doesn't
> support *any* attributes (<table> and <th> do have the WIDTH attribute
> though). It should be supporting a few attributes including COLSPAN and
> ROWSPAN.

This is an error in the tag generator -- in fact, the attributes
supported for <TD> are the same as for <TH>. The simple lame parser
which analyzes the layouter source code stumbles over the fact that in
the actual V code, this particular piece of code looks like:

 case ht_td:
 case ht_th:
  {
    ...handle cells, differentiating between td/th later on...
  }

It picks up the ht_td, then picks up the ht_th and only lists the
attributes for <th>. You can see a similiar problem with the various
<Hx> tags.

Olli
  
-- 
Oliver Wagner <[EMAIL PROTECTED]>
http://www.vapor.com/


_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to