Re: [whatwg] Features for responsive Web design

2012-10-08 Thread Mark Callow
On 2012/10/06 7:09, Ian Hickson wrote: > I agree, when there's 3x displays, this could get to the point where we > need to solve it. :-) > > With the current displays, it's just not that big a deal, IMHO. If by 3x you mean displays whose dpi is 3x that of CSS pixels (96dpi), they already exist in

Re: [whatwg] Null characters

2012-10-08 Thread Cameron Zemek
On Tue, Oct 9, 2012 at 1:36 PM, Ian Hickson wrote: > On Tue, 9 Oct 2012, Cameron Zemek wrote: >> >> I noticed the specification usually treats null characters U+ by >> replacing them with the replacement character U+FFFD . The other cases >> it will be ignored by the tree construction stage wh

Re: [whatwg] Null characters

2012-10-08 Thread Ian Hickson
On Tue, 9 Oct 2012, Cameron Zemek wrote: > > I noticed the specification usually treats null characters U+ by > replacing them with the replacement character U+FFFD . The other cases > it will be ignored by the tree construction stage when the mode is 'in > body', 'in table text', 'in select

[whatwg] Null characters

2012-10-08 Thread Cameron Zemek
I noticed the specification usually treats null characters U+ by replacing them with the replacement character U+FFFD . The other cases it will be ignored by the tree construction stage when the mode is 'in body', 'in table text', 'in select'. Would it not be simpler and more consistent to jus

Re: [whatwg] Proposal for improved handling of '#' inside of data URIs

2012-10-08 Thread Ian Hickson
On Sat, 10 Sep 2011, Daniel Holbert wrote: > > I'm writing with a proposal to improve the handling of "#" in data URIs. > I'm particularly looking for feedback from other browser vendors, but of > course feedback from others is welcome as well. [...] Anne has since tried to respec URL parsing i

Re: [whatwg] [canvas] Path object

2012-10-08 Thread Ian Hickson
On Sat, 22 Sep 2012, Elliott Sprehn wrote: > > I was looking at the canvas Path API and had some concerns. In > particular it's inconsistent with the rest of canvas: > > We already have CanvasGradient and CanvasPattern in the global > namespace, so this should probably be called CanvasPath. The

Re: [whatwg] Details on window.open

2012-10-08 Thread Boris Zbarsky
On 10/7/12 6:32 AM, David Bruant wrote: 1) what are the rules for popup blockers? Browser-dependent. Gecko uses a combination of several heuristics to block popups, based on what sort of platform event are being processed when the window.open call happens, how many popups are already open, w