Blog

Highlights from 36c3

Links to highlights from this year's Chaos Communication Congress including talks from David Kriesel and Moxie Marlinspike

  • inspiration
  • privacy
  • security
  • community

CSS "all:" shorthand

The all shorthand CSS property resets all of an element's properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.

  • til
  • css

:focus-visible CSS pseudo-class

The :focus-visible pseudo-class applies while an element matches the :focus pseudo-class, and the UA determines via heuristics that the focus should be specially indicated on the element (typically via a “focus ring”).

  • til
  • css