Bug 156743

Summary: [css-grid] Fix definite/indefinite size detection for abspos elements
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: Layout and RenderingAssignee: Manuel Rego Casasnovas <rego>
Status: ASSIGNED ---    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, commit-queue, esprehn+autocc, glenn, jfernandez, kondapallykalyan, rego, simon.fraser, svillar, zalan
Priority: P2 Keywords: BlinkMergeCandidate
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60731    
Attachments:
Description Flags
Patch none

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!