[Webkit-unassigned] [Bug 119632] New: [CSS Grid Layout] Resolve named grid lines
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 9 08:27:49 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119632
Summary: [CSS Grid Layout] Resolve named grid lines
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: svillar at igalia.com
Depends on: 119540
Blocks: 103310
The patch for bug 119540 will add parsing support for named grid lines. That's the first step, after that we need to use that information to properly position the different elements in the grid.
This was done in Blink in:
r152659
Properly resolve named grid lines
This change adds the code to convert from a raw named grid line
(stored in RenderStyle) to its actual grid position.
and
r153794
[CSS Grid Layout] Support named grid lines with 'span'
This change implements the resolution for named grid lines with 'span',
which is the missing piece to fully support named grid lines.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list