From: SourceForge.net <no...@so...> - 2010-07-30 22:39:49
|
Feature Requests item #2933753, was opened at 2010-01-17 19:02 Message generated for change (Comment added) made by aditsu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=2933753&group_id=13153 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Daniel Matuschek (matuschd) Assigned to: Nobody/Anonymous (nobody) Summary: optgroup parser should stop optgroup parsing on unknown tags Initial Comment: Todays implementation processed only <option> tags inside an optgroup. If the optgroup is not closed correctly in the HTML code, all tags after this will be ignored. Browsers seems to close the optgroup if there are other tags then <option>. It seems to be a better idea to close the optgroup if an unknown tag was found instead of ignoring these tags. This should give better results on buggy HTML code. ---------------------------------------------------------------------- >Comment By: Adrian Sandor (aditsu) Date: 2010-07-31 06:39 Message: Can you provide a test case? How does Tidy (the C program) handle it? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=2933753&group_id=13153 |