Wednesday, November 22, 2023

Page Titles and Language Sets in Brightspace

The Problem

You have been working on ensuring your course has a perfect Ally Accessibility score and to your surprise you see a page that has an issue.  It reads:

  • 96%: This HTML file does not have a language set.

If you explore the issues, you may notice that the page is also missing a title.  Both are critical for accessibility.  To your dismay, Ally states, “Guidance is not available yet”.

Screen Shot of Edit HTML option
Figure 1

Guidance is Here

Luckily, we do not have to rely on Ally to solve this problem and you do not need to be an experienced HTML programmer either.  Any faculty can resolve this issue in the Brightspace editor.  You simply need to follow these steps:

  1. Select Edit HTML to the page in question to open the editor. (See Figure 1)
  2.  On the toolbar select the drop down from the Other Insert Options icon – it has a + sign on the button (See Figure 2)
  3.  Select the Attributes option.
  4. Select the “Page Attributes” Tab (See figure 3)
  5. Give the page a meaningful title (if it doesn’t already have one)
  6. Set the language set – “en’ for English (This is so much easier than adding <html lang="en"> to in the html code.)
  7. Select Create.
  8. Select the blue “Save and Close.”

That was it.  

Figure 2: Steps 2 and 3 in selecting other options

Figure 2

You didn’t have to open the source code and drop in the appropriate code ( <html lang="en"> for the English language set).  Instead, you can quickly fix any problematic pages with these issues and ensure your content passes WCAG accessibility standards. 

Figure 3 - Steps 4-7 how to add the title and language set

Figure 3

Now that you know this, you can have perfect pages.

No comments:

Post a Comment

Principle of Engagement - Guideline 3 - Criterion 3

  Universal Design for Learning Principle of Engagement - Guideline 3 - Criterion 3 When developing a course using the third principle of  U...