|
2011-01-20
| ||
| 17:49 | • Fixed ticket [9cb4a4d74b]: Change doctype to HTML5 plus 1 other change ... (artifact: e0f7e50d97 user: drh) | |
| 17:49 | Change the DOCTYPE to html5. Ticket [9cb4a4d74b2eca66b5f]. Tested on FF, Chrome, Safari, Opera, and IE and seems to work fine. ... (check-in: a2a5e2948b user: drh tags: trunk) | |
| 01:23 | • Ticket [9cb4a4d74b] Change doctype to HTML5 status still Open with 2 other changes ... (artifact: 789d00534b user: dmitry) | |
| 01:22 | • New ticket [9cb4a4d74b]. ... (artifact: cfd1c1e930 user: dmitry) | |
| Ticket Hash: | 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 15.20 years ago |
Created: |
2011-01-20 01:22:41 15.20 years ago |
| Version Found In: | |||
| Description: | ||||
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>" | ||||