<?xml version="1.0"?>
<!DOCTYPE testsuite SYSTEM "http://www.w3.org/WAI/UA/TS/dtd/uaag-testsuite-2.dtd">


<testsuite id="ts0203-table-summary">
	
	<metaInfo>
		<testTitle>SUMMARY attribute for TABLE elements</testTitle>
		<shortTitle>Render SUMMARY attribute content for TABLE elements</shortTitle>
		<testElement>
			<elementName>TABLE</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/tables.html#h-11.2.1">&hspec; TABLE</hlink>
		</testElement>
		<testElement>
			<elementName>SUMMARY</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/tables.html#adef-summary">&hspec; SUMMARY</hlink>
		</testElement>		
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
   	<checkpoints>
      	<checkpoint xref="tech-conditional-content">
         	<provisions>
					<provision xref="tech-conditional-content-1"/>
            	<provision xref="tech-conditional-content-2"/>
            </provisions>
         </checkpoint>
      </checkpoints>
 	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>The user agent should display the conditional content of the table summary attribute.</item>
				</list>
			</procedure>
			<testCode>
				<table summary="This table tests the ability of user agents to display table summary content" border="1">
  					<tbody>
  						<tr><td>Test Cell 1.1</td><td>Test Cell 1.2</td></tr>
    					<tr><td>Test Cell 2.1</td><td>Test Cell 2.2</td></tr>
   				</tbody>
				</table>
			</testCode>
      	<exResults>
				<list>
					<item>The contents of the table summary attribute is available to the user agent.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>
