- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 24 Jun 2008 13:13:45 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5796
Summary: <li><div><p><li> no longer matches IE
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: hsivonen@iki.fi
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Consider:
<!DOCTYPE html><html><head></head><body><ul><li><div><p><li></ul></body></html>
Under "A start tag whose tag name is "li"" in 'in body':
"3. If node is not in the formatting category, and is not in the phrasing
category, and is not an address or div element, then jump to the last step."
When node is 'p', step 3. breaks the loop and jumps to step 5. This is
inconsistent with IE8. The spec used to be consistent with IE here.
In addition to address and div, p should probably not break the loop.
--
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 Tuesday, 24 June 2008 13:14:28 UTC