aria-label and html title attribute support for core title(v3) component missing | Community
Skip to main content
Level 2
November 11, 2022
Solved

aria-label and html title attribute support for core title(v3) component missing

  • November 11, 2022
  • 1 reply
  • 1067 views

The latest version (V3) of core title component doesn't seem to have support for aria-label and html title attribute. Title (V2) had the necessary dialog boxes as depicted in the screenshot (Title v2) but not in screenshot (Title v3). 

 

What am i missing?

 

 

Tx, Prabu

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

Hi @pharidoss,

Well this could be a bug in Core components, if you compare v2 and v3 dialog implementation:

You can see that v3 is not containing linkAccessibilityLabel and linkTitleAttribute fields any more. This is why after switch to v3 you are not seeing those fields, I would suggest to raise a bug via github. Here are the detailed instruction how to do this:

1 reply

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
November 11, 2022

Hi @pharidoss,

Well this could be a bug in Core components, if you compare v2 and v3 dialog implementation:

You can see that v3 is not containing linkAccessibilityLabel and linkTitleAttribute fields any more. This is why after switch to v3 you are not seeing those fields, I would suggest to raise a bug via github. Here are the detailed instruction how to do this:

pharidossAuthor
Level 2
November 12, 2022

will do thanks lucas!