XHTML Strict Tweaks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

XHTML Strict Tweaks

Boris Popov, DeepCove Labs (SNN)
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

[hidden email]

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.


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: XHTML Strict Tweaks

Lukas Renggli
> 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,

I committed those changes to the latest Seaside version.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: XHTML Strict Tweaks

Boris Popov, DeepCove Labs (SNN)
Re: [Seaside] XHTML Strict Tweaks
Thanks, Lukas. I know I'm creating extra work for you and Michel Bany, on occasion, but I just never seem to find time to figure out SqueakMap and Monticello enough to integrate these types of tweaks myself. I do have the latest Squeak image installed as a reference Seaside platform, but really its all VisualWorks here :)
 
Cheers!
 
-Boris

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

[hidden email]

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.


From: [hidden email] on behalf of Lukas Renggli
Sent: Sun 09/07/2006 10:01 AM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] XHTML Strict Tweaks

> 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,

I committed those changes to the latest Seaside version.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: RE: XHTML Strict Tweaks

Lukas Renggli
> Thanks, Lukas. I know I'm creating extra work for you and Michel Bany, on
> occasion, but I just never seem to find time to figure out SqueakMap and
> Monticello enough to integrate these types of tweaks myself. I do have the
> latest Squeak image installed as a reference Seaside platform, but really
> its all VisualWorks here :)

I see, no problem, I was just confused ;-)

Maybe a VisualWorks 3.0 (or Squeak) file-out would be easier: I think
there is a goodie that is shipped with this environment. Or as you did
for the form bug, a list of instructions how to fix it.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside