Page MenuHomePhabricator

Problems when entering literal <dt> or <dd>
Open, LowPublic

Description

Example: http://sv.wiktionary.org/wiki/Anv%C3%A4ndare:Skalman/test/bugs/definition_lists

When entering <dt>Definition term</dt> the next line is seen as a <dd>, and vice versa. This goes even if the next line has ---- for a <hr/>.

I'm aware that you *should* use <dl></dl>, but MediaWiki should do the best it can in the given situation. (just as it does with <li>)

Note that the same results should be produced even if the end tags </dt> and </dd> are omitted.


Version: 1.15.x
Severity: minor

Details

Reference
bz22542

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 11:00 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz22542.
bzimport added a subscriber: Unknown Object (MLST).

Did gerrit change 5174 (to fix bug 11748) improve the situation?

wicke wrote:

I am quite certain Gerrit change #5174 does not make a difference to this, as it does not touch the handling of preformatted blocks.