Bug 149780 - [CSS Box Alignment] align-content and justify-content 'auto' value computes to itself
Summary: [CSS Box Alignment] align-content and justify-content 'auto' value computes t...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-02 17:03 PDT by Javier Fernandez
Modified: 2016-10-14 02:56 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Fernandez 2015-10-02 17:03:25 PDT
The Box Alignment specification has changed recently so we must not resolve 'auto' values anymore for the Content Alignment properties. Hence, computed value will be just the specified value in any case.

However, the behavior, depending on the layout model, will imply to resolve the 'auto' value at layout phase.
Comment 1 Javier Fernandez 2016-10-14 02:56:38 PDT
The Box Alignment spec has changed since this bug was reported, and now it doesn't make any sense.