[Webkit-unassigned] [Bug 39863] innerText does not include a letter with :first-letter applied
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 9 08:21:27 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=39863
--- Comment #33 from Kent Tamura <tkent at chromium.org> 2010-08-09 08:21:26 PST ---
(From update of attachment 57854)
I'm not familiar with this area, but it seems Yoshiki-san addressed all of issues from darin and mitz in the latest patch.
I'll set r+ tomorrow if no one objects.
WebCore/editing/TextIterator.cpp:512
+ if (!m_handledFirstLetter && renderer->isTextFragment() && m_offset == 0)
We should write " ... && !m_offset)".
--
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