This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 karlcow
收信人 eric.araujo, ezio.melotti, karlcow, loewis, orsenthil
日期 2011-10-31.15:05:14
SpamBayes Score 0.022099031
Marked as misclassified
Message-id <1320073515.82.0.400748361426.issue13295@psf.upfronthosting.co.za>
In-reply-to
内容
Ezio, Martin, 

HTML 3.2, HTML 4.01 are not outdated. They have stable specifications. That said their doctypes have not influence at all in browsers. The html5 doctype <!DOCTYPE html> has been chosen because it was the minimal string of characters that put the browsers into strict mode rendering (See Quirks Mode in CSS). The W3C validator is the only tool implementing an SGML parser able to understand HTML 3.2 and HTML 4.01. Note also that the W3C validtor includes an html5 validator if the concern is the validity of the output.
历史
日期 用户 动作 参数
2011-10-31 15:05:15karlcow修改recipients: + karlcow, loewis, orsenthil, ezio.melotti, eric.araujo
2011-10-31 15:05:15karlcow修改messageid: <1320073515.82.0.400748361426.issue13295@psf.upfronthosting.co.za>
2011-10-31 15:05:15karlcow链接issue13295 messages
2011-10-31 15:05:14karlcow创建