Topic: Question regarding allowing in-document style tags
While I understand that inline style tags are against the HTML spec, I'm being pushed to allow them within a myspace-like website so that users can add their own styling to their profiles.
htmLawed appears a lot less cumbersome than HTML Purifier and something I could probably dig into and edit to allow the style tag (and perform some validation against). My main interest isn't really in html validation, but more in XSS neutralizing.
Could you provide any pointers about where I might start and at which levels of parsing I might need to modify to allow this? Any information would be greatly appreciated.
Thanks for your assistance!