Re: Translatable text in tag attributes

Jason <[email protected]> Sat, 25 Apr 2009 14:23:21 +0100
Newsgroups gmane.comp.cms.xaraya.devel
Organization Xaraya
Message-ID <[email protected]>
[email protected] wrote:
> ...
> I'm less drawn to that form because it opens a new issue: whether or not
> any tag that would have one or more translatable attributes would have
> an open form

Not sure how you would fix that. The open form in the templates is fine, since
it can be closed when the template is compiled or executed. The problem is
knowing which to close and which not to.

The following will cause browsers problems:

<img ...></img>

as will the following:

<textarea ... />

It seems with most browsers a closed tag is not the same as an empty tag with
nothing in it. I always thought is should be, but in practice it is not.

-- JJ