-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ARROW-15022: [R] install vignette and installation dev vignette need alt text for images #11972
Conversation
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for catching these and increasing our accessibility! 💯
@@ -57,23 +57,31 @@ correct components are described below. | |||
|
|||
The diagram below shows how the R package finds a libarrow installation on Windows. | |||
|
|||
```{r, echo=FALSE, out.width="70%"} | |||
```{r, echo=FALSE, out.width="70%", fig.alt = "Flowchart of libarrow installation on Windows systems - find full description on page"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind adding the full subheader title to this alt text? That way it would be a little bit easier to skim with a screen reader and then get the heading one wants?
|
||
The diagram below shows how the R package finds a libarrow installation on non-Windows systems. | ||
|
||
```{r, echo=FALSE, out.width="70%"} | ||
```{r, echo=FALSE, out.width="70%", fig.alt = "Flowchart of libarrow installation on non-Windows systems - find full description on page"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fantastic. Thank you for doing this!
Benchmark runs are scheduled for baseline = 6e20c6b and contender = 670af33. 670af33 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…alt text for images Closes apache#11972 from thisisnic/ARROW-15022_alt_text Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>
No description provided.