- From: <bugzilla@jessica.w3.org>
- Date: Fri, 20 Aug 2010 16:51:59 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10409
Summary: Adoption agency + SVG bug
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: tonyg@chromium.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html@w3.org, w3c@adambarth.com,
eric@webkit.org
A fuzzer script generated this strange document:
<a><svg><tr><input></a>
Both webkit and mozilla produce this tree:
| <html>
| <head>
| <body>
| <a>
| <svg svg>
| <svg tr>
| <a>
| <svg input>
| <a>
It isn't clear to me what the correct behavior is here, but this can't be
right. I haven't spent much time debugging, but since the two implementations
agree, that seems to point to a spec bug.
--
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, 20 August 2010 16:52:00 UTC