The contact us link on each of the Stack Exchange sites seems to be semi-URL encoded.

In the sense, contact us hyperlinked to

mailto:team%2b<site>@stackexchange.com

instead of

mailto:team+<site>@stackexchange.com
link|improve this question

Wouldn't that be double URL-encoding? – lunboks Oct 10 '11 at 13:48
Do you mean in Source? I'm using FF7 any they're correctly converted to the correct form on Code Review, Programmers and Gaming. – Garden Gnobobby Oct 10 '11 at 13:53
@PaddedCell I use Gmail, so copy+paste results in the above link – Sathya Oct 10 '11 at 14:15
If I "Right-Click -> Copy Address" the address is correctly stored to my clipboard (with the +). – Garden Gnobobby Oct 10 '11 at 14:33
@PaddedCell not so on Chrome – Sathya Oct 10 '11 at 15:19
feedback

1 Answer

There's a question about this somewhere (by Jeff, IIRC), but basically different browsers and plugins handle different combinations differently. The current approach is the "works for most" implementation, covering (in particular) gmail etc. From memory, the spec was ambiguous as to whether this should/shouldn't be encoded.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged