Hello everybody
1.
How about to introduce into tag <verifytext /> additional attribute (for example
markup={true|false}) that allows compare text without html markup (and
substitute all entities &xxx; with char equivalents, for example german umlauts,
=> normal space)).
In such case it became helpless (i don't consider solution to write regexp to
reckon the markup, because it makes condition less undestandable)
----------------------------------
<p>
<span class="first">F</spann>oo and bar
Müller
Some text
</p>
----------------------------------
2.
It would be nice everywhere, where we are working with text do so (or verity
that it is already done)
more examples:
<clicklink label="Continue">
but in HTML this looks like: <a href="#"> <b>Continue</b> </a>
What are your opinions?
king regards
ram