Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Philippe Wittenbergh
> On Mar 24, 2017, at 11:02 AM, Crest Christopher > wrote: > > When using vw/vh em are always going to be doubled ? What about pixels ? > > For example; 2em is equal to 4vw. Also > > If the default font size is 16 pixels and if |2vw| is 2% of the viewport’s >

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Tom Livingston
Seems to me you are needlessly - and confusingly - mixing sizing methods. I'm tapping out on this thread. Goodnight all. On Thu, Mar 23, 2017 at 10:02 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > When using vw/vh em are always going to be doubled ? What about pixels ? > > For

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Felix Miata
Crest Christopher composed on 2017-03-23 21:55 (UTC-0400): What do you mean EM are compound ? If the browser is set to 16px and the parent is 2.1em and the child is set to 1.4em that would be 47.xx vw ? It would be 47.04px, regardless of the viewport width or height. -- "The wise are known

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Crest Christopher
When using vw/vh em are always going to be doubled ? What about pixels ? For example; 2em is equal to 4vw. Also If the default font size is 16 pixels and if |2vw| is 2% of the viewport’s width ? Mi B Thursday, March 23, 2017 11:16 AMvia Postbox

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Crest Christopher
What do you mean EM are compound ? If the browser is set to 16px and the parent is 2.1em and the child is set to 1.4em that would be 47.xx vw ? Tom Livingston Thursday, March 23, 2017 11:39 AMvia Postbox

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread oleg...@gmail.com
Funny... No, they would not be equal in 99.99% of the cases :) On Thu, Mar 23, 2017 at 7:14 AM, Crest Christopher < crestchristop...@gmail.com> wrote: > Speaking of which, can someone once again clarify, for example; 2.2em > would equal 4.4vw ? > > Tom Livingston >>

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Tom Livingston
To be more clear: REMs, on the other hand, are relative to the root element (HTML) which is based on the browser preference setting. On Thu, Mar 23, 2017 at 11:39 AM, Tom Livingston wrote: > Once again, they are unrelated in the way you are showing here. > > vw/vh units are

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Tom Livingston
Once again, they are unrelated in the way you are showing here. vw/vh units are related to the VIEWPORT dimensions. 1vm = 1% of the viewport width, *whatever* it may be. 2.2em is a unit relative to a users browser preference setting AND/OR the size set on a parent element. If browser preference

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Mi B
> 23 mars 2017 Crest Christopher : > > Speaking of which, can someone once again clarify, for example; 2.2em would > equal 4.4vw ? I haven’t used these new units, but according to https://www.w3.org/TR/css3-values/#lengths 'vw’ is "1% of viewport’s width and ’vh’

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Crest Christopher
Speaking of which, can someone once again clarify, for example; 2.2em would equal 4.4vw ? Tom Livingston Thursday, March 23, 2017 8:48 AMvia Postbox Sorry, that's just the typical way I

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Philip Taylor
Thank you Philippe, thank you Tom. https://lists.w3.org/Archives/Public/www-style/ appears to be exactly the resource that I was seeking, but the other lists are certainly of interest. Philip Taylor __ css-discuss

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Philippe Wittenbergh
> On Mar 23, 2017, at 7:34 PM, Philip Taylor wrote: > > It is only in the last few days that I have learned of the existence of vh > and vw units. I can already see just what an advance they represent, and I > am very sorry that I did not learn of their existence

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Tom Livingston
Sorry, that's just the typical way I hear of these types of things. Newsletters or this list mainly. On Thu, Mar 23, 2017 at 8:23 AM, Philip Taylor wrote: > > > Tom Livingston wrote: > > I subscribe to newsletters such as Frontend Focus, Alistapart (digest), > > Versioning

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Philip Taylor
Tom Livingston wrote: > I subscribe to newsletters such as Frontend Focus, Alistapart (digest), > Versioning (less focused, but good), Responsive Design Weekly, CSS-tricks > and a couple others I can't think of right now. If I dig them up I will > reply again. Thank you Tom. I suppose what I

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Tom Livingston
I subscribe to newsletters such as Frontend Focus, Alistapart (digest), Versioning (less focused, but good), Responsive Design Weekly, CSS-tricks and a couple others I can't think of right now. If I dig them up I will reply again. On Thu, Mar 23, 2017 at 6:35 AM Philip Taylor

[css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread Philip Taylor
It is only in the last few days that I have learned of the existence of vh and vw units. I can already see just what an advance they represent, and I am very sorry that I did not learn of their existence earlier. To which list should I subscribe if I wish to be regularly and reliably informed