Make WordPress Core

Opened 13 years ago

Closed 12 years ago

#24523 closed defect (bug) (fixed)

The "profile" attribute on the head element is obsolete.

Reported by: crashnet Owned by: nacin
Priority: normal Milestone: 3.9
Component: Themes Version: 3.5.1
Severity: normal Keywords: has-patch
Cc: Focuses: template

Description

if you try to validade an HTML5 doc, as HTML5, via validator.w3.org, you get the following error:

Validation Output: 1 Error

 Line 3, Column 39: The profile attribute on the head element is obsolete. To declare which meta terms are used in the document, instead register the names as meta extensions. To trigger specific UA behaviors, use a link element instead.
<head profile="http://gmpg.org/xfn/11">

<head profile...> comes from /wp-includes/theme-compat/header.php. Looks like the profile should be registered using META.

Attachments (1)

24523.diff (570 bytes ) - added by spmlucas 13 years ago.
Moves profile to meta

Download all attachments as: .zip

Change History (7)

#1 @WraithKenny
13 years ago

Theme's aren't supposed to be relying on theme-compat files anymore. They're very deprecated. A very outdated theme might still rely on it, but for back compat issues, WP doesn't "fix" things like this, since that very outdated theme would have been like that for years now. Recommend "wontfix".

#2 @SergeyBiryukov
13 years ago

Perhaps theme-compat files should have been left out of [18460].

#3 @crashnet
13 years ago

Theme in question is Grind, from Themedy, running on Genesis 2.0

#4 @nacin
13 years ago

  • Component TemplateThemes
  • Focuses template added
  • Keywords needs-patch added; 2nd-opinion removed
  • Milestone Awaiting Review3.9

I agree with Sergey but we might as well fix this.

@spmlucas
13 years ago

Moves profile to meta

#5 @spmlucas
13 years ago

  • Keywords has-patch added; needs-patch removed

#6 @nacin
12 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In 27716:

Theme compat: Move <head profile> to <link>.

props spmlucas.
fixes #24523.

Note: See TracTickets for help on using tickets.