[Webkit-unassigned] [Bug 87068] Replaced items in a flexbox should be coerced to display:block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 13:21:42 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87068


Tab Atkins Jr. <jackalmage at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage at gmail.com




--- Comment #1 from Tab Atkins Jr. <jackalmage at gmail.com>  2012-05-22 13:20:46 PST ---
"atomic inline" refers to things that are inline-level, but lay out as a single thing: inline-block, inline-table, inline replaced, etc.

All the hardcoded tag names should have already been flexbox items, since they all fall under the "replaced element" umbrella - the new entry with hardcoded names is just meant to cover the odd case where an element can be replaced or not depending on whether a link resolves.

-- 
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