Extension:ToggleDisplay/ChangeLog
From MediaWiki.org
- 0.121
-
- Bugfix (?): Use div rather than span for the hidable tag, since span may lead to impropoper nesting like <span></p> any text </span>, and in some browsers the result is that the attributes of span are not applied to the text after </p>. Maybe this problem is a MediaWiki bug. With div, no similar problems show up.
- You should use the div tag because it is block tag. The span tag is inline and can be used only inside block tags so as p tag and other. This is a rule of HTML (XHTML) specification and this problem is not a MediaWiki bug.
- 0.12
-
- First version published.
