[w3c/IndexedDB] Editorial: Use Bikeshed's algorithm and var more better (#336)

The following tasks have been completed:

 * [x] Confirmed there are no ReSpec/BikeShed errors or warnings.
 * [ ] Modified Web platform tests (link to pull request)

Switch from `<div class=algorithm>` to `<div algorithm>` to get better var highlighting/checking. A consequence of this is fixing issues, the biggest one being places where algorithm A calls into B with named parameters, e.g. "with foo as bar". In that case, "bar" needs to be called out with `<var ignore>`. 

A few other glitches were noticed along the way, e.g. in domintro sections, some non-normative text was correctly marked as asides, and a few incorrect variables were fixed.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/336

-- Commit Summary --

  * Use Bikeshed's algorithm and var more better

-- File Changes --

    M index.bs (381)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/336.patch
https://github.com/w3c/IndexedDB/pull/336.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/336

Received on Tuesday, 19 May 2020 22:45:35 UTC