-
Notifications
You must be signed in to change notification settings - Fork 89
Migrate "Ant" Guides to HTML5 #3299
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
Conversation
I'm not sure about the renaming part. As one can see in #3238, the validator is only applied on files with the .html file extension. And I don't see any option to make this configurable... |
Renaming part is good to happen IMO but requires extra care as it may break links. |
d178ab7
to
657ed2d
Compare
657ed2d
to
616bd43
Compare
@akurtakov If I understand the html5 workflow correctly, it's supposed to validate both |
@ptziegler Would you put errors on purpose in an .html and in .htm file so we can see what gets reported? |
c25fea4
to
36938b4
Compare
I did some tests and |
36938b4
to
616bd43
Compare
This cleanup up the metadata and fixes broken links. Contributes to eclipse-platform#3275
616bd43
to
c7b9039
Compare
Merging, as .htm files are only validated after #3342. I've reverted the change to the file extension, so this commit only contains the HTML cleanup again. |
This cleanup up the metadata and fixes broken links.
Contributes to
#3275