[Bug 13062] HTML spec should not dictate first/last child nesting level and exact order of child siblings

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13062

Marat Tanalin <mtanalin@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://tanalin.com/_experim
                   |                            |entz/bugs/w3/html/parent-di
                   |                            |v-child/

--- Comment #2 from Marat Tanalin <mtanalin@yandex.ru> 2011-06-26 16:06:19 UTC ---
(In reply to comment #1)
> > DIV is free from any semantic (structural) sense
> 
> That's not quite true.  It has the semantic sense of "a group".

It's not a semantic sense. It's just syntactic feature, and that does not
affect the bug point.

> Try using your examples in current browsers

Added testcase URL.

As we can see, everything is OK here:

— Elements are styleable.

— Resulting body.innerHTML / DOM tree exactly corresponds to source code.
Elements hierarchy is not affected/changed by browser's HTML-code error
correction.

Tested on Firefox 5, Opera 11.11, Chrome 12, IE 7-9.

An only "nuance" is that LEGEND is shown not on top border of fieldset, but
this is perfectly OK as for backward-compatibility.

-- 
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 Sunday, 26 June 2011 16:06:21 UTC