Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions parameters/ant-parameters-details.dita
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@
</pt>
<pd conaction="mark" conref="parameters-base.dita#base/dita.input.valfile.desc"/>
<pd conaction="pushafter">
<note type="notice">This parameter is deprecated in favor of the <parmname>args.filter</parmname>
parameter.</note>
<note type="notice">This parameter is deprecated; use <parmname>args.filter</parmname> instead.</note>
</pd>
</plentry>
<plentry id="filter-stage">
Expand Down Expand Up @@ -522,8 +521,7 @@
<pd conaction="pushafter">
<div id="args.hide.parent.link.details">
<ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>NOPARENTLINK</parmname>.</ph>
<note type="notice">This parameter is deprecated in favor of the <parmname>args.rellinks</parmname>
parameter.</note>
<note type="notice">This parameter is deprecated; use <parmname>args.rellinks</parmname> instead.</note>
</div></pd>
</plentry>
<plentry id="args.outext">
Expand Down Expand Up @@ -713,15 +711,21 @@
<xref keyref="jelovirt-on-pdf2-i18n"/>.</note>
</pd>
</plentry>
<plentry id="outputFile.base">
<plentry id="outputFile.base" importance="deprecated">
<pt>
<parmname>outputFile.base</parmname>
<ph>
<indexterm>deprecated features
<indexterm><parmname>outputFile.base</parmname></indexterm></indexterm></ph>
</pt>
<pd conaction="mark" conref="parameters-pdf.dita#pdf/outputFile.base.desc"/>
<pd conaction="pushafter">By default, the PDF file uses the base filename of the input
<filepath>.ditamap</filepath> file.
<indexterm>DITA maps
<indexterm>PDF file name</indexterm></indexterm></pd>
<indexterm>PDF file name</indexterm></indexterm>
<note type="notice">This parameter is deprecated since DITA-OT 3.0; use
<parmname>args.output.base</parmname> instead.</note>
</pd>
</plentry>
<plentry id="pdf.formatter">
<pt>
Expand All @@ -747,9 +751,10 @@
</pt>
<pd conaction="mark" conref="parameters-pdf.dita#pdf/publish.required.cleanup.desc"/>
<pd conaction="pushafter">The default value is the value of the <parmname>args.draft</parmname> parameter.
<ph audience="xslt-customizer">Corresponds to the XSLT parameter
<parmname>publishRequiredCleanup</parmname>.</ph><note type="notice">This parameter is deprecated in
favor of the <parmname>args.draft</parmname> parameter.</note></pd>
<ph audience="xslt-customizer">Corresponds to the XSLT parameter
<parmname>publishRequiredCleanup</parmname>.</ph>
<note type="notice">This parameter is deprecated; use
<parmname>args.draft</parmname> instead.</note></pd>
</plentry>
</parml>
</section>
Expand Down
18 changes: 18 additions & 0 deletions resources/dita-ot-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,24 @@ pre code {
font-size: 0.8125rem;
}

/* Mark deprecated elements */

[data-importance='deprecated'],
[data-importance='deprecated'] + dd,
[data-importance='deprecated'] .parmname {
color: var(--code-color);
}

dt[data-importance='deprecated'] .parmname::after {
border-radius: 0.25rem;
content: 'DEPRECATED';
font-size: 75%;
margin-left: 0.5em;
padding: 0.25em 0.4em;
background-color: var(--code-color);
color: var(--secondary-bg);
}

/****************************************
Headings
****************************************/
Expand Down
1 change: 1 addition & 0 deletions resources/html.ditaval
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<val>
<prop action="include" att="deliveryTarget" val="html"/>
<prop action="exclude" att="deliveryTarget" val="pdf"/>
<prop action="passthrough" att="importance"/>
</val>
1 change: 1 addition & 0 deletions resources/pdf.ditaval
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<val>
<prop action="exclude" att="deliveryTarget" val="html"/>
<prop action="include" att="deliveryTarget" val="pdf"/>
<prop action="passthrough" att="importance"/>
</val>
1 change: 1 addition & 0 deletions resources/site.ditaval
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<val>
<prop action="include" att="deliveryTarget" val="html"/>
<prop action="exclude" att="deliveryTarget" val="pdf"/>
<prop action="passthrough" att="importance"/>
<prop action="passthrough" att="platform"/>
</val>
Loading