> HTML editors cause a couple of problems: > > #1 - you can break the HTML. > #2 - you can PASTE IN any html you want into tinyMCE.. you'd have to > parse out the tags you don't want.. and it could still be broken html. > #3 - wysiwyg html editors are slow loading, evne at their most basic. > #4 - wysiwyg html editors very browser dependent.
I agree with #3 and #4, but the first two are implementation problems. Tidy can ensure that HTML is well-formed, and well-formed HTML can (and should) be swept for naughty bits relatively easily. -- Roger Benningfield ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233171 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

