Guidelines for Visualizing Links - 0 views
-
Don't underline any text that's not a link
-
The color for unvisited links should be more vivid, bright, and saturated than the color for visited links, which should look "used" (dull and washed out).
-
The two colors should be variants or shades of the same color, so that they're clearly related.
- ...1 more annotation...
6 Surprising Bad Practices That Hurt Dyslexic Users - UX Movement - 0 views
-
many dyslexic users are sensitive to the brightness the high contrast colors cause
-
use an off-white color for your background, like a light gray or tan. You can also use a dark gray for your text instead of pure black to cut the glare even more
-
dyslexic users need more breaks between ideas than non-dyslexic users
- ...4 more annotations...
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
-
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
-
Don't Use The Placeholder Attribute - Smashing Magazine - 0 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...
-
Screenreaders · Bootstrap - 0 views
-
Hide an element to all devices except screen readers with .sr-only.
-
Combine .sr-only with .sr-only-focusable to show the element again when it’s focused (e.g. by a keyboard-only user).
Bruce Lawson's personal site : The practical value of semantic HTML - 0 views
-
styles each header element differently depending on the value of its itemprop attribute. Using itemprop, we’re able to ensure that the author, publication date, title, and subheading are prominently featured.
-
If you plan to put things into microdata, please note that Apple, being Apple, go their own way, and don’t use a schema.org vocabulary here. Le sigh. See my article Content needs a publication date! for more. Or view source on this page to see how I’m using microdata on this article.
-
Apple WatchOS also optimises display of items wrapped in <figure> elements
- ...4 more annotations...
Describing aria-describedby - 0 views
Links that don't go anywhere should be buttons | Christian Heilmann - 0 views
-
there is no point in confusing your users with a link that goes nowhere and won’t open anything in another tab. Use a button and you won’t promise any functionality you don’t have.
-
links keep getting used for functionality that doesn’t go anywhere on the web or in the document
How to Meet WCAG 2.0 - 0 views
Who can use the Dyslexia Font? - 0 views
Patterns - 0 views
WebAIM: Color Contrast Checker - 0 views
-
WAVE can analyze contrast ratios for all page elements at once.
-
Colorzilla is an excellent tool for extracting the color value from any page element.
-
You can append ?fcolor=0000ff&bcolor=ff0000 (where the fcolor value is the foreground color and the bcolor value is the background color) to the URL of this page to analyze colors directly from a link or URL (link example).
« First
‹ Previous
421 - 440 of 448
Next ›
Showing 20▼ items per page