Bug 76076
| Summary: | inline level replaced elements should be treated as flex items | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tony Chang <tony> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 70792 | ||
Tony Chang
For example, <img> and <button> should be treated as individual flex items rather than being wrapped in anonymous blocks.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tony Chang
These are examples 7-9 in http://dev.w3.org/csswg/css3-flexbox/#flex-items .
Tony Chang
This was fixed in r121613.
*** This bug has been marked as a duplicate of bug 90323 ***