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

Table caption and summary equivalence should be case insensitive #771

Closed
dylanb opened this issue Mar 9, 2018 · 0 comments
Closed

Table caption and summary equivalence should be case insensitive #771

dylanb opened this issue Mar 9, 2018 · 0 comments
Labels
fix Bug fixes rules Issue or false result from an axe-core rule

Comments

@dylanb
Copy link
Contributor

dylanb commented Mar 9, 2018

This table should fail

<!doctype html>
<html lang="en">
	<head>
		<title>Table Summary and Caption</title>
	</head>
	<body>
		<table summary="My Table">
			<caption> my table </caption>
			<thead>
				<tr><th scope="col">Head</th></tr>
			</thead>
			<tbody>
				<tr><td>Data</td></tr>
			</tbody>
		</table>
	</body>
</html>
@marcysutton marcysutton added fix Bug fixes rules Issue or false result from an axe-core rule tables labels Mar 13, 2018
marcysutton pushed a commit that referenced this issue Mar 20, 2018
marcysutton pushed a commit that referenced this issue Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fixes rules Issue or false result from an axe-core rule
Projects
None yet
Development

No branches or pull requests

2 participants