Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged usability & accessibility

Rss Feed Group items tagged

htmlslicemate.com

10 Print magazines all web designers and developers should read - 0 views

  •  
    If you have tried Googling web designer resources you will have noticed that there is a gazillion different resources, however sometimes you just want to kick back and read a good old-fashioned magazine. If you are looking for a print publication that covers topics that web designers and developers are interested in then here is a list of 10 publications that you might find interesting. If you feel we have forgotten any then just leave us a comment below! .net Magazine Not only is .net one of the best online resources for web designers and developers, however their magazine is packed with practical advice on everything from design, development, sales, marketing, usability to accessibility, information architecture, security, copywriting, advertising and much much more.
Vernon Fowler

Don't Use The Placeholder Attribute - Smashing Magazine - 4 views

  • To recap, the placeholder attribute: Can’t be automatically translated; Is oftentimes used in place of a label, locking out assistive technology; Can hide important information when content is entered; Can be too light-colored to be legible; Has limited styling options; May look like pre-filled information and be skipped over.
  • Move the placeholder content above the input, but below the label:
  • Development Here’s how to translate our designed example to code:
  • ...4 more annotations...
  • aria-describedby ensures that the p content will be described last, after the label’s content and the kind of input it is associated with.
  • By using aria-describedby to programmatically associate the input with the p element, we are creating a priority of information for screen readers that has parity with what a person browsing without a screen reader would experience.
  • The floating label effect, a close cousin to this phenomenon, oftentimes utilizes the placeholder attribute in place of a label, as well.
  • Content hidden by an on-screen keyboard. 3rd party keyboards with larger heights may have a greater risk of blocking important content.
  •  
    Not only argues for not using the placeholder attribute but also describes an inclusive input hint and how to code it.
  •  
    Protonmail login
‹ Previous 21 - 40 of 46 Next ›
Showing 20 items per page