[Bug 23332] Support Binary Keys

2014-10-04 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23332 Bug 23332 depends on bug 23369, which changed state. Bug 23369 Summary: Provide hooks for Typed Arrays (ArrayBuffer and friends) https://www.w3.org/Bugs/Public/show_bug.cgi?id=23369 What|Removed |Added

[Bug 26153] Allow ArrayBuffer as argument to send()

2014-10-04 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26153 Bug 26153 depends on bug 23369, which changed state. Bug 23369 Summary: Provide hooks for Typed Arrays (ArrayBuffer and friends) https://www.w3.org/Bugs/Public/show_bug.cgi?id=23369 What|Removed |Added

[Bug 23211] Add iterator support to FormData

2014-10-04 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23211 Anne ann...@annevk.nl changed: What|Removed |Added Status|NEW |RESOLVED

Re: Relative URLs in Web Components

2014-10-04 Thread Anne van Kesteren
On Thu, Oct 2, 2014 at 3:09 PM, Anne van Kesteren ann...@annevk.nl wrote: This is a hard problem: https://www.w3.org/Bugs/Public/show_bug.cgi?id=20976#c8 I saw you commented on the bug, but I prefer keeping that bug focused on several other problems around base URLs so let's continue here. You

Re: Relative URLs in Web Components

2014-10-04 Thread Scott Miles
An issue is that a relative URL is only correct as long as the `img` (for example) is owned by the import. If you migrate the element to the main document, the path is now relative to the wrong base, and users are confused. One can do `img.src = img.src;` before migrating the node, and that will