Undeprecating <s> and <u> tags

Steven Le <[email protected]> Mon, 6 Feb 2012 16:20:21 -0800 (PST)
Newsgroups gmane.comp.web.html-tidy.user,gmane.comp.web.html-tidy.devel
Message-ID <569559010.1174.1328574021114.JavaMail.mtrx@vdcds6>
Hi Tidy Developers,

The latest HTML5 specs have revived the <s> and <u> tags, links below:

http://developers.whatwg.org/text-level-semantics.html#the-s-element
http://developers.whatwg.org/text-level-semantics.html#the-u-element

I believe these are just one-word changes to
clean.c<http://tidy.cvs.sourceforge.net/viewvc/tidy/tidy/src/clean.c?revision=1.111&view=markup>
(lines 1229
and 1231), changing TidyTag_S and TidyTag_U from deprecated = "yes" to
deprecated = "no". I was wondering if someone would submit a patch to
undeprecate these tags?

Thanks!

Steven