Quote:
Originally Posted by ShiningArcanine
Is there any chance that this could be made compliant with the XHTML 1.1 Transitional specification? This modification is currently incompliant with it, which has kept me from using it on my forums since version 1.0.1 of the modification.
|
The search mod renders the page dynamically by fetching the results (via the member's browser) from BoardTracker and rendering it into the web page.
There is no relevancy at all in this case to support XHTML, since the data is not there on page load but only after the JS scripts finished running.
Having said that, most of the mod is XHTML compliant (even though as we said, it makes no difference) and the only part that isn't is the part where the dynamic scripts use the internal HTML template for rendering.
I am interested in knowing though, why would such a thing stop you from using the mod?