[Webkit-unassigned] [Bug 21935] No support for load method to load XML document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 28 14:46:05 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21935


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #3 from eric at webkit.org  2008-10-28 14:46 PDT -------
https://developer.mozilla.org/En/DOM/Document.load is mozilla's documentation. 
If author's used XHR it would work in both moz an webkit.

DOM 3 Load Save doesn't even include this interface anymore:
http://www.w3.org/TR/DOM-Level-3-LS/load-save.html

So I don't think we ever plan to support this.  Certainly it would be possible
to implement this with a synchronous XHR.


-- 
Configure bugmail: https://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