Adam Liptrot

Results 19 comments of Adam Liptrot

I'd like to see all the address lines to have visible labels. Visible labels are especially important to users of voice control assistive technology as it means they can go...

With this pattern, how might you indicate to the user that there is a mismatch between an entered sort-code and account number (for example the account number doesn't belong to...

My concern with this would be constant updates to the output element due to multiple fields. This could be distracting to screen-reader users, especially if it is updating after each...

Another example is a business matching case where a UTR and name didn’t match and which could present a dead-end for a user if only normal error validation was used....

I think those upfront warnings are potentially confusing. In those examples it says "if you do not enter" and "if you don't do anything". Unless those services are doing something...

> I started to wonder if you can [target the Shadow DOM to override in some way](https://dev.to/overrideveloper/a-first-look-at-constructable-stylesheets-3ae) or even lift / change the content [out of the Shadow DOM ](https://css-tricks.com/playing-shadow-dom/)...

Chrome 76 release now provides support for dark mode https://developers.google.com/web/updates/2019/07/nic76#dark-mode

The OS-level setting is one thing. The much harder implementation is the site-level (with in-page toggle). How you'd implement that across gov.uk and maintain it as users switch between services,...

I'd add "avoid repeating characters" (such as in "R-HYFFFFFFGTF") as it can be difficult to determine how many there are when transcribing or reading out over the phone.

> Has anyone had any issues with decimals? We've looked at currency inputs at HMRC and tested a grouped input, however we found it difficult to make it non-confusing when...