[Webkit-unassigned] [Bug 191581] Hidden attribute does not apply to optgroup and option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 09:04:38 PST 2018


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
The default definition of rendererIsNeeded is:
bool Element::rendererIsNeeded(const RenderStyle& style)
{
    return style.display() != DisplayType::None && style.display() != DisplayType::Contents;
}

-- 
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/20181113/2f6f0e33/attachment.html>


More information about the webkit-unassigned mailing list