wooorm / html-element-attributes

Map of HTML elements to allowed attributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated attributes?

lazarljubenovic opened this issue · comments

Is it possible to somehow know which attributes are deprecated? Maybe if not in this list, is there another list with HTML5-only things so I can do cross-referencing?

commented

Hmm, no. This is a list of stuff you could support. And support for deprecated stuff is often still what you want.

If you’d like just current attributes, you could fork the project, and remove the html4 crawling from the build script.