Project Home Page Not Displayed
Status: Alpha
Brought to you by:
quinntaylor
Not exacly an XHTML Doclet issue, the home page for the project xhtmldoclet.sourceforge.net will not display in FireFox 3.0.8 (Ubuntu 8.10). It appears to be an issue with the stylesheet settings to support the iPhone, they generate a parse error and apparently leave the page unviewable. Error from error console is:
Warning: Expected ',' in media list but found 'screen'. Unrecognized at-rule or error parsing at-rule 'screen'.
Source File: http://xhtmldoclet.sourceforge.net/assets/styles.css
Line: 204
That's interesting. The page I got the CSS from mentioned that FF and IE don't support the "only" keyword after @media, but it's supposed to be ignored, not cause the browser to freak out. I've taken out "only" and fixed another parse error or two. Please give it a shot and see if it will render now.
Now it is giving me the error:
Warning: Expected ',' in media list but found 'and'. Unrecognized at-rule or error parsing at-rule 'and'.
Source File: http://xhtmldoclet.sourceforge.net/assets/styles.css
Line: 163
I did a test with lynx, elinks and emacs w3m mode. None of them could display it either, but if I commented out the <script> tags it worked. You are using doctype of XHTML but your <script> tags are not closed by a </script> tag. Isn't that required for XHTML? When I add those to the HTML it works (local copy) in all of them. So maybe it is the markup causing the error, not the CSS?