Last modified: 2014-03-18 13:24:05 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64753, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62753 - Nested definition list in HTML. Parser wrongly adds P (paragraph).
Nested definition list in HTML. Parser wrongly adds P (paragraph).
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.22.3
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-17 22:15 UTC by wmbgzll
Modified: 2014-03-18 13:24 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description wmbgzll 2014-03-17 22:15:32 UTC
$wgUseTidy: false

HTML code entered in MediaWiki:

<dl>
<dt>term</dt>
<dd><dl><dt>term nested list</dt><dd>description nested list</dd></dl></dd>
<dt>another term</dt>
<dd>another description</dd>
</dl>

Produces invalid HTML code:

<dl>
<dt>term</dt>
<dd><dl><dt>term nested list</dt><dd>description nested list</dd></dl></dd>
<p><dt>another term</dt>
<dd>another description</dd>
</p>
</dl>

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links