Differences From Artifact [7be9ae5ec4]:
- File src/etag.c — part of check-in [005bba0650] at 2021-07-11 19:16:46 on branch wrong-branch — Checked into the wrong branch... (user: drh size: 9096) [more...]
To Artifact [07c1a0493e]:
- File src/etag.c — part of check-in [1f231db380] at 2022-11-13 16:26:00 on branch wcag-2.1 — Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 (user: ericwikman size: 9093)
| ︙ | |||
250 251 252 253 254 255 256 | 250 251 252 253 254 255 256 257 258 259 260 261 262 263 | - | ** COMMAND: test-etag ** ** Usage: fossil test-etag -key KEY-NUMBER -hash HASH ** ** Generate an etag given a KEY-NUMBER and/or a HASH. ** ** KEY-NUMBER is some combination of: |
| ︙ |