Closed (fixed)
Project:
Nerdalistic
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2009 at 01:59 UTC
Updated:
23 Apr 2009 at 15:03 UTC
Testing at http://d-theme.com/nerdalistic. The following XHTML uses the old HTML bold element instead of a span and a class.
<div id="adminpanel"><ul><li>Hello<b></b></li>
The theme has 16 errors when validated at CSS level 2.1 and 14 at CSS level 3. Here is the list from level 3:
URI : http://d-theme.com/sites/all/themes/nerdalistic/d6/reset.css?s
7 input, textarea, select Parse Error {*font-size:100%;
7 input, textarea, select Parse Error ;}
7 body Parse Error ;*font-size:small;
7 * Parse Error *font:x-small;
7 * Parse Error ;}
7 table Value Error : font Parse Error [empty string]
7 pre, code, kbd, samp, tt Parse Error ;*font-size:108%;
7 Parse Error :100%;}
URI : http://d-theme.com/sites/all/themes/nerdalistic/d6/style.css?s
321 div#footer attempt to find a semi-colon before the property name. add it
0 div#footer Parse Error null
321 div#footer Parse Error 90);
322 div#footer Parse Error }
379 h1.title Value Error : font-size Lexical error at line 379, column 18. Encountered: "%" (37), after : "" 167%%;
385 Value Error : font-size Parse Error : 90%; margin: 0 0 5px 0; padding: 0; } h2.titleCSS 2.1 has the following additional errors.
URI : http://d-theme.com/sites/all/themes/nerdalistic/d6/style.css?s
320 div#footer Property opacity doesn't exist in CSS level 2.1 but exists in [css3] : 0.9
321 div#footer Property opacity doesn't exist in CSS level 2.1 but exists in [css3] : 90
Comments
Comment #1
jeremycaldwell commentedThanks for the notes about the theme. I changed the bold statement to strong so that should be fixed and updated real soon. As for the CSS issues those aren't a big deal and I am using percentages for fonts as the reset.css is Yahoo's CSS reset file so I'll leave that one alone too. Thanks again.