html-element-attributes

v1.0.0
Map of HTML elements to allowed attributes
html element tag name attribute property w3c whatwg

build-md

remark . --quiet --frail

build-crawl

node script/build.js

build-bundle

browserify index.js --bare -s htmlElementAttributes > html-element-attributes.js

build-mangle

esmangle html-element-attributes.js > html-element-attributes.min.js

build

npm run build-md && npm run build-bundle && npm run build-mangle

lint-api

eslint .

lint-style

jscs --reporter inline .

lint

npm run lint-api && npm run lint-style

test-api

node test.js

test-coverage

istanbul cover test.js

test

npm run build && npm run lint && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 3/19/2016

Downloads

Maintainers