Mon, 12 Mar 2012 09:53:28 -0700 added issue on OM access to components of flex property file | diff | annotate
Mon, 12 Mar 2012 01:46:47 -0700 flex-align:stretch can only stretch, not shrink 'auto' size file | diff | annotate
Mon, 12 Mar 2012 01:34:37 -0700 flex-item-align:stretch can only change item with 'auto' preferred size and it can only stretch them, not shrink file | diff | annotate
Mon, 12 Mar 2012 00:35:49 -0700 updated shrink-to-fit algorithm file | diff | annotate
Mon, 12 Mar 2012 00:03:15 -0700 add definition of "definite size" file | diff | annotate
Sun, 11 Mar 2012 23:26:47 -0700 added an illustration of flex-line-pack file | diff | annotate
Sun, 11 Mar 2012 21:15:40 -0700 replace "flex item" with "flexbox item" file | diff | annotate
Sun, 11 Mar 2012 17:02:53 -0700 added acknowledgements file | diff | annotate
Sun, 11 Mar 2012 16:37:02 -0700 fix typos file | diff | annotate
Fri, 09 Mar 2012 12:45:39 -0800 changed initial value for 'flex-line-pack' to 'stretch' file | diff | annotate
Mon, 05 Mar 2012 17:21:50 +0000 fixed typos file | diff | annotate
Wed, 29 Feb 2012 01:01:26 +0000 added example and a picture for flex property intro file | diff | annotate
Tue, 28 Feb 2012 04:31:01 +0000 * issues moved to Bugzilla file | diff | annotate
Sat, 18 Feb 2012 00:08:01 +0000 markup reformat. No content changes. file | diff | annotate
Fri, 17 Feb 2012 21:16:23 +0000 Fixed the 'flex' grammar. Fixed a typo. file | diff | annotate
Fri, 17 Feb 2012 01:22:13 +0000 fix bugzilla link file | diff | annotate
Thu, 16 Feb 2012 14:52:41 +0000 changed flex() function to 'flex' property file | diff | annotate
Thu, 16 Feb 2012 12:18:40 +0000 updated algorithms for review feedback. file | diff | annotate
Tue, 14 Feb 2012 10:27:55 +0000 added page breaking algorithm file | diff | annotate
Tue, 07 Feb 2012 10:52:50 +0000 Fix typo in example file | diff | annotate
Mon, 06 Feb 2012 22:04:11 +0000 Remove 'size relies on its contents' issue, now that the previous commit made it irrelevant. file | diff | annotate
Mon, 06 Feb 2012 22:02:39 +0000 Tweak the max-line-size step in the layout algorithm. file | diff | annotate
Mon, 06 Feb 2012 21:52:49 +0000 fantasai says the issue about flexbox lines being real boxes is unnecessary. file | diff | annotate
Mon, 06 Feb 2012 21:52:06 +0000 Editorial tweaks. file | diff | annotate
Mon, 06 Feb 2012 21:47:47 +0000 Minor editorial tweak to the flex() grammar to avoid implying omittability twice. file | diff | annotate
Mon, 06 Feb 2012 21:45:16 +0000 Rearrange the flex-flow section to split the properties into separate subsections. file | diff | annotate
Mon, 06 Feb 2012 21:40:11 +0000 Changed 'flex-wrap:no-wrap' to 'flex-wrap:none', added issue about it. file | diff | annotate
Mon, 06 Feb 2012 21:37:06 +0000 Cleanup of the display:flexbox section, get appropriate wording so I can remove the issue. file | diff | annotate
Mon, 06 Feb 2012 21:23:01 +0000 Add issue about display:flexbox-item file | diff | annotate
Mon, 06 Feb 2012 21:18:21 +0000 Editorial tweaks suggested by elika. file | diff | annotate
Tue, 31 Jan 2012 01:53:41 +0000 Add issue containing Alex's suggestion for simpler free-space-distribution step. file | diff | annotate
Tue, 31 Jan 2012 01:22:27 +0000 Add more reference to min/max sizes. file | diff | annotate
Tue, 31 Jan 2012 01:12:30 +0000 Typos, and more tweaks. file | diff | annotate
Tue, 31 Jan 2012 01:09:40 +0000 Tweak the line-breaking calculations. file | diff | annotate
Tue, 31 Jan 2012 00:42:34 +0000 Stab at simplifying the linebreaking/flexbox-main-size steps. file | diff | annotate
Tue, 31 Jan 2012 00:13:23 +0000 Clean up the initial 'figure out the hypo. main size' to just use the shrink-to-fit algorithm. file | diff | annotate
Mon, 30 Jan 2012 23:53:49 +0000 Explicitly mention flexbox fix-up in the layout algorithm, to make it clearer that it happens before anything else. file | diff | annotate
Mon, 30 Jan 2012 23:45:26 +0000 Remove redundant paragraph. file | diff | annotate
Mon, 30 Jan 2012 23:41:24 +0000 More tweaking to the outline. file | diff | annotate
Mon, 30 Jan 2012 23:33:14 +0000 Rework layout outline based on convo with Alex. Edits to the actual algorithm to follow. file | diff | annotate
Mon, 30 Jan 2012 23:04:46 +0000 Remove old note. file | diff | annotate
Mon, 30 Jan 2012 22:44:51 +0000 Replace some incorrect details about sizing a flexbox in the layout algorithm with placeholder issues. file | diff | annotate
Mon, 30 Jan 2012 21:56:58 +0000 Add note to 'flex-align:center' similar to 'flex-pack:center'. Fix typo. file | diff | annotate
Mon, 30 Jan 2012 21:06:57 +0000 Tweak wording in the example about <center>. file | diff | annotate
Mon, 30 Jan 2012 21:05:41 +0000 Tweak wording in <flex> intro to also mention negative flex. file | diff | annotate
Mon, 30 Jan 2012 21:03:33 +0000 Change multicol to simply have no effect, rather than computing to initial values. file | diff | annotate
Mon, 30 Jan 2012 18:12:44 +0000 Add 'flex-line-pack:distribute', per mailing list. file | diff | annotate
Mon, 30 Jan 2012 18:06:01 +0000 Reworded opening of the flex() section to actually describe what flexibility does. file | diff | annotate
Mon, 30 Jan 2012 18:01:00 +0000 Added note to flex-order about it not affecting drawing order. file | diff | annotate
Mon, 30 Jan 2012 17:53:56 +0000 Add 'flex-line-pack:stretch', per mailing list. file | diff | annotate
Fri, 27 Jan 2012 02:35:03 +0000 Reorg the flex() section to remove nesting, since there's only one section there now. file | diff | annotate
Fri, 27 Jan 2012 02:32:58 +0000 Remove the section describing how to resolve flexible lengths, as its superfluous with the layout algorithm. Start replacing it with some examples of using flex(). file | diff | annotate
Fri, 27 Jan 2012 01:49:44 +0000 Move the note about fixup order from the layout algorithm to the flexbox item section, and turned it into normative criteria. file | diff | annotate
Fri, 27 Jan 2012 01:22:32 +0000 Editorial tweak: 'flex function' to 'flex notation' or '<flex>'. Added information to how flex() transitions. Added an issue about transitioning between <flex> and <length> when it's the only flexible length. file | diff | annotate
Fri, 27 Jan 2012 01:10:30 +0000 Add some conformance criteria to the 'no unitless 0 in flex()' requirement. file | diff | annotate
Fri, 27 Jan 2012 00:31:46 +0000 Fix computed value for flex-item-align. file | diff | annotate
Thu, 26 Jan 2012 23:41:17 +0000 Correct the explanatory note to actually match the layout algorithm. file | diff | annotate
Thu, 26 Jan 2012 23:32:36 +0000 Tweak the wording of the issue in the layout algorithm. file | diff | annotate
Thu, 26 Jan 2012 23:26:32 +0000 Okay, I think the layout algorithm is finished and complete now. I based it off my JS impl that appears to be correct. :/ file | diff | annotate
Thu, 26 Jan 2012 01:10:42 +0000 Remove 'Box Sizing' section - it's irrelevant with the layout algorithm. file | diff | annotate
(0)-100-60tip

mercurial