Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

BLOB image column accessibility issue

Luis CabralOct 9 2014

Hi there,

In Apex 4.2.4 I have a "BLOB image" column in a tabular form. The definition of the column (format mask) is: IMAGE:DOM_APPLICATION:ICON:APPLICATION_ID::::::Attachment:Download

The generated markup is this:

<td class="dataalt">

  <img src="apex_util.get_blob?s=blablabla&amp;a=120&amp;c=blablabla&amp;p=20&amp;k1=%34&amp;k2=&amp;ck=blablabla&amp;rt=CR">

</td>

As you can see, there is no "alt" attribute in the image which causes it to fail accessibility tests.

I tried adding it to the "element attributes" of the column with no luck.

Is there a way to fix this other than creating my own download procedure and adding the markup myself?

Thanks

Luis

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 6 2014
Added on Oct 9 2014
0 comments
589 views