Last modified: 2010-05-15 15:41:03 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 T9276, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7276 - Render error for nested definition lists
Render error for nested definition lists
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.7.x
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
http://matrixhasu.homelinux.org/media...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-09 11:08 UTC by Sandro Tosi
Modified: 2010-05-15 15:41 UTC (History)
0 users

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


Attachments

Description Sandro Tosi 2006-09-09 11:08:33 UTC
I've summarized in the webpage
http://matrixhasu.homelinux.org/mediawiki1.7/index.php/Bug_Definition_List the
error we recieve while nesting two (or more) definition lists.

The first element of the nested definition list is wrongly rendered, with the
head element at the same level as father def list, and the  definition in bold.

The same bugs is in mw1.6.7
http://matrixhasu.homelinux.org/mediawiki1.6/index.php/Bug_Definition_List and
in mw1.5.8 http://matrixhasu.homelinux.org/mediawiki/index.php/Bug_Definition_List
Comment 1 Aryeh Gregor (not reading bugmail, please e-mail directly) 2006-09-10 00:28:45 UTC
It's not rendering because you're using the wrong syntax.  A definition list in
a definition list must be inside the outer list's <dd> element, since <dt> can
only have inline contents.  Therefore, the right syntax has the nested list's
character follow after a colon (<dd>), not after a semicolon (<dt>):

; test1: level 1
:; test2_1: level 2, first row
:; test2_2: level 2, second row

That works fine.

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


Navigation
Links