asciimoo / cssplot

Pure CSS charts
https://asciimoo.github.io/cssplot
Other
782 stars 46 forks source link

Why Enforce DOM Structure? #1

Closed benbayard closed 10 years ago

benbayard commented 10 years ago

It seems a little odd that you're requiring uls and lis. What if I wanted to use sections and divs? I would recommend that you remove requirements for uls and lis, and instead focus on attributes and classes!

asciimoo commented 10 years ago

You're right, fixed: d933edd