From 6affe8154911a9d5d34f20ab50efd1ab69e642d5 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Thu, 30 Oct 2014 09:25:04 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79abb7f1..357aa5f9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Attention: This project is still **very experimental** and not used in any produ 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.