Ire Aderinokun 3/14/2017

Making Alix, a Chrome Extension for Linting HTML

Read Original

This technical article details the development of 'Alix,' a Chrome extension built to lint HTML for accessibility problems. It explains how the extension leverages advanced CSS selectors (like :not()) to highlight elements lacking proper attributes, such as images without alt text. The post provides a walkthrough of the extension's manifest file, permissions, and popup interface, making it a practical guide for web developers interested in building browser extensions and improving web accessibility.

Making Alix, a Chrome Extension for Linting HTML

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes