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

[docs] Correct "row" to "col" in Table #20566

Merged
merged 1 commit into from
Apr 14, 2020
Merged

Commits on Apr 14, 2020

  1. Correct "row" to "col"

    Under the heading "Structure" the text says:
     For accessibility, the first column is set to be a `<th>` element, with a `scope` of `"row"`.
    However, for a `th` at the top of a column, the scope should be `"col"`, and inspecting the rendered table confirms that it is in fact rendered with `scope="col"`
    sdpaulsen authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    61fd390 View commit details
    Browse the repository at this point in the history