[Seaside] WAHtmlRoot>>writeHeadOn: changed

Lukas Renggli renggli at gmail.com
Wed May 16 20:16:25 UTC 2007


> #writeHeadOn: aStream
>         aStream nextPutAll: '<title>', title, '</title>'.
>         headElements do: [:ea | ea writeOn: aStream].
>         styles do: [:ea | self writeStyle: ea on: aStream].
>         scripts do: [:ea | self writeScript: ea on: aStream].
>
> The idea (and I think it could be confirmed) is: "javascript should load
> in the latest lines of the head because scripts can shortcut everything"

Allright, the latest version published does exactly this.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list