[Webkit-unassigned] [Bug 210791] New: [css-flexbox] The percentage height resolution quirk shouldn't be applied to flexboxes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 05:02:48 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210791

            Bug ID: 210791
           Summary: [css-flexbox] The percentage height resolution quirk
                    shouldn't be applied to flexboxes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com

The following WPT test fails on WebKit: https://wpt.live/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html

This test will pass if strict mode its enabled instead of quirks:

--- a/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html
+++ b/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html
@@ -1,4 +1,4 @@
-<!-- quirks mode -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho at chromium.org">
 <link rel="help" href="https://www.w3.org/TR/CSS22/visudet.html#the-height-property">
 <meta name="assert" content="The percentage height resolution quirk isn't applied to flexboxes.">


This passes on both Firefox and Chrome.

See also bug 210243

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200421/ff036c81/attachment.htm>


More information about the webkit-unassigned mailing list