jQuery Annex Protocols Package Testcase Scenario

$.registerMailto

This section should contain two mailto links with indecipherable email notations to protect the recipients from spam and maximize bot confusion. The first one should contain a server-set text, while the second contains no text initially (or a replacable dummy), but receives the text automatically on invocation of registerMailto, which inserts the mail address in plain text via JS. The second one is, of cource, weaker against bot that execute JS. I also added a third call to demonstrate how to get all needed data directly from the element, without having to hard-code user data to a function call (which you could well do inline, but would be ugly).

Write a mail to this person or this person and maybe even to this person.

$.registerTel

This section should contain two tel links with indecipherable phone number notations to protect the recipients from spam calls and maximize bot confusion. The first one should contain a server-set text, while the second contains no text initially (or a replacable dummy), but receives the text automatically on invocation of registerTel, which inserts the phone number in plain text via JS. The second one is, of cource, weaker against bot that execute JS. I also added a third call to demonstrate how to get all needed data directly from the element, without having to hard-code user data to a function call (which you could well do inline, but would be ugly).

Let's call this person or this person and maybe even this person.