Re: [whatwg] [canvas] Path object

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