Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

tab-index property for movie clip (canvas)?

Explorer ,
Feb 26, 2019 Feb 26, 2019

Hi,

Wondering if anyone knows if Is it possible to set the tab-index property for movie clips in Animate CC (HTML5 canvas)?

Thanks,

Coty

897
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Feb 27, 2019 Feb 27, 2019

Coty,

I feared already this might be the case. The place to add accessibility features should be actually a future EaselJS. Just similar like in AS3 it needs a few methods and properties like tabIndex, tabEnabled and the like for screen readers on interactive elements like buttons, dynamic texts and movieclips. Let's keep that in the pipeline.

Klaus

Translate
Advocate ,
Feb 27, 2019 Feb 27, 2019

Hi coty_hsu

Good question. I guess it's related to accessibie content issues. I wonder about this since a while, did this significant subject matter vanish a little from the focus of general attention over the years.

So here is a page from Adobe on Creating accessible content in Adobe Animate CC . There are several mentions of Select Window > Other Panels > Accessibility. The page has been last published and obviously updated in September 2016. The Other Panel -> Accessibility is gone in the latest releases of Animate (v19.0, v19.1). I'm not sure when that actually happened and why?

However there are informations about Use ActionScript to create a tab order for accessible objects. Things like tabIndex, tabChildren() or tabEnabled(). But this is Actionscript 3. I'm not sure how these thing stand in Animate HTML5 Canvas. Perhaps the use of accessible Components is a possible approach.

Klaus

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 27, 2019 Feb 27, 2019

Hi Klaus,

Thanks for your respond, the latest Animate CC merge the stand alone accessibility panel into the properties panel (only in as3 document), it seems that the only workaround for HTML5 canvas is to use the DOM elements and place it on top of the canvas.

Regards,

Coty

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 27, 2019 Feb 27, 2019

Coty,

I feared already this might be the case. The place to add accessibility features should be actually a future EaselJS. Just similar like in AS3 it needs a few methods and properties like tabIndex, tabEnabled and the like for screen readers on interactive elements like buttons, dynamic texts and movieclips. Let's keep that in the pipeline.

Klaus

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 14, 2019 Mar 14, 2019
LATEST

Yes, assigning tab order with tabIndex does not work in ANCC canvas. I just tried to use a function to reassign tabs to elements for which I randomized the position and no joy!

This for one element should have worked but I suppose it is still not supported.

this.button.tabIndex = "1";      // does not work

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 27, 2019 Feb 27, 2019

Here is a link to a page of the same topic 16 August 2018 (two years later)

Creating accessible content in Adobe Animate CC

Still I can't find anything particular about tabIndex in Canvas documents.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 27, 2019 Feb 27, 2019

This subject is also discussed in this thread:

ADA for Banners, Part II - Banner Animation - GreenSock

..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines