Bug 76076 - inline level replaced elements should be treated as flex items
Summary: inline level replaced elements should be treated as flex items
Status: RESOLVED DUPLICATE of bug 90323
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 70792
  Show dependency treegraph
 
Reported: 2012-01-11 10:38 PST by Tony Chang
Modified: 2012-07-27 14:37 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 2012-01-11 10:38:12 PST
For example, <img> and <button> should be treated as individual flex items rather than being wrapped in anonymous blocks.
Comment 1 Tony Chang 2012-01-11 10:41:47 PST
These are examples 7-9 in http://dev.w3.org/csswg/css3-flexbox/#flex-items .
Comment 2 Tony Chang 2012-07-27 14:37:10 PDT
This was fixed in r121613.

*** This bug has been marked as a duplicate of bug 90323 ***