Last modified: 2006-01-29 23:02: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 T3075, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1075 - numbered definition list
numbered definition list
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-12-11 16:28 UTC by Marijn Schouten
Modified: 2006-01-29 23:02 UTC (History)
1 user (show)

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


Attachments

Description Marijn Schouten 2004-12-11 16:28:18 UTC
I need a numbered definition list. Simply combining # and ;: like this: 
#;item1 : def1 
#;item2 : def2 
does not work; only the first list number is printed. If I add a newline: 
#;item1 : def1 
 
#;item2 : def2 
then I get two lists, each starting with a one. 
I think these things should nest.
Comment 1 Brion Vibber 2004-12-11 18:44:31 UTC
Numbered lists and definition lists are separate things in HTML.

You should be able to 'fake it' well enough like this:
#item1
#:def1
#item2
#:def2

That should nest in the way you expect.
Comment 2 Joris Gillis 2006-01-07 18:06:24 UTC
That should be handled with CSS : http://www.w3.org/TR/CSS21/generate.html#counters

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


Navigation
Links