Re: [webkit-dev] CSS4 Media Queries

2014-10-23 Thread Dean Jackson

> On 23 Oct 2014, at 5:08 pm, Tab Atkins Jr.  wrote:
> 
> On Fri, Oct 17, 2014 at 4:55 PM, Dean Jackson  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 W3C TPAC meetings. We don't have any 
>> intention to ship the feature yet - it's just for experimentation and 
>> evaluation. I suggest other ports disable it if they plan on releasing from 
>> trunk.
> 
> I've put MQ stuff related to the inversion/high-contrast/etc on the
> agenda wiki, so it'll definitely be discussed.

As a followup, inverted-colors and monochrome are now implemented on Apple 
ports. I ended up not using a prefix or feature flag because I’m hoping that 
there won’t be any breaking changes.

Dean

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] CSS4 Media Queries

2014-10-23 Thread Tab Atkins Jr.
On Fri, Oct 17, 2014 at 4:55 PM, Dean Jackson  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 W3C TPAC meetings. We don't have any 
> intention to ship the feature yet - it's just for experimentation and 
> evaluation. I suggest other ports disable it if they plan on releasing from 
> trunk.

I've put MQ stuff related to the inversion/high-contrast/etc on the
agenda wiki, so it'll definitely be discussed.

~TJ
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] CSS4 Media Queries

2014-10-17 Thread Benjamin Poulain

Nice :)

FYI, I am planning to do 
http://dev.w3.org/csswg/mediaqueries-4/#mf-interaction at some point 
next month. I may skip the flag for this one if everything goes well.


Benjamin

On 10/17/14, 4:55 PM, Dean Jackson wrote:

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 W3C TPAC meetings. We don't have any intention 
to ship the feature yet - it's just for experimentation and evaluation. I 
suggest other ports disable it if they plan on releasing from trunk.

Dean

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] CSS4 Media Queries

2014-10-17 Thread Dean Jackson

> On 18 Oct 2014, at 10:55 am, Dean Jackson  wrote:
> 
> 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 W3C TPAC meetings. We don't have any 
> intention to ship the feature yet - it's just for experimentation and 
> evaluation. I suggest other ports disable it if they plan on releasing from 
> trunk.

I should have added that I have no idea how to actually implement it on other 
platforms, or if screen inversion is supported. So it won't evaluate to true 
until there is platform code backing it anyway.

Dean
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] CSS4 Media Queries

2014-10-17 Thread Dean Jackson
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 W3C TPAC meetings. We don't have any intention 
to ship the feature yet - it's just for experimentation and evaluation. I 
suggest other ports disable it if they plan on releasing from trunk.

Dean

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev