﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6151	Definition Lists Improperly Formatted in IE7	Peter Schultheiss		"I have code that looks like this

<dl>
  <dt>First</dt>
  <dd>Second</dd>
</dl>

When I view source in IE7 the <dt> and the <dd> tags are reversed for every <dl> in the source code:

<dl>
  <dd>Second</dd>
  <dt>First</dt>
</dl>

When I view source again it corrects itself. So each time I view source the tags are reveresed."	Bug	closed	Normal		General	3.3.2	worksforme	IE7	
