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-02 β€’ 01-16 β€’ 01-30 β€’
2024 04-24 β€’ 05-07 β€’ 05-23 β€’ 06-06 β€’ 06-18 β€’ 07-02 β€’ 07-16 β€’ 08-01 β€’ 08-27 β€’ 09-12 β€’ 09-26 β€’ 10-10 β€’ 10-24 β€’ 11-07 β€’ 11-21 β€’ 12-05 β€’ 12-17 β€’