Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#23510 closed defect (bug) (fixed)

Meta Widget [Invalid] Markup Validation - (3.6-alpha-23451)

Reported by: emiluzelac's profile emiluzelac Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.6
Component: Widgets Keywords:
Focuses: Cc:

Description

I am not sure if this was already reported or not, tried searching for it, but could not find a duplicate.

It seems that in 3.6-alpha-23451 default meta widget creates few markup validation such as:

  • End tag li seen, but there were open elements.
  • Unclosed element a.
  • Element a not allowed as child of element ul in this context. (Suppressing further errors from this subtree.)
  • End tag ul seen, but there were open elements.
  • An a start tag seen but an element of the same type was already open.
  • End tag a violates nesting rules.
  • Cannot recover after last error. Any further errors will be ignored.

From what I could see the validation is for WordPress.org link. What's interesting here is that for some strange reason WordPress.org is being repeated several times as well, please see my screenshot. And when meta is removed no errors in validation.

This is a fresh WP install and the only active plugin is "Beta Tester" and with default theme, but this can be reproduced in pretty much every Theme as well.

Attachments (1)

Screen Shot 2013-02-18 at 7.32.14 PM.png (27.8 KB) - added by emiluzelac 12 years ago.

Download all attachments as: .zip

Change History (7)

#1 @emiluzelac
12 years ago

  • Keywords reporter-feedback added

#2 @emiluzelac
12 years ago

  • Keywords needs-testing added; reporter-feedback removed

#3 @SergeyBiryukov
12 years ago

  • Keywords needs-testing removed
  • Milestone changed from Awaiting Review to 3.6

Broken in [23424].

#4 @SergeyBiryukov
12 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 23454:

Add a missing closing tag. fixes #23510. see #14358.

#5 @emiluzelac
12 years ago

That was quick, thanks!

#6 @SergeyBiryukov
12 years ago

  • Version set to trunk
Note: See TracTickets for help on using tickets.