Activity log for bug #1914865

Date Who What changed Old value New value Message
2021-02-06 15:04:01 Stelios Parnassidis bug added bug
2021-02-11 23:03:19 Bryce Harrington description the entry: uppercase-tags: no in user's config file ~/.tidyrc has no effect: tag Nanes keep coming out in uppercase on output. $ lsb_release -a Description: Ubuntu 20.10 Release: 20.10 $ apt-cache policy tidy tidy: Installed: 2:5.6.0-11 Candidate: 2:5.6.0-11 Version table: *** 2:5.6.0-11 500 500 http://ftp.ntua.gr/ubuntu groovy/universe amd64 Packages 100 /var/lib/dpkg/status the entry:  uppercase-tags: no in user's config file ~/.tidyrc has no effect when running `tidy -utf`: tag names keep coming out in uppercase on output. == Test Case == $ cat .tidyrc uppercase-tags: no $ cat test.html <h1>heading <H2>subheading</h3> <P>text</p> $ tidy -utf test.html ... <BODY> <H1>heading</H1> <H2>subheading</H2> <P>text</P> </BODY> ... $ lsb_release -a Description: Ubuntu 20.10 Release: 20.10 $ apt-cache policy tidy tidy:   Installed: 2:5.6.0-11   Candidate: 2:5.6.0-11   Version table:  *** 2:5.6.0-11 500         500 http://ftp.ntua.gr/ubuntu groovy/universe amd64 Packages         100 /var/lib/dpkg/status
2021-02-11 23:22:27 Bryce Harrington summary uppercase-tags: no in ~/.tidyrc conf has no effect `tidy -utf` treated as `tidy -u -t -f` instead of as `tidy -utf8`, with no error
2021-02-11 23:25:57 Bryce Harrington tidy-html5 (Ubuntu): importance Undecided Low
2021-02-11 23:39:02 Bryce Harrington bug watch added https://github.com/htacg/tidy-html5/issues/921
2021-02-11 23:39:02 Bryce Harrington bug task added tidy-html5-mirror
2021-02-11 23:40:09 Bryce Harrington tidy-html5 (Ubuntu): status New Triaged
2021-02-12 02:05:54 Bug Watch Updater tidy-html5-mirror: status Unknown New
2021-02-19 20:42:58 Bryce Harrington tidy-html5 (Ubuntu): status Triaged Won't Fix
2021-03-27 01:16:53 Bryce Harrington tidy-html5 (Ubuntu): status Won't Fix Confirmed