Coolfields Consulting Posts Tagged ‘HTML’
Building Accessible WordPress Themes – Featured Images
Published: | No Comments

If you’re pulling featured images into your WordPress theme, are you setting the alternate text for the image correctly? Let me show you how to get it right.
Building Accessible WordPress Themes – Featured Images: Read the full post »
How to Build an Accessible WordPress Theme
Published: | No Comments

A write-up of key points from my presentation at WordCamp London 2019 consisting of a series of ‘tips and tricks’ for building accessible WordPress themes.
How to Build an Accessible WordPress Theme: Read the full post »
Text for Screen Readers Only (Updated)
Published: | 13 Comments

Blind visitors to your site may well be using a screen reader, or a braille reader. There are a number of places on a web page where extra text would sometimes be useful for blind users to ensure that the full meaning of the content is apparent. This post shows you how to do that.
Text for Screen Readers Only (Updated): Read the full post »
Simple Usability Improvements for your WordPress Theme
Published: | 1 Comment

Summary of presentation I gave to WordPress London. Demonstrates simple usability enhancements for WordPress themes – in code and using plugins.
Simple Usability Improvements for your WordPress Theme: Read the full post »
Accessible Forms – Grouping Elements Together With Fieldset
Published: | 1 Comment

The fieldset HTML element (and its accompanying legend element) can be used to group any set of input fields and brings useful accessibility benefits.
Accessible Forms – Grouping Elements Together With Fieldset: Read the full post »
Accessible Forms – Grouping Options With Optgroup
Published: | No Comments

The optgroup HTML tag is a grouping element used with a list of options in a select (or dropdown) input field. It provides a good usability feature but currently little for accessibility.
Accessible Forms – Grouping Options With Optgroup: Read the full post »
Alternate Text for Images
Published: | No Comments

Adding appropriate alternate text to images on web pages is one of the most important accessibility techniques that site owners or developers can employ. This post presents a detailed guide to best practices for writing and implementing appropriate alternate text.
Providing Skip Links in Your Pages
Published: | 1 Comment

This post looks at a quick and easy way to make your site easier to use for those who rely on keystrokes to get about the internet.
Using Headings Properly
Published: | 1 Comment

Within your web pages the correct use of headings is very important for two main reasons: 1) To signpost your content for your users, and 2) To help with search engine optimization (SEO).