--- a/src/indie-ui-events.html Thu Nov 14 01:42:45 2013 -0800
+++ b/src/indie-ui-events.html Tue Dec 17 11:34:31 2013 -0500
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>IndieUI: Events 1.0</title>
<link href="./css/screen.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="./loc/en/strings.js" class="remove"></script>
@@ -139,7 +139,7 @@
<section id="intro-usage">
<h3>Usage Examples</h3>
- <section id="intro-example-dismissrequest"0>
+ <section id="intro-example-dismissrequest">
<h4>Dismissing a Modal Dialog</h4>
<p>The following example uses a 'dismissrequest' event to close or cancel out of a modal application dialog.</p>
<pre class="example">
@@ -176,7 +176,7 @@
</pre>
</section>
- <section id="intro-example-valuechangerequest"0>
+ <section id="intro-example-valuechangerequest">
<h4>Changing the Value of a Custom Slider</h4>
<p>The following example uses a 'valuechangerequest' event to modify the value of a custom ARIA slider.</p>
<pre class="example">
@@ -805,7 +805,7 @@
<section id="feature-detection" class="informative">
<h2>Feature Detection</h2>
<p>Authors wishing to conditionally assign request event handlers based on whether the user agent supports these events can use standard objection detection for each event handler or property.</p>
- <section id="feature-detection-example-dismissrequest"0>
+ <section id="feature-detection-example-dismissrequest">
<h4>Conditionally Assigning a UI Request Event</h4>
<p>The following example conditionally assigns a 'dismissrequest' event based on whether the user agent has support for the feature.</p>
<pre class="example">