[Webkit-unassigned] [Bug 9280] New: Quirksmode: Custom DTDs interpreted incorrectly
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Jun 2 15:10:16 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9280
Summary: Quirksmode: Custom DTDs interpreted incorrectly
Product: WebKit
Version: 420+ (nightly)
Platform: PC
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: adele at apple.com
http://www.quirksmode.org/bugreports/archives/safari/index.html
"When creating custom DTDs like the one below, all browsers except Opera see
the end of the ATTLIST as the end of the DOCTYPE. The result is that they print
"]>" on the screen.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
[
<!ATTLIST p behavior CDATA #IMPLIED>
]>
Test page. http://www.quirksmode.org/oddsandends/dtd.html
Workaround is not included
Reported by ppk."
--
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