new target value for links

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.


Joe Mansheim

Received on Tuesday, 16 October 2001 20:09:44 UTC