Begrüßung – [00:00:56]
Retro
- Moritz: Faxnummer – 0721 47046487 – [00:04:28]
- Constantin: Husky – [00:07:01]
- Moritz: Bewertungen, Apple Podcasts Banner per Metatag – [00:08:45]
- Constantin: Yoda Conditions – [00:12:15]
- Moritz: Solarstrom – [00:15:36]
- Constantin: caniuse jetzt mit Hinweis zu IE11 – [00:18:44]
- Moritz: Danke für Spenden – [00:21:00]
Tagesthema – [00:21:46]
- Local Fonts API – [00:23:19]
- CSS margin-trim – [00:39:52]
- Einschub: esbuild & Dart Sass – [00:50:27]
- Intl.Segmenter() – [00:58:18]
- CSS leading-trim und text-edge – [01:09:21]
- Leading-Trim: The Future of Digital Typesetting
- W3C Spec CSS Inline Layout Module Level 3: leading-trim / text-edge
GeilTeil: Particle Love – [01:22:19]
Das Ende – [01:28:14]
Kommentare
Moritzkommentierte
am
Leading-trim: vor vier Tagen noch aktuell, jetzt schon veraltet: https://front-end.social/@jensimmons/109950996294755193
Jankommentierte
am
Yoda Conditions ist bei uns ein Coding Style um zu verhindern, dass man versehentlich statt einem Vergleich eine Zuweisung macht:
if ($variable = true) // wirft kein Fehler
if ($variable === true)
vs.
if (true = $variable) // wirft Fehler
if (true === $variable)
Constantinkommentierte
am
Ach – interessant, dass das noch mehr Vorteile hat als nur schnellere Erfassung!
vaupehkommentierte
am
Zum Thema Leading: Im Kontext von Typographie wird das tatsächlich wie „ledding“ ausgesprochen (kommt von „lead“ = „Blei“, was seinerseits „ledd“ gesprochen wird).
Siehe auch https://en.wikipedia.org/wiki/Leading
Insofern war die Medium Text-to-Speech tatsächlich korrekt unterwegs 🙂
Constantinkommentierte
am
Wieder was gelernt, danke! 🙂
Moritzkommentierte
am
Da haben wir ja Glück, dass die Properties umbenannt wurden:
https://caniuse.com/css-text-box-trim