Core‐CMS v4.39.2 Testing Since v4.38.6 - TACC/Core-CMS GitHub Wiki
How to test v4.39.2-rc3 since v4.38.6.
Includes consequential changes from Core-Styles v2.56.0 since v2.53.3.
-
Footer Links
- footer has links
- footer links are pale gray
- footer link underline is gray
- footer underline changes style on hover and click
-
Header Logo Accessibility
- Link
titleattribute is like "APCD (All-Payer Claims Database) Homepage". - Image
altattribute is like "APCD (All-Payer Claims Database) Logo".
- Link
-
Link Color Brighter
(for better contrast with text to achieve ADA compliance)
-
External Link Behavior
Links to Another website:- open in a new window
- have
aria-describedby="msg-open-new-window" - a
<span id="msg-open-new-window">exists on the page
-
If website has News, then…
News content layout is unchanged compared to prod.
-
Accent Sections
- Create test page.
-
Either run
on server to create test page
docker exec -it core_cms sh -c "python manage.py create_test_page_section_style --replace"
/test-section-style/. -
Or creade test page with:
- a "Container" plugin instance, with "Accent section"
- a "Section" plugin instance, with
accent
-
Either run
- Verify section has pale blue background.
- Create test page.
-
Bootstrap Colored Links
- On a test page, add
<span class="link-primary">Am I blue?</span>. - Color should be blue, link a link.
- On a test page, add