[Webkit-unassigned] [Bug 6393] New: Per SGML spec, </b<br> should be treated as </b><br>
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Jan 5 21:33:38 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6393
Summary: Per SGML spec, </b<br> should be treated as </b><br>
Product: WebKit
Version: 412+
Platform: Macintosh
URL: data:text/html,<b>foo</b<br>bar
OS/Version: Mac OS X 10.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: timeless at myrealbox.com
Steps to reproduce:
1. load data:text/html,<b>foo</b><br>bar
2. load data:text/html,<b>foo</b<br>bar
Actual Results:
Second url doesn't render the same as first, but instead renders as:
{bold}foobar{/bold}
data:text/html,<b>foobar</b>
Seen in:
Safari 1.3.1 (v312.3.3) on OS X 10.3.9
Expected Results:
{bold}foo{/bold}
{break}bar
It should appear the same as:
data:text/html,<b>foo</b><br>bar
- Also Occurs On
Safari 2.0.2 (416.13) on OS X 10.4.3 8F46
- Doesn't Occur On
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20051224
Camino/1.0+
Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC) build 5815.1
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list