Just finished installing s9y, love it btw.
When set to force XHTML 1.1 (Which is actually 1.0 per the DTD) the document validates. CSS on the other hand does not. (When using the default template)
The error given when run through W3C's validator is:
"/plugin" doesn't actually exist, so I changed it in serendipity_event_browsercompatibility.php toURI : http://www.hobbycode.com/index.php?/serendipity.css
* Line: 2 Context : img
Property behavior doesn't exist : url("http://www.hobbycode.com/index.php?/plu ... havior.htc")
Code: Select all
/plugins
Code: Select all
/plugins/serendipity_event_browsercompatibility/pngbehavior.htc
Is S9Y still able to use this file even though the validator cannot find it? Is the original pathname correct?
Not sure if this is a bug or not...
Thanks!
