Re: new target value for links

* Joe Mansheim wrote:
>Currently: 
>'<a href="1.html" target="_blank">1</a>'
>will open a new window for the link.
>
>Mozilla 0.9.5 now has a new experimental Tabbed Browsing feature:
>http://www.mozilla.org/releases/mozilla0.9.5/
>
>I suggest adding a new tab feature to HTML such that:
>'<a href="1.html" target="_tab">1</a>'
>will open open a new tab.

This is out of domain of HTML, link presentation will be controlled by
CSS and/or XLink in the future. Note that the target attribute is
deprecated.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Wednesday, 17 October 2001 06:28:55 UTC