Fossil SCM
Change doctype to HTML5
Fixed
9cb4a4d74b2eca6…
· opened 15 years, 2 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Cosmetic
- Resolution
- Fixed
- Subsystem
- —
- Created
- Jan. 20, 2011 1:22 a.m.
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>"