[Webkit-unassigned] [Bug 178332] Text nodes with display:contents parent should render as if they were wrapped in an unstyled <span>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 29 17:49:18 PDT 2017


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #17 from Darin Adler <darin at apple.com> ---
Comment on attachment 324006
  --> https://bugs.webkit.org/attachment.cgi?id=324006
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=324006&action=review

> Source/WebCore/style/StyleUpdate.h:73
> +    std::optional<std::unique_ptr<RenderStyle>> inheritedDisplayContentsStyle;

Seems a little strange to use std::optional<std::unique_ptr<>>; gives us both nullopt and nullptr, but do we really need both?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171030/f3b401db/attachment.html>


More information about the webkit-unassigned mailing list