UCR Drupal sites hosted on Pantheon will be updated on the week of April 20, 2026 with the changes listed below. These fixes are applied to all themes, unless stated otherwise. This release focuses on strengthening our technical foundation and significantly elevating our commitment to digital accessibility.
List of Updates
Drupal Core and Dependencies
- Drupal Core upgrade to v10.6.6
- Linkit module upgraded to v7.03
Accessibility
- Fixed Double H1 Headers on all sites (Best Practice)
- Drupal site names were using the <h1> tag. This created a header hierarchy issue with the <h1> element used in Page Titles. The Drupal site name now uses a <div> element but kept the font styles.
- Missing alt text on decorative video headers (A)
- Drupal Header videos now have an aria-labelledby attribute. It uses the title used for the video. Bonus: Videos can now be paused.
- Fixed Accordion elements - Interactive element does not meet minimum size nor spacing (AA)
- Text is clipped when resized issue on AddtoAny Share this button on articles (AA)
- Revisited. Added aria-labels to each button and adjusted the height of the entire block so that it's not 'clipped' when resized. This is to help screen readers read the labels of each button properly.
- Fixed Line height issue on Site slogans (AA)
- Fixed CNAS Theme Related Links does not meet minimum size nor spacing (AA)
- Fixed "Follow Us" section header in Default and Hybrid Themes (AA)
- Adjusted the HTML element of this section from <p> to <h2>. Siteimprove was flagging it for being all caps because it was a <p> element. Changing it to a <h2> fixes this problem.
- Fixed Color contrast issue on footer (AAA)
- Adjusted the color of the links to a darker shade of the brand Blue. (Links on the gold section of the footer)
- Fixed Color contrast issue in Info Card Block (AAA)
- Fixed Color contrast issue in CNAS theme Tabs (AAA)
- Also updated the font family to use Fira Sans. It was still using Trade Gothic.
- Fixed Color contrast issue in CNAS Theme pagination views (AAA)
- Fixed Color contrast issue in CNAS Theme Article Tags (AAA)
- Adjusted CSS for Skip to Main Content button (On all themes) so Site Improve doesn't flag it.
- Revisited. Adjusted CSS and HTML markup to ensure Siteimprove detects this button.