Commit a6a3acc
committed
Editorial: Fix links/phrasing in non-normative text about queries
Copy/pasta and repeated edits had muddled the non-normative text
around various methods explaining the query parameter, namely "The
query parameter... identifying the record/records/values/keys..." was
inconsistent in phrasing. plurals and link targets. This cleans it up,
resulting in:
IDBObjectStore.delete() - [object-store] records
IDBObjectStore.get() - [object-store] record value
IDBObjectStore.getKey() - [object-store] record key
IDBObjectStore.getAll() - [object-store] record values
IDBObjectStore.getAllKeys() - [object-store] record keys
IDBObjectStore.count() - [object-store] records
IDBIndex.get() - [index] referenced value
IDBIndex.getKey() - [object-store] record key
IDBIndex.getAll() - [index] referenced values
IDBIndex.getAllKeys() - [object-store] record keys
IDBIndex.count() - [index] records
... where [blah] above is disambiguating the link target just in this
commit comment, not in the actual text.
As a reminder, an index record's *value* is a *key* in the referenced
object store; since this is downright confusing and we're just talking
about informative text, the link above is to an object store's record
key.1 parent c435314 commit a6a3acc
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3020 | 3020 | | |
3021 | 3021 | | |
3022 | 3022 | | |
3023 | | - | |
| 3023 | + | |
3024 | 3024 | | |
3025 | 3025 | | |
3026 | 3026 | | |
| |||
3130 | 3130 | | |
3131 | 3131 | | |
3132 | 3132 | | |
3133 | | - | |
| 3133 | + | |
3134 | 3134 | | |
3135 | 3135 | | |
3136 | 3136 | | |
| |||
3235 | 3235 | | |
3236 | 3236 | | |
3237 | 3237 | | |
3238 | | - | |
| 3238 | + | |
3239 | 3239 | | |
3240 | 3240 | | |
3241 | 3241 | | |
| |||
3268 | 3268 | | |
3269 | 3269 | | |
3270 | 3270 | | |
3271 | | - | |
| 3271 | + | |
3272 | 3272 | | |
3273 | 3273 | | |
3274 | 3274 | | |
| |||
3799 | 3799 | | |
3800 | 3800 | | |
3801 | 3801 | | |
3802 | | - | |
| 3802 | + | |
3803 | 3803 | | |
3804 | 3804 | | |
3805 | 3805 | | |
| |||
3870 | 3870 | | |
3871 | 3871 | | |
3872 | 3872 | | |
3873 | | - | |
| 3873 | + | |
3874 | 3874 | | |
3875 | 3875 | | |
3876 | 3876 | | |
| |||
3903 | 3903 | | |
3904 | 3904 | | |
3905 | 3905 | | |
3906 | | - | |
| 3906 | + | |
3907 | 3907 | | |
3908 | 3908 | | |
3909 | 3909 | | |
| |||
3936 | 3936 | | |
3937 | 3937 | | |
3938 | 3938 | | |
3939 | | - | |
| 3939 | + | |
3940 | 3940 | | |
3941 | 3941 | | |
3942 | 3942 | | |
| |||
0 commit comments