Additional tests with our troublesome option.
This commit is contained in:
parent
7c7330343e
commit
cf3c0293c0
|
@ -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 "
|
||||||
"<font> tags, and it will be removed from future versions of Tidy. "
|
"<code><font></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. <font> tags will be dropped completely and their styles "
|
"a CSS class. <code><font></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/>"
|
||||||
"<font> 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><font></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,
|
||||||
|
|
Loading…
Reference in a new issue