Update README.md

This commit is contained in:
Christopher Chedeau
2014-10-30 09:25:04 -07:00
parent d5604f909b
commit 6affe81549

View File

@@ -5,7 +5,7 @@ Attention: This project is still **very experimental** and not used in any produ
css-layout css-layout
========== ==========
This project implements a subset of CSS including flexbox and the box model using pure JavaScript, C and Java. The goal is to have a small standalone library to layout elements. It doesn't rely on the DOM at all. This project implements a subset of CSS including flexbox and the box model using pure JavaScript, then transpiled to C and Java. The goal is to have a small standalone library to layout elements. It doesn't rely on the DOM at all.
In order to make sure that the code is correct, it is developped in JavaScript using TDD where each commit adds a unit test and the associated code to make it work. All the unit tests are tested against Chrome's implementation of CSS. In order to make sure that the code is correct, it is developped in JavaScript using TDD where each commit adds a unit test and the associated code to make it work. All the unit tests are tested against Chrome's implementation of CSS.