Re: [whatwg] new constructor method for Path2D

2014-03-06 Thread Dirk Schulze
On Mar 5, 2014, at 11:54 PM, Rik Cabanier caban...@gmail.com wrote: On Wed, Mar 5, 2014 at 2:43 PM, Ian Hickson i...@hixie.ch wrote: On Wed, 5 Mar 2014, Jeff Muizelaar wrote: On Mar 5, 2014, at 5:34 PM, Ian Hickson i...@hixie.ch wrote: On Wed, 5 Mar 2014, Rik Cabanier wrote: To work

Re: [whatwg] [2D Canvas] Do canvases in documents without a browsing context need to be rendered?

2014-03-06 Thread Justin Novosad
On Wed, Mar 5, 2014 at 11:42 PM, Rik Cabanier caban...@gmail.com wrote: Testing all browsers (except IE since document.implementation.createHTMLDocument() doesn't work) they seem to handle canvas contexts with no browsing context except when you use text. Chrome crashes, firefox throws an

Re: [whatwg] [2D Canvas] Do canvases in documents without a browsing context need to be rendered?

2014-03-06 Thread Rik Cabanier
On Thu, Mar 6, 2014 at 8:31 AM, Justin Novosad ju...@google.com wrote: On Wed, Mar 5, 2014 at 11:42 PM, Rik Cabanier caban...@gmail.com wrote: Testing all browsers (except IE since document.implementation.createHTMLDocument() doesn't work) they seem to handle canvas contexts with no

Re: [whatwg] new constructor method for Path2D

2014-03-06 Thread Rik Cabanier
On Thu, Mar 6, 2014 at 2:28 AM, Dirk Schulze dschu...@adobe.com wrote: On Mar 5, 2014, at 11:54 PM, Rik Cabanier caban...@gmail.com wrote: On Wed, Mar 5, 2014 at 2:43 PM, Ian Hickson i...@hixie.ch wrote: On Wed, 5 Mar 2014, Jeff Muizelaar wrote: On Mar 5, 2014, at 5:34 PM, Ian Hickson

Re: [whatwg] [2D Canvas] Do canvases in documents without a browsing context need to be rendered?

2014-03-06 Thread Justin Novosad
On Thu, Mar 6, 2014 at 11:47 AM, Rik Cabanier caban...@gmail.com wrote: On Thu, Mar 6, 2014 at 8:31 AM, Justin Novosad ju...@google.com wrote: On Wed, Mar 5, 2014 at 11:42 PM, Rik Cabanier caban...@gmail.com wrote: Testing all browsers (except IE since

Re: [whatwg] [2D Canvas] Do canvases in documents without a browsing context need to be rendered?

2014-03-06 Thread Ian Hickson
On Wed, 5 Mar 2014, Rik Cabanier wrote: Testing all browsers (except IE since document.implementation.createHTMLDocument() doesn't work) they seem to handle canvas contexts with no browsing context except when you use text. Chrome crashes, firefox throws an exception and Safari draws the

Re: [whatwg] [2D Canvas] Do canvases in documents without a browsing context need to be rendered?

2014-03-06 Thread Justin Novosad
On Thu, Mar 6, 2014 at 1:17 PM, Ian Hickson i...@hixie.ch wrote: On Wed, 5 Mar 2014, Rik Cabanier wrote: Testing all browsers (except IE since document.implementation.createHTMLDocument() doesn't work) they seem to handle canvas contexts with no browsing context except when you use

Re: [whatwg] [2D Canvas] Do canvases in documents without a browsing context need to be rendered?

2014-03-06 Thread Ian Hickson
On Thu, 6 Mar 2014, Justin Novosad wrote: On Thu, Mar 6, 2014 at 1:17 PM, Ian Hickson i...@hixie.ch wrote: On Wed, 5 Mar 2014, Rik Cabanier wrote: Testing all browsers (except IE since document.implementation.createHTMLDocument() doesn't work) they seem to handle canvas contexts

Re: [whatwg] [2D Canvas] Do canvases in documents without a browsing context need to be rendered?

2014-03-06 Thread Justin Novosad
On Thu, Mar 6, 2014 at 1:45 PM, Ian Hickson i...@hixie.ch wrote: On Thu, 6 Mar 2014, Justin Novosad wrote: How do we interpret that for Path objects? Does adding text to a path count as a case where font style is undefined, or do we defer and resolve the font style when the path object

Re: [whatwg] new autocomplete= values for authentication forms (was Re: Autocomplete and autofill features and feedback thereon)

2014-03-06 Thread Jake Archibald
I like this, also provides hooks for something like form.requestAutocomplete to do one-click account creation, along with password generation. On 5 Mar 2014 20:39, Edward O'Connor eocon...@apple.com wrote: Hi, Ian wrote, in 2012: This might fall under the broader class of identity-related