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

CK Editor loading form element doesn't have a label

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • 15.1
    • CKEditor
    • Trivial
    • N/A
    • N/A
    • 4.1.2 Name, Role, Value

    Description

      Validation in the test method [verifyMenuCreationInLeftPanelWithCurrentWikiVisibility]
      Check for [org.xwiki.appwithinminutes.test.po.EntryEditPage] at [http://host.testcontainers.internal:8080/xwiki/bin/edit/Menu/menu1/WebHome?template=Menu.MenuTemplate&title=menu1&parent=Menu.WebHome&editor=inline].
      
      Form elements must have labels
      Description: Ensures every form element has a label
      Help URL: https://dequeuniversity.com/rules/axe/4.6/label?application=axeAPI
      Help: Form elements must have labels
      Impact: critical
      Tags: cat.forms, wcag2a, wcag412, section508, section508.22.n, ACTHTML element: 
          <textarea cols="80" id="content" name="content" rows="25">
      Selector: [#content]
      Fix any of the following:
        Form element does not have an implicit (wrapped) <label>
        Form element does not have an explicit <label>
        aria-label attribute does not exist or is empty
        aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
        Element has no title attribute
        Element has no placeholder attribute
        Element's default semantics were not overridden with role="none" or role="presentation" 

      This was highlighted while testing accessibility on the menu macro.

      This form element has an ID and a name, but no label or title.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Lucas C Charpentier Lucas
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: