///////////////////////////////////////////////// // FLEX - ALIGN-SELF ///////////////////////////////////////////////// ORIGINAL DEFAULT VALUE alignSelf: 'auto', 5/22/19 removed as becoming overwhelmingly confusing in its interaction w/ align-content - "the spec defines the single/multi-linedness of a flex container based purely on the value of flex-wrap, not on whether wrapping is currently occurring: https://www.w3.org/tr/css-flexbox-1/#single-line" - thus, under conditions flex-direction row (w/ wrap), even when only 1 flex container, the align-self would no longer expand to fill the space of its parent bc it now had this weird invisible align-content wrapper around it that, for whatever idiodic reason, doesn't fill the entire parent container 6/7/19 update on current state of product = user input controls for align-content were removed in lieu of 1 single input control for both align-content & align-items - align-self is actually now working in the same input controls as flex-grow w/ "stretch" being the only employable align-self option 6/11/19 with the addition of "height: 100%" to certain elements (& possibly all elements - see "height.txt" journal entry), it might be necessary to incorporate more align-self options into the "Fill Space" group button control - there would be way too many & may perhaps have to wrap or become another control - just putting in here for future reference