Fix one additional validation error
authorMark Watson <watsonm@netflix.com>
Thu, 20 Dec 2012 09:51:18 -0800
changeset 8 b0e3ce5a6465
parent 7 e8c7e2a48e85
child 9 ce7ef0569838
Fix one additional validation error
Overview.html
keydiscovery-source.html
--- a/Overview.html	Thu Dec 20 09:47:46 2012 -0800
+++ b/Overview.html	Thu Dec 20 09:51:18 2012 -0800
@@ -735,18 +735,19 @@
                 <li>Let <var>KeyOp</var> be a newly created object implementing the <code><a href="http://www.w3.org/TR/WebCryptoAPI/#KeyOperation-interface">KeyOperation</a></code> interface</li>
                 <li>Queue an operation to asynchronously run the following steps:
                   <ol>
-                    <li>Search for a key or keys matching the name specifier provided in <code>name</code>. A name specifier matches the name of a key if they are identical when expressed as a string of unicode characters.</li>
-                    <dl class="switch">
-                      <dt>If one or more keys are found</dt>
-                      <dd>
-                        <ol>
-                          <li>Let the <code>result</code> attribute of <var>KeyOp</var> be an object of type <code>NamedKey[]</code> containing the keys</li>
-                          <li><a title="queue-a-task" href="#dfn-queue-a-task" class="internalDFN">queue a task</a> to <a title="fire-a-simple-event" href="#dfn-fire-a-simple-event" class="internalDFN">fire a simple event</a> called <code>onsuccess</code>at <var>KeyOp</var></li>
-                        </ol>
-                      </dd>
-                      <dt>Otherwise</dt>
-                      <dd><a title="queue-a-task" href="#dfn-queue-a-task" class="internalDFN">queue a task</a> to <a title="fire-a-simple-event" href="#dfn-fire-a-simple-event" class="internalDFN">fire a simple event</a> called <code>onerror</code> at <var>KeyOp</var></dd>
-                    </dl>
+                    <li>Search for a key or keys matching the name specifier provided in <code>name</code>. A name specifier matches the name of a key if they are identical when expressed as a string of unicode characters.
+                      <dl class="switch">
+                        <dt>If one or more keys are found</dt>
+                        <dd>
+                          <ol>
+                            <li>Let the <code>result</code> attribute of <var>KeyOp</var> be an object of type <code>NamedKey[]</code> containing the keys</li>
+                            <li><a title="queue-a-task" href="#dfn-queue-a-task" class="internalDFN">queue a task</a> to <a title="fire-a-simple-event" href="#dfn-fire-a-simple-event" class="internalDFN">fire a simple event</a> called <code>onsuccess</code>at <var>KeyOp</var></li>
+                          </ol>
+                        </dd>
+                        <dt>Otherwise</dt>
+                        <dd><a title="queue-a-task" href="#dfn-queue-a-task" class="internalDFN">queue a task</a> to <a title="fire-a-simple-event" href="#dfn-fire-a-simple-event" class="internalDFN">fire a simple event</a> called <code>onerror</code> at <var>KeyOp</var></dd>
+                      </dl>
+                    </li>
                   </ol>
                 </li>
                 <li>Return <var>KeyOp</var> to the task that invoked <a>getKeysByName</a></li>
--- a/keydiscovery-source.html	Thu Dec 20 09:47:46 2012 -0800
+++ b/keydiscovery-source.html	Thu Dec 20 09:51:18 2012 -0800
@@ -277,18 +277,19 @@
                 <li>Let <var>KeyOp</var> be a newly created object implementing the <code><a href="http://www.w3.org/TR/WebCryptoAPI/#KeyOperation-interface">KeyOperation</a></code> interface</li>
                 <li>Queue an operation to asynchronously run the following steps:
                   <ol>
-                    <li>Search for a key or keys matching the name specifier provided in <code>name</code>. A name specifier matches the name of a key if they are identical when expressed as a string of unicode characters.</li>
-                    <dl class="switch">
-                      <dt>If one or more keys are found</dt>
-                      <dd>
-                        <ol>
-                          <li>Let the <code>result</code> attribute of <var>KeyOp</var> be an object of type <code>NamedKey[]</code> containing the keys</li>
-                          <li><a title="queue-a-task">queue a task</a> to <a title="fire-a-simple-event">fire a simple event</a> called <code>onsuccess</code>at <var>KeyOp</var></li>
-                        </ol>
-                      </dd>
-                      <dt>Otherwise</dt>
-                      <dd><a title="queue-a-task">queue a task</a> to <a title="fire-a-simple-event">fire a simple event</a> called <code>onerror</code> at <var>KeyOp</var></dd>
-                    </dl>
+                    <li>Search for a key or keys matching the name specifier provided in <code>name</code>. A name specifier matches the name of a key if they are identical when expressed as a string of unicode characters.
+                      <dl class="switch">
+                        <dt>If one or more keys are found</dt>
+                        <dd>
+                          <ol>
+                            <li>Let the <code>result</code> attribute of <var>KeyOp</var> be an object of type <code>NamedKey[]</code> containing the keys</li>
+                            <li><a title="queue-a-task">queue a task</a> to <a title="fire-a-simple-event">fire a simple event</a> called <code>onsuccess</code>at <var>KeyOp</var></li>
+                          </ol>
+                        </dd>
+                        <dt>Otherwise</dt>
+                        <dd><a title="queue-a-task">queue a task</a> to <a title="fire-a-simple-event">fire a simple event</a> called <code>onerror</code> at <var>KeyOp</var></dd>
+                      </dl>
+                    </li>
                   </ol>
                 </li>
                 <li>Return <var>KeyOp</var> to the task that invoked <a>getKeysByName</a></li>