Fix one additional validation error
authorMark Watson <watsonm@netflix.com>
Thu, 20 Dec 2012 09:47:46 -0800
changeset 7 e8c7e2a48e85
parent 6 0a0bab262b44
child 8 b0e3ce5a6465
Fix one additional validation error
Overview.html
keydiscovery-source.html
--- a/Overview.html	Thu Dec 20 09:34:39 2012 -0800
+++ b/Overview.html	Thu Dec 20 09:47:46 2012 -0800
@@ -733,21 +733,22 @@
             <p>When invoked, this method must perform the following steps:
               </p><ol>
                 <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:</li>
-                <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>
-                </ol>
+                <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>
+                  </ol>
+                </li>
                 <li>Return <var>KeyOp</var> to the task that invoked <a>getKeysByName</a></li>
               </ol>
             <p></p>
--- a/keydiscovery-source.html	Thu Dec 20 09:34:39 2012 -0800
+++ b/keydiscovery-source.html	Thu Dec 20 09:47:46 2012 -0800
@@ -275,21 +275,22 @@
             <p>When invoked, this method must perform the following steps:
               <ol>
                 <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:</li>
-                <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>
-                </ol>
+                <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>
+                  </ol>
+                </li>
                 <li>Return <var>KeyOp</var> to the task that invoked <a>getKeysByName</a></li>
               </ol>
             </p>