This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8374 - Pointless parse error when an act as if </select> causes a parse error in the fragment case
Summary: Pointless parse error when an act as if </select> causes a parse error in the...
Status: RESOLVED NEEDSINFO
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC All
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 12:39 UTC by Henri Sivonen
Modified: 2010-10-04 14:46 UTC (History)
4 users (show)

See Also:


Attachments

Description Henri Sivonen 2009-11-25 12:39:25 UTC
The parse error caused by an act as if </select> had been seen when <select> is not in scope is pointless, because whatever triggers the "as if" already triggers a parse error.
Comment 1 Ian 'Hixie' Hickson 2010-01-06 09:11:10 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Did Not Understand Request
Change Description: no spec change
Rationale: I looked at all the places where a "select" end tag is implied, but I couldn't see anything that looked like what you are referring to here. Could you elaborate?