https://bugzilla.wikimedia.org/show_bug.cgi?id=5718

S. McCandlish <smccandl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smccandl...@gmail.com

--- Comment #25 from S. McCandlish <smccandl...@gmail.com> ---
I've updated http://test.wikipedia.org/wiki/Bug_5718 with additional test
cases.  They show extra weirdness.

The three cases:

<div>foo</div>

and

<div>foo
</div>

and

<div>
foo</div>

are all sent to the browser as:

<div>foo</div>

Only:

<div>
bar
</div>

is rendered as:

<div>
<p>bar</p>
</div>

It gets even weirder when the content is multiple lines.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to