Downloads

Download tar.gz 9.34 KB
MD5: 270603f8ad035b77c3bfc6792924b91a
SHA-1: 097a52c9b6f5c74b8c2b41349380d3f37b61392c
SHA-256: c6fd19834f6c66bc2836f53614605643b0a2df57e03c589e6cdd6fed5035ed7e
Download zip 11.74 KB
MD5: 60dadd2b796d0388467e1d86c473b831
SHA-1: 724db740d2c0958702217f5611de2ba74e6acd5e
SHA-256: 80f770293e2cef3da580452b8d60e405ab579d29698128a77908646b895a1ab7

Release notes

The purpose of this module is to achieve the same behaviour as clicking an usual mailto: link, while obfuscating email addresses to help prevent spambots from collecting them.

This release focuses on producing output that is W3C XHTML 1.0 compliant, as proposed by marvil07 in issue 169556.
The changes were:

  1. removed the <nobr> tag (why the hell did i use that tag?!) and now use the more compliant CSS property white-space with value nowrap to achieve the same result.
  2. changed the <iframe> for an object tag, to be compliant with the XHTML-Strict mode.

However, there's still one thing in the module that produces output that is not XHTML-Strict compliant: the anchor target attribute, but i can't just cut it off. So, for now, this module can only be XHTML 1.0 Transional compliant.

Created by: dsoares
Created on: 2 Oct 2007 at 18:53 UTC
Last updated: 2 Oct 2007 at 19:42 UTC
New features
Unsupported

Other releases