SiteBuilder release notes
SiteBuilder 2.456 released
We released SiteBuilder 2.456 on Monday 23rd November 2020. In this version:
- We made accessibility improvements to the following page templates so that users of assistive technologies, such as screen readers, receive better information:
- Blank
- Bookings
- Calendar
- Contents list
- Form
- Forum
- Glossary
- News
- Quiz
- Researcher profile
- Site map
- We further improved accessibility, and the information provided to screen readers, through a change to the automatic cleaning process applied to HTML. The following elements are now removed if they have no content:
- Headings, such as <h2></h2>
- Paragraphs: <p></p>
- Links, such as <a href="a-link"></a>. Note that page anchors of the form <a id="anchor-name"></a> are not removed.
Technical notes
Bugs
- [SBTWO-9487] - "This form has been edited since it was displayed"
- [SBTWO-9488] - Update functional tests for forms following accessibility improvements
Improvements
- [SBTWO-9379] - Parsing errors in mark up
- [SBTWO-9435] - Clean empty elements in page and data entry editors
Dev Sub-tasks
- [SBTWO-9452] - Calendar page: ara-hidden not allowed on span at this point
- [SBTWO-9453] - Calendar page: bad form action attribute
- [SBTWO-9454] - Calendar page: element with two title attributes found
- [SBTWO-9455] - Calendar page: incorrect aria-labelledby attribute
- [SBTWO-9456] - Table of Contents: obsolete table attributes found
- [SBTWO-9457] - Form page: Bad action attribute on form
- [SBTWO-9458] - Form page: Size attribute not allowed on <input>
- [SBTWO-9459] - Form page: alt attribute not allowed on <i>
- [SBTWO-9460] - Form page: Invalid attributes on file upload iframe
- [SBTWO-9461] - Form page: <div> inside <span> not allowed (in file uploads)
- [SBTWO-9462] - Form page: Obsolete attributes on tables (multi-select items)
- [SBTWO-9463] - Form page: for attribute pointing at hidden input
- [SBTWO-9464] - Forums: Extra </span> closing tag found
- [SBTWO-9465] - Forums: duplicate id detected
- [SBTWO-9466] - Glossary page: obsolete attribute on table
- [SBTWO-9467] - Glossary page: "disabled" attribute not allowed on <a> tags
- [SBTWO-9468] - News page: aria-hidden not allowed on <span>
- [SBTWO-9469] - News page: Bad action attribute on <form>
- [SBTWO-9470] - Quiz page: bad action attribute on form
- [SBTWO-9471] - Quiz page: for attribute points at hidden <input>
- [SBTWO-9472] - Researcher profile page: aria-description not allowed on <a>
- [SBTWO-9473] - Resource booking page: Bad action attribute on <form>
- [SBTWO-9474] - Resource booking page: aria-description not allowed on <a>
- [SBTWO-9475] - Resource booking page: Obsolete table attributes
- [SBTWO-9476] - Sitemap page: Things not allowed in <ul>