[Webkit-unassigned] [Bug 238555] HTMLElement.innerText should return the content of a clipped box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 09:24:03 PDT 2022


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

--- Comment #1 from zalan <zalan at apple.com> ---
innerText calls TextIterator::handleTextNode() which early returns when the content is clipped:
"if (m_fullyClippedStack.top() && !m_behaviors.contains(TextIteratorBehavior::IgnoresStyleVisibility))"

-- 
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/20220330/3d80fc6d/attachment.htm>


More information about the webkit-unassigned mailing list