deprecated width: method missing from TableHeadingTag

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
tty
Reply | Threaded
Open this post in threaded view
|

deprecated width: method missing from TableHeadingTag

tty
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
<th width="200">Table Header</th>

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
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside