Re: [webkit-dev] webkit-dev Digest, Vol 65, Issue 29

2010-10-26 Thread Tab Atkins Jr.
On Tue, Oct 26, 2010 at 7:00 AM, yael.aha...@nokia.com wrote: Hi, I am working on improving the spatial algorithm in webkit, and I have a problem with positioned elements that do not have a z-index defined. If I have 2 elements that are intersecting, I need to find out which element is

[webkit-dev] Same Origin Restriction on WOFF fonts across WebKit

2011-01-28 Thread Tab Atkins Jr.
The WOFF font specification requires that browsers apply Same Origin Restrictions (SOR) to WOFF fonts. So far, Firefox and IE9 follow this requirement, while we and Opera don't. As far as I know, our lack of SOR is basically an accident; we implemented support for WOFF before this requirement

Re: [webkit-dev] Same Origin Restriction on WOFF fonts across WebKit

2011-01-28 Thread Tab Atkins Jr.
On Fri, Jan 28, 2011 at 4:07 PM, Maciej Stachowiak m...@apple.com wrote: On Jan 28, 2011, at 3:44 PM, Adam Barth wrote: On Fri, Jan 28, 2011 at 3:11 PM, Maciej Stachowiak m...@apple.com wrote: On Jan 28, 2011, at 3:06 PM, Tab Atkins Jr. wrote: The WOFF font specification requires that browsers

Re: [webkit-dev] CSSGroupingRule and a bit of refactoring?

2012-12-20 Thread Tab Atkins Jr.
On Thu, Dec 13, 2012 at 2:12 PM, Antti Koivisto koivi...@iki.fi wrote: We already have internal type corresponding to the new CSSGroupingRule, StyleRuleBlock. Technically refactoring the CSSOM like this would be fairly trivial. It is not clear to me what value this new type adds though. In JS

Re: [webkit-dev] The SrcN responsive images proposal

2013-10-22 Thread Tab Atkins Jr.
On Sat, Oct 19, 2013 at 7:00 PM, Maciej Stachowiak m...@apple.com wrote: My initial impression is that it seems a bit overengineered. Can you elaborate on these concerns? I tried to find the simplest set of features that solves the use-cases I was presented with in a good way: * lists of urls

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Tab Atkins Jr.
On Thu, Nov 7, 2013 at 9:24 AM, Timothy Hatcher timo...@apple.com wrote: On Nov 6, 2013, at 4:26 PM, John Mellor joh...@chromium.org wrote: I've suggested before that the attributes could be combined if that's considered simpler. My only concern is that most developers aren't used to putting

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Tab Atkins Jr.
On Thu, Nov 7, 2013 at 9:24 AM, Timothy Hatcher timo...@apple.com wrote: As I replied before, there should only be one attribute — srcset. I have a serious suggestion - could we rename srcset to src-n (literally, src-n), and then just ship it? This puns in three interesting ways: 1. If src-N

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Tab Atkins Jr.
On Thu, Nov 7, 2013 at 2:31 PM, Noam Rosenthal n...@webkit.org wrote: Designing this proposal around code formatting is a non-issue in my opinion and it surely didn't stop SVG from providing just one d attribute for path. Following the your logic, it should be d-N. Sure, path d=… is

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Tab Atkins Jr.
On Thu, Nov 7, 2013 at 3:39 PM, Timothy Hatcher timo...@apple.com wrote: On Nov 7, 2013, at 2:22 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: srcset's parsing algorithm *cannot* be extended in the future. I gave an example of how it would fail over on blink-dev; I can reproduce it here

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Tab Atkins Jr.
On Thu, Nov 7, 2013 at 3:43 PM, Timothy Hatcher timo...@apple.com wrote: On Nov 7, 2013, at 2:38 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: I have a serious suggestion - could we rename srcset to src-n (literally, src-n), and then just ship it? This puns in three interesting ways

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Tab Atkins Jr.
On Thu, Nov 7, 2013 at 4:50 PM, Timothy Hatcher timo...@apple.com wrote: On Nov 7, 2013, at 4:28 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Thu, Nov 7, 2013 at 3:43 PM, Timothy Hatcher timo...@apple.com wrote: On Nov 7, 2013, at 2:38 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: I

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-07 Thread Tab Atkins Jr.
On Thu, Nov 7, 2013 at 5:03 PM, Maciej Stachowiak m...@apple.com wrote: Do you claim that using multiple numbered possibly out-of-order attributes as one level of list hierarchy is a smaller mental tax than an extra delimiter? Seems clearly the opposite to me. Of course it does when you

Re: [webkit-dev] CSS4 Media Queries

2014-10-23 Thread Tab Atkins Jr.
On Fri, Oct 17, 2014 at 4:55 PM, Dean Jackson d...@apple.com wrote: Hi floks, I'm going to start implementing a small part of CSS4 Media Queries. I'll put it behind a feature flag. I'm starting with http://dev.w3.org/csswg/mediaqueries-4/#inverted because Apple wants to discuss it at the