ropensci / rnoaa

R interface to many NOAA data APIs
https://docs.ropensci.org/rnoaa
Other
330 stars 84 forks source link

readme fixes #80

Closed sckott closed 9 years ago

sckott commented 9 years ago

These packages contain README.md files with invalid HTML output created by pandoc 1.12.4.2 according to W3C-validator.

I attach the HTML errors and warnings found below, and will put copies of the corresponding HTML files up at http://www.r-project.org/nosvn/pandoc.

Please investigate the problems and fix as needed.

Afaics, many of the problems are caused by adding "raw" HTML elements in the README.md files and not realizing that the default output format "html" is XHTML 1 (and not HTML 5). E.g., a raw
results in an

end tag for "br" omitted, but OMITTAG NO was specified

error.

Best -k

rnoaa.html:
  Valid: FALSE (errors: 3, warnings: 0)
  Errors:
    line  col  message
     234   31  required attribute "alt" not specified
     242   32  required attribute "alt" not specified
     331   98  required attribute "alt" not specified
sckott commented 9 years ago

this is already fixed, readme has changed a lot since then, just checked to make sure img elements have alt attr