events/2025-02-13-front-end-study-hall

From IndieWeb

Front End Study Hall #021 was an IndieWeb meetup on Zoom held on 2025-02-13.

Front End Study Hall #021

February 13, 2025

Participants


Joe's Zoom Background

Topics Today?

New Open Source Font

Accessibility?

Reviewing "What HTML element" Quiz

/* example code that leaves brighter questions which are unanswers, Thanks Thomas for talking about expected UX flow -- namely, to *encourage* users to interact with the fields they have not yet interacted with - that is, to complete the quiz */

body {
  background: #aaa;
}
fieldset {
  outline: 10px solid green;
  background: transparent;
}
fieldset:not(:has(input:checked)) {
  background: white;
  outline: 10px solid red;
}
  • Designing the interaction,

History

  • Introduction of :indeterminate pseudo-class in a CSS draft: https://www.w3.org/TR/2000/WD-css3-userint-20000216#pseudo-indeterminate (note previous draft asked the question of should we have :indeterminate, for the first public mention of the idea)
  • Radio and checkbox inputs (tested in Safari) that are part of a form are marked as :user-valid no matter their :checked state when the form is submitted


Front End Study Hall (FrESH)
Find upcoming Front End Study Hall Events on events.indieweb.org/tag/frontend
2025 01-0201-1601-3002-1302-2503-1103-2704-08
2024 04-2405-0705-2306-0606-1807-0207-1608-0108-2709-1209-2610-1010-2411-0711-2112-0512-17