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