[Seaside] Body tag attributes

Avi Bryant avi@beta4.com
Wed, 24 Apr 2002 10:21:02 -0700 (PDT)


On Wed, 24 Apr 2002, Nevin Pratt wrote:

> For some reason, I have to put a tilde before the 'body', thus:
>
>    (template elementNamed: '~body')

Oh yes, so you do - it's intentional, actually, I just forgot about it.
It's ensuring that tags like <body> that are given implicit ids don't
conflict with other tags that are given explicit ones (see
IAForceDynamicExpansion>>expand:).

How did you figure that out in the first place?

Apologies,
Avi