[TYPO3-core] RFC #14348: Fix some link targets in the Install Tool
Steffen Gebert
steffen at steffen-gebert.de
Tue May 11 09:37:55 CEST 2010
Am 11.05.2010, 08:34 Uhr, schrieb Patrick Broens <patrick at netcreators.com>:
>> So, do you have some JS code (which you used before) to accomplish this?
> Try this:
> <a href="page.html" class="new-window">Page</a>
>
> window.onload = function() {
To be honest, I dislike this very much. We already had this discussion for
autocomplete="off" (or similar - we put it into the XHTML code...).
We're XHTML-strict compatible and later modify the document by JS and do
things, we're not allowed to do? Besides the fact, that it adds more
complexibility, it might also create confusion ("why do I have a target
set, although there's nothing in the HTML code?!?").
As we have a good way (XHTML 1.0 transitional) to use targets in simple
stupid XHTML, I'm for going that "easy" way.
Steffen
More information about the TYPO3-team-core
mailing list