[GitHub] [ant] twogee commented on issue #83: Add HTML validation check

2019-03-08 Thread GitBox
twogee commented on issue #83: Add HTML validation check URL: https://github.com/apache/ant/pull/83#issuecomment-470920527 Thanks for reviewing and excellent summaries. These tests have failed multiple times previously; it looks like redirection tests cannot connect to external serve

[GitHub] [ant] twogee commented on issue #83: Add HTML validation check

2019-03-07 Thread GitBox
twogee commented on issue #83: Add HTML validation check URL: https://github.com/apache/ant/pull/83#issuecomment-470576630 Recommendations re [doctype](https://www.w3.org/QA/Tips/Doctype), [language declaration](https://www.w3.org/International/questions/qa-html-language-declarations), [sc

[GitHub] [ant] twogee commented on issue #83: Add HTML validation check

2019-03-07 Thread GitBox
twogee commented on issue #83: Add HTML validation check URL: https://github.com/apache/ant/pull/83#issuecomment-470478712 The goal is to follow HTML 5 spec (except for index.html where we still have frames). What is missing is doctype and lang attribute instead of meta tags. scope at