Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support basic flexbox layout #340

Open
GoogleCodeExporter opened this issue Aug 12, 2015 · 2 comments
Open

Support basic flexbox layout #340

GoogleCodeExporter opened this issue Aug 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What do you suggest?
The W3C is working on a CSS Flexible Box Layout Module spec.[1] This spec 
defines a new layout model based on flexible boxes. HTMLViewer should adopt 
that layout model and support at least its basic features and 
properties/values, which are:

display: flex
flex-grow
flex-shrink
flex-basis
flex
flex-direction

The attached test case is a modified version of the example on MDN[2].

What are the benefits?
Support for more layouting possibilities.

Which version of the product are you using? Which compiler version are you
using? On which operating system?
r455, Delphi XE, Windows 7

Sebastian

[1] http://dev.w3.org/csswg/css-flexbox/#flex-direction
[2] https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes

Original issue reported on code.google.com by [email protected] on 18 Mar 2014 at 8:39

Attachments:

@GoogleCodeExporter
Copy link
Author

The output of the example should look like the attached screenshot made in 
Firefox 27.0.1.

Sebastian

Original comment by [email protected] on 18 Mar 2014 at 8:41

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by OrphanCat on 22 Mar 2014 at 8:42

  • Added labels: Type-Enhancement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant