A Submission to the /prog/ Journal of BBCODE, volume 666: An Observation on the Behavior of Underlining in a Multilevel Vertical BBCode Latice Structure - By Gerald Jewish Sussman.
: : : : : : :The source code to the BBCODE on the right is as follows:
: : : : : : :[m][s]1 4 7[/m][m][aa]2 5 8[/m][m][b]3 6 9[/o][/aa][/s][/m]: : : : : : : ........................................................... Interesting behavior going on. Take note of the [s], [aa] and [o] tags. Each one only effects the column that it is started in, and not the others. However, this appears to only be the case for tags that generate a <span> in HTML. When elements that generatesome other HTML tag, such as [b], or [i], the effect continues throu- ght subsequent columns. It is al- so the case that some elements, such as [spoiler] or [sup], fail to parse correcly at all. But pe- rhaps the stranges behavior of all is that of [u]. When [u] isplaced in the place of [aa], it does not underline everything in the following columns, but it act- ually underlines everything except the very bottom of the final column.
What a strange thing for [u] to do!
Name:
Anonymous2015-12-12 9:48
detect an prevent people posting hate speech before it happens
well, if hitler won....
Name:
Anonymous2015-12-12 11:48
I have no idea where to begin in replicating this.
Name:
Anonymous2015-12-12 12:24
66Replication crisis in /prog/tology: over 65% of the BBCODE studies failed to replicate. "I have no idea where to begin in replicating this" says >>45!!99
Name:
Anonymous2015-12-12 16:43
It is also the case that some elements, such as [spoiler] or [sup], fail to parse correcly at all.
That's because you're not nesting correctly, and some tags won't have any of that.
Name:
Anonymous2015-12-12 21:35
>>47 I'm nesting exactly how I intended to nest. Edge case behavior makes for better study.