On day 21 @epiphyt talks about the usefulness of fieldsets.
-
On day 21 @epiphyt talks about the usefulness of fieldsets. #HTMHellAdventCalendar
Grouping form fields - HTMHell
A collection of bad practices in HTML, copied from real websites.
Grouping form fields - HTMHell (htmhell.dev)
-
Manuel Matuzovićreplied to Manuel Matuzović last edited by
On day 22 @dnikub advises us to stop using the title attribute as a tooltip. #HTMHellAdventCalendar
PSA: Stop using the title attribute as tooltip! - HTMHell
A collection of bad practices in HTML, copied from real websites.
PSA: Stop using the title attribute as tooltip! - HTMHell (htmhell.dev)
-
Jeffrey Yasskinreplied to Manuel Matuzović last edited by
@matuzo @dnikub Is this an implementation bug on the part of screen reader developers? Why wouldn't they treat the title attribute as equivalent to `aria-describedby` pointing to a `display:none` span?
I get that devs sometimes need to work around impl bugs, but we shouldn't treat "please write javascript or wait for https://open-ui.org/components/popover-hint.research.explainer/" as a good state to be in.
-
Manuel Matuzovićreplied to Manuel Matuzović last edited by
On day 23 J. Pedro Ribeiro shows some love for the `<details>` element. #HTMHellAdventCalendar
The devil is in the <details> - HTMHell
A collection of bad practices in HTML, copied from real websites.
The devil is in the <details> - HTMHell (htmhell.dev)
-
Manuel Matuzovićreplied to Jeffrey Yasskin last edited by
@jyasskin I'm not sure if I understand the question. Screen readers announce the title attribute. The problems are that you can interact with it, they're not keyboard accessible, the styling,...
-
Manuel Matuzovićreplied to Manuel Matuzović last edited by
On day 24 @stvfrnzl makes the case for the `<label>` element. #HTMHellAdventCalendar
The search input: They almost got it right - HTMHell
A collection of bad practices in HTML, copied from real websites.
The search input: They almost got it right - HTMHell (htmhell.dev)
-
Manuel Matuzovićreplied to Manuel Matuzović last edited by
What's better than 24 articles about HTML? Exactly! 29 articles about HTML.
-
Manuel Matuzovićreplied to Manuel Matuzović last edited by
On day 25 @accudio teaches how to optimise font loading performance. #HTMHellAdventCalendar
Preloading fonts for web performance with link rel=”preload” - HTMHell
A collection of bad practices in HTML, copied from real websites.
Preloading fonts for web performance with link rel=”preload” - HTMHell (htmhell.dev)
-
@matuzo whoaa! what a nice surprise
-
Manuel Matuzovićreplied to Manuel Matuzović last edited by
On day 26 @luhr advocates for the `<dl>` element. #HTMHellAdventCalendar