Index: selector/first-line-pseudo-016.xht
===================================================================
--- selector/first-line-pseudo-016.xht	(revision 1256)
+++ selector/first-line-pseudo-016.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: vertical-align: bottom on :first-line</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/016.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/016.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
   .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: selector/first-line-pseudo-017.xht
===================================================================
--- selector/first-line-pseudo-017.xht	(revision 1256)
+++ selector/first-line-pseudo-017.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: First-Line: Innermost vs outermost</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/001.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/001.html" type="type/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    p:first-line { background: red; color: yellow; }
@@ -13,4 +14,4 @@
  <body>
   <p><span>This line should be green.</span></p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: selector/first-line-pseudo-018.xht
===================================================================
--- selector/first-line-pseudo-018.xht	(revision 1256)
+++ selector/first-line-pseudo-018.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: Basic :first-line test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/002.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/002.html" type="type/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    p:first-line	{ color: green; }
Index: selector/first-line-pseudo-019.xht
===================================================================
--- selector/first-line-pseudo-019.xht	(revision 1256)
+++ selector/first-line-pseudo-019.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: Basic :first-line test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/003.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/003.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/003.html" type="type/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    :first-line { color: green; }
Index: selector/class-selector-008.xht
===================================================================
--- selector/class-selector-008.xht	(revision 1256)
+++ selector/class-selector-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: Case Sensitive Classes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#class-html" />
   <style type="text/css">
    .teST { color: green; }
@@ -13,4 +13,4 @@
  <body>
   <p class="teST">This text should be green.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: selector/class-selector-009.xht
===================================================================
--- selector/class-selector-009.xht	(revision 1256)
+++ selector/class-selector-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Multiple classes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#class-html" />
   <style type="text/css">
    p { background: green; color: white; }
Index: selector/first-line-pseudo-001.xht
===================================================================
--- selector/first-line-pseudo-001.xht	(revision 1256)
+++ selector/first-line-pseudo-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and anonymous boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    div { color: red; }
Index: selector/first-line-pseudo-002.xht
===================================================================
--- selector/first-line-pseudo-002.xht	(revision 1256)
+++ selector/first-line-pseudo-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and anonymous boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    div { color: green; }
Index: selector/first-line-pseudo-020.xht
===================================================================
--- selector/first-line-pseudo-020.xht	(revision 1256)
+++ selector/first-line-pseudo-020.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: Basic :first-line test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/004.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/004.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/004.html" type="type/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    *:first-line { color: green; }
Index: selector/first-line-pseudo-003.xht
===================================================================
--- selector/first-line-pseudo-003.xht	(revision 1256)
+++ selector/first-line-pseudo-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and child boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    div, span { display: block; }
Index: selector/first-line-pseudo-021.xht
===================================================================
--- selector/first-line-pseudo-021.xht	(revision 1256)
+++ selector/first-line-pseudo-021.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: First-Line: Inheritance</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/005.html" type="type/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    p { color: red; }
@@ -14,4 +14,4 @@
  <body>
   <p><span>This line should be green.</span></p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: selector/first-line-pseudo-004.xht
===================================================================
--- selector/first-line-pseudo-004.xht	(revision 1256)
+++ selector/first-line-pseudo-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and anonymous boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    div { color: red; }
Index: selector/first-line-pseudo-005.xht
===================================================================
--- selector/first-line-pseudo-005.xht	(revision 1256)
+++ selector/first-line-pseudo-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and anonymous boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    div { color: green; }
Index: selector/first-line-pseudo-006.xht
===================================================================
--- selector/first-line-pseudo-006.xht	(revision 1256)
+++ selector/first-line-pseudo-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and anonymous boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    div { color: red; }
Index: selector/first-line-pseudo-007.xht
===================================================================
--- selector/first-line-pseudo-007.xht	(revision 1256)
+++ selector/first-line-pseudo-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and anonymous boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    div { color: red; }
Index: selector/first-line-pseudo-008.xht
===================================================================
--- selector/first-line-pseudo-008.xht	(revision 1256)
+++ selector/first-line-pseudo-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and anonymous boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    div { color: red; }
Index: selector/first-line-pseudo-009.xht
===================================================================
--- selector/first-line-pseudo-009.xht	(revision 1256)
+++ selector/first-line-pseudo-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and inherited backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/009.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    /* layout */
Index: selector/class-selector-010.xht
===================================================================
--- selector/class-selector-010.xht	(revision 1256)
+++ selector/class-selector-010.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Multiple classes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#class-html" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: selector/class-selector-011.xht
===================================================================
--- selector/class-selector-011.xht	(revision 1256)
+++ selector/class-selector-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Multiple classes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#class-html" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: selector/class-selector-012.xht
===================================================================
--- selector/class-selector-012.xht	(revision 1256)
+++ selector/class-selector-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Multiple classes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#class-html" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: selector/first-child-selector-003.xht
===================================================================
--- selector/first-child-selector-003.xht	(revision 1256)
+++ selector/first-child-selector-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: 1 simple test of :first-child</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/child/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/child/001.xml" type="application/xhtml+xml"/>
     <style type="text/css">
    html { color: green; }
    html:first-child { color: red ! important; }
Index: selector/active-selector-000.xht
===================================================================
--- selector/active-selector-000.xht	(revision 1256)
+++ selector/active-selector-000.xht	(working copy)
@@ -4,7 +4,8 @@
   <title>CSS Test: :active (basic test)</title>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" />
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/001.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/001.html" type="text/html"/>
 <style type="text/css">
    .test { color: blue; }
    :active { color: yellow; border: red solid thick; background: red; }
Index: selector/active-selector-002.xht
===================================================================
--- selector/active-selector-002.xht	(revision 1256)
+++ selector/active-selector-002.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: :active (basic test)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/002.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" />
   <style type="text/css">
 
