question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Legend is not added in tileGroup

See original GitHub issue

a <legend></legend> tag isn’t added to the TileGroup field set resulting in accessibility scanning failures. Looking at Selectable Tile storybook it passes in a legend property, but there is no further doc on it and it doesn’t get rendered.

Environment

Operating system

macOS 10.13.3 (17D47)

Browser

Chrome Version 73.0.3683.75 (Official Build) (64-bit)

Automated testing tool and ruleset

IBM Accessibility February 2019

Assistive technology used to verify

DAP Dynamic assessment plugin

Detailed description

What version of the Carbon Design System are you using?

        "carbon-components": "9.84.14",
        "carbon-components-react": "6.108.0",
        "carbon-icons": "7.0.7",

What did you expect to happen?

I expect a <lengend></lengend> tag to be added to the tileGroup fieldset

What happened instead?

the legend tag was not added

What WCAG 2.1 checkpoint does the issue violate?

IBM 1.3.1 Info and Relationships

Steps to reproduce the issue

  1. Add a tile group with a RadioTile (or anything inside) and look at the rendered markup. The legend tag isn’t there

Please create a reduced test case in CodeSandbox https://codesandbox.io/s/github/IBM/carbon-components-react/tree/master/examples/codesandbox

https://codesandbox.io/s/62q5rxwon?fontsize=14

Additional information

  • Screenshots or code
  • Notes

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dakahncommented, May 23, 2019

@matthewgallo No update! It’s prioritized and in our backlog though. A contribution would be cool if you’ve got the bandwidth 👍

1reaction
dakahncommented, Mar 18, 2019

Thanks for submitting! I’ll look into this 👍🏽

Read more comments on GitHub >

github_iconTop Results From Across the Web

Legend is not added in tileGroup · Issue #2518 - GitHub
I expect a <lengend></lengend> tag to be added to the tileGroup fieldset. What happened instead? the legend tag was not added.
Read more >
Why are legends missing when publishing a tile package to ...
Answer. When using the geoprocessing tools in the Tile Cache toolset to generate a tile cache, map elements, such as the legend, are...
Read more >
No legend from geom_tile() and unable to add legend manually
I'am not sure how your output should be, but try this: ggplot(df, aes(x = x, y = y)) + geom_tile(aes(fill = as.factor(z)), #...
Read more >
h2d.TileGroup - Heaps.io Game Engine
A static Tile batch renderer. TileGroup follows an upload-once policy and does not allow modification of the already added geometry. To add new...
Read more >
HTML5 prototype of mobile hit “Flipping Legend” with top ...
Welcome to the second step of the Flipping Legend HTML5 prototype. We are going to add deadly obstacles in front of our hero:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found