FLUID-3950: None of the demo.html files validate (xhtml strict instead of transitional)

Metadata

Source
FLUID-3950
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
heidi valles
Created
2010-12-17T15:56:14.172-0500
Updated
2014-07-30T15:32:40.562-0400
Versions
  1. 1.3
Fixed Versions
N/A
Component
  1. Demos

Description

The doctype on the demos is XHTML 1.0 Strict and doesn't validate for two main reasons:

-there is no attribute "src" & element "iframe" undefined for <iframe src="about:blank"></iframe>
-end tag for "ul" which is not finished <ul id="tabs" class="fl-tabs fl-tabs-left"></ul> – doesn't like that there are no children <li>s

We should switch to transitional.

Comments

  • Anastasia Cheetham commented 2014-07-30T15:32:40.560-0400

    All the demos are now HTML5 (doctype "html"), and pass validation.