[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
Mon Oct 30 03:02:05 PDT 2017


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

--- Comment #18 from Antti Koivisto <koivisto at iki.fi> ---
> Seems a little strange to use std::optional<std::unique_ptr<>>; gives us
> both nullopt and nullptr, but do we really need both?

Yeah, nullopt signals that we don't have a value and nullptr signals we have a value and it is null.

I did debate with myself about this vs using a separate bit. This looked better in code.

-- 
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/72f8a424/attachment.html>


More information about the webkit-unassigned mailing list