Additional tests with our troublesome option.

This commit is contained in:
Jim Derry 2015-10-31 14:45:51 +08:00
parent 7c7330343e
commit cf3c0293c0

View file

@ -458,16 +458,19 @@ static const TidyOptionDoc option_docs[] =
}, },
{TidyDropFontTags, {TidyDropFontTags,
"Deprecated; <em>do not use</em>. This option is destructive to " "Deprecated; <em>do not use</em>. This option is destructive to "
"&lt;font&gt; tags, and it will be removed from future versions of Tidy. " "<code>&lt;font&gt;</code> tags, and it will be removed from future "
"Use the <code>clean</code> option instead. " "versions of Tidy. Use the <code>clean</code> option instead. "
"<br/>If you do set this option despite the warning it will perform " "<br/>"
"If you do set this option despite the warning it will perform "
"as <code>clean</code> except styles will be inline instead of put into " "as <code>clean</code> except styles will be inline instead of put into "
"a CSS class. &lt;font&gt; tags will be dropped completely and their styles " "a CSS class. <code>&lt;font&gt;</code> tags will be dropped completely "
"will not be preserved. " "and their styles will not be preserved. "
"<br />If both <code>clean</code> and this option are enabled, " "<br/>"
"&lt;font&gt; tags will still be dropped completely, and other styles will " "If both <code>clean</code> and this option are enabled, "
"be preserved in a CSS class instead of inline. " "<code>&lt;font&gt;</code> tags will still be dropped completely, and "
"<br/>See <code>clean</code> for more information. " "other styles will be preserved in a CSS class instead of inline. "
"<br/>"
"See <code>clean</code> for more information. "
, TidyDropFontTagsLinks , TidyDropFontTagsLinks
}, },
{TidyDropPropAttrs, {TidyDropPropAttrs,