Re: [css-d] Section Width Problem

2013-11-30 Thread Yazmin Media
Interesting. I'm seeing it fixed without your edit in the same setup. Best, Yazmin On Tue, Nov 26, 2013 at 7:52 PM, Karl DeSaulniers wrote: > > I still see the issue on Safari 6.1 Mac OS 10.8.5 even with the sections > width set to 100%. > However when I put > It went away. ___

Re: [css-d] CSS Media Queries: a singularity with orientation modes

2013-11-30 Thread David Hucklesby
On 11/30/13, 11:55 AM, Bjoern Hoehrmann wrote: * Gabriele Romanato wrote: @media screen and (orientation: landscape ) { /* ... */ } As far as I know, browsers - even desktop browsers - support the DeviceOrientation event plus a series of APIs related to orientation. The point is that on my Mac

Re: [css-d] CSS Media Queries: a singularity with orientation modes

2013-11-30 Thread Bjoern Hoehrmann
* Gabriele Romanato wrote: >@media screen and (orientation: landscape ) { >/* ... */ >} > >As far as I know, browsers - even desktop browsers - support the >DeviceOrientation event plus a series of APIs related to orientation. >The point is that on my Mac I actually cannot rotate my screen! F

[css-d] CSS Media Queries: a singularity with orientation modes

2013-11-30 Thread Gabriele Romanato
Hi, the thing that I really don't understand in the Media Queries module is how the 'and' clause is treated by browsers. I'm a programmer, so to me this clause is a boolean assertion which means that if both conditions are true, then the browser should apply the rule/s. I'm stumbled in a stran