Re: [css-d] Flexbox struggle

2016-08-11 Thread Chris Rockwell
Tough one. margin-top: auto as Philippe suggested does work but flex-end, as I understood it, should take care of this. It's like flex-end doesn't respect that you've changed the flex-direction to column. On Wed, Aug 10, 2016 at 7:18 PM Philippe Wittenbergh wrote: > > > On Aug

Re: [css-d] iPad differences

2016-08-11 Thread Crest Christopher
Where I live and whom I know don't own many devices so that is an up hill battle I can't climb. Tom Livingston wrote: > > I was speaking desktop vs desktop. I put little stock in emulators. > Test on > as many devices as possible and be prepared to tweak as reports of issues > become known or to

Re: [css-d] iPad differences

2016-08-11 Thread Crest Christopher
That is why I don't use Safari for testing, as I said; it's the same as using Chrome. Mi B wrote: > >> >> aug. 11 2016 07:38 Karl DeSaulniers : >> >> Chrome is built off of Gecko and Webkit anyway. Probably why you >> didn't see much difference. >> It "technically" IS

Re: [css-d] iPad differences

2016-08-11 Thread Tom Livingston
It most definitely is not the same. On Thursday, August 11, 2016, Crest Christopher wrote: > That is why I don't use Safari for testing, as I said; it's the same as > using Chrome. > > Mi B wrote: > > > >> > >> aug. 11 2016 07:38 Karl DeSaulniers

Re: [css-d] iPad differences

2016-08-11 Thread Tom Livingston
I was speaking desktop vs desktop. I put little stock in emulators. Test on as many devices as possible and be prepared to tweak as reports of issues become known or to get at least a little closer to real, use browserstack or similar who use official simulators from the manufacturers. On

Re: [css-d] iPad differences

2016-08-11 Thread Crest Christopher
Anyone one this list use BrowserStack ? Tom Livingston wrote: > > I was speaking desktop vs desktop. I put little stock in emulators. > Test on > as many devices as possible and be prepared to tweak as reports of issues > become known or to get at least a little closer to real, use browserstack >

Re: [css-d] iPad differences

2016-08-11 Thread Crest Christopher
It could be the same, remember Safari doesn't emulate based on iOS. Tom Livingston wrote: > > It most definitely is not the same. > > > > On Thursday, August 11, 2016, Crest Christopher > > wrote: > > That is why I don't use

Re: [css-d] Flexbox struggle

2016-08-11 Thread Tom Livingston
>> >> Perhaps: >> >> a p:last-child { >> margin-top: auto; >> } >> >> Philippe >> -- >> Philippe Wittenbergh >> http://l-c-n.com/ >> This was the answer. Thank you! I'll have to tuck that tidbit away for the future. Odd that, unlike float in a flex row situation, margin in this case is

Re: [css-d] Flexbox struggle

2016-08-11 Thread Tom Livingston
On Thu, Aug 11, 2016 at 9:42 AM, Philippe Wittenbergh wrote: > >> On Aug 11, 2016, at 10:02 PM, Chris Rockwell wrote: >> >> … but flex-end, >> as I understood it, should take care of this. It's like flex-end doesn't >> respect that you've changed the

[css-d] CSS pseudo-class for source of :target

2016-08-11 Thread Andre "Osku" Schmidt
#Hello.World, there seems to be no CSS pseudo-class that represents the element with an href matching the fragment identifier of the URI of the document. kinda like the source of :target [0]. For example with :target we can style the element that has id="#foobar" when the browser URL is

Re: [css-d] CSS pseudo-class for source of :target

2016-08-11 Thread Tom Livingston
On Thu, Aug 11, 2016 at 11:46 AM, Andre "Osku" Schmidt wrote: > #Hello.World, > > there seems to be no CSS pseudo-class that represents the element with an > href matching the fragment identifier of the URI of the document. kinda > like the source of :target [0]. > >

Re: [css-d] CSS pseudo-class for source of :target

2016-08-11 Thread Tom Livingston
>> >> - Is there really no such pseudo-class? >> - Would this be technically impossible? >> - Has this been proposed before? >> - Any tips for proposing one? ;P >> >> Cheers >> Andre Schmidt > > > I accidentally replied off list with... > > a[class="table-of-contents"]{ > color: red; > } > >

[css-d] Calculate height from width based on screen width

2016-08-11 Thread Crest Christopher
Can you calculate what the width of a div would be then calculate the height of the div proportionally if the div was floating to the right with nothing on the left ? I originally though maybe calc() could do this ? __

Re: [css-d] CSS pseudo-class for source of :target

2016-08-11 Thread Karl DeSaulniers
Hi Andre, Why would you target the element for its href if you already have an id? Not sure I am understanding that part. For checking the href, like Tom said. a[href*='#foobar'] { color: red; } or if you know #foobar will always be at the end of the url you can use the $

Re: [css-d] iPad differences

2016-08-11 Thread Mi B
> aug. 11 2016 08:37 skrev Mi B : > > >> aug. 11 2016 07:38 Karl DeSaulniers > >: >> >> Chrome is built off of Gecko and Webkit anyway. Probably why you didn't see >> much difference. >> It "technically" IS

Re: [css-d] iPad differences

2016-08-11 Thread Mi B
> aug. 11 2016 07:38 Karl DeSaulniers : > > Chrome is built off of Gecko and Webkit anyway. Probably why you didn't see > much difference. > It "technically" IS Safari under the hood. No, it isn’t. "It’s here: Google replaces WebKit version ID with Blink in latest

Re: [css-d] iPad differences

2016-08-11 Thread Karl DeSaulniers
Ah.. a slimline webkit. Good for google! Thanks for that link MB. Still based off of webkit though. Just not named webkit anymore.. lol And a whole lot of dead wood removed from what I read here. They removed 4.5 million lines of code!? Bad Webkit.. bad!