Re: [css3-transforms] Behavior on UAs without 3D support

On 5/1/12 9:21 PM, Simon Fraser wrote:
> On May 1, 2012, at 2:43 PM, Boris Zbarsky wrote:
>
>> On 5/1/12 5:25 PM, Dirk Schulze wrote:
>>> 3) 3D transform functions are treated as invalid if a UA just supports 2D. In this case any property settings are rejected if a 3D transform was found. Independent if 2D transforms are included in this list as well. This gives the author the possibility to provide two different transforms. One for UA's with and one for UAs without 3D support:
>>
>> This seems like the right approach to me for a UA that doesn't want to do 3D.  This is certainly how it would work if they were separate modules and the UA just did not support the 3D module.
>>
>> -Boris
>
> But what about printing?

I'm not sure what the issue is with printing.  How is printing different 
from screen in this case?

> Also, if we do this, I think we also need a media query that allows an author to provide 3d and non-3d style rules.

The @supports rule would cover this, no?

-Boris

Received on Wednesday, 2 May 2012 01:27:32 UTC