Opened 11 years ago
Closed 10 years ago
#24523 closed defect (bug) (fixed)
The "profile" attribute on the head element is obsolete.
Reported by: | crashnet | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.5.1 |
Component: | Themes | Keywords: | has-patch |
Focuses: | template | Cc: |
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)
Change History (7)
#3
@
11 years ago
Theme in question is Grind, from Themedy, running on Genesis 2.0
Note: See
TracTickets for help on using
tickets.
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".