? ? Pending

User tests: Successful: Unsuccessful:

avatar LivioCavallo
LivioCavallo
18 Aug 2017

Summary of Changes

Added missing < label > to < select > element, for accessibility.
Replaced align attribute on < img > element with css styling (vertical-align : middle).
Added missing < dt > child element inside < dl > element

Testing Instructions

Joomla! 3.7.4
Create 2 Contacts and populate Image and Position fields (in default category).
Create a menuitem of type "list Contacts in a category" (default category) and in "Contact Display options" set "Show Contact List" ("Contact Position" and "Image" are set to "show" already).
Browse to that page and select one of the contacts, so a contacts selector is shown.

Expected result

Validating HTML (https://validator.w3.org/) and accessibility check (https://achecker.ca/checker/index.php) should succeed.

Actual result

Accessibility error: select element missing an associated label.
HTML Validation errors: The align attribute on the img element is obsolete. Use CSS instead. / Element dl is missing a required child element.

Documentation Changes Required

none

Notes

I think this is not a bug, but this PR is a little help toward html conformance and accessibility.

avatar joomla-cms-bot joomla-cms-bot - change - 18 Aug 2017
Category Front End com_contact
avatar LivioCavallo LivioCavallo - open - 18 Aug 2017
avatar LivioCavallo LivioCavallo - change - 18 Aug 2017
Status New Pending
avatar LivioCavallo LivioCavallo - change - 18 Aug 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 19 Aug 2017
Category Front End com_contact Front End com_contact Templates (site)
avatar LivioCavallo
LivioCavallo - comment - 19 Aug 2017

The same fix applied to beez3 template contact view override

avatar uglyeoin
uglyeoin - comment - 19 Aug 2017

Can this be tagged with accessibility please?

avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Aug 2017
Category Front End com_contact Templates (site) Accessibility com_contact Front End Templates (site)
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 19 Aug 2017

done

avatar matrikular matrikular - test_item - 21 Aug 2017 - Tested successfully
avatar LivioCavallo LivioCavallo - test_item - 21 Aug 2017 - Tested successfully
avatar LivioCavallo
LivioCavallo - comment - 21 Aug 2017

I have tested this item successfully on d26b936


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17602.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 21 Aug 2017

@LivioCavallo can't count your Test as you created this Pull request and its expected that Dev. test their PRs.

avatar LivioCavallo LivioCavallo - change - 21 Aug 2017
Title
Content.validable accessible
Contact modified to be validable and accessible
avatar LivioCavallo LivioCavallo - edited - 21 Aug 2017
avatar LivioCavallo
LivioCavallo - comment - 21 Aug 2017

Can I do anything to help drone to solve "volume not found" error?

avatar brianteeman
brianteeman - comment - 21 Aug 2017

I have restarted drone for you

avatar zwiastunsw zwiastunsw - test_item - 22 Aug 2017 - Tested successfully
avatar zwiastunsw
zwiastunsw - comment - 22 Aug 2017

I have tested this item successfully on b6d5594

But I suggest you remove this vertical-align style. It's not needed.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17602.

avatar matrikular matrikular - test_item - 22 Aug 2017 - Tested successfully
avatar matrikular
matrikular - comment - 22 Aug 2017

I have tested this item successfully on 3038d09


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17602.

avatar zwiastunsw zwiastunsw - test_item - 22 Aug 2017 - Tested successfully
avatar zwiastunsw
zwiastunsw - comment - 22 Aug 2017

I have tested this item successfully on 3038d09


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17602.

avatar franz-wohlkoenig franz-wohlkoenig - change - 22 Aug 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 22 Aug 2017

RTC after two successful tests.

avatar mbabker mbabker - close - 22 Aug 2017
avatar mbabker mbabker - merge - 22 Aug 2017
avatar mbabker mbabker - change - 22 Aug 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-08-22 12:02:59
Closed_By mbabker
Labels Added: ?

Add a Comment

Login with GitHub to post a comment