No subject
Tue May 3 15:05:30 PDT 2016
> The CSS Box Alignment specification defines a new syntax for
> align-self/align-items, justify-self/justify-items and
> align-content/justify-content CSS properties. This new syntax include new
> values, some of them not valid following the old syntax defined in the CSS
> Flexible box specification for some of these properties.
>
> Due to the patch landed for fixing bug #151591 we are now sure that the
> parsing logic for the new syntax is only used when the CSS Grid Layout is
> enabled, since this new layout model defines its alignment procedures based
> on the mentioned CSS properties.
However, in testing, it seems I now have to provide:
align-content: center;
To override the default value of:
align-content: flex-start;
when CSSGridLayout is disabled.
That sounds like a backwards compatibility issue. Is that intentional?
--
You are receiving this mail because:
You are the assignee for the bug.
--1476749869.bede27.6431
Date: Mon, 17 Oct 2016 17:17:49 -0700
MIME-Version: 1.0
Content-Type: text/html
<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Debugger buttons positioned incorrectly, align-items does not appear to be taking affect"
href="https://bugs.webkit.org/show_bug.cgi?id=163572#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Debugger buttons positioned incorrectly, align-items does not appear to be taking affect"
href="https://bugs.webkit.org/show_bug.cgi?id=163572">bug 163572</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>From that change:
<span class="quote">> The CSS Box Alignment specification defines a new syntax for
> align-self/align-items, justify-self/justify-items and
> align-content/justify-content CSS properties. This new syntax include new
> values, some of them not valid following the old syntax defined in the CSS
> Flexible box specification for some of these properties.
>
> Due to the patch landed for fixing <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Should never be reached failure in WebCore::RenderFlexibleBox::alignChildren"
href="show_bug.cgi?id=151591">bug #151591</a> we are now sure that the
> parsing logic for the new syntax is only used when the CSS Grid Layout is
> enabled, since this new layout model defines its alignment procedures based
> on the mentioned CSS properties.</span >
However, in testing, it seems I now have to provide:
align-content: center;
To override the default value of:
align-content: flex-start;
when CSSGridLayout is disabled.
That sounds like a backwards compatibility issue. Is that intentional?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>
--1476749869.bede27.6431--
More information about the webkit-unassigned
mailing list