Andreu Botella :verified_enby:
andreu@mastodon.andreubotella.com
<p>Browser engineer at <span class="h-card" translate="no"><a href="https://floss.social/@igalia" class="u-url mention">@<span>igalia</span></a></span>, currently working on layout on Chromium (Google Chrome), as well as on interoperability between browsers and server-side JS runtimes as a co-chair of WinterTC.</p><p>I'm also:<br />- A math/physics/linguistics geek.<br />- Linux person.<br />- Atheist / secular humanist.<br />- G(r)ay asexual.<br />- Non-binary.</p>
Posts
-
Post #954882
Hey! CSS developers! I want to hear from you. I'm improving the way line clamping works in Chrome and in the specs. The existing -webkit-line-clamp property is a mess, because it will only do something if you have other properties (which are legacy versions of flexbox properties), and we can't fix that because of web compat. But we can add a new line-clamp property without those issues! But right now I'm dealing with what should happen if you have both properties set on the same el...