Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#17363 closed defect (bug) (duplicate)

Add XHTML namespace declaration to Twenty Eleven to provide XHTML compatibility

Reported by: peaceablewhale's profile peaceablewhale Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.2
Component: Themes Keywords: has-patch
Focuses: Cc:

Description

The HTML5 Spec allows the html element having a xmlns attribute with value "http://www.w3.org/1999/xhtml" This provides XHTML compatibility to HTML5.

Attachments (1)

17363.patch (569 bytes) - added by peaceablewhale 13 years ago.

Download all attachments as: .zip

Change History (7)

#1 @Otto42
13 years ago

The xmlns attribute is deprecated and no longer necessary in HTML 5.

http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#xml

#2 @peaceablewhale
13 years ago

The XML namespace declaration is required if the blog is served as application/xhtml+xml. http://www.w3.org/TR/html-polyglot/ provides guidelines for making webpage compatible with both HTML (text/html) and XHTML (application/xhtml+xml).

#3 @holizz
13 years ago

  • Cc tom@… added

#4 @ocean90
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Last edited 13 years ago by ocean90 (previous) (diff)

#5 @peaceablewhale
13 years ago

  • Resolution duplicate deleted
  • Status changed from closed to reopened

Not a duplicate. That one is for Twenty Ten.

#6 @peaceablewhale
13 years ago

  • Resolution set to duplicate
  • Status changed from reopened to closed

Oops, you have merged this ticket to #14226. Closing this again.

Note: See TracTickets for help on using tickets.