[Webkit-unassigned] [Bug 94149] DTD extension - trailing ]>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 15 14:43:55 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94149
--- Comment #1 from fhp.mail at gmail.com 2012-08-15 14:44:28 PST ---
[Can't figure out how to add, so sorry for that in advance]
Actually, the issue applies to literally any inline DTD.
This, for example, is a rehashing of XHTML1.1 with an entity:
<!DOCTYPE html [
<!ENTITY % xhtml11.dtd
PUBLIC "-//W3C//XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" >
%xhtml11.dtd;
]>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list