Skip to content
  • Home
  • Articles
  • Projects
  • About
  • Resources
  • Screencasts
  • Today I learned
  • Things I use
  • Talks
  • Newsletter
  • Home Home
  • Articles Articles
  • Screencasts Screencasts
  • Projects Projects
  • About About
  • Other Stuff
    • Blogroll People blogging great stuff.
    • Resources Bookmarks I want to keep for later.
    • Show some love Support my blog and newsletter.
    • Talks Talks I've given at conferences.
    • Things I use My hardware and software setup.
    • Today I learned 261 #TIL posts.
  • Newsletter
Stefan on LinkedIn Stefan on Mastodon Stefan on Bluesky RSS

Articles – Page 35

Keep writing, writing, writing ...
  1. Overwriting an element's accessible name can break speech recognition

    Published Sep 22 2022 in Accessibility

    It's common practice to sometimes overwrite an element's visual label with aria-label to provide more accessible information. As it turns out, this could break speech recognition software.

  2. How to detect if a font is supported

    Published Sep 18 2022 in JavaScript

    Use the CSS Font Loading API to detect if a font is available in a browser.

  3. All browsers adopted :focus-visible in their UA stylesheets

    Published Sep 14 2022 in CSS

    All major browsers replaced :focus with :focus-visible and this makes custom outline code redundant.

  4. Disabled JavaScript turns off native lazy loading

    Published Sep 03 2022 in HTML

    Browsers disable deferred image loading when JavaScript is disabled to prevent tracking.

  5. How to exclude commits from git blame

    Published Aug 14 2022 in git

    Learn how to exclude commits in git blame.

More articles

  1. Previous page
  2. Page 35 of 106
  3. Next page

Weekly Frontend News

6464 readers received the last Web Weekly 23 days ago. Join the fun!

Most popular posts

  • Escape from Average
  • Can we have custom media queries, please?
  • em and strong are not announced by screen readers
  • Email inputs can accept multiple email addresses
  • How to prerender Tweets without using the official Twitter APIs
Read popular posts

TIL: Today I learned in Web Dev

  • Intl can localize units, too!
  • The scope of type guards and assertion functions
  • New lines are removed from WHATWG URLs
Learn something new

Other stuff

Topics

  • JavaScript 132 posts
  • CSS 107 posts
  • Tools 64 posts
  • HTML 56 posts
  • Bash 45 posts
  • NodeJS 42 posts
  • Accessibility 38 posts
  • Web 30 posts
  • git 23 posts
  • VSCode 21 posts
  • macOS 20 posts
  • Performance 20 posts

Random Web Dev Learnings

  • TypeScript "strictFunctionTypes" is ignored for method syntax
  • Useful background-repeat options other than repeat
  • Chrome and Edge provide a highly visible focus outlines
  • Inputs of type date support min, max and step attributes
  • Auto-margin works with absolute positioned elements
  • Quick access to document actions in Google docs

Popular articles

  • Escape from Average
  • Can we have custom media queries, please?
  • em and strong are not announced by screen readers

Recently updated resources

  • Staying up to date
  • Writing good docs, blogs and technical articles
  • Public speaking

stefanjudis.com © 2026 by Stefan Judis is licensed under CC BY-NC-SA 4.0

All rights reserved and content created without AI.

♥️