simon-git: puzzles (main): Ben Harris

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Nov 12 12:44:36 GMT 2022


TL;DR:
  a9c783e js: Label all form controls and put controls inside labels
  4e3bb8f js: Use <li role="separator"> in place of <li class="separator">

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Ben Harris <bjh21 at bjh21.me.uk>
Date:           2022-11-12 12:44:36

commit a9c783ed4e165f92e37c6ef1a65822d9967679a3
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=a9c783ed4e165f92e37c6ef1a65822d9967679a3;hp=8f40128f0863b4bc34ed7e2f271374134b0336b9
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Sat Nov 12 12:07:35 2022 +0000

    js: Label all form controls and put controls inside labels
    
    This should help with accessibility and means we don't need to give IDs
    to tick-boxes.

 emcclib.js | 18 ++++++++++--------
 emccpre.js |  4 ----
 2 files changed, 10 insertions(+), 12 deletions(-)

commit 4e3bb8f257f711c785498644a5c39d6c5d21dc87
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=4e3bb8f257f711c785498644a5c39d6c5d21dc87;hp=a9c783ed4e165f92e37c6ef1a65822d9967679a3
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Sat Nov 12 12:18:59 2022 +0000

    js: Use <li role="separator"> in place of <li class="separator">
    
    ARIA has a "separator" role that has the semantics we want, so let's use
    it.

 html/jspage.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list