I would like my projects to be able to pass css and html validation.
But using the visual editor, it does so much interpreting of the htm files when it loads it into the visual editor panel.
Opening the html view, shows the code, but a LOT of the code is changed, ie "" removed, capitalization of some html tags, changing align=center to align-middle etc etc.
Is there any way I can modify the interpretations.
In the old version 3.1 of phprunner, I had ALL code generated able to pass xhtml strict validation. And that really really helped in the display of the pages. Between all browsers also.
If you can get the page to pass such strict validation, the speed in resolving the page is quite remarkable.
And one other quick question,
Where do the $html_attributes get set and with what. I see in in the <html tag at the top of each page, but I have yet to see any extra code when looking at the raw source after page is displayed.