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

Fix HTML syntax errors in the source #981

Merged
merged 2 commits into from
May 22, 2019
Merged

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented May 17, 2019

  • <div/> is invalid, it needs the full end tag.
  • Remove longdesc (invalid & redundant with the link).
  • Remove unneccessary comment before the doctype.

Preview | Diff

* `<div/>` is invalid, it needs the full end tag.
* Remove `longdesc` (invalid & redundant with the link).
* Remove unneccessary comment before the doctype.
@zcorpan
Copy link
Member Author

zcorpan commented May 17, 2019

On a related note, it seems the Acknowledgment includes don't work in https://w3c.github.io/aria/#acknowledgements

@jnurthen
Copy link
Member

On a related note, it seems the Acknowledgment includes don't work in https://w3c.github.io/aria/#acknowledgements

I believe this only works in the published versions but @michael-n-cooper can confirm this.

@jnurthen jnurthen added the editorial a change to an example, note, spelling, grammar, or is related to publishing or the repo label May 21, 2019
Copy link
Member

@jnurthen jnurthen left a comment

Choose a reason for hiding this comment

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

Please remove the changes on common/acknowledgements.html as that is not maintained here.

<div data-include="acknowledgements/aria-wg-active.html" data-include-replace="true"/>
<div data-include="acknowledgements/aria-contributors.html" data-include-replace="true"/>
<div data-include="acknowledgements/funders.html" data-include-replace="true"/>
<div data-include="acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
Copy link
Member

Choose a reason for hiding this comment

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

Can you remove this from this PR. The common directory is maintained in the w3c/aria-common repository.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@zcorpan
Copy link
Member Author

zcorpan commented May 22, 2019

PR in aria-common: w3c/aria-common#32

@jnurthen jnurthen merged commit a248824 into master May 22, 2019
jnurthen pushed a commit that referenced this pull request May 22, 2019
@jnurthen
Copy link
Member

Thanks.

@zcorpan zcorpan deleted the zcorpan/html-syntax-errors branch May 22, 2019 17:37
carmacleod pushed a commit that referenced this pull request Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial a change to an example, note, spelling, grammar, or is related to publishing or the repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants