Bug 156743 - [css-grid] Fix definite/indefinite size detection for abspos elements
Summary: [css-grid] Fix definite/indefinite size detection for abspos elements
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Manuel Rego Casasnovas
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks: 60731
  Show dependency treegraph
 
Reported: 2016-04-19 06:36 PDT by Manuel Rego Casasnovas
Modified: 2022-09-30 17:42 PDT (History)
12 users (show)

See Also:


Attachments
Patch (9.82 KB, patch)
2016-04-19 06:39 PDT, Manuel Rego Casasnovas
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rego Casasnovas 2016-04-19 06:36:58 PDT
[css-grid] Fix definite/indefinite size detection for abspos elements
Comment 1 Manuel Rego Casasnovas 2016-04-19 06:38:23 PDT
This is a port from Blink: https://codereview.chromium.org/1383003002
Comment 2 Manuel Rego Casasnovas 2016-04-19 06:39:09 PDT
Created attachment 276720 [details]
Patch
Comment 3 Manuel Rego Casasnovas 2016-05-05 00:26:37 PDT
Comment on attachment 276720 [details]
Patch

Removing from the review queue as there're some discussion on the CSS WG about the expected behaviour:
https://lists.w3.org/Archives/Public/www-style/2016Apr/0329.html

It should be resolved in the next F2F meeting (9-11 May).
Comment 4 Ahmad Saleem 2022-09-30 17:41:56 PDT
Safari TP 154 passes all position Grid tests:

https://wpt.fyi/results/css/css-grid/abspos?label=master&label=experimental&aligned&view=subtest&q=positioned%20grid

Do we need anything from this? Thanks!