- From: <bugzilla@jessica.w3.org>
- Date: Fri, 04 May 2012 13:22:03 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=13409
webreac <e70838@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |e70838@gmail.com
--- Comment #16 from webreac <e70838@gmail.com> 2012-05-04 13:22:02 UTC ---
Please stop your cracks !
The following page fails with the error "Entity 'times' not defined" on Google
chrome when served as application/xhtml+xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
</head>
<body>Hello World ×</body>
</html>
People need to use the standard "HTML5 doctype declaration" AND
"application/xhtml+xml". Because of this buggy specification, html5 entities do
not work anymore.
This is not serious ! The HTML5 specification need to be consistent ! You must
choose between the only two possible positions:
- Either the "standard HTML5 doctype declaration" implies the loading of "html5
entities"
- Either you declare that the "standard HTML5 doctype declaration" should be
different when using xhtml !
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 4 May 2012 13:22:06 UTC