[Seaside] deprecated width: method missing from TableHeadingTag

gettimothy gettimothy at zoho.com
Sun Apr 15 08:20:30 UTC 2018


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




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20180415/eda65425/attachment.html>


More information about the seaside mailing list