Closed (fixed)
Project:
Navigate
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2008 at 15:06 UTC
Updated:
13 Aug 2009 at 00:40 UTC
The module output is not valid XHTML.
according to HTML validator there are 24 warnings
problems like:
<input> element not closed
<style> isn't allowed in <form> elements
<div> proprietary attribute "rel"
<div> proprietary attribute "name"
<form> lacks "action" attribute
Comments
Comment #1
chrisshattuck commentedOh man, that was a lot harder than I thought it was going to be! ;)
Beta5 is now XHTML compliant (as long as my latest changes didn't bust anything).
Cheers!