[TYPO3-dev] RFC: Change roadmap for 4.5 and 5.0
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Wed Apr 12 18:10:23 CEST 2006
Dimitri Tarassenko schrieb:
> Martin,
>
> On 4/12/06, Martin Kutschker <Martin.Kutschker at n0spam-blackbox.net> wrote:
>
>
>>>d) when web designers stop using document.write(); and <iframe>s
>
>
>>What has these two things you dislike to do with (X)HTML as such.
>
>
> That XHTML does not support them.
For XHTML 1.0 you can use this doctype:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
With 1.1 you could probably use the OBJECT element as an IFRAME. At least I
think the spec allows it. But I have never tried to use it that way.
Perhaps the new XFrames working draft allows to emebed its FRAMES element,
but the wording of the spec doesn't look like it.
And I don't get the point about scripting. Where is it stated that I cannot
do document.write(); in an XML document?
Masi
More information about the TYPO3-dev
mailing list