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

Fixing invalid html #924

Merged
merged 1 commit into from
Jun 9, 2022
Merged

Fixing invalid html #924

merged 1 commit into from
Jun 9, 2022

Conversation

deining
Copy link
Collaborator

@deining deining commented Mar 9, 2022

This PR deals with occurrences of improper html as addressed in #907. It fixes two errors reported from W3C validation service when checking the user guide:

  • The “aria-controls” attribute must point to an element in the same document.
  • The itemprop attribute was specified, but the element is not a property of any item.

Copy link
Collaborator

@geriom geriom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@geriom geriom merged commit 3507326 into google:main Jun 9, 2022
@deining deining deleted the fix-html branch July 7, 2022 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants