In current implemetation, keywords in the following example is blurred correctly.
<div>
KEYWORD
</div>
<div>
<span>KEYWORD</span>
</div>
But keywords in the another example, which is rendered as same as the above examples, is NOT blurred, because KEYWORD is splitted into each other elements.
<div>
KEY<span>WO</span><span>RD</span>
</div>
These examples are rendered as same for users, so the third example also must be blurred correctly.
In current implemetation, keywords in the following example is blurred correctly.
But keywords in the another example, which is rendered as same as the above examples, is NOT blurred, because
KEYWORD
is splitted into each other elements.These examples are rendered as same for users, so the third example also must be blurred correctly.