Index: selector/active-selector-003.xht
===================================================================
--- selector/active-selector-003.xht	(revision 1256)
+++ selector/active-selector-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: :active (dynamic test)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" />
   <style type="text/css"><![CDATA[
    * { color: black; }
Index: selector/active-selector-004.xht
===================================================================
--- selector/active-selector-004.xht	(revision 1256)
+++ selector/active-selector-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: :active (basic test)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/active/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" />
   <style type="text/css">
    p, span { display: block; margin: 0; padding: 1em; color: navy; }
Index: selector/first-letter-selector-000.xht
===================================================================
--- selector/first-letter-selector-000.xht	(revision 1256)
+++ selector/first-letter-selector-000.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: :first-letter in XML</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-letter/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-letter/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-letter" />
   <style type="text/css">
    .test { float: left; font: 2em sans-serif; }
Index: selector/hover-selector-002.xht
===================================================================
--- selector/hover-selector-002.xht	(revision 1256)
+++ selector/hover-selector-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: :hover and font-weight</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/hover/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/hover/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" />
   <style type="text/css">
    p { color: blue; }
Index: selector/selectors-001.xht
===================================================================
--- selector/selectors-001.xht	(revision 1256)
+++ selector/selectors-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Selectors (basic)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#pattern-matching" />
   <style type="text/css">
    body * { background: red; color: yellow; margin: 1em 0; font: inherit; display: block; }
@@ -25,4 +25,4 @@
   <blockquote>This text should be green. (sibling)</blockquote>
   <div title="attribute">This text should be green. (attribute)</div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: selector/hover-selector-003.xht
===================================================================
--- selector/hover-selector-003.xht	(revision 1256)
+++ selector/hover-selector-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: :hover and font-weight</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/hover/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/hover/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" />
   <style type="text/css">
    p { color: blue; }
Index: selector/selectors-002.xht
===================================================================
--- selector/selectors-002.xht	(revision 1256)
+++ selector/selectors-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Selectors (basic tests)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#type-selectors" />
   <style type="text/css">
    * { color: white ! important; background: green ! important; }
@@ -13,4 +13,4 @@
  <body>
   <p>This page should be green with no red present.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: selector/selectors-parsing-001.xht
===================================================================
--- selector/selectors-parsing-001.xht	(revision 1256)
+++ selector/selectors-parsing-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: Selector Parsing and Invalid Pseudo-Elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/parsing/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/parsing/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
    p { background: white; color: green; }
Index: selector/first-line-pseudo-010.xht
===================================================================
--- selector/first-line-pseudo-010.xht	(revision 1256)
+++ selector/first-line-pseudo-010.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: first-line and borders</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/010.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    .test { border: solid green; }
Index: selector/first-letter-selector-026.xht
===================================================================
--- selector/first-letter-selector-026.xht	(revision 1256)
+++ selector/first-letter-selector-026.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: First-Letter: Basic Test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-letter/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-letter/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-letter" />
   <style type="text/css">
    p:first-letter { float: left; padding: 0.1em; border: solid; color: lime; background: green; }
@@ -12,4 +12,4 @@
  <body>
   <p>The first letter of this paragraph should be green.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: selector/first-line-pseudo-011.xht
===================================================================
--- selector/first-line-pseudo-011.xht	(revision 1256)
+++ selector/first-line-pseudo-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: :first-line and margin collapsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/011.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
    td { width: 8em; padding: 0; border: solid; }
Index: selector/first-letter-selector-027.xht
===================================================================
--- selector/first-letter-selector-027.xht	(revision 1256)
+++ selector/first-letter-selector-027.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: First-Letter: Basic Test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-letter/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-letter/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-letter" />
   <style type="text/css">
    p:first-letter { border: solid; padding: 0.1em; color: lime; background: green; }
@@ -12,4 +12,4 @@
  <body>
   <p>The first letter of this paragraph should be green.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: selector/first-line-pseudo-012.xht
===================================================================
--- selector/first-line-pseudo-012.xht	(revision 1256)
+++ selector/first-line-pseudo-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: vertical-align: length on :first-line</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/012.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/012.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
   .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: selector/first-line-pseudo-013.xht
===================================================================
--- selector/first-line-pseudo-013.xht	(revision 1256)
+++ selector/first-line-pseudo-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: vertical-align: top on :first-line</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/013.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/013.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
   .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: selector/first-line-pseudo-014.xht
===================================================================
--- selector/first-line-pseudo-014.xht	(revision 1256)
+++ selector/first-line-pseudo-014.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: vertical-align: top on :first-line</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/014.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/014.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
   .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: selector/first-line-pseudo-015.xht
===================================================================
--- selector/first-line-pseudo-015.xht	(revision 1256)
+++ selector/first-line-pseudo-015.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: vertical-align: bottom on :first-line</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/015.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/first-line/015.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo" />
   <style type="text/css">
   .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visudet/line-height-121.xht
===================================================================
--- visudet/line-height-121.xht	(revision 1256)
+++ visudet/line-height-121.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The 'line-height' property</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#line-height" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visudet/line-height-122.xht
===================================================================
--- visudet/line-height-122.xht	(revision 1256)
+++ visudet/line-height-122.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Images on baselines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#line-height" />
   <style type="text/css">
    p { font: 15px/1 serif; }
Index: visudet/line-height-123.xht
===================================================================
--- visudet/line-height-123.xht	(revision 1256)
+++ visudet/line-height-123.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Images on baselines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#line-height" />
   <style type="text/css">
    body { font: 15px/1 serif; }
Index: visudet/line-height-124.xht
===================================================================
--- visudet/line-height-124.xht	(revision 1256)
+++ visudet/line-height-124.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Images on baselines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#line-height" />
   <style type="text/css">
    body { font: 15px/1 serif; }
Index: visudet/line-height-125.xht
===================================================================
--- visudet/line-height-125.xht	(revision 1256)
+++ visudet/line-height-125.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Inheritance of em units</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#line-height" />
   <style type="text/css">
    .fontsize { font-size: 10px; }
Index: visudet/line-height-126.xht
===================================================================
--- visudet/line-height-126.xht	(revision 1256)
+++ visudet/line-height-126.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: line-height of images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#line-height" />
   <style type="text/css">
    div { background: red; line-height: 0; width: 10em; }
Index: visudet/line-height-127.xht
===================================================================
--- visudet/line-height-127.xht	(revision 1256)
+++ visudet/line-height-127.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: line-height of images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#line-height" />
   <style type="text/css">
    .ahemreq { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visudet/line-height-128.xht
===================================================================
--- visudet/line-height-128.xht	(revision 1256)
+++ visudet/line-height-128.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#line-height" />
   <style type="text/css">
    .ahemreq { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visudet/height-111.xht
===================================================================
--- visudet/height-111.xht	(revision 1256)
+++ visudet/height-111.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested heights</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-height-property" />
   <style type="text/css">
    .a { height: 3em; background: red; width: 15em; }
Index: visudet/height-112.xht
===================================================================
--- visudet/height-112.xht	(revision 1256)
+++ visudet/height-112.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested heights</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-height-property" />
   <style type="text/css">
    .a { height: 3em; background: red; width: 15em; border: solid; }
Index: visudet/height-113.xht
===================================================================
--- visudet/height-113.xht	(revision 1256)
+++ visudet/height-113.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested heights with percentages and borders</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-height-property" />
   <style type="text/css">
    .a { height: 10em; width: 10em; background: red; border: 5em white solid; }
Index: visudet/height-114.xht
===================================================================
--- visudet/height-114.xht	(revision 1256)
+++ visudet/height-114.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Negative heights</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-height-property" />
   <style type="text/css">
    .outer { background: red; height: 2em; }
Index: visudet/replaced-intrinsic-001.xht
===================================================================
--- visudet/replaced-intrinsic-001.xht	(revision 1256)
+++ visudet/replaced-intrinsic-001.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Replaced inline elements (using &lt;object&gt;) and SVG intrinsic widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/intrinsic/svg/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/intrinsic/svg/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width" />
   <meta name="flags" content="svg"/>
   <style type="text/css">
Index: visudet/replaced-intrinsic-002.xht
===================================================================
--- visudet/replaced-intrinsic-002.xht	(revision 1256)
+++ visudet/replaced-intrinsic-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Replaced inline elements (using &lt;object&gt;) and SVG intrinsic widths (negative test equivalent of 001)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/intrinsic/svg/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/intrinsic/svg/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width" />
   <meta name="flags" content="svg"/>
   <style type="text/css">
Index: visudet/replaced-intrinsic-003.xht
===================================================================
--- visudet/replaced-intrinsic-003.xht	(revision 1256)
+++ visudet/replaced-intrinsic-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Replaced block elements (using &lt;object&gt;) and SVG intrinsic widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/intrinsic/svg/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/intrinsic/svg/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width" />
   <meta name="flags" content="image svg"/>
   <style type="text/css">
Index: visudet/min-height-111.xht
===================================================================
--- visudet/min-height-111.xht	(revision 1256)
+++ visudet/min-height-111.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Basic min-height test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/min-height/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/min-height/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" />
   <style type="text/css">
    div { padding-top: 1em; min-height: 15px; background: url(support/swatch-green.png) no-repeat 0 1em; }
Index: visudet/min-height-112.xht
===================================================================
--- visudet/min-height-112.xht	(revision 1256)
+++ visudet/min-height-112.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Basic min-height test (with overflow:hidden)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/min-height/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/min-height/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" />
   <style type="text/css">
    div { padding-top: 1em; min-height: 15px; background: url(support/swatch-green.png) no-repeat 0 1em; overflow: hidden; }
Index: visudet/min-height-113.xht
===================================================================
--- visudet/min-height-113.xht	(revision 1256)
+++ visudet/min-height-113.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Basic min-height test (with overflow:scroll)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/min-height/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/height/min-height/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" />
   <style type="text/css">
    div { min-height: 2em; background: green; overflow: scroll; }
Index: visudet/vertical-align-121.xht
===================================================================
--- visudet/vertical-align-121.xht	(revision 1256)
+++ visudet/vertical-align-121.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: vertical-align: top</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/vertical-align/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/vertical-align/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" />
   <style type="text/css">
    .ahemprereq { display: inline; font: 900 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visudet/inline-block-001.xht
===================================================================
--- visudet/inline-block-001.xht	(revision 1256)
+++ visudet/inline-block-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: inline-block: ping test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width" />
   <style type="text/css">
    p { font: 1em/1 Lucida Console, monospace; }
Index: visudet/inline-block-002.xht
===================================================================
--- visudet/inline-block-002.xht	(revision 1256)
+++ visudet/inline-block-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: inline-block: width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width" />
   <meta name="flags" content="interact"/>
   <style type="text/css">
Index: visudet/inline-block-003.xht
===================================================================
--- visudet/inline-block-003.xht	(revision 1256)
+++ visudet/inline-block-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: inline-block: width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width" />
   <meta name="flags" content="interact"/>
   <style type="text/css">
Index: visudet/root-box-001.xht
===================================================================
--- visudet/root-box-001.xht	(revision 1256)
+++ visudet/root-box-001.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Placing the root element</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/root/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/root/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#Computing_heights_and_margins" />
   <style type="text/css">
    html { margin: 1em; border: 1em solid red; padding: 0; background: green; }
@@ -16,4 +16,4 @@
   <p>This text should be in a white box surrounded by green that extends
      to all edges of the viewport.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visudet/inline-block-004.xht
===================================================================
--- visudet/inline-block-004.xht	(revision 1256)
+++ visudet/inline-block-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: inline-block: width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width" />
   <meta name="flags" content="interact"/>
   <style type="text/css">
Index: visudet/inline-replaced-width-011.xht
===================================================================
--- visudet/inline-replaced-width-011.xht	(revision 1256)
+++ visudet/inline-replaced-width-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Replaced inline elements with % widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width" />
   <style type="text/css">
    div { width: 600px: height: 100px; background: red; }
Index: visudet/inline-block-005.xht
===================================================================
--- visudet/inline-block-005.xht	(revision 1256)
+++ visudet/inline-block-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: inline-block: width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width" />
   <meta name="flags" content="interact"/>
   <style type="text/css">
Index: visudet/inline-replaced-width-012.xht
===================================================================
--- visudet/inline-replaced-width-012.xht	(revision 1256)
+++ visudet/inline-replaced-width-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Replaced inline elements wrapping around floats (% widths)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width" />
   <style type="text/css">
    div { width: 600px; height: 200px; background: red; }
Index: visudet/inline-replaced-width-013.xht
===================================================================
--- visudet/inline-replaced-width-013.xht	(revision 1256)
+++ visudet/inline-replaced-width-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Replaced inline elements wrapping around floats (pixel widths)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width" />
   <style type="text/css">
    div { width: 600px; height: 200px; background: red; }
Index: visudet/inline-replaced-width-014.xht
===================================================================
--- visudet/inline-replaced-width-014.xht	(revision 1256)
+++ visudet/inline-replaced-width-014.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Replaced inline elements with % widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width" />
   <style type="text/css">
    div.a { width: 300px; height: 100px; background: red; }
Index: visudet/inline-replaced-width-015.xht
===================================================================
--- visudet/inline-replaced-width-015.xht	(revision 1256)
+++ visudet/inline-replaced-width-015.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Replaced inline elements wrapping around floats (% widths)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width" />
   <style type="text/css">
    div.test { width: 300px; height: 200px; background: red; position: relative; }
Index: cascade/html-precedence-004.xht
===================================================================
--- cascade/html-precedence-004.xht	(revision 1256)
+++ cascade/html-precedence-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: User Stylesheets and non-CSS Presentational Hints</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/non-css/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/non-css/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/selector.html" />
   <style type="text/css">
    .instructions { color: red; }
Index: cascade/html-precedence-005.xht
===================================================================
--- cascade/html-precedence-005.xht	(revision 1256)
+++ cascade/html-precedence-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: User Stylesheets and non-CSS Presentational Hints</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/non/css/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/non/css/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/selector.html" />
   <style type="text/css">
    .instructions { color: red; }
Index: cascade/cascade-012.xht
===================================================================
--- cascade/cascade-012.xht	(revision 1256)
+++ cascade/cascade-012.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: @import and !important</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/weight/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/weight/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/cascade.html#at-import" />
   <style type="text/css">
     @import "support/cascade-012.css";  /* .test { color: green ! important; } */
Index: cascade/inherit-004.xht
===================================================================
--- cascade/inherit-004.xht	(revision 1256)
+++ cascade/inherit-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS inheritance: basic test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#fonts-intro" />
   <style type="text/css">
    p { color: blue; }
Index: cascade/specificity-011.xht
===================================================================
--- cascade/specificity-011.xht	(revision 1256)
+++ cascade/specificity-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Generated Content via Universal Selectors</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/specificity/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/specificity/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/cascade.html#specificity" />
   <style type="text/css">
     p:after { content: "FAILED"; border: none; }
Index: cascade/specificity-012.xht
===================================================================
--- cascade/specificity-012.xht	(revision 1256)
+++ cascade/specificity-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Pseudo-class Specificity</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/specificity/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/specificity/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/cascade.html#specificity" />
   <style type="text/css">
    a:link { color: yellow; background: red; }
Index: cascade/specificity-013.xht
===================================================================
--- cascade/specificity-013.xht	(revision 1256)
+++ cascade/specificity-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Specificity with universal selector</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/specificity/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/cascade/specificity/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/cascade.html#specificity" />
   <style type="text/css">
     p { color: yellow; background: red; border: maroon; } /* selects the <p> with 0,0,0,1 */
Index: visufx/visibility-collapse-001.xht
===================================================================
--- visufx/visibility-collapse-001.xht	(revision 1256)
+++ visufx/visibility-collapse-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Visibility</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/011.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/011.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#dynamic-effects"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#visibility"/>
   <meta name="flags" content="dom interact"/>
@@ -53,4 +53,4 @@
    </tr>
   </table>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visufx/clipping-001.xht
===================================================================
--- visufx/clipping-001.xht	(revision 1256)
+++ visufx/clipping-001.xht	(working copy)
@@ -4,7 +4,7 @@
 <title>CSS Test: 'clip': Basic Test</title>
   <link rel="author" title="David Hyatt" href="mailto:hyatt@netscape.com"/>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/clipping/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/clipping/001.html" type="text/html"/>
 <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#clipping" />
 <style type="text/css">
 .green {
Index: visufx/clipping-002.xht
===================================================================
--- visufx/clipping-002.xht	(revision 1256)
+++ visufx/clipping-002.xht	(working copy)
@@ -4,7 +4,7 @@
 <title>CSS Test: 'overflow': Basic Test</title>
   <link rel="author" title="David Hyatt" href="mailto:hyatt@netscape.com"/>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/clipping/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/clipping/002.html" type="text/html"/>
 <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow" />
 <style type="text/css">
 .green {
Index: visufx/overflow-006.xht
===================================================================
--- visufx/overflow-006.xht	(revision 1256)
+++ visufx/overflow-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats and overflow</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/overflow/box/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/overflow/box/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow" />
   <style type="text/css">
    p { color: green; }
@@ -22,4 +22,4 @@
    <div class="pass"> PASS </div> <!-- the float should be contained inside the overflow block -->
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visufx/overflow-007.xht
===================================================================
--- visufx/overflow-007.xht	(revision 1256)
+++ visufx/overflow-007.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: margin and overflow</title>
   <link rel="author" title="Eira Monstad" href="mailto:eiram@opera.com"/>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/overflow/box/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/overflow/box/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow" />
   <style type="text/css">
    div.outer { width: 10em; height: 5em; overflow: scroll;
Index: visufx/overflow-008.xht
===================================================================
--- visufx/overflow-008.xht	(revision 1256)
+++ visufx/overflow-008.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: margin and overflow</title>
   <link rel="author" title="Eira Monstad" href="mailto:eiram@opera.com"/>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/overflow/box/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/overflow/box/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow" />
   <style type="text/css">
    div.outer { width: 10em; height: 5em; overflow: auto;
Index: visufx/clipping-016.xht
===================================================================
--- visufx/clipping-016.xht	(revision 1256)
+++ visufx/clipping-016.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: 'clip': Basic Test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/clipping/016.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/clipping/016.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#clipping" />
 <style type="text/css">
 .clip {
Index: visufx/clipping-017.xht
===================================================================
--- visufx/clipping-017.xht	(revision 1256)
+++ visufx/clipping-017.xht	(working copy)
@@ -4,7 +4,7 @@
   <!-- Based on http://www.brothercake.com/Ref/clip.html -->
   <title>CSS Test: Convoluted clip() test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/clipping/017.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/clipping/017.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#clipping" />
   <style type="text/css">
    #test-outer {
Index: text/white-space-nowrap-005.xht
===================================================================
--- text/white-space-nowrap-005.xht	(revision 1256)
+++ text/white-space-nowrap-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space nowrap: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/nowrap/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/nowrap/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-nowrap-006.xht
===================================================================
--- text/white-space-nowrap-006.xht	(revision 1256)
+++ text/white-space-nowrap-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space nowrap: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/nowrap/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/nowrap/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-pre-001.xht
===================================================================
--- text/white-space-pre-001.xht	(revision 1256)
+++ text/white-space-pre-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space pre: simple tests</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-pre-002.xht
===================================================================
--- text/white-space-pre-002.xht	(revision 1256)
+++ text/white-space-pre-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space pre: simple tests</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-normal-001.xht
===================================================================
--- text/white-space-normal-001.xht	(revision 1256)
+++ text/white-space-normal-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: simple tests</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-normal-002.xht
===================================================================
--- text/white-space-normal-002.xht	(revision 1256)
+++ text/white-space-normal-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: simple tests</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-normal-003.xht
===================================================================
--- text/white-space-normal-003.xht	(revision 1256)
+++ text/white-space-normal-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: UNICODE space characters</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-pre-005.xht
===================================================================
--- text/white-space-pre-005.xht	(revision 1256)
+++ text/white-space-pre-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space pre: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-normal-004.xht
===================================================================
--- text/white-space-normal-004.xht	(revision 1256)
+++ text/white-space-normal-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: UNICODE space characters with inline elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-pre-006.xht
===================================================================
--- text/white-space-pre-006.xht	(revision 1256)
+++ text/white-space-pre-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space pre: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-normal-005.xht
===================================================================
--- text/white-space-normal-005.xht	(revision 1256)
+++ text/white-space-normal-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-pre-007.xht
===================================================================
--- text/white-space-pre-007.xht	(revision 1256)
+++ text/white-space-pre-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space and word-spacing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/pre/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
     p { word-spacing: 0.1em; white-space: pre; }
Index: text/white-space-normal-006.xht
===================================================================
--- text/white-space-normal-006.xht	(revision 1256)
+++ text/white-space-normal-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-normal-007.xht
===================================================================
--- text/white-space-normal-007.xht	(revision 1256)
+++ text/white-space-normal-007.xht	(working copy)
@@ -6,7 +6,7 @@
  <head>
   <title>CSS Test: white-space normal: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-normal-008.xht
===================================================================
--- text/white-space-normal-008.xht	(revision 1256)
+++ text/white-space-normal-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-normal-009.xht
===================================================================
--- text/white-space-normal-009.xht	(revision 1256)
+++ text/white-space-normal-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: zero width non-breaking space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/009.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    /* setup */
Index: text/white-space-collapsing-bidi-001.xht
===================================================================
--- text/white-space-collapsing-bidi-001.xht	(revision 1256)
+++ text/white-space-collapsing-bidi-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: White-space collapsing and the bidi algorithm</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/bidi/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/bidi/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#egbidiwscollapse" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-collapsing-bidi-002.xht
===================================================================
--- text/white-space-collapsing-bidi-002.xht	(revision 1256)
+++ text/white-space-collapsing-bidi-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: White-space collapsing and the bidi algorithm (using &lt;dir&gt;)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/bidi/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/bidi/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#egbidiwscollapse" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-collapsing-bidi-003.xht
===================================================================
--- text/white-space-collapsing-bidi-003.xht	(revision 1256)
+++ text/white-space-collapsing-bidi-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Trailing spaces in table cells</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/bidi/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/bidi/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-mixed-001.xht
===================================================================
--- text/white-space-mixed-001.xht	(revision 1256)
+++ text/white-space-mixed-001.xht	(working copy)
@@ -8,7 +8,7 @@
  <head>
   <title>CSS Test: white-space: mixed tests</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/mixed/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/mixed/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-mixed-002.xht
===================================================================
--- text/white-space-mixed-002.xht	(revision 1256)
+++ text/white-space-mixed-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space: mixed tests (simple)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/mixed/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/mixed/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-mixed-003.xht
===================================================================
--- text/white-space-mixed-003.xht	(revision 1256)
+++ text/white-space-mixed-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space: mixed tests (simple)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/mixed/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/mixed/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-mixed-004.xht
===================================================================
--- text/white-space-mixed-004.xht	(revision 1256)
+++ text/white-space-mixed-004.xht	(working copy)
@@ -8,7 +8,7 @@
  <head>
   <title>CSS Test: white-space: mixed tests</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/mixed/dynamic/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/mixed/dynamic/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/text-decoration-081.xht
===================================================================
--- text/text-decoration-081.xht	(revision 1256)
+++ text/text-decoration-081.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: text-decoration underlining and spaces</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
   <style type="text/css">
    span { text-decoration: underline; color: orange; }
Index: text/text-decoration-082.xht
===================================================================
--- text/text-decoration-082.xht	(revision 1256)
+++ text/text-decoration-082.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: text-decoration underlining and images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
   <style type="text/css">
    span { text-decoration: underline; color: red; }
Index: text/text-align-bidi-011.xht
===================================================================
--- text/text-align-bidi-011.xht	(revision 1256)
+++ text/text-align-bidi-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: text-align and bidi (basic test)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/text-decoration-083.xht
===================================================================
--- text/text-decoration-083.xht	(revision 1256)
+++ text/text-decoration-083.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: text-decoration underlining and images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
   <style type="text/css">
    div { text-decoration: underline; color: red; }
Index: text/text-align-bidi-012.xht
===================================================================
--- text/text-align-bidi-012.xht	(revision 1256)
+++ text/text-align-bidi-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: text-align and bidi (basic test)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
   <style type="text/css">
    p { color: blue; }
Index: text/letter-spacing-102.xht
===================================================================
--- text/letter-spacing-102.xht	(revision 1256)
+++ text/letter-spacing-102.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Dynamic letter-spacing changes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/letter-spacing/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/letter-spacing/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" />
   <style type="text/css">
    #b { color: blue; }
Index: text/text-align-bidi-013.xht
===================================================================
--- text/text-align-bidi-013.xht	(revision 1256)
+++ text/text-align-bidi-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: text-align and bidi</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
   <style type="text/css">
    p { color: blue; }
Index: text/text-decoration-084.xht
===================================================================
--- text/text-decoration-084.xht	(revision 1256)
+++ text/text-decoration-084.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: text-decoration underlining and images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
   <style type="text/css">
    div { width: 0; text-decoration: underline; color: orange; }
Index: text/text-decoration-085.xht
===================================================================
--- text/text-decoration-085.xht	(revision 1256)
+++ text/text-decoration-085.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: text-decoration with block children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
   <style type="text/css">
    div { color: blue; text-decoration: underline; position: relative; }
Index: text/text-decoration-086.xht
===================================================================
--- text/text-decoration-086.xht	(revision 1256)
+++ text/text-decoration-086.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: text-decoration with block children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
   <style type="text/css">
    div { position: relative; }
Index: text/text-decoration-087.xht
===================================================================
--- text/text-decoration-087.xht	(revision 1256)
+++ text/text-decoration-087.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: text-decoration with inline children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
   <style type="text/css">
    div { color: orange; text-decoration: underline; }
Index: text/text-decoration-088.xht
===================================================================
--- text/text-decoration-088.xht	(revision 1256)
+++ text/text-decoration-088.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: text-decoration with block children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
 <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
   <style type="text/css">
    div { position: relative; }
Index: text/white-space-collapsing-001.xht
===================================================================
--- text/white-space-collapsing-001.xht	(revision 1256)
+++ text/white-space-collapsing-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: collapsing through padding, borders, margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .prereq { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-collapsing-002.xht
===================================================================
--- text/white-space-collapsing-002.xht	(revision 1256)
+++ text/white-space-collapsing-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: collapsing through padding, borders, margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .prereq { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/text-indent-010.xht
===================================================================
--- text/text-indent-010.xht	(revision 1256)
+++ text/text-indent-010.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS text-indent: Negative</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/indent/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/indent/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
   <style type="text/css">
    div { color: red; width: 10em; }
Index: text/white-space-collapsing-003.xht
===================================================================
--- text/white-space-collapsing-003.xht	(revision 1256)
+++ text/white-space-collapsing-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: collapsing at line edges</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .test { margin: 0.25em; border: 0.25em solid navy; padding: 0.1em; background: blue; color: yellow; text-decoration: underline; width: 7em; text-align: center; font: 2em Ahem, monospace; }
Index: text/text-indent-011.xht
===================================================================
--- text/text-indent-011.xht	(revision 1256)
+++ text/text-indent-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS text-indent: Percentages</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
   <style type="text/css">
     .wide { width: 16em; font: 30px/0 monospace; text-indent: 8em; margin: 2em 0; }
Index: text/white-space-collapsing-004.xht
===================================================================
--- text/white-space-collapsing-004.xht	(revision 1256)
+++ text/white-space-collapsing-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: simple tests</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/none/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/none/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/text-indent-012.xht
===================================================================
--- text/text-indent-012.xht	(revision 1256)
+++ text/text-indent-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS text-indent: Hyatt's Evil Test Which Mixes Lots Of Stuff</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
   <style type="text/css">
    p { font: 16px/1 serif; margin: 0; }
Index: text/white-space-collapsing-005.xht
===================================================================
--- text/white-space-collapsing-005.xht	(revision 1256)
+++ text/white-space-collapsing-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space normal: simple tests</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/none/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/collapsing/none/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/text-indent-013.xht
===================================================================
--- text/text-indent-013.xht	(revision 1256)
+++ text/text-indent-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS text-indent: Floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
   <style type="text/css">
    .indent { text-indent: 10em; color: black; }
Index: text/line-breaking-bidi-001.xht
===================================================================
--- text/line-breaking-bidi-001.xht	(revision 1256)
+++ text/line-breaking-bidi-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Line breaking and the bidi algorithm</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/line-breaking/bidi/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/line-breaking/bidi/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/line-breaking-bidi-002.xht
===================================================================
--- text/line-breaking-bidi-002.xht	(revision 1256)
+++ text/line-breaking-bidi-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Line breaking and the bidi algorithm (with hebrew character)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/line-breaking/bidi/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/line-breaking/bidi/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/white-space-nowrap-001.xht
===================================================================
--- text/white-space-nowrap-001.xht	(revision 1256)
+++ text/white-space-nowrap-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: white-space nowrap: basic test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/nowrap/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/nowrap/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: text/line-breaking-bidi-003.xht
===================================================================
--- text/line-breaking-bidi-003.xht	(revision 1256)
+++ text/line-breaking-bidi-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Line breaking and the bidi algorithm (no breaks)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/line-breaking/bidi/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/white-space/normal/line-breaking/bidi/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: box/blocks-012.xht
===================================================================
--- box/blocks-012.xht	(revision 1256)
+++ box/blocks-012.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: overconstrained horizontal box model and minimum widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .container { width: 3em; }
Index: box/blocks-021.xht
===================================================================
--- box/blocks-021.xht	(revision 1256)
+++ box/blocks-021.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: block widths with position:absolute</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/011.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: box/blocks-013.xht
===================================================================
--- box/blocks-013.xht	(revision 1256)
+++ box/blocks-013.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: overconstrained horizontal box model and minimum widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .container { width: 3em; }
Index: box/blocks-022.xht
===================================================================
--- box/blocks-022.xht	(revision 1256)
+++ box/blocks-022.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: block widths with position:static</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/012.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/012.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: box/blocks-014.xht
===================================================================
--- box/blocks-014.xht	(revision 1256)
+++ box/blocks-014.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: sane horizontal box model and minimum widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .container { width: 5em; }
Index: box/blocks-023.xht
===================================================================
--- box/blocks-023.xht	(revision 1256)
+++ box/blocks-023.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Percentage Margins in Shrink Wrap Blocks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/013.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/013.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    body, html { margin: 0 0 0 1em; padding: 0; }
Index: box/blocks-015.xht
===================================================================
--- box/blocks-015.xht	(revision 1256)
+++ box/blocks-015.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: sane horizontal box model and minimum widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .container { width: 5em; }
Index: box/blocks-024.xht
===================================================================
--- box/blocks-024.xht	(revision 1256)
+++ box/blocks-024.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Percentage Padding in Shrink Wrap Blocks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/014.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/014.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    body, html { margin: 0 0 0 1em; padding: 0; }
Index: box/blocks-016.xht
===================================================================
--- box/blocks-016.xht	(revision 1256)
+++ box/blocks-016.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: sane horizontal box model and minimum widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .container { width: 5em; }
Index: box/blocks-025.xht
===================================================================
--- box/blocks-025.xht	(revision 1256)
+++ box/blocks-025.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Percentage Dimensions in Shrink Wrap Blocks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/015.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/015.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    body, html { margin: 0 0 0 1em; padding: 0; }
Index: box/blocks-017.xht
===================================================================
--- box/blocks-017.xht	(revision 1256)
+++ box/blocks-017.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Blocks: Margin Collapsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/007.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/007.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins" />
   <style type="text/css">
    div {
@@ -31,4 +31,4 @@
   </div>
   <p>This test has passed if the black bars are evenly distributed in the blue box.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: box/blocks-026.xht
===================================================================
--- box/blocks-026.xht	(revision 1256)
+++ box/blocks-026.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Percentage widths on INPUT elements with borders</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/016.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/016.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    div, div p, div input { margin: 0; border: 0; padding: 0; }
Index: box/blocks-027.xht
===================================================================
--- box/blocks-027.xht	(revision 1256)
+++ box/blocks-027.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: overconstrained horizontal box model and minimum widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/mozilla/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/mozilla/001.html" type="text/html"/>
     <style type="text/css">
    .test { border-left: 2em solid; padding-left: 0; width: 3em; padding-right: 0; border-right: 2em solid; -moz-box-sizing: border-box; }
    .control { border-left: none; padding-left: 0; width: 4em; padding-right: 0; border-right: none; }
Index: box/blocks-018.xht
===================================================================
--- box/blocks-018.xht	(revision 1256)
+++ box/blocks-018.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Blocks: Bottom Padding on Inline Children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/008.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/008.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" />
   <style type="text/css">
    /* reset everything to be sure we don't introduce oddities */
@@ -23,4 +23,4 @@
    <span class="test"><span class="control">There should be no red on this page.</span></span>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: box/blocks-019.xht
===================================================================
--- box/blocks-019.xht	(revision 1256)
+++ box/blocks-019.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Blocks: Bottom Padding on Inline Children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/009.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/009.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" />
   <style type="text/css">
    /* reset everything to be sure we don't introduce oddities */
@@ -24,4 +24,4 @@
    <span class="test"><span class="control">There should be no red on this page.</span></span>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: box/blocks-028.xht
===================================================================
--- box/blocks-028.xht	(revision 1256)
+++ box/blocks-028.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Block Box Model: overconstrained horizontal box model and minimum widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/mozilla/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/mozilla/002.html" type="text/html"/>
     <style type="text/css">
    .test { border-left: none; padding-left: 2em; width: 3em; padding-right: 2em; border-right: none; -moz-box-sizing: border-box; }
    .control { border-left: none; padding-left: 0; width: 4em; padding-right: 0; border-right: none; }
Index: box/padding-applies-to-016.xht
===================================================================
--- box/padding-applies-to-016.xht	(revision 1256)
+++ box/padding-applies-to-016.xht	(working copy)
@@ -3,8 +3,8 @@
  <head>
   <title>CSS Test: CSS Tables: Bottom Padding on Inline Children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/013.xml"/>
+  <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/013.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" />
   <style type="text/css">
    /* reset everything to be sure we don't introduce oddities */
@@ -28,4 +28,4 @@
    </tr>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: box/padding-applies-to-017.xht
===================================================================
--- box/padding-applies-to-017.xht	(revision 1256)
+++ box/padding-applies-to-017.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: CSS Tables: Bottom Padding on Inline Children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/012.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/012.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" />
   <style type="text/css">
    /* reset everything to be sure we don't introduce oddities */
@@ -27,4 +27,4 @@
    </tr>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: box/border-color-010.xht
===================================================================
--- box/border-color-010.xht	(revision 1256)
+++ box/border-color-010.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: CSS Colours: Initial Border Color</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/colors.html#colors" />
   <style type="text/css">
    p { color: orange; border: solid; }
Index: box/border-color-011.xht
===================================================================
--- box/border-color-011.xht	(revision 1256)
+++ box/border-color-011.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS inheritance: border-color</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/border-color/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/border-color/001.html" type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/border-color/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/box.html#border-color-properties" />
   <style type="text/css">
    .test { display: block; color: green; border: none; }
Index: box/border-width-010.xht
===================================================================
--- box/border-width-010.xht	(revision 1256)
+++ box/border-width-010.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Parsing: Negative Border Widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/004.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/004.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .test { border-color: green; border-width: 8px; border-style: solid; border: red solid -1px; display: block; }
Index: box/border-color-012.xht
===================================================================
--- box/border-color-012.xht	(revision 1256)
+++ box/border-color-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS inheritance: border-color</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/border/color/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/border/color/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/box.html#border-color-properties" />
   <style type="text/css">
    .test { display: block; color: green; border: none; }
Index: box/border-width-011.xht
===================================================================
--- box/border-width-011.xht	(revision 1256)
+++ box/border-width-011.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: border-width: inherit</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/width/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/width/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-style-properties"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-width-properties"/>
   <style type="text/css">
Index: box/border-width-009.xht
===================================================================
--- box/border-width-009.xht	(revision 1256)
+++ box/border-width-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Parsing: Negative Border Widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/003.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/003.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    p { color: green; border-color: red; border-width: 0; border-width: -10px; border-style: solid; display: block; }
Index: box/blocks-020.xht
===================================================================
--- box/blocks-020.xht	(revision 1256)
+++ box/blocks-020.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: block widths with position:relative</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/010.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: box/blocks-011.xht
===================================================================
--- box/blocks-011.xht	(revision 1256)
+++ box/blocks-011.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS Block Box Model: overconstrained horizontal box model and minimum widths</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property"/>
   <style type="text/css">
    .container { width: 3em; }
Index: box/padding-009.xht
===================================================================
--- box/padding-009.xht	(revision 1256)
+++ box/padding-009.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Parsing: Negative Padding</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/001.xml"/>  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/001.xml" type="application/xhtml+xml"/>  
+  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .test { background: green; padding: 8px; padding: -8px; display: block; }
    .test > .inner { background: white; display: block; }
Index: fonts/font-size-120.xht
===================================================================
--- fonts/font-size-120.xht	(revision 1256)
+++ fonts/font-size-120.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: font-size inheritance</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/font-size-121.xht
===================================================================
--- fonts/font-size-121.xht	(revision 1256)
+++ fonts/font-size-121.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: sanity tests for relative keyword values of font-size</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/003.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/003.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
   <style type="text/css">
 
Index: fonts/font-size-122.xht
===================================================================
--- fonts/font-size-122.xht	(revision 1256)
+++ fonts/font-size-122.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Default Font Sizes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/default/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/default/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: fonts/font-size-123.xht
===================================================================
--- fonts/font-size-123.xht	(revision 1256)
+++ fonts/font-size-123.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Parsing: Negative Font-Size</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    div { font-size: 20px; font-size: -10px; display: block; width: 100px; height: 40px; background: red; }
Index: fonts/fonts-010.xht
===================================================================
--- fonts/fonts-010.xht	(revision 1256)
+++ fonts/fonts-010.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: font inheritance into &lt;pre&gt; elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#algorithm" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/fonts-011.xht
===================================================================
--- fonts/fonts-011.xht	(revision 1256)
+++ fonts/fonts-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Fonts and bidi</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#algorithm" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/fonts-012.xht
===================================================================
--- fonts/fonts-012.xht	(revision 1256)
+++ fonts/fonts-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Fonts and not bidi</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#algorithm" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/fonts-013.xht
===================================================================
--- fonts/fonts-013.xht	(revision 1256)
+++ fonts/fonts-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: font and fallbacks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#algorithm" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
@@ -36,4 +36,4 @@
    <span class="control">&#x0162;&#x0119;&#x015F;&#x0163;</span>
   </p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/fonts-014.xht
===================================================================
--- fonts/fonts-014.xht	(revision 1256)
+++ fonts/fonts-014.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: font and fallbacks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#algorithm" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
@@ -34,4 +34,4 @@
    <span class="control">&#x0162;&#x0119;&#x015F;&#x0163;</span>
   </p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/font-family-009.xht
===================================================================
--- fonts/font-family-009.xht	(revision 1256)
+++ fonts/font-family-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: font-family inheritance</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop" />
     <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/font-weight-015.xht
===================================================================
--- fonts/font-weight-015.xht	(revision 1256)
+++ fonts/font-weight-015.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: font-weight inheritance</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/003.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/003.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-boldness" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/font-weight-016.xht
===================================================================
--- fonts/font-weight-016.xht	(revision 1256)
+++ fonts/font-weight-016.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: font-weight 500/600 defaulting to normal/bold</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/005.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/005.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-boldness" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/font-weight-017.xht
===================================================================
--- fonts/font-weight-017.xht	(revision 1256)
+++ fonts/font-weight-017.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS: sanity tests for absolute keyword values of font-weight</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/weight/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/weight/001.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/weight/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-boldness" />
   <style type="text/css">
    /* Chains should be followed all the way. If a chain causes reentrancy, fail. */
Index: fonts/font-weight-018.xht
===================================================================
--- fonts/font-weight-018.xht	(revision 1256)
+++ fonts/font-weight-018.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS: sanity tests for relative keyword values of font-weight</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/weight/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/weight/002.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/weight/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-boldness" />
   <style type="text/css">
    /* Chains should be followed all the way. If a chain causes reentrancy, fail. */
Index: fonts/font-variant-004.xht
===================================================================
--- fonts/font-variant-004.xht	(revision 1256)
+++ fonts/font-variant-004.xht	(working copy)
@@ -3,9 +3,9 @@
  <head>
   <title>CSS Test: font-variant and color</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/variant/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/variant/001.xml" type="application/xhtml+xml"/>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/variant/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/variant/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#small-caps" />
   <style type="text/css">
    span { color: green; font-variant: small-caps; }
Index: fonts/font-144.xht
===================================================================
--- fonts/font-144.xht	(revision 1256)
+++ fonts/font-144.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Parsing the 'font' shorthand</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-shorthand" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/font-145.xht
===================================================================
--- fonts/font-145.xht	(revision 1256)
+++ fonts/font-145.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The 'font' property with line-height: normal</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-shorthand" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
Index: fonts/font-146.xht
===================================================================
--- fonts/font-146.xht	(revision 1256)
+++ fonts/font-146.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: font shorthand and negative line-heights</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-shorthand" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
@@ -16,4 +16,4 @@
   <div class="test">This line should be green.</div>
   <div class="control">This line should be green.</div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/font-147.xht
===================================================================
--- fonts/font-147.xht	(revision 1256)
+++ fonts/font-147.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: unquoted 'font-family' syntax (tested with 'font')</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/004.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/004.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop" />
   <meta name="flags" content="ahem"/>
   <style type="text/css">
@@ -64,4 +64,4 @@
    <p class="P">P:FAIL</p>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/font-size-114.xht
===================================================================
--- fonts/font-size-114.xht	(revision 1256)
+++ fonts/font-size-114.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: sanity tests for relative keyword values of font-size</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/004.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/004.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
   <style type="text/css">
 
Index: fonts/font-size-115.xht
===================================================================
--- fonts/font-size-115.xht	(revision 1256)
+++ fonts/font-size-115.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: sanity tests for font inheritance</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/005.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/005.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
   <style type="text/css">
    span { font: inherit; }
Index: fonts/font-size-116.xht
===================================================================
--- fonts/font-size-116.xht	(revision 1256)
+++ fonts/font-size-116.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: font-size in pixels</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/006.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/006.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
   <style>
    .prereq { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
@@ -29,4 +29,4 @@
   </div>
   <div class="test">X</div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/font-size-117.xht
===================================================================
--- fonts/font-size-117.xht	(revision 1256)
+++ fonts/font-size-117.xht	(working copy)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
  <title>CSS Test: font-sizes in pixels compared to images in pixels</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
  <style type="text/css">
   p { color: navy; }
@@ -35,4 +35,4 @@
   xxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx xxxxxxxxxx</span></p>
 
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/font-family-011.xht
===================================================================
--- fonts/font-family-011.xht	(revision 1256)
+++ fonts/font-family-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: font-family and whitespace</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop" />
   <style type="text/css">
    .test { border: solid; margin: 1em; padding: 0 1em; background: navy; color: yellow; font: 900 2em Ahem, Marlett, Arial; }
Index: fonts/font-size-118.xht
===================================================================
--- fonts/font-size-118.xht	(revision 1256)
+++ fonts/font-size-118.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: sanity tests for relative keyword values of font-size</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
   <style type="text/css">
 
Index: fonts/font-family-012.xht
===================================================================
--- fonts/font-family-012.xht	(revision 1256)
+++ fonts/font-family-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: font-family with box drawing characters</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop" />
   <style type="text/css">
    pre { font: 1em/1 monospace; color: navy; }
Index: fonts/font-family-013.xht
===================================================================
--- fonts/font-family-013.xht	(revision 1256)
+++ fonts/font-family-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: font-family and fallbacks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop" />
   <style type="text/css">
    .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
@@ -35,4 +35,4 @@
    <span class="control">&#x0162;&#x0119;&#x015F;&#x0163;</span>
   </p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/font-size-119.xht
===================================================================
--- fonts/font-size-119.xht	(revision 1256)
+++ fonts/font-size-119.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: sanity tests for relative keyword values of font-size</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-size-props" />
   <style type="text/css">
 
Index: fonts/font-family-014.xht
===================================================================
--- fonts/font-family-014.xht	(revision 1256)
+++ fonts/font-family-014.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: font-family and fallbacks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop" />
   <style type="text/css">
    p { color: navy; font-size: 4em; margin: 0.25em; }
@@ -33,4 +33,4 @@
    <span class="control">&#x0162;&#x0119;&#x015F;&#x0163;</span>
   </p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/font-family-015.xht
===================================================================
--- fonts/font-family-015.xht	(revision 1256)
+++ fonts/font-family-015.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Baselines and Fallback</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop" />
   <style type="text/css">
    div { margin-bottom: 5em; }
@@ -21,4 +21,4 @@
    <span class="b">&#x05e2;<span>X</span></span>
   </p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: fonts/font-family-016.xht
===================================================================
--- fonts/font-family-016.xht	(revision 1256)
+++ fonts/font-family-016.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test:  Font test </title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/fonts.html#font-family-prop" />
   <style>
   .a { font-family: Wingdings, Tahoma, sans-serif; }
Index: fonts/fonts-009.xht
===================================================================
--- fonts/fonts-009.xht	(revision 1256)
+++ fonts/fonts-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Font Inheritance</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/007.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/007.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-layout" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
@@ -21,4 +21,4 @@
    <p>Test<br/>Test</p>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/list-style-position-023.xht
===================================================================
--- generate/list-style-position-023.xht	(revision 1256)
+++ generate/list-style-position-023.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested inside list markers (ltr)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list-style-position/inside/001-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list-style-position/inside/001-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style" />
   <style type="text/css">
    ol { margin: 0; padding: 0; border: 0; }
Index: generate/list-style-position-024.xht
===================================================================
--- generate/list-style-position-024.xht	(revision 1256)
+++ generate/list-style-position-024.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested inside list markers (rtl)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list-style-position/inside/002-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list-style-position/inside/002-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style" />
   <style type="text/css">
    ol { margin: 0; padding: 0; border: 0; }
Index: generate/content-171.xht
===================================================================
--- generate/content-171.xht	(revision 1256)
+++ generate/content-171.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Generated Content: Simple \A</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css">
     div { font: 1em/1em monospace; background: red; color: yellow; height: 2em; width: 15em; }
@@ -14,4 +14,4 @@
   <p>The following block should be green:</p>
   <div></div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/content-172.xht
===================================================================
--- generate/content-172.xht	(revision 1256)
+++ generate/content-172.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Generated Content: \A and white-space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css">
    /* Setup */
@@ -65,4 +65,4 @@
    </tbody>
   </table>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/content-attr-002.xht
===================================================================
--- generate/content-attr-002.xht	(revision 1256)
+++ generate/content-attr-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Generated Content from Attributes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/attributes/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/attributes/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css">
    html, body, head { margin: 0; padding: 0; display: block; }
@@ -17,4 +17,4 @@
  <body>
   <p>There should be a line of text above this one, saying that the test has passed.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/content-173.xht
===================================================================
--- generate/content-173.xht	(revision 1256)
+++ generate/content-173.xht	(working copy)
@@ -9,7 +9,7 @@
  <head>
   <title>CSS Test: Generated Content: Nasty parsing and generated content test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css">
    td { font: 1em/1em monospace; border: solid; }
@@ -66,4 +66,4 @@
   height), if they are not then there is a bug and the test has not
   passed.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/content-174.xht
===================================================================
--- generate/content-174.xht	(revision 1256)
+++ generate/content-174.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Generated Content: \A and white-space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css">
    .red { background: red; width: 5em; font: 1em/1 monospace; height: 1em; }
@@ -18,4 +18,4 @@
    </div>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/content-175.xht
===================================================================
--- generate/content-175.xht	(revision 1256)
+++ generate/content-175.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Generated Content: \A and white-space</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css">
    .test { width: 20em; padding: 2em 10em; }
@@ -18,4 +18,4 @@
   </div></div>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/quotes-035.xht
===================================================================
--- generate/quotes-035.xht	(revision 1256)
+++ generate/quotes-035.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS and Quotes: Counting Right (Slightly Simpler Version)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#quotes" />
   <style type="text/css">
   <![CDATA[
@@ -79,4 +79,4 @@
     -->
 
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/quotes-036.xht
===================================================================
--- generate/quotes-036.xht	(revision 1256)
+++ generate/quotes-036.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS and Quotes: Counting Right (Evil Version)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#quotes" />
   <style type="text/css">
   <![CDATA[
@@ -83,4 +83,4 @@
     -->
 
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/content-177.xht
===================================================================
--- generate/content-177.xht	(revision 1256)
+++ generate/content-177.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Generated Content: Entities</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css"><![CDATA[
    div { position: relative; font: 3em sans-serif; color: red; }
@@ -16,4 +16,4 @@
   <p>There should be no red below, just a jumble of letters and symbols that makes no sense.</p>
   <div><span class="test">ED</span><span class="control">TEST &amp;#x46;&amp;#x41;&amp;#x49;&amp;#x4c;ED</span></div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/content-178.xht
===================================================================
--- generate/content-178.xht	(revision 1256)
+++ generate/content-178.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Generated Content and :hover</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/dynamic/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/dynamic/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <meta name="flags" content="interact"/>
   <style type="text/css">
@@ -16,4 +16,4 @@
   <p>Test passes if the following navy block turns green and says PASS when you hover it:</p>
   <div></div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: generate/list-style-image-004.xht
===================================================================
--- generate/list-style-image-004.xht	(revision 1256)
+++ generate/list-style-image-004.xht	(working copy)
@@ -4,7 +4,8 @@
   <title>CSS Test: CSS List Images: invalid</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list/style/image/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list-style-image/001.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list-style-image/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style" />
   <style type="text/css">
    .no { list-style-image: url(404); }
Index: generate/list-style-image-005.xht
===================================================================
--- generate/list-style-image-005.xht	(revision 1256)
+++ generate/list-style-image-005.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: CSS Lists: list-item with list-style-image</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style" />
   <style type="text/css">
    div { margin: 0 0 0 20px; list-style-image: url(support/swatch-green.png); display: list-item; float: left; }
Index: generate/list-style-type-017.xht
===================================================================
--- generate/list-style-type-017.xht	(revision 1256)
+++ generate/list-style-type-017.xht	(working copy)
@@ -4,7 +4,8 @@
   <title>CSS Test: CSS Lists: Negative Numbers</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list/style/type/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list-style-type/002.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/list/list-style-type/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style" />
   <style type="text/css">
    ol { counter-reset: list-item -3; }
Index: generate/before-after-011.xht
===================================================================
--- generate/before-after-011.xht	(revision 1256)
+++ generate/before-after-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model and generated content: Basics</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/generated-content/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/generated-content/001.xml" type="application/xhtml+xml/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content" />
   <style type="text/css">
    .table { display: table; border-spacing: 0; background: red; color: green; }
Index: generate/content-inherit-001.xht
===================================================================
--- generate/content-inherit-001.xht	(revision 1256)
+++ generate/content-inherit-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS inheritance: content</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/content/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/content/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css">
    body { content: 'PASSED'; }
Index: generate/content-inherit-002.xht
===================================================================
--- generate/content-inherit-002.xht	(revision 1256)
+++ generate/content-inherit-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS inheritance: content with tables</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/content/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/inheritance/content/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/generate.html#content" />
   <style type="text/css">
     .control td:after { content: 'PASSED)'; }
Index: visuren/margin-collapse-120.xht
===================================================================
--- visuren/margin-collapse-120.xht	(revision 1256)
+++ visuren/margin-collapse-120.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (height)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/020.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/020.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/floats-bfc-001.xht
===================================================================
--- visuren/floats-bfc-001.xht	(revision 1256)
+++ visuren/floats-bfc-001.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Floats with overflow:hidden next to them</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/root-formatting-contexts/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/root-formatting-contexts/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .outer { background: red; height: 300px; width: 300px; }
@@ -22,4 +22,4 @@
    </div>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/margin-collapse-122.xht
===================================================================
--- visuren/margin-collapse-122.xht	(revision 1256)
+++ visuren/margin-collapse-122.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: clear (simple)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/022.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/022.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/margin-collapse-124.xht
===================================================================
--- visuren/margin-collapse-124.xht	(revision 1256)
+++ visuren/margin-collapse-124.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: clear (on a self-collapsing block)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/024.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/024.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/margin-collapse-161.xht
===================================================================
--- visuren/margin-collapse-161.xht	(revision 1256)
+++ visuren/margin-collapse-161.xht	(working copy)
@@ -3,7 +3,7 @@
 <head> <!-- same as http://www.hixie.ch/tests/adhoc/css/box/absolute/020.html -->
   <title>CSS Test: Margin collapsing with fixed positioned auto boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/061.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/061.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    html { margin: 0; padding: 0; }
Index: visuren/margin-collapse-126.xht
===================================================================
--- visuren/margin-collapse-126.xht	(revision 1256)
+++ visuren/margin-collapse-126.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: negative margins (easy)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/026.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/026.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .container { background: red; height: auto; border-top: 1em red solid; border-bottom: 1em lime solid; }
Index: visuren/margin-collapse-163.xht
===================================================================
--- visuren/margin-collapse-163.xht	(revision 1256)
+++ visuren/margin-collapse-163.xht	(working copy)
@@ -1,9 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <title>CSS Test: Margin collapsing with floats before self collapsing children with margins not collapsing with parent</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/063.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/063.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    /* This test requires half-decent z-index support */
Index: visuren/margin-collapse-128.xht
===================================================================
--- visuren/margin-collapse-128.xht	(revision 1256)
+++ visuren/margin-collapse-128.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: negative margins (easy)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/028.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/028.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .container { background: red; height: auto; border: 1em lime solid; }
Index: visuren/abspos-002.xht
===================================================================
--- visuren/abspos-002.xht	(revision 1256)
+++ visuren/abspos-002.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Positioning with a relpos ancestor containing block</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/023.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/023.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos" />
   <style type="text/css">
    .container { position: relative; background: red; width: 6em;
Index: visuren/abspos-overflow-001.xht
===================================================================
--- visuren/abspos-overflow-001.xht	(revision 1256)
+++ visuren/abspos-overflow-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: scroll</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/margin-collapse-165.xht
===================================================================
--- visuren/margin-collapse-165.xht	(revision 1256)
+++ visuren/margin-collapse-165.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margins on cleared blocks that contain floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/065.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/065.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { padding: 0; background: red; }
Index: visuren/abspos-004.xht
===================================================================
--- visuren/abspos-004.xht	(revision 1256)
+++ visuren/abspos-004.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Positioning relative to the ICB: long root element</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/006-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/006-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    .absolute { position: absolute; bottom: 0; left: 0; right: 0;
Index: visuren/abspos-overflow-003.xht
===================================================================
--- visuren/abspos-overflow-003.xht	(revision 1256)
+++ visuren/abspos-overflow-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: scroll</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/margin-collapse-167.xht
===================================================================
--- visuren/margin-collapse-167.xht	(revision 1256)
+++ visuren/margin-collapse-167.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Positioning of floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/067.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/067.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    div { width: 4em; }
Index: visuren/floats-121.xht
===================================================================
--- visuren/floats-121.xht	(revision 1256)
+++ visuren/floats-121.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Fixed Sizing (with border)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/021.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/021.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-overflow-005.xht
===================================================================
--- visuren/abspos-overflow-005.xht	(revision 1256)
+++ visuren/abspos-overflow-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: hidden</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/abspos-006.xht
===================================================================
--- visuren/abspos-006.xht	(revision 1256)
+++ visuren/abspos-006.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Absolute Positioning: Tables with two offsets</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    body { font: 900 10em Lucida Console, Courier New, Courier, monospace; }
Index: visuren/floats-123.xht
===================================================================
--- visuren/floats-123.xht	(revision 1256)
+++ visuren/floats-123.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Auto Sizing (with relative positioning)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/023.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/023.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-overflow-007.xht
===================================================================
--- visuren/abspos-overflow-007.xht	(revision 1256)
+++ visuren/abspos-overflow-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: auto</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/abspos-008.xht
===================================================================
--- visuren/abspos-008.xht	(revision 1256)
+++ visuren/abspos-008.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Shrink wrapping of absolute positioned blocks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/011.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width"/>
   <style> 
    .container { font-size: 100px; position: relative; border-top: 10px solid white; }
Index: visuren/floats-125.xht
===================================================================
--- visuren/floats-125.xht	(revision 1256)
+++ visuren/floats-125.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Bottom Padding on Inline Children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/025.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/025.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/025.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    /* reset everything to be sure we don't introduce oddities */
@@ -22,4 +23,4 @@
    <span class="test"><span class="control">There should be no red on this page.</span></span>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/abspos-overflow-009.xht
===================================================================
--- visuren/abspos-overflow-009.xht	(revision 1256)
+++ visuren/abspos-overflow-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: auto</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/009.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/floats-127.xht
===================================================================
--- visuren/floats-127.xht	(revision 1256)
+++ visuren/floats-127.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/027.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/027.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/027.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .float { float: left; border: solid; padding: 0.5em; margin: 0.5em; display: table; }
Index: visuren/inlines-020.xht
===================================================================
--- visuren/inlines-020.xht	(revision 1256)
+++ visuren/inlines-020.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Empty inlines near the top of the document</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/020.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/020.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    p, body, html { margin: 0; padding: 0; color: green; font: 20px/1 serif; }
Index: visuren/abspos-inline-001.xht
===================================================================
--- visuren/abspos-inline-001.xht	(revision 1256)
+++ visuren/abspos-inline-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned boxes in inlines: 'auto'</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos" />
   <style type="text/css">
    p { font: 1em monospace; }
Index: visuren/floats-129.xht
===================================================================
--- visuren/floats-129.xht	(revision 1256)
+++ visuren/floats-129.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/029.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/029.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/029.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .table { display: table; }
Index: visuren/abspos-inline-003.xht
===================================================================
--- visuren/abspos-inline-003.xht	(revision 1256)
+++ visuren/abspos-inline-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned boxes in inlines: positioning at top left</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos" />
   <style type="text/css">
    p { font: 1em monospace; }
Index: visuren/abspos-paged-002.xht
===================================================================
--- visuren/abspos-paged-002.xht	(revision 1256)
+++ visuren/abspos-paged-002.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Positioning in paged media: Positioning multiple pages</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/paged/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/paged/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/page.html#page-intro" />
   <meta name="flags" content="paged"/>
   <style type="text/css">
@@ -26,4 +26,4 @@
   <div><h1>Page four</h1></div>
   <div><h1>Page five</h1></div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/abspos-inline-005.xht
===================================================================
--- visuren/abspos-inline-005.xht	(revision 1256)
+++ visuren/abspos-inline-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned boxes in inlines: positioning at bottom left</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos" />
   <style type="text/css">
    p { font: 1em monospace; }
Index: visuren/bidi-011.xht
===================================================================
--- visuren/bidi-011.xht	(revision 1256)
+++ visuren/bidi-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS wrapping bidi formatting characters</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/011.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://unicode.org/reports/tr9/"/>
Index: visuren/margin-collapse-131.xht
===================================================================
--- visuren/margin-collapse-131.xht	(revision 1256)
+++ visuren/margin-collapse-131.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow text (simple)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/031.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/031.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/margin-collapse-133.xht
===================================================================
--- visuren/margin-collapse-133.xht	(revision 1256)
+++ visuren/margin-collapse-133.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: float positioning</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/033.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/033.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/margin-collapse-135.xht
===================================================================
--- visuren/margin-collapse-135.xht	(revision 1256)
+++ visuren/margin-collapse-135.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: negative margins with clear</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/035.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/035.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .container { background: red; height: auto; border: 1em lime solid; }
Index: visuren/margin-collapse-137.xht
===================================================================
--- visuren/margin-collapse-137.xht	(revision 1256)
+++ visuren/margin-collapse-137.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: margins on relative boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/037.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/037.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-011.xht
===================================================================
--- visuren/abspos-011.xht	(revision 1256)
+++ visuren/abspos-011.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: absolute; top: auto; test (assumed initial values)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/014.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/014.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    p { position: absolute; font: bold 2em monospace; }
Index: visuren/abspos-overflow-010.xht
===================================================================
--- visuren/abspos-overflow-010.xht	(revision 1256)
+++ visuren/abspos-overflow-010.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Positioning, Overflow, and Stacking: Empty positioned children of 'overflow:auto' boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/010.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    #outer {
Index: visuren/margin-collapse-139.xht
===================================================================
--- visuren/margin-collapse-139.xht	(revision 1256)
+++ visuren/margin-collapse-139.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: top margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/039.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/039.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .a { margin: 0; background: red; }
Index: visuren/abspos-013.xht
===================================================================
--- visuren/abspos-013.xht	(revision 1256)
+++ visuren/abspos-013.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: fixed; top: auto; test - body padding</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/016.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/016.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    html { margin: 0; padding: 0; }
Index: visuren/abspos-overflow-012.xht
===================================================================
--- visuren/abspos-overflow-012.xht	(revision 1256)
+++ visuren/abspos-overflow-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Positioning, Overflow, and Clipping: Does 'overflow:auto' affect positioned elements that are relative to elements outside the overflow</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/012.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/012.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    #outer {
Index: visuren/floats-130.xht
===================================================================
--- visuren/floats-130.xht	(revision 1256)
+++ visuren/floats-130.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/030.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/030.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/030.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .table { display: table; }
Index: visuren/abspos-015.xht
===================================================================
--- visuren/abspos-015.xht	(revision 1256)
+++ visuren/abspos-015.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: fixed; top: auto; test - html padding</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/017.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/017.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    html { margin: 0; padding: 10px; }
Index: visuren/floats-132.xht
===================================================================
--- visuren/floats-132.xht	(revision 1256)
+++ visuren/floats-132.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Wrapping long text</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/032.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/032.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-017.xht
===================================================================
--- visuren/abspos-017.xht	(revision 1256)
+++ visuren/abspos-017.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: fixed; top: auto; test - body margin</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/018.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/018.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    html { margin: 0; padding: 0; }
Index: visuren/floats-134.xht
===================================================================
--- visuren/floats-134.xht	(revision 1256)
+++ visuren/floats-134.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Wrapping text and position:relative</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/034.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/034.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-019.xht
===================================================================
--- visuren/abspos-019.xht	(revision 1256)
+++ visuren/abspos-019.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: fixed; top: auto; test - html margin</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/019.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/019.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    html { margin: 10px; padding: 0; }
Index: visuren/floats-136.xht
===================================================================
--- visuren/floats-136.xht	(revision 1256)
+++ visuren/floats-136.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Wrapping blocks around floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/036.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/036.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/floats-138.xht
===================================================================
--- visuren/floats-138.xht	(revision 1256)
+++ visuren/floats-138.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Clearing a float with margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/038.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/038.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    div { color: navy; }
@@ -19,4 +19,4 @@
    <div class="clear">Line 2</div>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/block-in-inline-001.xht
===================================================================
--- visuren/block-in-inline-001.xht	(revision 1256)
+++ visuren/block-in-inline-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: Blocks Within Inlines - Basic</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <style type="text/css">
    td { border: solid black; padding: 0; background: red; color: red; }
Index: visuren/root-box-003.xht
===================================================================
--- visuren/root-box-003.xht	(revision 1256)
+++ visuren/root-box-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Styling the root element: display:none (page should be a big green expanse)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/root/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/root/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <style type="text/css">
    html { display: none; background: green; color: red; }
@@ -13,4 +13,4 @@
  <body>
   <p>FAIL</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/block-in-inline-003.xht
===================================================================
--- visuren/block-in-inline-003.xht	(revision 1256)
+++ visuren/block-in-inline-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Blocks within inlines: Simple</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <style type="text/css">
    .inline { background: red; color: red; display: inline; }
Index: visuren/block-in-inline-005.xht
===================================================================
--- visuren/block-in-inline-005.xht	(revision 1256)
+++ visuren/block-in-inline-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Blocks within inlines: Simple with dynamic class changes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <meta name="flags" content="dom"/>
   <style type="text/css">
Index: visuren/margin-collapse-101.xht
===================================================================
--- visuren/margin-collapse-101.xht	(revision 1256)
+++ visuren/margin-collapse-101.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; }
Index: visuren/block-in-inline-007.xht
===================================================================
--- visuren/block-in-inline-007.xht	(revision 1256)
+++ visuren/block-in-inline-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Blocks within inlines: Simple</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <meta name="flags" content="dom"/>
   <style type="text/css">
Index: visuren/margin-collapse-103.xht
===================================================================
--- visuren/margin-collapse-103.xht	(revision 1256)
+++ visuren/margin-collapse-103.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: fixed positioned</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    div.test { background: green; position: fixed; top: 4em; }
Index: visuren/margin-collapse-140.xht
===================================================================
--- visuren/margin-collapse-140.xht	(revision 1256)
+++ visuren/margin-collapse-140.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: top margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/040.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/040.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .a { margin: 0; background: red; }
Index: visuren/margin-collapse-105.xht
===================================================================
--- visuren/margin-collapse-105.xht	(revision 1256)
+++ visuren/margin-collapse-105.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (relatively positioned)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; }
Index: visuren/margin-collapse-142.xht
===================================================================
--- visuren/margin-collapse-142.xht	(revision 1256)
+++ visuren/margin-collapse-142.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: clear (hard)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/042.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/042.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/margin-collapse-107.xht
===================================================================
--- visuren/margin-collapse-107.xht	(revision 1256)
+++ visuren/margin-collapse-107.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (used height)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-144.xht
===================================================================
--- visuren/margin-collapse-144.xht	(revision 1256)
+++ visuren/margin-collapse-144.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Placement of out-of-flow object in elements that have been collapsed through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/044.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/044.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .outer { border-top: solid white; border-bottom: solid 1em red; background: green; }
@@ -26,4 +26,4 @@
 </body>
 </html><!-- note. this test assumes that we accept the following proposed changes:
      http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0347.html
-  -->
\ No newline at end of file
+  -->
Index: visuren/margin-collapse-109.xht
===================================================================
--- visuren/margin-collapse-109.xht	(revision 1256)
+++ visuren/margin-collapse-109.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (used padding)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/009.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-146.xht
===================================================================
--- visuren/margin-collapse-146.xht	(revision 1256)
+++ visuren/margin-collapse-146.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Placement of out-of-flow object in elements that have been collapsed through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/046.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/046.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { width: 3em; padding: 0; }
@@ -48,4 +48,4 @@
 </body>
 </html><!-- note. this test assumes that we accept the following proposed changes:
      http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0347.html
-  -->
\ No newline at end of file
+  -->
Index: visuren/abspos-020.xht
===================================================================
--- visuren/abspos-020.xht	(revision 1256)
+++ visuren/abspos-020.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: fixed; top: auto; test - html margin</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/019-alt.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/019-alt.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    html { margin: 10px; padding: 0; }
Index: visuren/margin-collapse-148.xht
===================================================================
--- visuren/margin-collapse-148.xht	(revision 1256)
+++ visuren/margin-collapse-148.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Placement of out-of-flow object in elements that have been collapsed through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/048.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/048.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { width: 3em; padding: 0; }
@@ -51,4 +51,4 @@
 </body>
 </html><!-- note. this test assumes that we accept the following proposed changes:
      http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0347.html
-  -->
\ No newline at end of file
+  -->
Index: visuren/abspos-022.xht
===================================================================
--- visuren/abspos-022.xht	(revision 1256)
+++ visuren/abspos-022.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: position: fixed; top: auto; test - margin collapsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/020-alt.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/020-alt.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    html { margin: 0; padding: 0; }
Index: visuren/floats-102.xht
===================================================================
--- visuren/floats-102.xht	(revision 1256)
+++ visuren/floats-102.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Nested floats (some inline content before nested float)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/002-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/002-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    div { border: 1px solid teal; padding: 4px; margin: 4px; }
Index: visuren/abspos-024.xht
===================================================================
--- visuren/abspos-024.xht	(revision 1256)
+++ visuren/abspos-024.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Static position in rtl context</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/022.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/022.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width"/>
   <style type="text/css">
    body { position: relative; }
Index: visuren/floats-104.xht
===================================================================
--- visuren/floats-104.xht	(revision 1256)
+++ visuren/floats-104.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Unexpected Presences, Part 1</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/004.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/004.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    body * { margin: 4px; padding: 4px; border: 1px solid; display: block; }
Index: visuren/floats-141.xht
===================================================================
--- visuren/floats-141.xht	(revision 1256)
+++ visuren/floats-141.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats: No higher than earlier floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/041.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/041.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
     p { color: blue; }
@@ -22,4 +22,4 @@
    <div class="float c">C</div>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/abspos-026.xht
===================================================================
--- visuren/abspos-026.xht	(revision 1256)
+++ visuren/abspos-026.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Positioning replaced elements with four offsets</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/025.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/025.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width"/>
   <style type="text/css">
    img { position: absolute; left: 4em; right: 4em; top: 4em; bottom: 4em; }
Index: visuren/floats-106.xht
===================================================================
--- visuren/floats-106.xht	(revision 1256)
+++ visuren/floats-106.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Unexpected Presences, Part 3</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/006.html" type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/006.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    body * { margin: 4px; padding: 4px; border: 1px solid; display: block; }
Index: visuren/floats-143.xht
===================================================================
--- visuren/floats-143.xht	(revision 1256)
+++ visuren/floats-143.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested floats: Basic</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/043.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/043.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .float { float: left; background: red; padding: 0; margin: 0; list-style: none; }
@@ -17,4 +17,4 @@
    <li class="float"> <span class="float text"> SS </span></li>
   </ul>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/floats-108.xht
===================================================================
--- visuren/floats-108.xht	(revision 1256)
+++ visuren/floats-108.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/008.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/008.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .float { float: left; border: solid; padding: 0.5em; margin: 0.5em; }
Index: visuren/inlines-001.xht
===================================================================
--- visuren/inlines-001.xht	(revision 1256)
+++ visuren/inlines-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Layering Model</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    img { border-bottom: 1em solid green; vertical-align: text-bottom; }
Index: visuren/floats-145.xht
===================================================================
--- visuren/floats-145.xht	(revision 1256)
+++ visuren/floats-145.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Bottom margins on floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/045.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/045.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    div {
Index: visuren/z-index-abspos-001.xht
===================================================================
--- visuren/z-index-abspos-001.xht	(revision 1256)
+++ visuren/z-index-abspos-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: z-index auto, -1 and backgrounds (child)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
Index: visuren/inlines-003.xht
===================================================================
--- visuren/inlines-003.xht	(revision 1256)
+++ visuren/inlines-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Wrapping Borders</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/003.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/003.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    p { font: 2em/2 sans-serif; }
Index: visuren/floats-147.xht
===================================================================
--- visuren/floats-147.xht	(revision 1256)
+++ visuren/floats-147.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats: No more to the right than the right edge of the containing block</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/047-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/047-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .outer { width: 20em; background: silver; margin: 1em; }
@@ -23,4 +23,4 @@
    </div>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/abspos-width-001.xht
===================================================================
--- visuren/abspos-width-001.xht	(revision 1256)
+++ visuren/abspos-width-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolute Positioning: width:auto with table width:100%</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width" />
   <style type="text/css">
    p { color: green; }
Index: visuren/z-index-abspos-003.xht
===================================================================
--- visuren/z-index-abspos-003.xht	(revision 1256)
+++ visuren/z-index-abspos-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: z-index 0, -1 and backgrounds (child)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
Index: visuren/inlines-005.xht
===================================================================
--- visuren/inlines-005.xht	(revision 1256)
+++ visuren/inlines-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Wrapping Spaces Outside Inline Elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/005.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/005.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    p > span { padding: 0.3em 0; border-style: solid none; background: silver; line-height: 3; letter-spacing: 0.2em; }
Index: visuren/floats-149.xht
===================================================================
--- visuren/floats-149.xht	(revision 1256)
+++ visuren/floats-149.xht	(working copy)
@@ -3,7 +3,7 @@
  <head> 
   <title>CSS Test: Empty inlines being displaced by floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/049.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/049.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
     .block { display: block; background: green; }
@@ -19,4 +19,4 @@
    </div> 
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/stack-overflow-001.xht
===================================================================
--- visuren/stack-overflow-001.xht	(revision 1256)
+++ visuren/stack-overflow-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Stacking order and overflow</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/overflow/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/overflow/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow" />
   <style type="text/css">
    div { border: solid; margin: 1em; height: 5em; width: 5em; }
Index: visuren/abspos-width-003.xht
===================================================================
--- visuren/abspos-width-003.xht	(revision 1256)
+++ visuren/abspos-width-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolute Positioning: width:auto with block width:50%</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width" />
   <style type="text/css">
    p { color: green; }   
Index: visuren/z-index-abspos-005.xht
===================================================================
--- visuren/z-index-abspos-005.xht	(revision 1256)
+++ visuren/z-index-abspos-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: z-index auto and 0 (siblings)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
Index: visuren/inlines-007.xht
===================================================================
--- visuren/inlines-007.xht	(revision 1256)
+++ visuren/inlines-007.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Behaviour near cells</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/007.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/007.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    div, table, tr, td { margin: 0; border: 0; padding: 0; border-spacing: 0; line-height: 1; }
Index: visuren/abspos-width-005.xht
===================================================================
--- visuren/abspos-width-005.xht	(revision 1256)
+++ visuren/abspos-width-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolute Positioning: max-width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/005-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/005-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width" />
   <style type="text/css">
    .relative { position: relative; border: fuchsia thin solid; padding: 1em; width: 10em; height: 5em; }
Index: visuren/z-index-abspos-007.xht
===================================================================
--- visuren/z-index-abspos-007.xht	(revision 1256)
+++ visuren/z-index-abspos-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: z-index 1, -1 and backgrounds (child)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
Index: visuren/inlines-009.xht
===================================================================
--- visuren/inlines-009.xht	(revision 1256)
+++ visuren/inlines-009.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Behaviour near cells</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/009.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/009.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    div, table, tr, td { margin: 0; border: 0; padding: 0; border-spacing: 0; line-height: 1.3; }
Index: visuren/z-index-abspos-009.xht
===================================================================
--- visuren/z-index-abspos-009.xht	(revision 1256)
+++ visuren/z-index-abspos-009.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: CSS: z-index and the canvas and background propagation</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/canvas/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/canvas/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
Index: visuren/margin-collapse-110.xht
===================================================================
--- visuren/margin-collapse-110.xht	(revision 1256)
+++ visuren/margin-collapse-110.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (simple combinations)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/010.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: orange; }
Index: visuren/margin-collapse-112.xht
===================================================================
--- visuren/margin-collapse-112.xht	(revision 1256)
+++ visuren/margin-collapse-112.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (simple)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/012.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/012.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font: 50px/1 Ahem; border: solid; background: red; }
Index: visuren/margin-collapse-114.xht
===================================================================
--- visuren/margin-collapse-114.xht	(revision 1256)
+++ visuren/margin-collapse-114.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (position of collapsed-through element)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/014.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/014.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-151.xht
===================================================================
--- visuren/margin-collapse-151.xht	(revision 1256)
+++ visuren/margin-collapse-151.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Magical Margins should not be magical in strict mode</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/051.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/051.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .test { border: solid 0.5em; background: yellow; float: left; margin: 1em; font-size: 2em; }
Index: visuren/margin-collapse-116.xht
===================================================================
--- visuren/margin-collapse-116.xht	(revision 1256)
+++ visuren/margin-collapse-116.xht	(working copy)
@@ -3,7 +3,7 @@
 <!-- This is similar to tests 013 to 015 --><head>
   <title>CSS Test: Margin Collapsing: in flow (position of collapsed-through element)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/016.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/016.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-118.xht
===================================================================
--- visuren/margin-collapse-118.xht	(revision 1256)
+++ visuren/margin-collapse-118.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (height)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/018.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/018.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-155.xht
===================================================================
--- visuren/margin-collapse-155.xht	(revision 1256)
+++ visuren/margin-collapse-155.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: effect of margins on collapsing-through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/055.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/055.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { border: solid; background: red; padding: 0; font: 3em/1 Ahem; }
Index: visuren/margin-collapse-157.xht
===================================================================
--- visuren/margin-collapse-157.xht	(revision 1256)
+++ visuren/margin-collapse-157.xht	(working copy)
@@ -3,7 +3,7 @@
 <!-- This is similar to tests 022 and 023 --><head>
   <title>CSS Test: Margin Collapsing: clear (varying margins)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/057.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/057.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .test { border: solid; background: red; width: 8em; }
Index: visuren/floats-111.xht
===================================================================
--- visuren/floats-111.xht	(revision 1256)
+++ visuren/floats-111.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Shrink Wrapped Right Floats With Right Aligned Text</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/011.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/011.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style>
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/margin-collapse-159.xht
===================================================================
--- visuren/margin-collapse-159.xht	(revision 1256)
+++ visuren/margin-collapse-159.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (height, simple) - not really margin collapsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/059.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/059.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/stack-floats-002.xht
===================================================================
--- visuren/stack-floats-002.xht	(revision 1256)
+++ visuren/stack-floats-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Stacking order: Floats and Blocks in Inlines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/stacking/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/stacking/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#layers" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
Index: visuren/floats-113.xht
===================================================================
--- visuren/floats-113.xht	(revision 1256)
+++ visuren/floats-113.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Shrink Wrapped Right Floats With Right Aligned Text</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/013.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/013.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/013.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style>
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/floats-150.xht
===================================================================
--- visuren/floats-150.xht	(revision 1256)
+++ visuren/floats-150.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Positioning of floats in tables: auto-width floats with negative outer width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/050.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/050.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    body { padding: 2em 12em; }
Index: visuren/stack-floats-004.xht
===================================================================
--- visuren/stack-floats-004.xht	(revision 1256)
+++ visuren/stack-floats-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Stacking order: Floats and Blocks in Inlines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/stacking/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/stacking/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#layers" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
Index: visuren/floats-115.xht
===================================================================
--- visuren/floats-115.xht	(revision 1256)
+++ visuren/floats-115.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Auto Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/015.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/015.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/floats-152.xht
===================================================================
--- visuren/floats-152.xht	(revision 1256)
+++ visuren/floats-152.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Positioning of floats in tables: zero-width floats with negative outer width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/052.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/052.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    body { padding: 2em 12em; }
Index: visuren/clear-applies-to-000.xht
===================================================================
--- visuren/clear-applies-to-000.xht	(revision 1256)
+++ visuren/clear-applies-to-000.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Clear on floats after floats with display:none blocks between them</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/clear/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/clear/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#flow-control" />
   <style type="text/css">
Index: visuren/floats-117.xht
===================================================================
--- visuren/floats-117.xht	(revision 1256)
+++ visuren/floats-117.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Auto Sizing (with border)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/017.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/017.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/inlines-010.xht
===================================================================
--- visuren/inlines-010.xht	(revision 1256)
+++ visuren/inlines-010.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Behaviour near cells</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/010.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/010.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    div, table, tr, td { margin: 0; border: 0; padding: 0; border-spacing: 0; }
Index: visuren/floats-154.xht
===================================================================
--- visuren/floats-154.xht	(revision 1256)
+++ visuren/floats-154.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Stacking contexts of relatively positioned content inside floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/054.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/054.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    body { font-size: 8em; }
Index: visuren/table-margin-001.xht
===================================================================
--- visuren/table-margin-001.xht	(revision 1256)
+++ visuren/table-margin-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" />
   <style type="text/css">
    * {
Index: visuren/floats-119.xht
===================================================================
--- visuren/floats-119.xht	(revision 1256)
+++ visuren/floats-119.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Auto Sizing (with padding)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/019.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/019.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/inlines-012.xht
===================================================================
--- visuren/inlines-012.xht	(revision 1256)
+++ visuren/inlines-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Baseline alignment of images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/012.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/012.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    .test { background: red; width: 128px; font-size: 20px; line-height: 1; }
Index: visuren/table-margin-003.xht
===================================================================
--- visuren/table-margin-003.xht	(revision 1256)
+++ visuren/table-margin-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" />
   <style type="text/css">
    * {
Index: visuren/inlines-014.xht
===================================================================
--- visuren/inlines-014.xht	(revision 1256)
+++ visuren/inlines-014.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Inline box model: space taken by images in cells</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/014.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/014.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    div { background: red; height: 64px; width: 128px; }
Index: visuren/run-in-linebox-001.xht
===================================================================
--- visuren/run-in-linebox-001.xht	(revision 1256)
+++ visuren/run-in-linebox-001.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: run-in and sibling blocks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/run/in/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/run-in/001.xml" type="application/xhtml+xml" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#run-in" />
   <style type="text/css">
    .r { display: run-in; color: blue; }
@@ -20,4 +20,4 @@
    FAIL
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/inlines-016.xht
===================================================================
--- visuren/inlines-016.xht	(revision 1256)
+++ visuren/inlines-016.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Inline box model: space collapsing, padding, white-space, et al</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/016.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/016.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    .ahem { display: inline; font: 900 1em/1 Ahem, sans-serif; background: red; color: white; }   
Index: visuren/bidi-001.xht
===================================================================
--- visuren/bidi-001.xht	(revision 1256)
+++ visuren/bidi-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model"/>
Index: visuren/clear-applies-to-008.xht
===================================================================
--- visuren/clear-applies-to-008.xht	(revision 1256)
+++ visuren/clear-applies-to-008.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Clear on inline elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/clear/001-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/clear/001-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#flow-control" />
   <meta name="assert" content="The 'clear' property does not apply to elements with a display of 'inline'." />
   <style type="text/css">
Index: visuren/inlines-018.xht
===================================================================
--- visuren/inlines-018.xht	(revision 1256)
+++ visuren/inlines-018.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Empty inlines near the top of the document</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/018.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/018.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    p, body, html { margin: 0; padding: 0; color: green; font: 20px/1 serif; }
Index: visuren/bidi-003.xht
===================================================================
--- visuren/bidi-003.xht	(revision 1256)
+++ visuren/bidi-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model"/>
Index: visuren/bidi-005.xht
===================================================================
--- visuren/bidi-005.xht	(revision 1256)
+++ visuren/bidi-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and white-space: pre; </title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://unicode.org/reports/tr9/"/>
Index: visuren/bidi-007.xht
===================================================================
--- visuren/bidi-007.xht	(revision 1256)
+++ visuren/bidi-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and float: left; </title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://unicode.org/reports/tr9/"/>
Index: visuren/bidi-009.xht
===================================================================
--- visuren/bidi-009.xht	(revision 1256)
+++ visuren/bidi-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and display: table-row; </title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/009.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://unicode.org/reports/tr9/"/>
Index: visuren/margin-collapse-121.xht
===================================================================
--- visuren/margin-collapse-121.xht	(revision 1256)
+++ visuren/margin-collapse-121.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: clear (control: no margins)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/021.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/021.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/floats-bfc-002.xht
===================================================================
--- visuren/floats-bfc-002.xht	(revision 1256)
+++ visuren/floats-bfc-002.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Floats with overflow:hidden next to them</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/root-formatting-contexts/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/root-formatting-contexts/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .outer { background: green; height: 300px; width: 300px; }
@@ -22,4 +22,4 @@
    </div>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/margin-collapse-123.xht
===================================================================
--- visuren/margin-collapse-123.xht	(revision 1256)
+++ visuren/margin-collapse-123.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: clear (with nearby collapse-through block)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/023.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/023.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/margin-collapse-160.xht
===================================================================
--- visuren/margin-collapse-160.xht	(revision 1256)
+++ visuren/margin-collapse-160.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margins should not propagate into the next page</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/060.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/060.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    body, body * { display: block; margin: 0; border: 0; padding: 0; }
Index: visuren/margin-collapse-125.xht
===================================================================
--- visuren/margin-collapse-125.xht	(revision 1256)
+++ visuren/margin-collapse-125.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: clear (on a self-collapsing block with a margin)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/025.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/025.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/margin-collapse-162.xht
===================================================================
--- visuren/margin-collapse-162.xht	(revision 1256)
+++ visuren/margin-collapse-162.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin collapsing with floats before self collapsing children with margins collapsing with parent</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/062.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/062.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    /* This test requires half-decent z-index support */
Index: visuren/margin-collapse-127.xht
===================================================================
--- visuren/margin-collapse-127.xht	(revision 1256)
+++ visuren/margin-collapse-127.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: negative margins (easy)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/027.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/027.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .container { background: red; height: auto; border-top: 1em lime solid; border-bottom: 1em lime solid; }
Index: visuren/abspos-001.xht
===================================================================
--- visuren/abspos-001.xht	(revision 1256)
+++ visuren/abspos-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Absolute Positioning: static position after previous margin</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/001.xml" type="application/xhtml+xml"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos" />
      <style type="text/css">
Index: visuren/margin-collapse-164.xht
===================================================================
--- visuren/margin-collapse-164.xht	(revision 1256)
+++ visuren/margin-collapse-164.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margins on cleared blocks that contain floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/064.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/064.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .outer { margin: 1em; background: red; }
Index: visuren/margin-collapse-129.xht
===================================================================
--- visuren/margin-collapse-129.xht	(revision 1256)
+++ visuren/margin-collapse-129.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: negative margins (easy)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/029.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/029.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .container { background: red; height: auto; border: 1em lime solid; }
Index: visuren/abspos-003.xht
===================================================================
--- visuren/abspos-003.xht	(revision 1256)
+++ visuren/abspos-003.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Positioning relative to the ICB: short root element</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/005-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/005-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    p { margin: 0; padding: 0.5em; }
Index: visuren/abspos-overflow-002.xht
===================================================================
--- visuren/abspos-overflow-002.xht	(revision 1256)
+++ visuren/abspos-overflow-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: scroll</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/margin-collapse-166.xht
===================================================================
--- visuren/margin-collapse-166.xht	(revision 1256)
+++ visuren/margin-collapse-166.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margins on cleared blocks that contain floats, with dynamic border changes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/066.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/066.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { padding: 0; background: red; }
Index: visuren/floats-120.xht
===================================================================
--- visuren/floats-120.xht	(revision 1256)
+++ visuren/floats-120.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Auto Sizing (with border)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/020.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/020.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-005.xht
===================================================================
--- visuren/abspos-005.xht	(revision 1256)
+++ visuren/abspos-005.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Absolute Positioning: Tables with four offsets</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    .absolute { position: absolute; bottom: 0; left: 0; right: 0; top: 0;
Index: visuren/abspos-overflow-004.xht
===================================================================
--- visuren/abspos-overflow-004.xht	(revision 1256)
+++ visuren/abspos-overflow-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: hidden</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/margin-collapse-168.xht
===================================================================
--- visuren/margin-collapse-168.xht	(revision 1256)
+++ visuren/margin-collapse-168.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: empty block collapsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/068.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/068.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style>
    div, td { margin: 0; padding: 0; }
Index: visuren/floats-122.xht
===================================================================
--- visuren/floats-122.xht	(revision 1256)
+++ visuren/floats-122.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Auto Sizing Float Followed By Text</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/022.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/022.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-007.xht
===================================================================
--- visuren/abspos-007.xht	(revision 1256)
+++ visuren/abspos-007.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Positioning blocks inside inline contexts with top:auto</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/009.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    .container div { height: 1em; width: 10em; }
Index: visuren/abspos-overflow-006.xht
===================================================================
--- visuren/abspos-overflow-006.xht	(revision 1256)
+++ visuren/abspos-overflow-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: hidden</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/floats-124.xht
===================================================================
--- visuren/floats-124.xht	(revision 1256)
+++ visuren/floats-124.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Bottom Padding on Inline Children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/024.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/024.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/024.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    /* reset everything to be sure we don't introduce oddities */
@@ -21,4 +22,4 @@
    <span class="test"><span class="control">There should be no red on this page.</span></span>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/abspos-009.xht
===================================================================
--- visuren/abspos-009.xht	(revision 1256)
+++ visuren/abspos-009.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Right alignment with position:right</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/012.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/012.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    body { position: relative; }
Index: visuren/abspos-overflow-008.xht
===================================================================
--- visuren/abspos-overflow-008.xht	(revision 1256)
+++ visuren/abspos-overflow-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned children of overflow: auto</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    html, body { margin: 0; border: 0; padding: 0; }
Index: visuren/floats-126.xht
===================================================================
--- visuren/floats-126.xht	(revision 1256)
+++ visuren/floats-126.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/026.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/026.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/026.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .float { float: left; border: solid; padding: 0.5em; margin: 0.5em; display: table; }
Index: visuren/floats-128.xht
===================================================================
--- visuren/floats-128.xht	(revision 1256)
+++ visuren/floats-128.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/028.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/028.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/028.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .float { float: left; display: table; }
Index: visuren/abspos-inline-002.xht
===================================================================
--- visuren/abspos-inline-002.xht	(revision 1256)
+++ visuren/abspos-inline-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned boxes in inlines: 'auto' with 'relative'</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos" />
   <style type="text/css">
    p { font: 1em monospace; }
Index: visuren/abspos-paged-001.xht
===================================================================
--- visuren/abspos-paged-001.xht	(revision 1256)
+++ visuren/abspos-paged-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Positioning in paged media: Initial containing block</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/paged/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/paged/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/page.html#page-intro" />
   <meta name="flags" content="paged"/>
   <style type="text/css">
@@ -19,4 +19,4 @@
   <div><h1>&nbsp;&nbsp;S</h1>Blank Page 2</div>
   <div><h1>&nbsp;&nbsp;&nbsp;S</h1>Blank Page 3</div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/abspos-inline-004.xht
===================================================================
--- visuren/abspos-inline-004.xht	(revision 1256)
+++ visuren/abspos-inline-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned boxes in inlines: positioning at top right</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos" />
   <style type="text/css">
    p { font: 1em monospace; }
Index: visuren/bidi-010.xht
===================================================================
--- visuren/bidi-010.xht	(revision 1256)
+++ visuren/bidi-010.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and position: absolute </title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/010.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://unicode.org/reports/tr9/"/>
Index: visuren/abspos-inline-006.xht
===================================================================
--- visuren/abspos-inline-006.xht	(revision 1256)
+++ visuren/abspos-inline-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned boxes in inlines: positioning at bottom right</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/inline/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos" />
   <style type="text/css">
    p { font: 1em monospace; }
Index: visuren/position-006.xht
===================================================================
--- visuren/position-006.xht	(revision 1256)
+++ visuren/position-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Parsing 'position'</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
    body { color: navy; }
Index: visuren/margin-collapse-130.xht
===================================================================
--- visuren/margin-collapse-130.xht	(revision 1256)
+++ visuren/margin-collapse-130.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: basic overflow test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/030.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/030.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/margin-collapse-132.xht
===================================================================
--- visuren/margin-collapse-132.xht	(revision 1256)
+++ visuren/margin-collapse-132.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: float positioning</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/032.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/032.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/margin-collapse-134.xht
===================================================================
--- visuren/margin-collapse-134.xht	(revision 1256)
+++ visuren/margin-collapse-134.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: clear with no floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/034.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/034.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/margin-collapse-136.xht
===================================================================
--- visuren/margin-collapse-136.xht	(revision 1256)
+++ visuren/margin-collapse-136.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: blocks in inlines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/036.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/036.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { width: 5em; }
Index: visuren/abspos-010.xht
===================================================================
--- visuren/abspos-010.xht	(revision 1256)
+++ visuren/abspos-010.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Absolutely positioned tables must shrink wrap</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/013.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/013.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width"/>
   <style type="text/css">
    table { position: absolute; background: red; border-spacing: 0; padding: 0;}
Index: visuren/margin-collapse-138.xht
===================================================================
--- visuren/margin-collapse-138.xht	(revision 1256)
+++ visuren/margin-collapse-138.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: margins on relative boxes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/038.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/038.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-012.xht
===================================================================
--- visuren/abspos-012.xht	(revision 1256)
+++ visuren/abspos-012.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: absolute; top: auto; test (assumed initial values)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/015.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/015.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    div { position: relative; height: 10em; }
Index: visuren/abspos-overflow-011.xht
===================================================================
--- visuren/abspos-overflow-011.xht	(revision 1256)
+++ visuren/abspos-overflow-011.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Positioning, Overflow, and Stacking: 'overflow:auto' as an in-flow sibling of a positioned element</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/011.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/overflow/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping" />
   <style type="text/css">
    #outer {
Index: visuren/abspos-014.xht
===================================================================
--- visuren/abspos-014.xht	(revision 1256)
+++ visuren/abspos-014.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: fixed; top: auto; test - body padding</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/016-alt.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/016-alt.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    html { margin: 0; padding: 0; }
Index: visuren/floats-131.xht
===================================================================
--- visuren/floats-131.xht	(revision 1256)
+++ visuren/floats-131.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/031.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/031.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/031.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .table { display: table; }
Index: visuren/root-canvas-001.xht
===================================================================
--- visuren/root-canvas-001.xht	(revision 1256)
+++ visuren/root-canvas-001.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Canvas: Embedded documents</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/model/canvas/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/model/canvas/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#viewport"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details"/>
     <style type="text/css">
@@ -53,4 +53,4 @@
     -->
 
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/abspos-016.xht
===================================================================
--- visuren/abspos-016.xht	(revision 1256)
+++ visuren/abspos-016.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: fixed; top: auto; test - html padding</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/017-alt.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/017-alt.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    html { margin: 0; padding: 10px; }
Index: visuren/floats-133.xht
===================================================================
--- visuren/floats-133.xht	(revision 1256)
+++ visuren/floats-133.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Wrapping text and position:static</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/033.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/033.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/abspos-018.xht
===================================================================
--- visuren/abspos-018.xht	(revision 1256)
+++ visuren/abspos-018.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: position: fixed; top: auto; test - body margin</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/018-alt.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/018-alt.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
   <style type="text/css">
    html { margin: 0; padding: 0; }
Index: visuren/floats-135.xht
===================================================================
--- visuren/floats-135.xht	(revision 1256)
+++ visuren/floats-135.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Wrapping blocks around floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/035.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/035.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/floats-137.xht
===================================================================
--- visuren/floats-137.xht	(revision 1256)
+++ visuren/floats-137.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Wrapping text around multiple floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/wrapping/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/wrapping/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
     <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
@@ -88,4 +88,4 @@
 </pre>
 
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/margin-collapsing-clear-018.xht
===================================================================
--- visuren/margin-collapsing-clear-018.xht	(revision 1256)
+++ visuren/margin-collapsing-clear-018.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Margin Collapsing with Clearance</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Microsoft" href="http://microsoft.com/"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/microsoft/004-alt.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/microsoft/004-alt.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins" />
   <style>
     div.target1 { position: absolute; left: -15px; height: 50px; width: 0; border-left: 5px solid yellow; top: 0px; }
Index: visuren/floats-139.xht
===================================================================
--- visuren/floats-139.xht	(revision 1256)
+++ visuren/floats-139.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats: Ultra basic test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/039.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/039.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    span { float: left; }
@@ -12,4 +12,4 @@
  <body>
   <p><span>PA</span>SS</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/root-box-002.xht
===================================================================
--- visuren/root-box-002.xht	(revision 1256)
+++ visuren/root-box-002.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Styling the root element: display:table</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/root/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/root/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <style type="text/css">
    * { display: none; padding: 0; border: 0; margin: 0; width: auto; height: auto; }
@@ -29,4 +29,4 @@
   <div class="cell bl"></div>
   <div class="cell br"></div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/block-in-inline-004.xht
===================================================================
--- visuren/block-in-inline-004.xht	(revision 1256)
+++ visuren/block-in-inline-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Blocks within inlines: Simple with :hover</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <meta name="flags" content="interact"/>
   <style type="text/css">
Index: visuren/block-in-inline-006.xht
===================================================================
--- visuren/block-in-inline-006.xht	(revision 1256)
+++ visuren/block-in-inline-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Blocks within inlines: Simple with dynamic class changes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <meta name="flags" content="dom"/>
   <style type="text/css">
Index: visuren/margin-collapse-102.xht
===================================================================
--- visuren/margin-collapse-102.xht	(revision 1256)
+++ visuren/margin-collapse-102.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: absolutely positioned</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    div.test { background: green; position: absolute; }
Index: visuren/block-in-inline-008.xht
===================================================================
--- visuren/block-in-inline-008.xht	(revision 1256)
+++ visuren/block-in-inline-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Blocks within inlines: Relative positioning</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/ib/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#display-prop" />
   <meta name="flags" content="dom"/>
   <style type="text/css">
Index: visuren/margin-collapse-104.xht
===================================================================
--- visuren/margin-collapse-104.xht	(revision 1256)
+++ visuren/margin-collapse-104.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    div.test { background: green; float: left; }
Index: visuren/margin-collapse-141.xht
===================================================================
--- visuren/margin-collapse-141.xht	(revision 1256)
+++ visuren/margin-collapse-141.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: top margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/041.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/041.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .test { background: aqua; margin: 0; width: 6em; border: solid; }
Index: visuren/margin-collapse-106.xht
===================================================================
--- visuren/margin-collapse-106.xht	(revision 1256)
+++ visuren/margin-collapse-106.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (simple)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .ahem { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/margin-collapse-143.xht
===================================================================
--- visuren/margin-collapse-143.xht	(revision 1256)
+++ visuren/margin-collapse-143.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Placement of out-of-flow object in elements that have been collapsed through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/043.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/043.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    .outer { border-top: solid white; border-bottom: solid 1em red; background: green; }
@@ -28,4 +28,4 @@
 </body>
 </html><!-- note. this test assumes that we accept the following proposed changes:
      http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0347.html
-  -->
\ No newline at end of file
+  -->
Index: visuren/margin-collapse-108.xht
===================================================================
--- visuren/margin-collapse-108.xht	(revision 1256)
+++ visuren/margin-collapse-108.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (used border)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-145.xht
===================================================================
--- visuren/margin-collapse-145.xht	(revision 1256)
+++ visuren/margin-collapse-145.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Placement of out-of-flow object in elements that have been collapsed through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/045.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/045.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { width: 3em; padding: 0; }
@@ -49,4 +49,4 @@
 </body>
 </html><!-- note. this test assumes that we accept the following proposed changes:
      http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0347.html
-  -->
\ No newline at end of file
+  -->
Index: visuren/margin-collapse-147.xht
===================================================================
--- visuren/margin-collapse-147.xht	(revision 1256)
+++ visuren/margin-collapse-147.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Placement of out-of-flow object in elements that have been collapsed through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/047.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/047.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { width: 3em; padding: 0; }
@@ -48,4 +48,4 @@
 </body>
 </html><!-- note. this test assumes that we accept the following proposed changes:
      http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0347.html
-  -->
\ No newline at end of file
+  -->
Index: visuren/floats-101.xht
===================================================================
--- visuren/floats-101.xht	(revision 1256)
+++ visuren/floats-101.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Nested floats (no other content)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/001-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/001-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    p { color: navy; }
Index: visuren/abspos-021.xht
===================================================================
--- visuren/abspos-021.xht	(revision 1256)
+++ visuren/abspos-021.xht	(working copy)
@@ -3,7 +3,7 @@
 <head> <!-- same as http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/061.html -->
   <title>CSS Test: position: fixed; top: auto; test - margin collapsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/020.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/020.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <meta name="flags" content="may"/>
Index: visuren/margin-collapse-149.xht
===================================================================
--- visuren/margin-collapse-149.xht	(revision 1256)
+++ visuren/margin-collapse-149.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Placement of out-of-flow object in elements that have been collapsed through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/049.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/049.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { width: 3em; padding: 0; }
@@ -43,4 +43,4 @@
 </body>
 </html><!-- note. this test assumes that we accept the following proposed changes:
      http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0347.html
-  -->
\ No newline at end of file
+  -->
Index: visuren/floats-103.xht
===================================================================
--- visuren/floats-103.xht	(revision 1256)
+++ visuren/floats-103.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Nested floats (some inline content after nested float)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/003-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/003-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    div { border: 1px solid teal; padding: 4px; margin: 4px; }
Index: visuren/abspos-023.xht
===================================================================
--- visuren/abspos-023.xht	(revision 1256)
+++ visuren/abspos-023.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: left:auto for fixed-pos blocks inside abs-pos blocks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/021.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/021.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width"/>
   <style type="text/css">
    body { color: navy; }
Index: visuren/floats-140.xht
===================================================================
--- visuren/floats-140.xht	(revision 1256)
+++ visuren/floats-140.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats: negative margin test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/040.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/040.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    p { margin-left: 5em; }
@@ -13,4 +13,4 @@
  <body>
   <p><span>PA</span>SS</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/floats-105.xht
===================================================================
--- visuren/floats-105.xht	(revision 1256)
+++ visuren/floats-105.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Unexpected Presences, Part 2</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/005.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/005.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    body * { margin: 4px; padding: 4px; border: 1px solid; display: block; }
Index: visuren/abspos-025.xht
===================================================================
--- visuren/abspos-025.xht	(revision 1256)
+++ visuren/abspos-025.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Positioning replaced elements with four offsets</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/024.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/024.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width"/>
   <meta name="flags" content="image"/>
   <style type="text/css">
Index: visuren/floats-142.xht
===================================================================
--- visuren/floats-142.xht	(revision 1256)
+++ visuren/floats-142.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats: negative margin test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/042.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/042.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    div { background: green; }
@@ -17,4 +17,4 @@
     <p> FAIL <span></span> </p>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/floats-107.xht
===================================================================
--- visuren/floats-107.xht	(revision 1256)
+++ visuren/floats-107.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Empty Floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/007.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/007.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .test { display: block; position: relative; }
Index: visuren/abspos-027.xht
===================================================================
--- visuren/abspos-027.xht	(revision 1256)
+++ visuren/abspos-027.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolutely positioned elements must shrink wrap tables</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/positioning/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/positioning/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo" />
   <style type="text/css">
    .test { position: absolute; background: red; }
@@ -19,4 +19,4 @@
    </table>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/floats-144.xht
===================================================================
--- visuren/floats-144.xht	(revision 1256)
+++ visuren/floats-144.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats inside blocks</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/044.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/044.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    p { float: left; color: green; margin: 0; }
@@ -18,4 +18,4 @@
   <div class="b"><p>This line should be green (line 2).</p></div>
   <div class="c"><p>This line should be green (line 3).</p></div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/floats-109.xht
===================================================================
--- visuren/floats-109.xht	(revision 1256)
+++ visuren/floats-109.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/009.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/009.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .float { float: left; border: solid; padding: 0.5em; margin: 0.5em; }
Index: visuren/floats-146.xht
===================================================================
--- visuren/floats-146.xht	(revision 1256)
+++ visuren/floats-146.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats: No higher than earlier floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/046.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/046.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
     p { color: blue; }
@@ -22,4 +22,4 @@
    <div class="float c">C</div>
   </div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/inlines-002.xht
===================================================================
--- visuren/inlines-002.xht	(revision 1256)
+++ visuren/inlines-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Layering Model</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    span { background: red; }
Index: visuren/floats-148.xht
===================================================================
--- visuren/floats-148.xht	(revision 1256)
+++ visuren/floats-148.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Floats: No higher than earlier floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/048.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/048.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    div { float: left; }
@@ -17,4 +17,4 @@
   </div>
   <p>(This is technically undefined in CSS2.1.)</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/inlines-004.xht
===================================================================
--- visuren/inlines-004.xht	(revision 1256)
+++ visuren/inlines-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Wrapping Spaces Outside Inline Elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/004.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/004.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
   </style>
Index: visuren/z-index-abspos-002.xht
===================================================================
--- visuren/z-index-abspos-002.xht	(revision 1256)
+++ visuren/z-index-abspos-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: z-index auto and -1 (siblings)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
Index: visuren/abspos-width-002.xht
===================================================================
--- visuren/abspos-width-002.xht	(revision 1256)
+++ visuren/abspos-width-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolute Positioning: width:auto with block width:100%</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width" />
   <style type="text/css">
    p { color: green; }   
Index: visuren/inlines-006.xht
===================================================================
--- visuren/inlines-006.xht	(revision 1256)
+++ visuren/inlines-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Wrapping Spaces Outside Inline Elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/006.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/006.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    p > span { padding: 0.3em 0; border-style: solid none; background: silver; line-height: 3; letter-spacing: 0.2em; }
Index: visuren/z-index-abspos-004.xht
===================================================================
--- visuren/z-index-abspos-004.xht	(revision 1256)
+++ visuren/z-index-abspos-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: z-index auto and 0 (siblings)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
Index: visuren/abspos-width-004.xht
===================================================================
--- visuren/abspos-width-004.xht	(revision 1256)
+++ visuren/abspos-width-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Absolute Positioning: width:auto with block width:100%</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/width/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width" />
   <style type="text/css">
    .test { width: 2em; height: 2em; padding: 2em; border: solid; background: red; position: relative; }
Index: visuren/inlines-008.xht
===================================================================
--- visuren/inlines-008.xht	(revision 1256)
+++ visuren/inlines-008.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Behaviour near cells</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/008.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/008.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    div, table, tr, td { margin: 0; border: 0; padding: 0; border-spacing: 0; line-height: 1; }
Index: visuren/z-index-abspos-006.xht
===================================================================
--- visuren/z-index-abspos-006.xht	(revision 1256)
+++ visuren/z-index-abspos-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: z-index and SELECT elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
Index: visuren/z-index-abspos-008.xht
===================================================================
--- visuren/z-index-abspos-008.xht	(revision 1256)
+++ visuren/z-index-abspos-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: z-index</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/z-index/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#z-index" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order"/>
   <style type="text/css">
@@ -31,4 +31,4 @@
   top one (red) is the bottommost and the one to its left (green) is the 
   topmost.</div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/margin-collapse-111.xht
===================================================================
--- visuren/margin-collapse-111.xht	(revision 1256)
+++ visuren/margin-collapse-111.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (simple combinations with collapse-through)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/011.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: orange; }
Index: visuren/margin-collapse-113.xht
===================================================================
--- visuren/margin-collapse-113.xht	(revision 1256)
+++ visuren/margin-collapse-113.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (position of collapsed-through element)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/013.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/013.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-150.xht
===================================================================
--- visuren/margin-collapse-150.xht	(revision 1256)
+++ visuren/margin-collapse-150.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Placement of out-of-flow object in elements that have been collapsed through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/050.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/050.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 1em 0.5em; }
@@ -122,4 +122,4 @@
 </body>
 </html><!-- note. this test assumes that we accept the following proposed changes:
        http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0446.html
-  -->
\ No newline at end of file
+  -->
Index: visuren/margin-collapse-115.xht
===================================================================
--- visuren/margin-collapse-115.xht	(revision 1256)
+++ visuren/margin-collapse-115.xht	(working copy)
@@ -3,7 +3,7 @@
 <!-- This test is basically the same as 013.html --><head>
   <title>CSS Test: Margin Collapsing: in flow (position of collapsed-through element)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/015.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/015.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-117.xht
===================================================================
--- visuren/margin-collapse-117.xht	(revision 1256)
+++ visuren/margin-collapse-117.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (height)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/017.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/017.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-154.xht
===================================================================
--- visuren/margin-collapse-154.xht	(revision 1256)
+++ visuren/margin-collapse-154.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: effect of margins near float on collapsing-through</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/054.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/054.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    td { border: solid; width: 4em; background: red; padding: 0; font: 2em/1 Ahem; }
Index: visuren/margin-collapse-119.xht
===================================================================
--- visuren/margin-collapse-119.xht	(revision 1256)
+++ visuren/margin-collapse-119.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (height)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/019.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/019.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/margin-collapse-156.xht
===================================================================
--- visuren/margin-collapse-156.xht	(revision 1256)
+++ visuren/margin-collapse-156.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Margin Collapsing: in flow (height, control) - not really margin collapsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/056.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/056.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table { border-spacing: 0; font-size: 50px; border: solid; background: red; }
Index: visuren/floats-110.xht
===================================================================
--- visuren/floats-110.xht	(revision 1256)
+++ visuren/floats-110.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Float Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/010.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/010.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .float { float: left; }
Index: visuren/margin-collapse-158.xht
===================================================================
--- visuren/margin-collapse-158.xht	(revision 1256)
+++ visuren/margin-collapse-158.xht	(working copy)
@@ -3,7 +3,7 @@
 <!-- variant of 023 --><head>
   <title>CSS Test: Margin Collapsing: clear (with nearby collapse-through block)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/058.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/058.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins"/>
   <style type="text/css">
    table, td { padding: 0; border-spacing: 0; }
Index: visuren/floats-112.xht
===================================================================
--- visuren/floats-112.xht	(revision 1256)
+++ visuren/floats-112.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Shrink Wrapped Right Floats With Right Aligned Text</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/012.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/012.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/012.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style>
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/stack-floats-001.xht
===================================================================
--- visuren/stack-floats-001.xht	(revision 1256)
+++ visuren/stack-floats-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Stacking order: Floats and Blocks in Inlines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/stacking/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/stacking/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#layers" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
Index: visuren/floats-114.xht
===================================================================
--- visuren/floats-114.xht	(revision 1256)
+++ visuren/floats-114.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: CSS Floats: Generated Content</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/014.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/014.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/014.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .test { border: solid navy; padding: 0.5em; }
Index: visuren/stack-floats-003.xht
===================================================================
--- visuren/stack-floats-003.xht	(revision 1256)
+++ visuren/stack-floats-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Stacking order: Floats and Blocks in Inlines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/stacking/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/stacking/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#layers" />
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
Index: visuren/floats-151.xht
===================================================================
--- visuren/floats-151.xht	(revision 1256)
+++ visuren/floats-151.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Positioning of floats in tables: auto-width floats with negative outer width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/051.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/051.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    td { padding: 2em 5em; }
Index: visuren/floats-116.xht
===================================================================
--- visuren/floats-116.xht	(revision 1256)
+++ visuren/floats-116.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Auto Sizing (with padding)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/016.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/016.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/floats-153.xht
===================================================================
--- visuren/floats-153.xht	(revision 1256)
+++ visuren/floats-153.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Positioning of floats in tables: zero-width floats with negative outer width</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/053.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/053.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    td { padding: 2em 5em; }
Index: visuren/floats-118.xht
===================================================================
--- visuren/floats-118.xht	(revision 1256)
+++ visuren/floats-118.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Floats: Auto Sizing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/018.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/018.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: visuren/inlines-011.xht
===================================================================
--- visuren/inlines-011.xht	(revision 1256)
+++ visuren/inlines-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Baseline alignment of images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/011.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    .test { background: green; width: 128px; font-size: 20px; line-height: 1; }
Index: visuren/table-margin-002.xht
===================================================================
--- visuren/table-margin-002.xht	(revision 1256)
+++ visuren/table-margin-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" />
   <style type="text/css">
    * {
Index: visuren/inlines-013.xht
===================================================================
--- visuren/inlines-013.xht	(revision 1256)
+++ visuren/inlines-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Inline box model: space taken by images before floats</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/013.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/013.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    div { font: 64px/1 monospace; }
Index: visuren/table-margin-004.xht
===================================================================
--- visuren/table-margin-004.xht	(revision 1256)
+++ visuren/table-margin-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Margin Collapsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/016.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/016.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins" />
   <style type="text/css">
    div {
@@ -31,4 +31,4 @@
   </div>
   <p>This test has passed if the black bars are evenly distributed in the blue box.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/inlines-015.xht
===================================================================
--- visuren/inlines-015.xht	(revision 1256)
+++ visuren/inlines-015.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Inline box model: space taken by images in cells</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/015.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/015.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    div { background: red; height: 64px; width: 128px; }
Index: visuren/run-in-linebox-002.xht
===================================================================
--- visuren/run-in-linebox-002.xht	(revision 1256)
+++ visuren/run-in-linebox-002.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: run-in and the line box model</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/run/in/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/run-in/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#run-in" />
   <meta name="assert" content="A run-in element inherits (line-height) from its document tree parent"/>
   <style type="text/css">
@@ -19,4 +19,4 @@
   <div class="r">FAIL</div>
   <div class="b"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAIL</span></div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: visuren/bidi-002.xht
===================================================================
--- visuren/bidi-002.xht	(revision 1256)
+++ visuren/bidi-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://unicode.org/reports/tr9/"/>
Index: visuren/inlines-017.xht
===================================================================
--- visuren/inlines-017.xht	(revision 1256)
+++ visuren/inlines-017.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: First line alignment</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/017.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/017.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    .ahem { display: inline; font: 900 1em/1 Ahem, sans-serif; background: red; color: white; }   
Index: visuren/bidi-004.xht
===================================================================
--- visuren/bidi-004.xht	(revision 1256)
+++ visuren/bidi-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model"/>
Index: visuren/inlines-019.xht
===================================================================
--- visuren/inlines-019.xht	(revision 1256)
+++ visuren/inlines-019.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Inline Box Model: Empty inlines near the top of the document followed by positioned elements</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/019.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/019.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes" />
   <style type="text/css">
    p, body, html { margin: 0; padding: 0; color: green; font: 20px/1 serif; }
Index: visuren/bidi-006.xht
===================================================================
--- visuren/bidi-006.xht	(revision 1256)
+++ visuren/bidi-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap; </title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://unicode.org/reports/tr9/"/>
Index: visuren/bidi-008.xht
===================================================================
--- visuren/bidi-008.xht	(revision 1256)
+++ visuren/bidi-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and display: table; </title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/>
   <link rel="help" href="http://unicode.org/reports/tr9/"/>
Index: xml/background-19-alt.xml
===================================================================
--- xml/background-19-alt.xml	(revision 1256)
+++ xml/background-19-alt.xml	(working copy)
@@ -7,7 +7,7 @@
 
    <generic xmlns:xlink="http://www.w3.org/1999/xlink">
 
-  <link xmlns="http://www.w3.org/1999/xhtml" rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/21.xml"/>
+  <link xmlns="http://www.w3.org/1999/xhtml" rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/21.xml" type="application/xhtml+xml"/>
 
    <!-->CSS Test: Background: Test Nineteen</-->
 
Index: xml/background-18.xml
===================================================================
--- xml/background-18.xml	(revision 1256)
+++ xml/background-18.xml	(working copy)
@@ -9,7 +9,7 @@
 
    <generic>
 
-  <link xmlns="http://www.w3.org/1999/xhtml" rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/21.xml"/>
+  <link xmlns="http://www.w3.org/1999/xhtml" rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/21.xml" type="application/xhtml+xml"/>
 
       <p> This is an XML document. This paragraph and the links below
       should have two lime borders surrounding them, and the
Index: xml/background-19.xml
===================================================================
--- xml/background-19.xml	(revision 1256)
+++ xml/background-19.xml	(working copy)
@@ -5,7 +5,7 @@
 
 <generic xmlns:xlink="http://www.w3.org/1999/xlink">
 
-  <link xmlns="http://www.w3.org/1999/xhtml" rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/21.xml"/>
+  <link xmlns="http://www.w3.org/1999/xhtml" rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/21.xml" type="application/xhtml+xml"/>
 
    <!-->CSS Test: Background: Test Nineteen</-->
 
Index: xml/background-20.xml
===================================================================
--- xml/background-20.xml	(revision 1256)
+++ xml/background-20.xml	(working copy)
@@ -2,7 +2,7 @@
 <head xmlns="http://www.w3.org/1999/xhtml">
   <title>Background (non-)propagation in XML</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/20.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/20.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <style type="text/css">
    body { background: red; }
Index: colors/background-position-201.xht
===================================================================
--- colors/background-position-201.xht	(revision 1256)
+++ colors/background-position-201.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS background position: animated</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/position/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/position/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <meta content="dom" name="flags" />
   <style type="text/css">
Index: colors/background-position-202.xht
===================================================================
--- colors/background-position-202.xht	(revision 1256)
+++ colors/background-position-202.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS background position: parsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/position/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/position/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    .case { float: left; border: solid; margin: 0.2em; } /* 150 x 100 */
Index: colors/background-position-203.xht
===================================================================
--- colors/background-position-203.xht	(revision 1256)
+++ colors/background-position-203.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: CSS background position: parsing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/position/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/position/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    .case { float: left; border: solid; margin: 0.2em; background: #FFFFCC; } /* 150 x 100 */
Index: colors/border-shorthands-001.xht
===================================================================
--- colors/border-shorthands-001.xht	(revision 1256)
+++ colors/border-shorthands-001.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: border-color shorthand (basic)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/color/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/color/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties"/>
   <style type="text/css">
    div { color: red; border: solid 1em; }
Index: colors/border-shorthands-002.xht
===================================================================
--- colors/border-shorthands-002.xht	(revision 1256)
+++ colors/border-shorthands-002.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: border-color shorthand (basic)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/color/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/color/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties"/>
   <style type="text/css">
    .test { border: solid 1em; }
Index: colors/border-shorthands-003.xht
===================================================================
--- colors/border-shorthands-003.xht	(revision 1256)
+++ colors/border-shorthands-003.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: border-color shorthand (basic)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/color/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/color/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties"/>
   <style type="text/css">
    .test { border-top: solid 1em; }
Index: colors/background-animated-001.xht
===================================================================
--- colors/background-animated-001.xht	(revision 1256)
+++ colors/background-animated-001.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Animated Backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/animated/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/animated/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    div {
Index: colors/border-dynamic-001.xht
===================================================================
--- colors/border-dynamic-001.xht	(revision 1256)
+++ colors/border-dynamic-001.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Dynamic Borders (style attribute)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/dynamic/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/dynamic/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties"/>
   <style type="text/css">
    .test { background: green; }
Index: colors/background-root-010.xht
===================================================================
--- colors/background-root-010.xht	(revision 1256)
+++ colors/background-root-010.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - propagation vs. image</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/07.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/07.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: green url(support/square-white.png) repeat-y top left; color: white; }
Index: colors/border-dynamic-002.xht
===================================================================
--- colors/border-dynamic-002.xht	(revision 1256)
+++ colors/border-dynamic-002.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: Dynamic Borders (class attribute)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/dynamic/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/border/dynamic/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties"/>
   <style type="text/css">
    .test { background: green; }
Index: colors/background-root-011.xht
===================================================================
--- colors/background-root-011.xht	(revision 1256)
+++ colors/background-root-011.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - fully transparent</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/08.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/08.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: transparent; }
Index: colors/background-root-012.xht
===================================================================
--- colors/background-root-012.xht	(revision 1256)
+++ colors/background-root-012.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - propagated position</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/09.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/09.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: green url(support/square-white.png) no-repeat 50% 50%; color: white; }
Index: colors/background-root-013.xht
===================================================================
--- colors/background-root-013.xht	(revision 1256)
+++ colors/background-root-013.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - non-propagated position</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/10.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/10.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: green url(support/square-white.png) no-repeat 50% 50%; color: white; }
Index: colors/background-iframes-001.xht
===================================================================
--- colors/background-iframes-001.xht	(revision 1256)
+++ colors/background-iframes-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Transparent IFrames</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/iframes/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/iframes/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <meta name="assert" content="An IFRAME's canvas is transparent."/>
   <style type="text/css">
Index: colors/background-root-014.xht
===================================================================
--- colors/background-root-014.xht	(revision 1256)
+++ colors/background-root-014.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - non-propagated attached position</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/11.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/11.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: green url(support/square-white.png) fixed no-repeat 50% 50%; color: white; }
Index: colors/background-root-015.xht
===================================================================
--- colors/background-root-015.xht	(revision 1256)
+++ colors/background-root-015.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - double positioning</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/12.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/12.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: white url(support/square-purple.png) no-repeat top center; color: black; }
Index: colors/background-root-016.xht
===================================================================
--- colors/background-root-016.xht	(revision 1256)
+++ colors/background-root-016.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - canvas positioning</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/13.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/13.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: green url(support/square-purple.png) center top no-repeat; color: white; }
Index: colors/background-root-017.xht
===================================================================
--- colors/background-root-017.xht	(revision 1256)
+++ colors/background-root-017.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Height of root element</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/14.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/14.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#Computing_heights_and_margins"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
Index: colors/background-root-018.xht
===================================================================
--- colors/background-root-018.xht	(revision 1256)
+++ colors/background-root-018.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - Tiling and positioning</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/15.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/15.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: white url(support/cat.png); color: black; }
Index: colors/background-attachment-004.xht
===================================================================
--- colors/background-attachment-004.xht	(revision 1256)
+++ colors/background-attachment-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Fixed Transparent Backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bgafixed.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bgafixed.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <style type="text/css">
     * { background: transparent; }
Index: colors/background-root-019.xht
===================================================================
--- colors/background-root-019.xht	(revision 1256)
+++ colors/background-root-019.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Canvas background - position</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/16.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/16.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: green; color: white; }
Index: colors/background-bg-pos-204.xht
===================================================================
--- colors/background-bg-pos-204.xht	(revision 1256)
+++ colors/background-bg-pos-204.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background Position: bottom right and the viewport</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-2.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-2.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    html { background: bottom right url(support/diamond.png) scroll white no-repeat; color: black; height: 100%; }
Index: colors/background-attachment-005.xht
===================================================================
--- colors/background-attachment-005.xht	(revision 1256)
+++ colors/background-attachment-005.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Scrolling Backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <meta name="flags" content="image interact scroll"/>
   <style type="text/css">
Index: colors/background-bg-pos-205.xht
===================================================================
--- colors/background-bg-pos-205.xht	(revision 1256)
+++ colors/background-bg-pos-205.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background Position: bottom right and the scrolling viewport</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-3.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-3.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <meta content="image scroll" name="flags" />
 <style type="text/css">
Index: colors/background-attachment-006.xht
===================================================================
--- colors/background-attachment-006.xht	(revision 1256)
+++ colors/background-attachment-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Scrolling Backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <meta name="flags" content="image interact scroll"/>
   <style type="text/css">
Index: colors/background-bg-pos-206.xht
===================================================================
--- colors/background-bg-pos-206.xht	(revision 1256)
+++ colors/background-bg-pos-206.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background Position: bottom right and the viewport (fixed)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-4.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-4.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    html { background: bottom right url(support/diamond.png) fixed white no-repeat; color: black; }
Index: colors/background-attachment-007.xht
===================================================================
--- colors/background-attachment-007.xht	(revision 1256)
+++ colors/background-attachment-007.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Scrolling Backgrounds in Scrolling Backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <meta name="flags" content="image interact scroll"/>
   <style type="text/css">
Index: colors/background-attachment-008.xht
===================================================================
--- colors/background-attachment-008.xht	(revision 1256)
+++ colors/background-attachment-008.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Scrolling Backgrounds in Scrolling Backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <meta name="flags" content="image interact scroll"/>
   <style type="text/css">
Index: colors/background-bg-pos-207.xht
===================================================================
--- colors/background-bg-pos-207.xht	(revision 1256)
+++ colors/background-bg-pos-207.xht	(working copy)
@@ -3,8 +3,8 @@
 <head>
 <title>CSS Test: Background Position: bottom right and the scrolling viewport (fixed)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-5.html"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-5-bigger.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-5.html" type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-5-bigger.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    html { background: bottom right url(support/square-purple.png) fixed white no-repeat; color: black; }
Index: colors/background-bg-pos-208.xht
===================================================================
--- colors/background-bg-pos-208.xht	(revision 1256)
+++ colors/background-bg-pos-208.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background Position: bottom right and the viewport</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-6.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/bg-pos-6.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    html { background: bottom right url(support/diamond.png) scroll white no-repeat; color: black; }
Index: colors/background-attachment-009.xht
===================================================================
--- colors/background-attachment-009.xht	(revision 1256)
+++ colors/background-attachment-009.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Background Positioning Test</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/block/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <style type="text/css">
    div {
Index: colors/color-175.xht
===================================================================
--- colors/color-175.xht	(revision 1256)
+++ colors/color-175.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: CSS Colours: Inheritance into tables.</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/colors.html#colors" />
   <style type="text/css">
    div { color: green; }
Index: colors/color-176.xht
===================================================================
--- colors/color-176.xht	(revision 1256)
+++ colors/color-176.xht	(working copy)
@@ -4,7 +4,8 @@
   <title>CSS Test: Color Inheritance</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/007.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/007.xml" type="application/xhtml+xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/colors.html#colors" />
   <style type="text/css">
    html { color: green; }
@@ -13,4 +14,4 @@
  <body>
   <p>This line should be green.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: colors/color-177.xht
===================================================================
--- colors/color-177.xht	(revision 1256)
+++ colors/color-177.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: CSS Colours: Inheritance into tables.</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS2/colors.html#colors" />
   <style type="text/css">
    body { color: green; }
Index: colors/background-root-020.xht
===================================================================
--- colors/background-root-020.xht	(revision 1256)
+++ colors/background-root-020.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background: Test Seventeen</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/17.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/17.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body, html { background: green; border: lime 1em solid; margin: 1em; padding: 1em; color: yellow; }
Index: colors/background-root-101.xht
===================================================================
--- colors/background-root-101.xht	(revision 1256)
+++ colors/background-root-101.xht	(working copy)
@@ -3,7 +3,7 @@
  <head class="before">
   <title>CSS Test: CSS: Changing the background of the BODY element by changing a sibling's class</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/dynamic/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/dynamic/001.html" type="text/html"/>
   <meta name="flags" content="dom"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <style type="text/css">
Index: colors/background-alpha-001.xht
===================================================================
--- colors/background-alpha-001.xht	(revision 1256)
+++ colors/background-alpha-001.xht	(working copy)
@@ -3,7 +3,8 @@
 <head>
   <title>CSS Test: CSS Backgrounds: Alpha transparent background</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/001.html" type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    html { background: white url(support/background-alpha-test.png); color: black; }
Index: colors/background-root-102.xht
===================================================================
--- colors/background-root-102.xht	(revision 1256)
+++ colors/background-root-102.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: Changing the background of the BODY element by changing its class</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/dynamic/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/dynamic/002.html" type="text/html"/>
   <meta name="flags" content="dom"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <style type="text/css">
Index: colors/background-root-004.xht
===================================================================
--- colors/background-root-004.xht	(revision 1256)
+++ colors/background-root-004.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Backgrounds on &lt;body&gt; and &lt;html&gt; - color vs color</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/01.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/01.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: green; color: white; }
Index: colors/background-image-005.xht
===================================================================
--- colors/background-image-005.xht	(revision 1256)
+++ colors/background-image-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Parsing 'background-image'</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
    body { color: green; }
Index: colors/background-alpha-002.xht
===================================================================
--- colors/background-alpha-002.xht	(revision 1256)
+++ colors/background-alpha-002.xht	(working copy)
@@ -3,7 +3,8 @@
 <head>
   <title>CSS Test: CSS Backgrounds: Overlapped alpha transparent backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/002.html" type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    html { background: white url(support/background-alpha-test.png); color: black; }
Index: colors/background-root-103.xht
===================================================================
--- colors/background-root-103.xht	(revision 1256)
+++ colors/background-root-103.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS: Changing the background of the BODY element by changing a parent's attribute</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/dynamic/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/dynamic/003.html" type="text/html"/>
   <meta name="flags" content="dom"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <style type="text/css">
Index: colors/background-root-005.xht
===================================================================
--- colors/background-root-005.xht	(revision 1256)
+++ colors/background-root-005.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Backgrounds on &lt;body&gt; and &lt;html&gt; - color vs. transparent</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/02.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/02.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: green; color: white; }
Index: colors/background-alpha-003.xht
===================================================================
--- colors/background-alpha-003.xht	(revision 1256)
+++ colors/background-alpha-003.xht	(working copy)
@@ -3,7 +3,8 @@
 <head>
   <title>CSS Test: CSS Backgrounds: Overlapped alpha transparent backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/003.html" type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/003.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    html { background: white url(support/background-alpha-test.png); color: black; }
Index: colors/background-root-023.xht
===================================================================
--- colors/background-root-023.xht	(revision 1256)
+++ colors/background-root-023.xht	(working copy)
@@ -5,7 +5,7 @@
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
   <meta content="The BODY and HTML backgrounds are drawn independently when each is specified, even if their specified values are the same." name="assert" /> <!-- I am not sure what the original intention of the test was, but it was wrong, so this is my attempt to fix it. -->
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/23.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/23.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    html { background: url(support/60x60-gg-rr.png) 0 3em repeat-x; margin: 0; border: 0; padding: 0; }
Index: colors/background-root-006.xht
===================================================================
--- colors/background-root-006.xht	(revision 1256)
+++ colors/background-root-006.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Image backgrounds on &lt;body&gt; and &lt;html&gt; - image vs. color</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/03.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/03.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { border: solid lime; background: red url(support/square-white.png); color: green; }
Index: colors/background-alpha-004.xht
===================================================================
--- colors/background-alpha-004.xht	(revision 1256)
+++ colors/background-alpha-004.xht	(working copy)
@@ -3,7 +3,8 @@
 <head>
   <title>CSS Test: CSS Backgrounds: Overlapped alpha transparent backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/004.html" type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/004.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    html { background: white url(support/background-alpha-test.png) fixed; color: black; }
Index: colors/background-root-024.xht
===================================================================
--- colors/background-root-024.xht	(revision 1256)
+++ colors/background-root-024.xht	(working copy)
@@ -3,7 +3,8 @@
  <head>
   <title>CSS Test: Repeating Backgrounds: Y</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/repeat/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/repeat/001.html" type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/repeat/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <style type="text/css">
    body { background: url(support/cat.png) repeat-y; color: navy; font: bold 2em sans-serif; }
Index: colors/background-root-007.xht
===================================================================
--- colors/background-root-007.xht	(revision 1256)
+++ colors/background-root-007.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Image backgrounds on &lt;body&gt; and &lt;html&gt; - image vs. transparent</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/04.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/04.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    body { background: red url(support/square-white.png); color: green; }
Index: colors/background-alpha-005.xht
===================================================================
--- colors/background-alpha-005.xht	(revision 1256)
+++ colors/background-alpha-005.xht	(working copy)
@@ -3,7 +3,8 @@
 <head>
   <title>CSS Test: CSS Backgrounds: Overlapped alpha transparent backgrounds</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/005.html"type="text/html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/alpha/005.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    html { background: white url(support/background-alpha-test.png) fixed; color: black; }
Index: colors/background-root-008.xht
===================================================================
--- colors/background-root-008.xht	(revision 1256)
+++ colors/background-root-008.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Background propagation on &lt;body&gt; and &lt;html&gt; - repeat-y</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/05.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/05.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    BODY { border: solid lime; background: green url(support/square-white.png) repeat-y top left; color: white; }
Index: colors/background-root-009.xht
===================================================================
--- colors/background-root-009.xht	(revision 1256)
+++ colors/background-root-009.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
 <title>CSS Test: Backgrounds on &lt;body&gt; and &lt;html&gt; - propagation vs. repeat</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/06.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/06.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
 <style type="text/css">
    BODY { border: solid lime; background: green url(support/square-white.png) repeat-y top left; color: white; }
Index: colors/support/background-iframes-001.html
===================================================================
--- colors/support/background-iframes-001.html	(revision 1256)
+++ colors/support/background-iframes-001.html	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>Inner Frame</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/iframes/001a.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/iframes/001a.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
   <style type="text/css">
    * { background: transparent; margin: 0; padding: 0; }
Index: syndata/character-encoding-031.xht
===================================================================
--- syndata/character-encoding-031.xht	(revision 1256)
+++ syndata/character-encoding-031.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-1</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/escapes-011.xht
===================================================================
--- syndata/escapes-011.xht	(revision 1256)
+++ syndata/escapes-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Parsing: Escaped keywords</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#rule-sets" />
   <style type="text/css">
    p { color: green; color: \r\e\d; } /* '\r\e\d' is 'r^N^M', which isn't valid */
Index: syndata/character-encoding-032.xht
===================================================================
--- syndata/character-encoding-032.xht	(revision 1256)
+++ syndata/character-encoding-032.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-11</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/escapes-012.xht
===================================================================
--- syndata/escapes-012.xht	(revision 1256)
+++ syndata/escapes-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Parsing: Escaped keywords</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/002.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/002.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters" />
   <style type="text/css">
    p { color: red; color: \g\r\45\65\n; } /* 'grEen' */
Index: syndata/character-encoding-033.xht
===================================================================
--- syndata/character-encoding-033.xht	(revision 1256)
+++ syndata/character-encoding-033.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-5</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/escapes-013.xht
===================================================================
--- syndata/escapes-013.xht	(revision 1256)
+++ syndata/escapes-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Escaping and spaces with classes</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/escaping/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/escaping/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#rule-sets" />
   <style type="text/css">
    .css\0031 p { color: yellow; background: red; }
Index: syndata/character-encoding-034.xht
===================================================================
--- syndata/character-encoding-034.xht	(revision 1256)
+++ syndata/character-encoding-034.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-6</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/escapes-014.xht
===================================================================
--- syndata/escapes-014.xht	(revision 1256)
+++ syndata/escapes-014.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Escaping and spaces with declarations</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/escaping/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/escaping/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#rule-sets" />
   <style type="text/css">
    .test { color: white; background: green; }
Index: syndata/character-encoding-035.xht
===================================================================
--- syndata/character-encoding-035.xht	(revision 1256)
+++ syndata/character-encoding-035.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-7</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/character-encoding-036.xht
===================================================================
--- syndata/character-encoding-036.xht	(revision 1256)
+++ syndata/character-encoding-036.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-8</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/character-encoding-037.xht
===================================================================
--- syndata/character-encoding-037.xht	(revision 1256)
+++ syndata/character-encoding-037.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: KOI8-R</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/character-encoding-038.xht
===================================================================
--- syndata/character-encoding-038.xht	(revision 1256)
+++ syndata/character-encoding-038.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: malformed UTF-8</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { color: white; background: green; }
Index: syndata/uri-012.xht
===================================================================
--- syndata/uri-012.xht	(revision 1256)
+++ syndata/uri-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Error handling of broken url() - balancing braces</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/uri/010.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/uri/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#uri" />
   <meta name="flags" content="invalid"/>
   <style>
@@ -17,4 +17,4 @@
  <body>
   <p>This line should be green with a green border.</p>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: syndata/at-charset-071.xht
===================================================================
--- syndata/at-charset-071.xht	(revision 1256)
+++ syndata/at-charset-071.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-1</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/units-001.xht
===================================================================
--- syndata/units-001.xht	(revision 1256)
+++ syndata/units-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: Equivalence</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: syndata/at-charset-072.xht
===================================================================
--- syndata/at-charset-072.xht	(revision 1256)
+++ syndata/at-charset-072.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-11</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/units-002.xht
===================================================================
--- syndata/units-002.xht	(revision 1256)
+++ syndata/units-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: ex</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: syndata/units-003.xht
===================================================================
--- syndata/units-003.xht	(revision 1256)
+++ syndata/units-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: ex</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: syndata/at-charset-073.xht
===================================================================
--- syndata/at-charset-073.xht	(revision 1256)
+++ syndata/at-charset-073.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-5</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/units-004.xht
===================================================================
--- syndata/units-004.xht	(revision 1256)
+++ syndata/units-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: ex</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: syndata/at-charset-074.xht
===================================================================
--- syndata/at-charset-074.xht	(revision 1256)
+++ syndata/at-charset-074.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-6</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/units-005.xht
===================================================================
--- syndata/units-005.xht	(revision 1256)
+++ syndata/units-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: em (0.87em floats)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    div { width: 8.7em; height: 8.7em; background: red; border: solid lime; }
Index: syndata/at-charset-075.xht
===================================================================
--- syndata/at-charset-075.xht	(revision 1256)
+++ syndata/at-charset-075.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-7</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/units-006.xht
===================================================================
--- syndata/units-006.xht	(revision 1256)
+++ syndata/units-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: px and font-size</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: syndata/at-charset-076.xht
===================================================================
--- syndata/at-charset-076.xht	(revision 1256)
+++ syndata/at-charset-076.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: ISO-8859-8</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/units-007.xht
===================================================================
--- syndata/units-007.xht	(revision 1256)
+++ syndata/units-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: cross-pixel boundaries</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css"><![CDATA[
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: syndata/at-charset-077.xht
===================================================================
--- syndata/at-charset-077.xht	(revision 1256)
+++ syndata/at-charset-077.xht	(working copy)
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Test: Stylesheet encodings: KOI8-R</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
   <style type="text/css">
    p { background: red; color: yellow; }
Index: syndata/units-008.xht
===================================================================
--- syndata/units-008.xht	(revision 1256)
+++ syndata/units-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: px and inherited font-size</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: syndata/units-009.xht
===================================================================
--- syndata/units-009.xht	(revision 1256)
+++ syndata/units-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Units: px and dependent font-size</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/009.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
   <style type="text/css">
    .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
Index: syndata/core-syntax-001.xht
===================================================================
--- syndata/core-syntax-001.xht	(revision 1256)
+++ syndata/core-syntax-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested blocks in unexpected places</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
    .test { color: white; background: green; }
Index: syndata/core-syntax-002.xht
===================================================================
--- syndata/core-syntax-002.xht	(revision 1256)
+++ syndata/core-syntax-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested blocks in unexpected places</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
    p {
Index: syndata/core-syntax-003.xht
===================================================================
--- syndata/core-syntax-003.xht	(revision 1256)
+++ syndata/core-syntax-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested blocks in unexpected places (with no whitespace)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">p{color:green;/*no"}"*/span{color:yellow;background:red;}.test{color:maroon;background:yellow;}}</style>
  </head>
Index: syndata/core-syntax-004.xht
===================================================================
--- syndata/core-syntax-004.xht	(revision 1256)
+++ syndata/core-syntax-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Nested blocks in unexpected places (with no whitespace)</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/002-demo.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/002-demo.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
  body { color : green ; p{color : red ; }
Index: syndata/core-syntax-006.xht
===================================================================
--- syndata/core-syntax-006.xht	(revision 1256)
+++ syndata/core-syntax-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Parsing invalid '!' declarations</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
    body { color: green; }
Index: syndata/core-syntax-007.xht
===================================================================
--- syndata/core-syntax-007.xht	(revision 1256)
+++ syndata/core-syntax-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Parsing invalid '!' declarations</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
    body { font-size: 200px; }
Index: syndata/core-syntax-008.xht
===================================================================
--- syndata/core-syntax-008.xht	(revision 1256)
+++ syndata/core-syntax-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Parsing invalid '!' declarations</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
   <style type="text/css">
    body { color: green; }
Index: syndata/sgml-comments-002.xht
===================================================================
--- syndata/sgml-comments-002.xht	(revision 1256)
+++ syndata/sgml-comments-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Parsing of CDO/CDC in stylesheets</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/cdocdc/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/cdocdc/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#comments" />
   <style type="text/css"><![CDATA[
     <!--
Index: tables/border-collapse-004.xht
===================================================================
--- tables/border-collapse-004.xht	(revision 1256)
+++ tables/border-collapse-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: overflow: hidden and border-collapse: collapse</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/border-collapse/collapse/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/border-collapse/collapse/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
   <style type="text/css">
    table { border-collapse: collapse; }
@@ -22,4 +22,4 @@
   <table><tr><td>Test</td></tr></table>
   <div>Test</div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: tables/columns-001.xht
===================================================================
--- tables/columns-001.xht	(revision 1256)
+++ tables/columns-001.xht	(working copy)
@@ -4,7 +4,7 @@
   <title>CSS Test: Properties that apply to columns</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/columns/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/columns/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#columns" />
   <style type="text/css">
    table { border-collapse: collapse; color: green; }
Index: tables/table-caption-002.xht
===================================================================
--- tables/table-caption-002.xht	(revision 1256)
+++ tables/table-caption-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Multiple captions</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/caption/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/caption/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes" />
   <style type="text/css">
    .table { display: table; }
Index: tables/table-caption-003.xht
===================================================================
--- tables/table-caption-003.xht	(revision 1256)
+++ tables/table-caption-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Captions in the middle of tables</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/caption/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/caption/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes" />
   <style type="text/css">
    .table { display: table; }
Index: tables/tables-width-001.xht
===================================================================
--- tables/tables-width-001.xht	(revision 1256)
+++ tables/tables-width-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Percentage widths in tables</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/017.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/017.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-layout" />
   <style type="text/css">
    .control, .test { margin: 2em; }
Index: tables/border-spacing-initial-002.xht
===================================================================
--- tables/border-spacing-initial-002.xht	(revision 1256)
+++ tables/border-spacing-initial-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: initial border-spacing</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/001.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/001.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes" />
   <style type="text/css">
Index: tables/empty-cells-010.xht
===================================================================
--- tables/empty-cells-010.xht	(revision 1256)
+++ tables/empty-cells-010.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: block</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/007.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/007.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/empty-cells-011.xht
===================================================================
--- tables/empty-cells-011.xht	(revision 1256)
+++ tables/empty-cells-011.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: block with margins</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/008.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/008.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/empty-cells-012.xht
===================================================================
--- tables/empty-cells-012.xht	(revision 1256)
+++ tables/empty-cells-012.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: block with padding</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/009.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/009.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/empty-cells-013.xht
===================================================================
--- tables/empty-cells-013.xht	(revision 1256)
+++ tables/empty-cells-013.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: block with borders</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/010.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/010.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/empty-cells-004.xht
===================================================================
--- tables/empty-cells-004.xht	(revision 1256)
+++ tables/empty-cells-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: Text</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/empty-cells-014.xht
===================================================================
--- tables/empty-cells-014.xht	(revision 1256)
+++ tables/empty-cells-014.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: white-space normal</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/011.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/011.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: green; border-spacing: 0; }
Index: tables/empty-cells-005.xht
===================================================================
--- tables/empty-cells-005.xht	(revision 1256)
+++ tables/empty-cells-005.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: NBSPs</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/empty-cells-006.xht
===================================================================
--- tables/empty-cells-006.xht	(revision 1256)
+++ tables/empty-cells-006.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: white-space pre</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/table-anonymous-objects-000.xht
===================================================================
--- tables/table-anonymous-objects-000.xht	(revision 1256)
+++ tables/table-anonymous-objects-000.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Anonymous Cell Children</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/008.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/008.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes" />
   <style type="text/css">
 
@@ -18,4 +18,4 @@
   <p>There should be a green block below.</p>
   <div class="table"><!-- empty --></div>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: tables/empty-cells-007.xht
===================================================================
--- tables/empty-cells-007.xht	(revision 1256)
+++ tables/empty-cells-007.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: zero-height images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/004.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/004.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/background-table-001.xht
===================================================================
--- tables/background-table-001.xht	(revision 1256)
+++ tables/background-table-001.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: background-repeat on table rows</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/table/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/table/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    table { background: green; color: white; }
Index: tables/empty-cells-008.xht
===================================================================
--- tables/empty-cells-008.xht	(revision 1256)
+++ tables/empty-cells-008.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: zero-height inline images</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/005.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/005.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/background-table-002.xht
===================================================================
--- tables/background-table-002.xht	(revision 1256)
+++ tables/background-table-002.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: background-repeat on table rows</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/table/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/table/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    table { background: green; color: white; }
Index: tables/empty-cells-009.xht
===================================================================
--- tables/empty-cells-009.xht	(revision 1256)
+++ tables/empty-cells-009.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: empty-cells: inlines</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/006.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/empty-cells/006.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells" />
   <style type="text/css">
    table { background: red; border-spacing: 0; }
Index: tables/background-table-003.xht
===================================================================
--- tables/background-table-003.xht	(revision 1256)
+++ tables/background-table-003.xht	(working copy)
@@ -3,7 +3,7 @@
 <head>
   <title>CSS Test: background-repeat on table rows</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/table/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/table/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
   <style type="text/css">
    table { background: green; color: white; }
Index: tables/tables-001.xht
===================================================================
--- tables/tables-001.xht	(revision 1256)
+++ tables/tables-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Table In Table Alignment</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/009.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/009.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes" />
   <style type="text/css">
 
@@ -29,4 +29,4 @@
   </div>
   <div class="control"/>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: tables/tables-002.xht
===================================================================
--- tables/tables-002.xht	(revision 1256)
+++ tables/tables-002.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Tables: Empty Tables</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/010.xml"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/010.xml" type="application/xhtml+xml"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes" />
   <style type="text/css">
     .table { display: table; height: 5em; width: 5em; background: green; }
@@ -13,4 +13,4 @@
   <p>There should be a green block under this paragraph.</p>
   <span class="table"/>
  </body>
-</html>
\ No newline at end of file
+</html>
Index: tables/tables-101.xht
===================================================================
--- tables/tables-101.xht	(revision 1256)
+++ tables/tables-101.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Table layout: checking dynamic layouts match initial layouts</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/dynamic/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/dynamic/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" />
   <meta name="flags" content="dom"/>
   <style type="text/css">
Index: tables/tables-003.xht
===================================================================
--- tables/tables-003.xht	(revision 1256)
+++ tables/tables-003.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Table cell size with no line box content</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/014.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/014.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-layout" />
   <style type="text/css">
    td { margin: 0; border: 1em green; border-style: solid none; width: 10em; }
Index: tables/tables-102.xht
===================================================================
--- tables/tables-102.xht	(revision 1256)
+++ tables/tables-102.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Table layout: checking dynamic layouts match initial layouts</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/dynamic/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/dynamic/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" />
   <meta name="flags" content="dom"/>
   <style type="text/css">
Index: tables/tables-004.xht
===================================================================
--- tables/tables-004.xht	(revision 1256)
+++ tables/tables-004.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: Table cell size with line box content</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/015.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/015.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-layout" />
   <style type="text/css">
    td { margin: 0; border: 1em green; border-style: solid none; width: 10em; }
Index: tables/table-anonymous-objects-209.xht
===================================================================
--- tables/table-anonymous-objects-209.xht	(revision 1256)
+++ tables/table-anonymous-objects-209.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS table model: nested tables</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/table/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes" />
   <style type="text/css">
    .table { display: table; }
Index: ui/cursor-023.xht
===================================================================
--- ui/cursor-023.xht	(revision 1256)
+++ ui/cursor-023.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: PNG cursor</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/ui/cursor/002.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/ui/cursor/002.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#cursor-props" />
   <style type="text/css">
    html { color: blue; font-size: 2em; cursor: url(support/cat.png),
Index: ui/cursor-024.xht
===================================================================
--- ui/cursor-024.xht	(revision 1256)
+++ ui/cursor-024.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: animated GIF cursor</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/ui/cursor/003.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/ui/cursor/003.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#cursor-props" />
   <style type="text/css">
    html { color: blue; font-size: 2em; cursor: url(support/animated.gif), default; }
Index: ui/system-colors-001.xht
===================================================================
--- ui/system-colors-001.xht	(revision 1256)
+++ ui/system-colors-001.xht	(working copy)
@@ -3,7 +3,7 @@
  <head>
   <title>CSS Test: CSS Colours: Highlight and HighlightText</title>
   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
-  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/001.html"/>
+  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/color/001.html" type="text/html"/>
   <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#system-colors" />
   <style type="text/css">
    span { color: highlighttext; background: highlight; }

