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

2017-03-29 Thread Felix Miata
Anyone else think of Abbott and Costello reading this thread? :-) Anyone here old enough to know who Abbott and Costello are? :-p -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a

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

2017-03-29 Thread Rainer Berthold
@Felix Thx for this one! (not old enough to have seen it in the theaters, but old enough to google :-)) Thought about this Art of Conversation as a kind of Karma-Buster. Rainer Am 29.03.2017 um 09:05 schrieb Felix Miata : Anyone else think of Abbott and Costello reading this thread? :-) Anyo

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

2017-03-29 Thread Philip Taylor
Karl DeSaulniers wrote: > For me this gets tiresome. I can not speak for others. You also speak for me. -- Philip Taylor __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FA

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

2017-03-29 Thread Tom Livingston
Who's on first. On Wed, Mar 29, 2017 at 3:08 AM Felix Miata wrote: > Anyone else think of Abbott and Costello reading this thread? :-) > > -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __

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

2017-03-29 Thread Crest Christopher
Let’s assume a 1000px wide viewport / window, then 2.2vw /1000px/100 = 2.2 / 10 = 22px Thus: calc( 2.2em + 2.2vw) = 35.2px + 22px = 57.2px ​ That is 1000 / 100, how did you get 2.2 from 1000/100 that is 10 ? Philippe Wittenbergh Wednesday, March 29, 2017 1:25 AM

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

2017-03-29 Thread Crest Christopher
If we assume the viewport is 2000px wide with calc(2.3+2.1) then; 2000px (viewport) * 2.3 /100 * 10 = 460px, correct ? I still don't understand; calc( 2.2em + 2.2vw) = 35.2px + 22px = 57.2px ​ Philippe Wittenbergh Wednesday, March 29, 2017 1:25 AMvia Postbox

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

2017-03-29 Thread oleg...@gmail.com
You don't need to - thousands of people do their designs without using VW and VH - so, you should be able to do that too. Good luck! On Wed, Mar 29, 2017 at 4:23 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > If we assume the viewport is 2000px wide with calc(2.3+2.1) then; > 2000px

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

2017-03-29 Thread Tom Livingston
On Wed, Mar 29, 2017 at 7:23 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > If we assume the viewport is 2000px wide with calc(2.3+2.1) then; > 2000px (viewport) * 2.3 /100 * 10 = 460px, correct ? > > I still don't understand; > >calc( 2.2em + 2.2vw) = 35.2px + 22px = 57.2px > >

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

2017-03-29 Thread Karl DeSaulniers
Frankenstein! LOL! Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Mar 29, 2017, at 6:45 PM, Tom Livingston wrote: > > On Wed, Mar 29, 2017 at 7:23 PM, Crest Christopher < > crestchristop...@gmail.com> wrote: > >> If we assume the viewport is 2000px wide with calc(2.3+2.1)

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

2017-03-29 Thread Karl DeSaulniers
@crest, Instead, why don't you explain what you're trying to accomplish (in as few words as possible) and we can let you know if VW and VH is practical or if you should be using a different way to accomplish said task. My thoughts are that you are trying to make your text size as the window gets