Inputs of type="number" need updating to reflect ACC2 on intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt
Created attachment 115390 [details] [review] Bug 27411: Update intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt to reflect ACC2 This patch changes instances of type="number" in inputs to adhere to ACC2 guidelines Test plan: Open the file and ensure all instances of type="number" in inputs are changed to 'type="text" inputmode="numeric" pattern="[0-9]*"'
Created attachment 115450 [details] [review] Bug 27411: Update intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt to reflect ACC2 This patch changes instances of type="number" in inputs to adhere to ACC2 guidelines Test plan: Open the file and ensure all instances of type="number" in inputs are changed to 'type="text" inputmode="numeric" pattern="[0-9]*"' Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 115516 [details] [review] Bug 27411: Update intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt to reflect ACC2 This patch changes instances of type="number" in inputs to adhere to ACC2 guidelines Test plan: Open the file and ensure all instances of type="number" in inputs are changed to 'type="text" inputmode="numeric" pattern="[0-9]*"' Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Another nice clear and clean patch, thanks James Passing QA
Created attachment 115556 [details] [review] Bug 27411: Update tools/automatic_item_modification_by_age.tt to reflect ACC2 This patch changes instances of type="number" in inputs to adhere to ACC2 guidelines Test plan: Open the file and ensure all instances of type="number" in inputs are changed to 'type="text" inputmode="numeric" pattern="[0-9]*"' Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Pushed to master for 21.05, thanks to everybody involved!