rjwright / typed-om

Prototype for CSS Typed OM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#What is this? This is a proof-of-concept polyfill for the proposed Typed CSSOM API.

#Using this Polyfill To use the code, download this repository and put

<script src='typed-om/typed-om.js'></script>

in your HTML file.

#Testing this Polyfill The tests use the Mocha framework with Chai asserts. Other Chai tools can be pulled in if needed.

To run the tests do

npm install
npm test

About

Prototype for CSS Typed OM


Languages

Language:JavaScript 99.3%Language:HTML 0.7%