A presentation at Tech Talk @ Tagesspiegel by Gunnar Bittersmann
building a clock with modern CSS, including:
list-item
counter, @counter-style
, and the ::marker
pseudoelementaspect-ratio
property:has()
pseudoclassclamp()
function@supports()
query and the selector()
functionfont-feature-settings
andfont-variant-*
propertiessin()
, cos()
, tan()
, sqrt()
polyfill with JavaScript:
CSS.supports()
queryMutationObserver
clockwork with JavaScript:
Intl.DateTimeFormat()
The following code examples from the presentation can be tried out live.
The following resources were mentioned during the presentation or are useful additional information.
Heinz-Florian Oertel kommentiert den Zieleinlauf von Waldemar Cierpinski, Marathon, Olympische Spiele Moskau 1980
a promenade of primes, composites, and their constituents, arranged with an aesthetically-tuned variation of Yorgey’s rules
by Stephen Von Worley
24-hour clock at Royal Observatory in Greenwich
by Miriam Suzanne on the Mozilla Developer channel
by Heydon Pickering on A List Apart, 2015
Posting im SELFHTML-Forum, 2010
quantity query sample by yours truly, 2010
A presentation at Tech Talk @ Tagesspiegel by Gunnar Bittersmann
Posting im SELFHTML-Forum, 2023 (rant included)