Blogs

The Blogs at Penn State system includes some accessibility features, but instructors can take the following precautions.

Viewing Blog Entries

  1. Blogs with just text are normally accessible. Issues that a student or user may encounter may be reported to blogs@psu.edu.

  2. If you upload an image into the blog, make sure you give it a descriptive Name in the blog image upload window. This will become the ALT tag used by screenreaders and the text that is seen when an image fails to load.

  3. Other files that are uploaded to the Blogs such as PDFs, podcast files or Powerpoints should be made as accessible as possible if they are used in a course.

Students who write blogs entries

Depending on their situation, some users may not be able to fully interact with the system to create and write blog entries. If your course requires posting entries to a blog and a student reports a problem, consider alternate outlets such as the student forwarding an e-mail message/Word file or allowing a tech-saavy student to use another Web technology.

Accessibility problems that a student may encounter writing blog entries can be reported to blogs@psu.edu.

Working with HTML Source and CSS Templates

Although the output of the Blogs at Penn State is generally accessible, there are always improvements which can be made. If you are comfortable with using the HTML source view and CSS consider these options.

  1. Paragraph breaks are coded as <br /><br /> in the WYSIWYG editor and should be replaced with true P tags in the source view so that screen reader users can jump between paragraphs.
  2. Section headers within a long blog entry or page should be tagged as H3; note that entry titles are tagged as H2. This enhances ability of screen reader to jump though sections of a page. The easiest way is to do this in the HTML source view.
  3. You can modify the default theme style sheet to make H3 more distinct by default. See http://blogger.psu.edu/node/368 for details.

See support documentation at the Blogs at Penn State for information on how to access stylesheets or templates.