- From: <bugzilla@jessica.w3.org>
- Date: Fri, 18 Mar 2011 22:57:23 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12322
Eliot Graff <eliotgra@microsoft.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Eliot Graff <eliotgra@microsoft.com> 2011-03-18 22:57:22 UTC ---
This is a great catch!
I've changed the paragraphs in Section 6.1 to the following:
]]
Whenever it uses a tr element, polyglot markup always wraps the tr element
inside a tbody, thead, or tfoot element. In HTML, if a group of one or more
adjacent tr elements are not explictly wrapped inside a tbody, thead, or tfoot
element, the HTML parser creates and wraps a new tbody element around the tr
elements. XML parsers do not crete the tbody element, thus offering the
potential for creating different DOMs.
[[
and
]]
Whenever it uses col elements within a table element, polyglot markup
explicitly uses a colgroup element surrounding groups of the col elements. In
HTML, if a group of one or more adjacent col elements are not explicitly
wrapped inside a colgroup element, the HTML parser creates and wraps a new
colgroup element around the col elements. XML parsers do not create the
colgroup element, thus offering the potential for creating different DOMs.
[[
Thanks,
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 Friday, 18 March 2011 22:57:24 UTC