Validation

Posted on July 27, 2004

The easy part is done.
The main pages of all the components already validate on both the HTML and the CSS validators.
So now everything that doesn’t go according to plan must really be the fault of the browser, right? Heh… :-)

The changes involved where somewhat substantial, I really missed the part of the “id” being unique and the “class” being a “common” “id”. Obvious, right? duh!
But the interestingly surprising part was that even though they where substantial they weren’t all that hard to do.
Lets hear it for well structured code!

Tomorrow I’ll start changing parts of the design to a table-based one. It kind-a breaks my heart to have to do this, but I guess I have no choice. Well, not one that would be easy enough anyway.