[WSG] Anchor tag without href

2009-10-27 Thread lisa . kerrigan
Return Receipt
   
   Your   [WSG] Anchor tag without href
   document:   
   
   wasLisa Kerrigan/StateDevPolicy/DSD 
   received
   by: 
   
   at:27/10/2009 05:15:22 PM   
   





*
Department of Innovation, Industry and Regional Development,Government of 
Victoria, Victoria, Australia.
This e-mail and any attachments may contain privileged and confidential 
information.   If you are not the intended recipient, you may not distribute 
reproduce this e-mail  the attachments.   If you have received this message in 
error, please notify us by return e-mail.
*-



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] Anchor tag without href

2009-10-26 Thread Naveen Bhaskar
hi ,

could anyone tell me whether an anchor tag can be used without href  according 
to webstandads?

  a  id=rateme img src=somepath alt=/a





Thanks and regards

Naveen Bhaskar




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
attachment: navidesigns@live.com.vcf

[WSG] Anchor tag without href

2009-10-26 Thread sharon . pegg
Return Receipt
   
   Your   [WSG] Anchor tag without href
   document:   
   
   wassharon.p...@centrelink.gov.au
   received
   by: 
   
   at:27/10/2009 15:07:19  
   





**
IMPORTANT:  This e-mail is intended for the use of the addressee and may 
contain information that is confidential, commercially valuable or subject to 
legal or parliamentary privilege.  If you are not the intended recipient you 
are notified that any review, re-transmission, disclosure, use or dissemination 
of this communication is strictly prohibited by several Commonwealth Acts of 
Parliament.  If you have received this communication in error please notify the 
sender immediately and delete all copies of this transmission together with any 
attachments.
**



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] Anchor tag without href

2009-10-26 Thread Julia . Dalbo
Return Receipt
   
   Your   [WSG] Anchor tag without href
   document:   
   
   wasJulia Dalbo/ACT/IMMI/AU  
   received
   by: 
   
   at:27/10/2009 03:13:57 PM   
   







Important Notice: If you have received this email by mistake, please advise
the sender and delete the message and attachments immediately.  This email,
including attachments, may contain confidential, sensitive, legally privileged
and/or copyright information.  Any review, retransmission, dissemination
or other use of this information by persons or entities other than the
intended recipient is prohibited.  DIAC respects your privacy and has
obligations under the Privacy Act 1988.  The official departmental privacy
policy can be viewed on the department's website at www.immi.gov.au.  See:
http://www.immi.gov.au/functional/privacy.htm


-



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Anchor tag without href

2009-10-26 Thread Nathanael Boehm
Hi Naveen,

Sure you can for named anchors with document fragment identifiers, but AFAIK
all modern browsers (and I'm not sure which ones if any didn't) support the
use of using *any* HTML element to link to using a doc frag ID.

For example the URL:

http://www.example.com#contact

could link to:

a id=contact /

or straight to the relevant header:

h2 id=contactContact/h2

Cheers,

Nathanael Boehm

Freelance web user interaction designer

UX · IxD · UI design · Prototyping · HTML · CSS · JS · Usability ·
Accessibility · Social media

Imagine Innovation · UXnet Canberra · OpenAustralia · BarCampCanberra

www.purecaffeine.com http://www.purecaffeine.com/about/

Canberra, Australia

0409 288 464


On Tue, Oct 27, 2009 at 2:03 PM, Naveen Bhaskar naveenbhas...@live.inwrote:

  hi ,

 could anyone tell me whether an anchor tag can be used without href
 according to webstandads?

   a  id=rateme img src=somepath alt=/a


  --

 Thanks and regards

 Naveen Bhaskar


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] Anchor tag without href

2009-10-26 Thread nedlud
Don't forget that old school named anchors actually used the name
attribute...

a name=some_targetthe target/a

Then linked to it the same way you would for any tag with an id...

a href=#some_targetclick here/a

I think IE6 still requires this technique.

On Tue, Oct 27, 2009 at 3:15 PM, Nathanael Boehm n...@purecaffeine.comwrote:

 Hi Naveen,

 Sure you can for named anchors with document fragment identifiers, but
 AFAIK all modern browsers (and I'm not sure which ones if any didn't)
 support the use of using *any* HTML element to link to using a doc frag
 ID.

 For example the URL:

 http://www.example.com#contact

 could link to:

 a id=contact /

 or straight to the relevant header:

 h2 id=contactContact/h2

 Cheers,

 Nathanael Boehm

 Freelance web user interaction designer

 UX · IxD · UI design · Prototyping · HTML · CSS · JS · Usability ·
 Accessibility · Social media

 Imagine Innovation · UXnet Canberra · OpenAustralia · BarCampCanberra

 www.purecaffeine.com http://www.purecaffeine.com/about/

 Canberra, Australia

 0409 288 464


 On Tue, Oct 27, 2009 at 2:03 PM, Naveen Bhaskar naveenbhas...@live.inwrote:

  hi ,

 could anyone tell me whether an anchor tag can be used without href
 according to webstandads?

   a  id=rateme img src=somepath alt=/a


  --

 Thanks and regards

 Naveen Bhaskar


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




-- 

Sent from Melbourne, Vic, Australia


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***