Re: Fwd: storing and using sensitive data
[email protected] (Rene Veerman)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CACMzB5e-fO9fyuz=zDGqD=+s06+Z_PHzYGfGcbD1PV8rjTFC7w@mail.gmail.com> |
cool, thanks for the pointers, Ashley :) On Tue, Aug 10, 2021 at 9:05 AM Ashley Sheridan <[email protected]> wrote: > > > On 10 August 2021 02:10:59 BST, Rene Veerman < > [email protected]> wrote: > >I haven't given it enough concern yet, but i will. > > > >Since implementing the crypto stuff, and debugging it, only took me 1 day, > >i have the time to address the accessibility concerns as well, for > >milestone-1. > > > >On Mon, Aug 9, 2021 at 9:02 AM Ashley Sheridan <[email protected]> > >wrote: > > > >> Given that it's available to the public then, have you considered > >> accessibility concerns with your front end? > >> > > The WCAG 2.1 guidelines (https://www.w3.org/TR/WCAG21/ ) are what you > probably want to look at. AA compliance there aligns best with the various > legal requirements in different countries. You'll also find that making > those changes makes your app more usable for everyone, not just people with > disabilities. >