You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The publishing code is adding the release attribute to the body tag which the new HTML5 checker doesn't like.
For example with ciao_4.1.1_release.xml it has
<relnotesrelease="4.1.1">
which gets published as
<bodyclass="withnavbar" release="4.1.1">
which gets flagged as an error
% publish ciao_4.1.1_release.xml --force
Parsing [relnotes]: ciao_4.1.1_release
Created: /proj/web-cxc-dmz-prev/htdocs/ciao4.16/releasenotes/ciao_4.1.1_release.html
Validate: /proj/web-cxc-dmz-prev/htdocs/ciao4.16/releasenotes/ciao_4.1.1_release.html
HTML issues (see Doug):
1 : error - Attribute “release” not allowed on element “body” at this point.
The page can be viewed at:
https://cxc-prev.cfa.harvard.edu/ciao4.16/releasenotes/ciao_4.1.1_release.html
The text was updated successfully, but these errors were encountered:
The publishing code is adding the
release
attribute to thebody
tag which the new HTML5 checker doesn't like.For example with ciao_4.1.1_release.xml it has
which gets published as
which gets flagged as an error
% publish ciao_4.1.1_release.xml --force Parsing [relnotes]: ciao_4.1.1_release Created: /proj/web-cxc-dmz-prev/htdocs/ciao4.16/releasenotes/ciao_4.1.1_release.html Validate: /proj/web-cxc-dmz-prev/htdocs/ciao4.16/releasenotes/ciao_4.1.1_release.html HTML issues (see Doug): 1 : error - Attribute “release” not allowed on element “body” at this point. The page can be viewed at: https://cxc-prev.cfa.harvard.edu/ciao4.16/releasenotes/ciao_4.1.1_release.html
The text was updated successfully, but these errors were encountered: