deprecated width: method missing from TableHeadingTag

gettimothy <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Hi all.

Just a heads up.


The Zurb has an example for tables here: https://foundation.zurb.com/sites/docs/table.html#basics


Notice the width attribute
&lt;th width="200"&gt;Table Header&lt;/th&gt;
 

According to w3, it is deprecated.


https://www.w3.org/TR/html401/struct/tables.html#h-11.2.6




When I send the message 

html tableHeading width: 200; with:'Table Header'.
 

I get a DNU.


I can get around it with the attributeAt:'width' put:200 construct.


cheers

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.