- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 07 Jul 2009 09:22:11 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7084
Summary: <ul><li>A<iul></l>B is parsed backwards-incompatibly
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 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
Gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=502804
Per HTML5, <ul><li>A<iul></l>B parses as:
ul
li
A
ul
B
For compat, it should parse as:
ul
li
A
ul
B
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Tuesday, 7 July 2009 09:22:21 UTC