Bug 103956
| Summary: | [CSS Grid Layout] Add testing for percentage margins and paddings on positioned elements inside a grid element | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | donggwan.kim, tony, xan.lopez |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 60731 | ||
Julien Chaffraix
This is a follow-up of bug 103677.
We currently don't test this case as we allow positioned elements to be grid items. I proposed a specification change [1] that would disallow this case and would thus change our behavior. Once this is migrated to the specification for good, we can add a test to ensure we properly resolve percentage paddings / margins.
[1] http://lists.w3.org/Archives/Public/www-style/2012Nov/0546.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |