- From: <bugzilla@jessica.w3.org>
- Date: Wed, 29 Dec 2010 19:44:05 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11529
Eliot Graff <eliotgra@microsoft.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #2 from Eliot Graff <eliotgra@microsoft.com> 2010-12-29 19:44:05 UTC ---
Section 6.1 now begins:
Every polyglot markup document contains an <html>, <head>, <title>, and <body>
element. The <html> element is the root element. The <head> and <body> elements
are children of the <html> element. The <title> element is a child of the
<head> element. Therefore, the following source code would be the most basic
polyglot markup document.
Example
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
</head>
<body>
</body>
</html>
Thanks for the feedback.
Eliot
--
Configure bugmail: http://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 Wednesday, 29 December 2010 19:44:08 UTC