Changes between Initial Version and Version 1 of Ticket #16811, comment 5
- Timestamp:
- Jan 23, 2017, 12:33:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16811, comment 5
initial v1 3 3 Out of curiosity checked approach 2. and without `overflow:hidden` it doesn't consume vertical space: http://codepen.io/mlewand/pen/OWgJbp 4 4 5 We've had a lot of discussion on this, and we came to conclusion that in fact we can't create a markup that we don't support in editor. Look at `div[align]` if we implement it, the end user has now way to control it's alignment. That doesn't make sense. Instead we'll provide a handling that is as close to expected as it could be, which means to align the **table** itself to a given posit on, so that it can be changed using tabletools dialog.5 We've had a lot of discussion on this, and we came to conclusion that in fact we can't create a markup that we don't support in editor. Look at `div[align]` if we implement it, the end user has now way to control it's alignment. That doesn't make sense. Instead we'll provide a handling that is as close to expected as it could be, which means to align the **table** itself to a given position, so that it can be changed using tabletools dialog.