w3c / IndexedDB

Indexed Database API
https://w3c.github.io/IndexedDB/
Other
240 stars 62 forks source link

Editorial: Use Bikeshed's algorithm and var more better #336

Closed inexorabletash closed 4 years ago

inexorabletash commented 4 years ago

The following tasks have been completed:

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.


Preview | Diff

inexorabletash commented 4 years ago

@domenic - no good deed goes unpunished - can you take a look? Thanks!

inexorabletash commented 4 years ago

One more look, @domenic?