Actually, this link from the W3C suggests the use of both target and title .. target to open the window and title to tell the user that a new window will open.
Example 2: A link that opens in a new window In HTML 4.01 the target="_blank" attribute can be used on an anchor element to indicate that the URI specified by the href attribute will be opened in a new window. This example shows using the title attribute of the anchor element to provide information that the link will be opened in a new window. <a href="http://example.com/subscribe.html" target="_blank" title="link opens in new window"> Subscribe to email notifications about breaking news </a> from this article:http://www.w3.org/TR/WCAG20-TECHS/H33.htmlNancy----- Original Message ----- From: Kane Tapping To: [email protected] Sent: Thursday, March 27, 2008 10:55 PM Subject: Re: [WSG] a target= ” blank” not part of xhtml Hi , Just wanted to join the chorus and say that poping windows is behaviour and should not be a part of the HTML spec. It really is akin to manipulating browser chrome and other designer land grabs (i.e. forgetting its the users broswer, not yours). Somethings i have found is that the original issue can usually be addressed by using styling to indicate external or document links (and leaving it up to the user to handle that in their prefered way (personaly i like to middle click for a pop under tab)) or for legitimate needs (usually web apps) a JS (behaviour) solution is appropriate. Some of the best include lighbox style popups for 'wizard prompts' or help. Kind Regards, Kane Tapping Web Standards Developer Web and Content Management Services Griffith University. 4111. Australia. [EMAIL PROTECTED] Phone: +61 (0)7 3735 7630 Andrew Maben <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 28/03/2008 02:00 AM Please respond to [email protected] To [email protected] cc Subject Re: [WSG] a target=” blank” not part of xhtml On Mar 27, 2008, at 11:44 AM, Michael Horowitz wrote: I can't imagine its better practice to replace it with javascript. No, "better practice" is to avoid foisting new windows on users altogether. (IMHO - but I don't think I'm alone...) Andrew ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* ------------------------------------------------------------------------------ No virus found in this incoming message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.1/1345 - Release Date: 3/26/2008 6:50 PM ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
