I did a search and couldnt see this in the wishlist.
Could we please make actinic html valid. It is my understanding that it is the non standard <ACTINIC> type tags that are causing problems. I have an idea, but not sure if this would work.
1. All actinic tags are put within special comments. e.g.
2. You update the scripts so that when it parses the html, it looks for the special comments around the tags rather than just the tags.
3. You update the compact html code so that if it sees the special comment tag "<!--*" it doesnt compact that comment.
Discuss.
Thanks,
Paul.
Could we please make actinic html valid. It is my understanding that it is the non standard <ACTINIC> type tags that are causing problems. I have an idea, but not sure if this would work.
1. All actinic tags are put within special comments. e.g.
Code:
<!--*<Actinic:BASEHREF value="http://www.madmash.com/" FORCED=0 />*-->
3. You update the compact html code so that if it sees the special comment tag "<!--*" it doesnt compact that comment.
Discuss.
Thanks,
Paul.
Comment