RDLTR

Short for Read Later. Save links from any browser or phone. Click to save, read to clear. The full tour

One topic. Every takeSeek and you shall find

Reading up on html

5 deep · digging since dec 26, 25

  • webkit.org favicon
    The golden rule of Customizable Select

    Safari 27's customizable select allows full visual styling of `<select>` elements without JavaScript, but requires text or accessible attributes on every option for usability, accessibility, and fallback compatibility.

  • piccalil.li favicon
    The end of responsive images - Piccalilli

    The new `sizes="auto"` HTML attribute, combined with `loading="lazy"`, lets browsers automatically determine the best image size to request, eliminating the need for manual `sizes` calculations.

  • news.ycombinator.com favicon
    You can make up HTML tags

    You can create and style arbitrary custom HTML tags—they default to inline like <span>—but this practice trades semantic clarity for convenience.

  • news.ycombinator.com favicon
    Replacing JavaScript with Just HTML

    Native HTML elements like <details>, <dialog>, and <datalist> can replace some JavaScript, but still lack the interactivity and styling needed for complex apps.

  • www.htmhell.dev favicon
    The HTML Elements Time Forgot - HTMHell

    The article catalogs long-obsolete HTML elements like `<xmp>`, `<spacer>`, `<keygen>`, and `<isindex>`, explaining their original purposes and why they were abandoned.