Skip to content

Commit d39288b

Browse files
committed
Height algorithm implemented and working. Some doubts about the width algorithm in the spec (specifically, with "all columns get the same width" when the sum of their intrinsic minimum widths is less than or equal to the element's width.
1 parent 9512b4f commit d39288b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

js/almcss3/template/layout.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ ALMCSS.template.layout = function () {
5050
// language is always assumed.
5151
//
5252
// But some clarifications need yet to be done:
53-
// - What does it happen with equal-width columns? The specification does
53+
// - <del>What does it happen with equal-width columns? The specification does
5454
// not say anything about the constraint that they impose on the layout
55-
// algorithm for computing the widths.
55+
// algorithm for computing the widths.</del>
5656
// - What does _span of columns_ mean in this context?
5757
// - What "element" is exactly referring the specification to?
58+
// - __What does "all columns get the same width" mean?__
5859
//
5960
// TODO: Resolve this questions with Bert.
6061
//

0 commit comments

Comments
 (0)