mediawiki-extensions-Discus.../tests
David Lynch ec0e2920ae API ThreadItemsHTML: improve generation of othercontent
Othercontent would often contain the opening tag of the next heading /
section. By looking for the closest node with a previousSibling we can
more-reliably escape the heading.

Also, only add the initial placeholder if there's content before the
first heading. We do this by testing for any siblings before the
startContainer of the first heading -- if there are any, assume this
means there's some sort of content. (This can still result in a
placeholder with `othercontent:""` if there's only whitespace before
the first heading.)

Bug: T313850
Change-Id: I080205b74413c46d3cf3442e79276145aaa9439c
2022-07-28 02:51:18 -05:00
..
cases API ThreadItemsHTML: improve generation of othercontent 2022-07-28 02:51:18 -05:00
data Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
phpunit Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
qunit tests: Fix root node / container handling 2022-03-10 18:43:58 +01:00