Re: [webkit-dev] What to do about scroll anchoring?

2019-09-29 Thread L. David Baron
t leave the feature enabled for pages that don't do these things. Based on what I've heard it seems like many of the cases where pages are really broken involve some of those, although I haven't gone through the bug lists. -David -- 𝄞 L. David Baron

Re: [webkit-dev] What to do about scroll anchoring?

2019-09-29 Thread L. David Baron
sidebar UI). -David -- 𝄞 L. David Baron http://dbaron.org/ 𝄂 𝄢 Mozilla https://www.mozilla.org/ 𝄂 Before I built a wall I'd ask to know What I was walling in or walling out, And to whom I

Re: [webkit-dev] Proposal for serializing alpha channel values; request for algorithm help

2015-11-06 Thread L. David Baron
On Friday 2015-11-06 07:16 -0800, Darin Adler wrote: > > On Nov 5, 2015, at 11:24 PM, L. David Baron wrote: > > > > For what it's worth, Gecko does have code to produce a > > minimal-length alpha value. nsStyleUtil::ColorComponentToFloat just > > tries roundi

Re: [webkit-dev] Proposal for serializing alpha channel values; request for algorithm help

2015-11-05 Thread L. David Baron
t it's worth, Gecko does have code to produce a minimal-length alpha value. nsStyleUtil::ColorComponentToFloat just tries rounding to 2 decimal places, sees if the resulting float round-trips back to the same 0-255 alpha value, and if it doesn't, rounds to 3 places. -David -- 𝄞 L.

Re: [webkit-dev] Test frame size for reftests

2013-04-24 Thread L. David Baron
ly using 800x1000, though I'd like to switch to the smaller size.) -David -- 𝄞 L. David Baron http://dbaron.org/ 𝄂 𝄢 Mozilla http://www.mozilla.org/ 𝄂 ___ webkit-dev mailing list webki

Re: [webkit-dev] Proposal to remove list-item special counter

2013-01-17 Thread L. David Baron
k implementing list numbering using counters might require implementing the new 'counter-set' in addition to the existing 'counter-increment' and 'counter-reset'.) -David -- 𝄞 L. David Baron http://dbaron.org/ 𝄂 𝄢 Mozilla