Skip to content

njlawton/typed-om

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

sudo apt-get install npm
sudo npm install mocha
sudo npm install chai

Then open typed-om/test/runner.html in a web browser.

About

Prototype for CSS Typed OM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • HTML 0.9%