Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 817344 - devmanual "make tidy" fails with app-text/htmltidy-5.8.0-r1
Summary: devmanual "make tidy" fails with app-text/htmltidy-5.8.0-r1
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Devmanual Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 564884
  Show dependency tree
 
Reported: 2021-10-10 10:10 UTC by Ulrich Müller
Modified: 2021-10-10 10:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2021-10-10 10:10:05 UTC
$ make tidy
Failed on eclass-writing/index.html:
line 297 column 3 - Warning: <td> attribute "nowrap" not allowed for HTML5
line 365 column 3 - Warning: <td> attribute "nowrap" not allowed for HTML5
make: *** [Makefile:93: tidy] Error 1

It validates with app-text/tidy-html5-5.7.28-r1.

This looks like a real issue which should be fixed in the XSL stylesheet.
Comment 1 Ulrich Müller gentoo-dev 2021-10-10 10:41:24 UTC
Should be fixed now.

https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=80e024ed24de7784c4c891a721d40816f5eab4b2

commit 80e024ed24de7784c4c891a721d40816f5eab4b2
Author: Ulrich Müller <ulm@gentoo.org>
Date:   Sun Oct 10 12:27:49 2021 +0200

    devbook.xsl: td doesn't have a nowrap attribute in HTML 5
    
    Problem seen with tidy from app-text/htmltidy-5.8.0-r1.
    
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>