[Seaside] XHTML Strict Tweaks

Boris Popov boris at deepcovelabs.com
Fri Jul 7 20:27:24 UTC 2006


Here are the two changes I've made to get our application to pass as XHTML
1.0 Strict, both don't seem to affect the behavior or rendering, so it might
be good to just include them at some point,

WAFormTag>>after
 canvas
   div: [canvas context actionUrl parameters
         keysAndValuesDo:
            [:k :v | (canvas hiddenInput)
                          name: k;
                          value: v.
                     canvas text: ' ']]


WARenderCanvas>>form
 ^self brush: ((WAFormTag new)
                 attributeAt: 'action' put: '';
                 yourself)

Thanks!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3370 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060707/482baf6f/smime.bin


More information about the Seaside mailing list