Remove whitespace on empty lines etc.

This commit is contained in:
Emil Sjolander
2016-06-03 22:19:03 +01:00
parent bd92550d57
commit c06752e052
27 changed files with 564 additions and 565 deletions

View File

@@ -39,7 +39,7 @@ var nodeTree = {
computeLayout(nodeTree);
// the layout information is written back to the node tree, with
// each node now having a layout property:
// each node now having a layout property:
// JSON.stringify(nodeTree, null, 2);
{
@@ -104,7 +104,7 @@ overflow | 'visible', 'hidden'
n (where n > 0) | n 0 0
0 | 0 0 auto
-1 | 0 1 auto
- `inherit` value is not implemented because it's a way to disambiguate between multiple colliding rules. This should be done in a pre-processing step, not in the actual layout algorithm.