diff --git a/techniques/aria/ARIA9.html b/techniques/aria/ARIA9.html
index 8e4c42601f..6bcae65398 100644
--- a/techniques/aria/ARIA9.html
+++ b/techniques/aria/ARIA9.html
@@ -59,7 +59,7 @@
A conference workshop booking table
<table>
<caption>Dinosaur Conference workshop booking table</caption>
<tr>
- <td rowspan="2"></td>
+ <th rowspan="2" scope="col">Track</th>
<th colspan="2" scope="colgroup">Thursday</th>
<th colspan="2" scope="colgroup">Friday</th>
</tr>
@@ -70,7 +70,7 @@ A conference workshop booking table
<th scope="col" id="pm2">2 to 5 PM</th>
</tr>
<tr>
- <th id="track1" scope="row">track 1</th>
+ <th id="track1" scope="row">Track 1</th>
<td>
<h2 id="title-TM1">The Paleozoic era </h2>
<p>2 places left</p>
@@ -97,7 +97,7 @@ A conference workshop booking table
</td>
</tr>
<tr>
- <th id="track2" scope="row">track 2</th>
+ <th id="track2" scope="row">Track 2</th>
<td>
<h2 id="title-TM2">The Cretaceous period</h2>
<p>18 places left</p>
diff --git a/working-examples/aria-alert-identify-errors/index.html b/working-examples/aria-alert-identify-errors/index.html
index ea01f5d6c3..8a8bd92df3 100644
--- a/working-examples/aria-alert-identify-errors/index.html
+++ b/working-examples/aria-alert-identify-errors/index.html
@@ -1,9 +1,28 @@
-
+
-Using role=alert to Identify Errors
-
+Using ARIA live regions or role=alert to identify errors
+
+
+
+