Context-Aware HTML IntelliSense

The core step to an accessible webpage is to use the right HTML element and attribute. You'll want to choose from a pool of 116 elements and 193 attributes. And the conditions of choosing any is buried in the HTML spec at WHATWG, and ARIA spec at W3C.

Reading those specs can be tiring. Remembering them can be a challenge.

This project tenders a list of usable elements and attributes to authors in real-time.

It'll be useful to a couple of tools:

The strategy is as follow:

While at it: