2022-11-28
|~1 min read
|155 words
Ids are everywhere. But what are the rules for them? Turns out, the rules in HTML5 are pretty permissive: unique, at least one character…
2022-11-28
|~1 min read
|174 words
How can the necessity of handling different types of inputs (e.g., mouse, touch, and pen) by duplicating event handler logic? The Pointer…