Jump to content

Wikipedia:Manual of Style/Glossaries/DD bug test cases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SMcCandlish (talk | contribs) at 09:40, 12 June 2010 (saving sub-page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Test cases of the definition list definition (<dd>) bug==

<dl>
;term 1
:<p>
This is part of the definition of term 1.
</p><p>
This is more of the definition of term 1.
</p>
</dl>

term 1

This is part of the definition of term 1.

This is more of the definition of term 1.

<dl>
;term 2
:<p>This is part of the definition of term 2.</p>
<p>This is more of the definition of term 2.</p>
</dl>

term 2

This is part of the definition of term 2.

This is more of the definition of term 2.

<dl>
;term 3
<dd>
<p>
This is part of the definition of term 3.
</p><p>
This is more of the definition of term 3.
</p>
</dd>
</dl>

term 3

This is part of the definition of term 3.

This is more of the definition of term 3.

<dl>
;term 4
<dd>
<p>This is part of the definition of term 4.</p>
<p>This is more of the definition of term 4.</p>
</dd>
</dl>

term 4

This is part of the definition of term 4.

This is more of the definition of term 4.

<dl>
;term 5
<dd><p>
This is part of the definition of term 5.
</p><p>
This is more of the definition of term 5.
</p></dd>
</dl>

term 5

This is part of the definition of term 5.

This is more of the definition of term 5.

<dl>
;term 6
<dd><p>This is part of the definition of term 6.</p>
<p>This is more of the definition of term 6.</p></dd>
</dl>

term 6

This is part of the definition of term 6.

This is more of the definition of term 6.

<dl>
;term 7
<dd>This is part of the definition of term 7.</dd>
</dl>

term 7
This is part of the definition of term 7.

<dl>
;term 8
<dd><p>This is the of the definition of term 8.</p></dd>
</dl>

term 8

This is the of the definition of term 8.

<dl>
;term 9
:<p>This is part of the definition of term 9.</p><p>This is more of the definition of term 9.</p>
</dl>

term 9

This is part of the definition of term 9.

This is more of the definition of term 9.

Indentation is typical WP style for this markup, but undesirable for proper use of the tags to create a glossary.

<dl>
;term 10
<dd><p>This is part of the definition of term 10.</p><p>This is more of the definition of term 10.</p></dd>
</dl>

term 10

This is part of the definition of term 10.

This is more of the definition of term 10.

<dl>
<dt>term 11</dt>
<dd><p>This is part of the definition of term 11.</p><p>This is more of the definition of term 11.</p></dd>
</dl>

term 11

This is part of the definition of term 11.

This is more of the definition of term 11.

Indentation gone, but </p><p> is undesirable.

<dl>
<dt>term 12</dt>
<dd><p>This is part of the definition of term 12.</p>
<p>This is more of the definition of term 12.</p></dd>
</dl>

term 12

This is part of the definition of term 12.

This is more of the definition of term 12.

Perfect (other than it has to be done manually will all [X]HTML, and no wikimarkup for any aspect of the definition list).

<dl>
<dt>term 13</dt>
:<p>This is part of the definition of term 13.</p>
<p>This is more of the definition of term 13.</p></dd>
</dl>

term 13

This is part of the definition of term 13.

This is more of the definition of term 13.