You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that any element with empty content and a closing tag to fire the text handler with text: '' and lastInTextNode: true. Otherwise, I do not get a chance to append content (based on existing content). Alternatively, an endtag handler mentioned in #85 would suffice, if it gives me a chance to use endTag.before().
The text was updated successfully, but these errors were encountered:
I would expect that any element with empty content and a closing tag to fire the
text
handler withtext: ''
andlastInTextNode: true
. Otherwise, I do not get a chance to append content (based on existing content). Alternatively, an endtag handler mentioned in #85 would suffice, if it gives me a chance to useendTag.before()
.The text was updated successfully, but these errors were encountered: