Skip to content

Commit

Permalink
Update revision history
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed May 11, 2017
1 parent 775bbb1 commit 8259379
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7165,10 +7165,10 @@ document's Revision History</a>.
the [=asynchronously execute a request=] steps.
(<a href="https://github.com/w3c/IndexedDB/issues/192">issue #192</a>)

* Use [[HTML]]'s <a abstract-op>StructuredSerializeForStorage</a>
hook.
(<a href="https://github.com/w3c/IndexedDB/issues/197">issue #197</a>,
<a href="https://github.com/w3c/IndexedDB/issues/197">issue #152</a>)
* Define [=database=]'s associated [=database/upgrade transaction=] to
align exceptions thrown from {{IDBDatabase/createObjectStore()}} and
{{IDBDatabase/deleteObjectStore()}} with tests and implementations.
(<a href="https://github.com/w3c/IndexedDB/issues/192">issue #192</a>)


<!-- ============================================================ -->
Expand Down
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6695,8 +6695,9 @@ <h2 class="heading settled" data-level="10" id="revision-history"><span class="s
the <a data-link-type="dfn" href="#asynchronously-execute-a-request" id="ref-for-asynchronously-execute-a-request-27">asynchronously execute a request</a> steps.
(<a href="https://github.com/w3c/IndexedDB/issues/192">issue #192</a>)</p>
<li data-md="">
<p>Use <a data-link-type="biblio" href="#biblio-html">[HTML]</a>'s <a data-link-type="abstract-op" href="https://html.spec.whatwg.org/multipage/infrastructure.html#structuredserializeforstorage">StructuredSerializeForStorage</a> hook.
(<a href="https://github.com/w3c/IndexedDB/issues/197">issue #197</a>, <a href="https://github.com/w3c/IndexedDB/issues/197">issue #152</a>)</p>
<p>Define <a data-link-type="dfn" href="#database" id="ref-for-database-75">database</a>'s associated <a data-link-type="dfn" href="#database-upgrade-transaction" id="ref-for-database-upgrade-transaction-6">upgrade transaction</a> to
align exceptions thrown from <code class="idl"><a data-link-type="idl" href="#dom-idbdatabase-createobjectstore" id="ref-for-dom-idbdatabase-createobjectstore-4">createObjectStore()</a></code> and <code class="idl"><a data-link-type="idl" href="#dom-idbdatabase-deleteobjectstore" id="ref-for-dom-idbdatabase-deleteobjectstore-3">deleteObjectStore()</a></code> with tests and implementations.
(<a href="https://github.com/w3c/IndexedDB/issues/192">issue #192</a>)</p>
</ul>
<h2 class="heading settled" data-level="11" id="acknowledgements"><span class="secno">11. </span><span class="content">Acknowledgements</span><a class="self-link" href="#acknowledgements"></a></h2>
<p>Special thanks to Nikunj Mehta, the original author of the first
Expand Down Expand Up @@ -7667,6 +7668,7 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
<li><a href="#ref-for-database-67">5.7. Running an upgrade transaction</a> <a href="#ref-for-database-68">(2)</a> <a href="#ref-for-database-69">(3)</a> <a href="#ref-for-database-70">(4)</a>
<li><a href="#ref-for-database-71">5.8. Aborting an upgrade transaction</a> <a href="#ref-for-database-72">(2)</a> <a href="#ref-for-database-73">(3)</a>
<li><a href="#ref-for-database-74">6. Database operations</a>
<li><a href="#ref-for-database-75">10. Revision History</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="database-name">
Expand Down Expand Up @@ -7699,6 +7701,7 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
<li><a href="#ref-for-database-upgrade-transaction-3">5.4. Committing a transaction</a>
<li><a href="#ref-for-database-upgrade-transaction-4">5.5. Aborting a transaction</a>
<li><a href="#ref-for-database-upgrade-transaction-5">5.7. Running an upgrade transaction</a>
<li><a href="#ref-for-database-upgrade-transaction-6">10. Revision History</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="connection">
Expand Down Expand Up @@ -8905,12 +8908,14 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
<b><a href="#dom-idbdatabase-createobjectstore">#dom-idbdatabase-createobjectstore</a></b><b>Referenced in:</b>
<ul>
<li><a href="#ref-for-dom-idbdatabase-createobjectstore-1">4.4. The IDBDatabase interface</a> <a href="#ref-for-dom-idbdatabase-createobjectstore-2">(2)</a> <a href="#ref-for-dom-idbdatabase-createobjectstore-3">(3)</a>
<li><a href="#ref-for-dom-idbdatabase-createobjectstore-4">10. Revision History</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="dom-idbdatabase-deleteobjectstore">
<b><a href="#dom-idbdatabase-deleteobjectstore">#dom-idbdatabase-deleteobjectstore</a></b><b>Referenced in:</b>
<ul>
<li><a href="#ref-for-dom-idbdatabase-deleteobjectstore-1">4.4. The IDBDatabase interface</a> <a href="#ref-for-dom-idbdatabase-deleteobjectstore-2">(2)</a>
<li><a href="#ref-for-dom-idbdatabase-deleteobjectstore-3">10. Revision History</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="dom-idbdatabase-transaction">
Expand Down

0 comments on commit 8259379

Please sign in to comment.