[w3c/IndexedDB] Make algorithm names more succinct and consistent (#158)

Many of the algorithms are named e.g. **steps for frobbing a widget** with usage like:

> The **steps for frobbing a widget** with _input_ are as follows...
>
> ... queue a task to run the **steps for frobbing a widget** with _gasket_...

Others are the more succinct **frob a widget**:

> To **frob a widget**, run the following steps...
>
> ...queue a task to **frob a widget** with _gasket_...

The latter seems more readable. Switch them all?

-- 
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/issues/158

Received on Friday, 24 February 2017 20:32:29 UTC