HTML Form Validation is underused(expressionstatement.com) HTML Forms have powerful validation mechanisms, but they are heavily underused. In fact, not many people even know much about them. Is this because of some flaw in their design? Let’s explore.
143 points by todsacerdoti 25 days ago | 57 comments
Smarter Than 'Ctrl+F': Linking Directly to Web Page Content(alfy.blog) Historically, we could link to a certain part of the page only if that part had an ID. All we needed to do was to link to the URL and add the document fragment (ID). If we wanted to link to a certain part of the page, we needed to anchor that part to link to it. This was until we were blessed with the Text fragments!
Inline Scope for CSS(picostitch.com) I am not tightly following what's going on in CSS land, since blogs are not the thing and mailing lists became spam lists I don't know where to "listen". But from time to time I read MDN and look for the things that I expect CSS and HTML to provide. And funny enough, often my expectations and reality are aligned. Maybe because the missing things are just so obvious :).
41 points by wolframkriesing 40 days ago | 38 comments
HTML for People(htmlforpeople.com) HTML isn’t only for people working in the tech field. It’s for anybody, the way documents are for anybody. HTML is just another type of document. A very special one—the one the web is built on.
10 points by todsacerdoti 41 days ago | 1 comments
Show HN: HTML for People(htmlforpeople.com) HTML isn’t only for people working in the tech field. It’s for anybody, the way documents are for anybody. HTML is just another type of document. A very special one—the one the web is built on.
95 points by indigodaddy 74 days ago | 22 comments
How to make a table row a link (2020)(robertcooper.me) Allowing a table row to be a link is not as simple as one might think. This article explains what the main issue is with making links out of table rows, provides some solutions to the problem, showcase some real-world examples, and question whether having a table row as a link is something that should even be done.
Minifying HTML for GPT-4o: Remove all the HTML tags(blancas.io) tl;dr; if you want to pass HTML data to GPT-4o, just strip out all the HTML and pass raw text, it’s cheaper and there is little to no performance degradation. [Source code and demo available.](#final-comments)