This is more of just a heads up. I'm very new to all of this, so it may not be an issue. I upgraded to 5.6 tonight and after resetting the them back to Sky, I checked the CSS validation and it returned a list of warnings for background colors not matching. Prior to the upgrade, it validated clean. Any ideas if there may have been something I didn't do correct? The upgrade went fine with no problems.

Comments

Bob4613’s picture

Assigned: Bob4613 » Unassigned
Bob4613’s picture

jacine’s picture

Status: Active » Postponed (maintainer needs more info)

Hi Bob4613,

Sorry for such a late response here... Anyway, it's not your fault that the code doesn't validate. I believe it's because of two classes I added. I've been thinking about taking them out... Just didn't think the validation was "that" important. Anyway these are the offending classes:

body.left #sidebar ul.menu a.active:after {
  content:" ->";
}

body.right #sidebar ul.menu a.active:before {
  content:"<- ";
}

Thanks for pointing this out though... Do you or anyone else have an opinion if I should remove this or not?

;)

jacine’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Oh, actually, on second thought... I may have misunderstood the issue.

It's possible that you just added a search form or login form to the same page. This is a common problem with Drupal that breaks validation because both of those forms contain submit buttons with the same ID attribute. If this is the problem, it's not your fault or the theme's fault. It's Drupal's fault. :)