Ticket UUID: | 9cb4a4d74b2eca66b5f4dc51f4e1b86cc6ae04a3 | ||
Title: | Change doctype to HTML5 | ||
Status: | Fixed | Type: | Feature_Request |
Severity: | Cosmetic | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2011-01-20 17:49:48 | ||
Version Found In: | |||
Description & Comments: | |||
Current DOCTYPE is XHTML strict:
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"" " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">" AFAIK, canvas tag used in timeline is HTML5-only. Plus, with HTML5 validator we get fewer errors on Fossil pages, and markup no longer needs to be so annoyingly strict :-) Thus, I propose changing doctype to HTML5's: "<!doctype html>" |