Closed (fixed)
Project:
Grassland
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2009 at 19:14 UTC
Updated:
14 Feb 2019 at 12:15 UTC
Jump to comment: Most recent
Comments
Comment #1
ipwa commentedHey peterx, first off thanks for helping me maintain the queue and testing out my theme. I ported this theme very quickly as you can probably see from some of the markup it still has some WP classes like widgets that I want to change when I get a little more time.
I have changed the doctype now, you can download the new release in up to 12 hours, I just committed some updates. I'll look into WCAG validation when I get some more time.
Cheers
Comment #2
peterx commentedhttp://d-theme.com/grassland has the Feb 24 update and the following error. There is also overlapping text which may be this span.
The W3C test points to the following error. Spans cannot contain block level elements including divisions. The span has to change to a division.
<span class="post-frame-top"><div id="block-user-0" class="block block-user">Comment #3
peterx commentedThe CSS validation says:
URI: http://d-theme.com/sites/all/themes/grassland/style.css?3
180 .wp-caption Property -moz-border-radius doesn't exist : 5px
181 .wp-caption Property -webkit-border-radius doesn't exist : 5px
182 .wp-caption Value Error : background-color Lexical error at line 182, column 27. Encountered: "c" (99), after : "$" :colour_post_highlight;
183 .wp-caption Value Error : background-color Parse Error }
Comment #4
ipwa commentedI'll fix this in the next dev release, the encapsulating span of the content top area has a fixed height I'll also change it into a div instead of a span, but this is a different issue.
Comment #5
ipwa commentedI don't think this is being used really so I'll take it out, I want to clean and organize all the CSS but don't have a whole lot of time right now.
Comment #6
peterx commentedThe March 11 version contains the following line. The end tag needs to be a div.
<div class="post-frame-top"><?php print $content_top; ?></span>There is a style that really needs to be a class:
<div style="clear: both;">You can then get to AAA level validation.
Comment #7
ipwa commentedHey peterx! Thanks a lot for catching this, whooops, lol. I have just committed these changes so should be fixed in next dev release.
Comment #8
peterx commentedYou are quick with the updates. March 12 makes the theme pass XHTML validation plus WCAG (WAI) from levels a throught to AAA. The CSS validates as CSS 2.1 and 3. Wave detected 1 accessibility error, a heading level 2 that is empty. The following site slogan could drop the h2 element when the slogan is empty.
<div class="slogan"><h2></h2></div>Comment #9
ipwa commentedHey peterx, great news! I have added if statements for title and slogan, so the above issues should be solved.
Is this still an issue?
I think its the only thing I haven't had a look at. I'm assigning this issue to you since you know more about this issue than I do, and you can close it when you think its ready. After this is closed I'll fix some of the other issues quickly and try to have a stable 1.0 release soon. Cheers!
Comment #10
peterx commentedComment #11
ipwa commentedThanks peterx have added the validation information on the project description.