[Webkit-unassigned] [Bug 14213] On page with MIME type application/xhtml+xml, cookie don't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 10:38:23 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14213


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Enhancement
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #2 from bdash at webkit.org  2007-06-18 10:38 PDT -------
This would be due to "cookie" being a property of HTMLDocument as per
<http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-8747038>.  In an XHTML
document, "document" is an instance of Document rather than HTMLDocument so it
lacks this property.  I'm not sure that this can be considered a bug so much as
a limitation of XHTML.


-- 
Configure bugmail: http://bugs.webkit.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