Ticket #767 (reopened)

Opened 21 months ago

Last modified 21 months ago

forced closing of <tt> node

Reported by: volker Owned by: ralf
Priority: normal Component: mwlib
Severity: major Keywords:
Cc:

Description

Compare the following two code snippets:

hi

<tt>teletyped text<tt>

== new section ==

Mediawiki: regular text
mwlib: teletyped
<tt>teletyped text

== new section ==

Mediawiki: teletyped
mwlib: teletyped

The behaviour of mwlib in the first case should be fixed.

Change History

comment:1 Changed 21 months ago by ralf

  • Status changed from new to closed
  • Resolution set to fixed

git:262ef68 close style tags on the next equal tag

comment:2 follow-up: ↓ 3 Changed 21 months ago by volker

  • Status changed from closed to reopened
  • Resolution fixed deleted

I've got bad news for you:

hi <small>small <small>even smaller</small></small> regular size

This is valid markup. The 'even smaller' text, inside the nested small node...is smaller than just small ;)

comment:3 in reply to: ↑ 2 Changed 21 months ago by ralf

Replying to volker:

This is valid markup. The 'even smaller' text, inside the nested small node...is smaller than just small ;)

that didn't work right before.

Note: See TracTickets for help on using tickets.