Skip to main content

Home/ Web Accessibility/ Group items tagged coding

Rss Feed Group items tagged

Vernon Fowler

Quick Fix: Disable or Tweak Autocorrect, Autocapitalize, and Autocomplete - UXcellence - 0 views

  • Autocorrect is on by default.
    • Vernon Fowler
       
      Should we be turning autocorrect off for most forms using ?
  • Or an entire form like this:
  • Any field that expects a proper name (such as first, last, or city name) can also be problematic with autocorrect enabled.
Vernon Fowler

The Accessibility of WAI-ARIA · An A List Apart Article - 0 views

  • Pages semantically enriched through WAI-ARIA do not currently validate, but this drawback is acceptable: Common browsers do not mind the additional markup.
  • Some sites currently circumvent the validation problem by adding WAI-ARIA attributes to the source code via a script that is executed when the page loads.
  • in HTML5, WAI-ARIA validates
  • ...1 more annotation...
  • as long as older screen reader/browser combinations incapable of interpreting WAI-ARIA still constitute a significant part of the installed base, web designers who care for accessibility should use WAI-ARIA markup only to enrich their sites. They should not rely on it.
Sandra Earl

Introducing WysiHat: An eventually better open source WYSIWYG editor - (37signals) - 0 views

  • WysiHat is a WYSIWYG JavaScript framework that provides an extensible foundation to design your own rich text editor. WysiHat stays out of your way and leaves the UI design to you. Although WysiHat lets you get up and running with a few lines of code, the focus is on letting you customize it. We are giving developers early access to the project while we continue to work out the remaining issues. Note: It’s extremely early. Contributors are welcome so please check out the project on GitHub and send us your feedback.
Vernon Fowler

How To Force Subtitles In An Embedded YouTube Video - 0 views

  • To enable subtitles by default, you will need to use &cc_load_policy=1 parameter
  • 3. Linking to Videos with Captions If you want to share a link to the video for viewers to see captions by default, you need to add this code at the end of the URL string: &yt:cc=on
  • &yt:cc=on
    • Vernon Fowler
       
      If there aren't any existing URL parameters, instead of appending &yt:cc=on you may need to use /?yt:cc=on For example https://youtu.be/GUfCPMCMORM/?yt:cc=on
« First ‹ Previous 41 - 46 of 46
Showing 20 items per page