Create guides that are accessible to all users, including the blind or visually impaired. All pages must meet state accessibility guidelines (see links below) and best practices. Make sure that:
We are using a template to organize and display the content of all our guides that follow the best practices regarding accessibility. Because of that, there are features that can't be used. One of them is cascading/or drop-down menu for sub-pages:
Fonts and colors:
Take caution when copying & pasting content from any source. Many times hidden style code will also be copied along that could break with best practices and introduce inaccessible content.
. Your text will then default to the font type and size already set for the guides. If that doesn't work, you can instead, cut and paste the content using the Paste from Word or the Paste as Text options in the editing menu.
When creating a new guide or adding new content to a guide, there are a few ways to avoid hidden style code from being placed into your guide. The rich text editor has a few useful tools to use.
Use this button to strip out all formatting and leave behind plain text. Click OK to add the "clean" text to your box. Recommended.
Use this button to keep a lot the essence of the original formatting from Word documents but it will remove most of the non-default formatting. But, sometimes still keep the wrong formatting. If that happens, then...
Use this button to remove all formatting from the selected text inside the rich text editor. This will generally solve strange formatting issues you may find from copied text.
► Only use tables for tabular data that fits well into rows and columns.
► Don't use tables to control how to display your content in a box. Check the section on how to use Bootstrap to Display Content to learn a better way to do so
► If you want to set images side by side, Contact LGMT so we can help you with the right bootstrap code to display your content (without the need of tables!)
► Use table headers to describe the contents of the table columns for screen readers to find.
► Tables have special styling options in LibGuides (Under Styles → Compact Table or Borderless Table) to make them work well with responsive design. There is no need to manually change the table's width or cell padding in LibGuides.
► You can create a table in Rich Text box, using the Table Properties tool
► Use the Class option to decide which table class you want to use
► You could create a table in Word first and then copy and paste it by using the Paste from Word
option. But, be aware that not all bad code may be removed when pasting from Word. You need to edit those elements out using the Source option.
► After the table is created, click on it to select it, and then click on the Styles option, and select the type of table you want to use.
► Your new table will be formatted properly and will change size automatically regardless of the device use to see it.
Use headings (under the Normal menu) as indicators for sections and sub-sections in your guide. This not only provides hierarchical organization and formatting but also makes it easy for screen readers to scan and jump to different content areas.
Never use Heading 1 (<h1> tag in HTML) in your guide as this should only be used once for the entire page. 
This work is licensed under a Creative Commons Attribution NonCommercial 4.0 International License.
| Details and Exceptions