[Bug 5858] New: Case marked as fragment when it can occur at other times

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

           Summary: Case marked as fragment when it can occur at other times
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: bugmail@entai.co.uk
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


The document "<!DOCTYPE><html><frameset></frameset></html></frameset>" results
in the HTML element being the current element in the "in frameset" insertion
mode even though this is not "(fragment case)", which is contrary to what the
spec says.

After the first </frameset> tag, the current node is the html element; then the
</html> tag moves to the "after after frameset" mode, where another </frameset>
tag switches back to "in frameset" and tries to pop the current node, now the
html element.

I would suggest just removing (fragment case), since that's what I've
implemented.


-- 
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, 11 July 2008 20:59:52 UTC