xhtml_conform-9: All white space surrounding block elements should be removed.
Tests for assertions xhtml_conform-9

<address> tag (block, italic) :

address is rendered in italic as a block, immediately after the previous line

<blockquote> tag:

This entire section must be indented from the rest of the text in the file. This is some text to fill up the space. This is some text to fill up the space. It should still be indented no matter how many lines long it is. This is some more text. This is some more text. This is some more text.

<div> tag (block): The following text must be rendered as a block (on a line by itself):

This line must be rendered as a block, directly after the previous line

<h1> tag (block):

This line of text uses the h1 size of heading and must be the largest heading size

<h2> tag (block):

This line of text uses the h2 size of heading and must be the same size or smaller than h1

<h3> tag (block):

This line of text uses the h3 size of heading and must be the same size or smaller than h2

<h4> tag (block):

This line of text uses the h4 size of heading and must be the same size or smaller than h3

<h5> tag (block):

This line of text uses the h5 size of heading and must be the same size or smaller than h4

<h6> tag (block):

This line of text uses the h6 size of heading and must be the same size or smaller than h5

<p> tag (block)

Paragraph one: This line must be separate from the one below it

Paragraph two: This line must be separate from the one above it

<pre> tag (block, monospace, whitespace preserved)

	The second line must be indented 8 characters
	        from the line above it and the third line must be indented
	            four characters from the line above it          

	 

<dl >  tag (block): Below must be a list of three items with their definitions next to them but on the following line

<dt > tag (block): Item
< dd > tag (block): definition of item
<dt > tag (block): Item
< dd > tag (block): definition of item
<dt > tag (block): Item
< dd > tag (block): definition of item

<ul >(block): Below must be a list of 5 words with bullets before each

<ol > (block): Below must be a list of 5 words ordered by arabic numerals

  1. < li > tag (block): This
  2. < li > tag (block): is
  3. < li > tag (block): an
  4. < li > tag (block): ordered
  5. < li > tag (block): list

<hr> tag (block): There must be a line below this


<form> tag (block):

This text must be in a block

<table> tag (block-like):

Table Caption: <caption>
Row 1: <th> table heading
Row 2: <td> table data