Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "aria-labelledby" attribute #469

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 24, 2023

  1. Add "aria-labelledby" attribute to

    default widget_html() output.
    dmurdoch committed May 24, 2023
    Configuration menu
    Copy the full SHA
    71cdf52 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Make use of aria-labelledby conditional on htmlwidgets.USE_ARIA o…

    …ption if present, otherwise in recent version of `knitr` with `fig.alt` in the chunk options.
    dmurdoch committed May 31, 2023
    Configuration menu
    Copy the full SHA
    0f75439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5b93f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Avoid loading knitr if it wasn't loaded.

    Co-authored-by: Carson Sievert <[email protected]>
    dmurdoch and cpsievert authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cda6f67 View commit details
    Browse the repository at this point in the history