FLUID-3580: Pager demo has invalid markup

Metadata

Source
FLUID-3580
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Justin Obara
Created
2010-04-01T10:17:12.000-0400
Updated
2010-12-07T07:03:09.232-0500
Versions
  1. 1.1.2
  2. 1.2
Fixed Versions
N/A
Component
  1. Pager

Description

Pager demo has invalid markup
http://build.fluidproject.org/infusion/demos/pager/html/pager.html

  1. Error Line 82, Column 46: document type does not allow element "span" here; assuming missing "li" start-tag

<span class="flc-pager-summary">1-10 of 500 items</span>

  1. Error Line 83, Column 19: end tag for "li" omitted, but OMITTAG NO was specified

</ul>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Comments

  • Jonathan Hung commented 2010-11-09T15:10:15.214-0500

    "Bug Parade Infusion 1.3"

  • Jonathan Hung commented 2010-12-06T20:46:55.556-0500

    New pager demo passes W3C Validator with XHTML 1.1 and UTF-8 encoding.

  • Justin Obara commented 2010-12-07T07:03:09.227-0500

    Closing, since it is now passing w3c validation