Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-19130

Link to edit the location of a new article has no description

    XMLWordPrintable

Details

    • Bug
    • Resolution: Solved By
    • Major
    • 15.3-rc-1
    • 13.1
    • None
    • Unknown
    • N/A
    • N/A
    • Hide
      1.3.1 Info and Relationships
      4.1.2 Name, Role, Value
      Show
      1.3.1 Info and Relationships 4.1.2 Name, Role, Value

    Description

      We faced a BITV issue (german wcag). The link/button to edit the location  of a new article has no description. We fixed it this way:

      // link to edit the location of a new article has no description 
      try {
        let locationEdit_href = document.querySelector("a.location-action.location-action-edit");
        locationEdit_href.setAttribute('title', 'Den Speicherort für den neuen Artikel bearbeiten');
        locationEdit_href.setAttribute('aria-label', 'Den Speicherort für den neuen Artikel bearbeiten');
      } catch (e) {
        console.log('link to edit the location of a new article not found')
      };

      Attachments

        Activity

          People

            Lucas C Charpentier Lucas
            Simpel Simpel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: