You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
#What is this?
1
+
# PLEASE NOTE THAT THIS REPO IS OUT OF DATE. PLEASE DO NOT USE!
2
+
3
+
# What is this?
2
4
This is a proof-of-concept polyfill for the proposed [Typed CSSOM API](https://drafts.css-houdini.org/css-typed-om-1/).
3
5
4
-
#Using this Polyfill
6
+
#Using this Polyfill
5
7
To use the code, download this repository and put
6
8
```
7
9
<script src='typed-om/typed-om.js'></script>
8
10
```
9
11
in your HTML file.
10
12
11
-
#Testing this Polyfill
13
+
#Testing this Polyfill
12
14
The tests use the [Mocha framework](https://mochajs.org/) with [Chai asserts](http://chaijs.com/api/assert/). Other Chai tools can be pulled in if needed.
0 commit comments