Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-31257

Improve accessibility of login page: change title

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 10.10-HF65, 2021.25
    • Fix Version/s: 2021.27
    • Component/s: Login Page
    • Release Notes Summary:
      i18n Login prefix has been added.
    • Tags:
    • Sprint:
      nxplatform #71
    • Story Points:
      2

      Description

      In an independent accessibility report we received, the title of the login.jsp page is described as not informative enough for visually impaired people, thus creating a serious accessibility issue.

      TODO:
      In the default login.jsp page, replace the title element from "Nuxeo Platform" to "Login - Nuxeo Platform"

      Related to criteria 2.4.2 of WCAG level A

      Complete description below
      ____________________________

      The <title> element on this page does not identify the contents or purpose of the page.

      Element Name: The page title

      Location of the element: The page title is not descriptive and context-sensitive.

      Additional Information:
      Current title: Nuxeo Platform
      Expected title: Login - Nuxeo Platform
      Recommendation to fix
      RULE :
      The page <title> MUST be accurate and informative. The page <title> SHOULD be unique, if possible.

      HOW TO FIX:
      Fix this issue by using the <title> element in the document <head> to provide an accurate, informative, and (preferably) unique page title.

      <html lang="en">
      <head>
      <title>Login - Nuxeo Platform</title>
      </head>

      REFERENCE:
      Deque University: https://dequeuniversity.com/class/semantic-structure2/page-title/meaningful-page-title

      BACKGROUND:
      People who are blind cannot visually scan a page for a main heading or similar feature to quickly determine the purpose of a particular page. The <title> element is the first thing a screen reader reads when loading a page or switching to a new browser tab. A descriptive <title> element gives screen reader users a quick overview of a page without having to read the page itself.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: