Posted by Aaron Gray on 02/03/06 18:34
>> This does not seem to normalize styles and font setting at all.
>
> Then perhaps you should explain what you mean by "normali[z|s]ing" them.
> I understood it the same way Frank did. If we misunderstood, you'll have
> to be more specific.
In the "mathematical" sence. eg if you have two embedded tags that are the
same then they are removed.
<span style="font-family:courier">Some text. <span
style="font-family:courier">some more text. </span>yet more text.</span>
Normalizes to :-
<span style="font-family:courier">Some text. some more text. yet more
text.</span>
I and several people are using the NVU HTML editor which on editting does
not normalize the HTML, leaving in lots of unneeded tags when doing
sploradic editting :(
Aaron
Navigation:
[Reply to this message]
|