- From: Glenn Maynard <glenn@zewt.org>
- Date: Tue, 2 Oct 2012 20:41:39 -0500
- To: Elliott Sprehn <esprehn@gmail.com>
- Cc: WHATWG <whatwg@whatwg.org>, "Tab Atkins Jr." <jackalmage@gmail.com>
window.File is another example. I'd expect things like "<input type=File id=File> <script>send_files(File.files)</script>" to be relatively common. On Tue, Oct 2, 2012 at 8:01 PM, Glenn Maynard <glenn@zewt.org> wrote: > <!doctype html> > <div id=URL></div> > <script>console.log(URL);</script> > > logs the <div> in WebKit (Chrome 21), and the original window.URL in > Firefox. > Oops, WebKit still has URL prefixed. WebKit's behavior is the same as Firefox's. -- Glenn Maynard
Received on Wednesday, 3 October 2012 01:44:16 UTC