diff --git a/parameters/ant-parameters-details.dita b/parameters/ant-parameters-details.dita index 1badd09de..271868ac0 100644 --- a/parameters/ant-parameters-details.dita +++ b/parameters/ant-parameters-details.dita @@ -223,8 +223,7 @@ - This parameter is deprecated in favor of the args.filter - parameter. + This parameter is deprecated; use args.filter instead. @@ -522,8 +521,7 @@
Corresponds to the XSLT parameter NOPARENTLINK. - This parameter is deprecated in favor of the args.rellinks - parameter. + This parameter is deprecated; use args.rellinks instead.
@@ -713,15 +711,21 @@ .
- + outputFile.base + + deprecated features + outputFile.base By default, the PDF file uses the base filename of the input .ditamap file. DITA maps - PDF file name + PDF file name + This parameter is deprecated since DITA-OT 3.0; use + args.output.base instead. + @@ -747,9 +751,10 @@ The default value is the value of the args.draft parameter. - Corresponds to the XSLT parameter - publishRequiredCleanup.This parameter is deprecated in - favor of the args.draft parameter. + Corresponds to the XSLT parameter + publishRequiredCleanup. + This parameter is deprecated; use + args.draft instead. diff --git a/resources/dita-ot-doc.css b/resources/dita-ot-doc.css index 6e1ae32e8..c2d91668b 100644 --- a/resources/dita-ot-doc.css +++ b/resources/dita-ot-doc.css @@ -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 ****************************************/ diff --git a/resources/html.ditaval b/resources/html.ditaval index d6c511351..834cc486f 100644 --- a/resources/html.ditaval +++ b/resources/html.ditaval @@ -3,4 +3,5 @@ + diff --git a/resources/pdf.ditaval b/resources/pdf.ditaval index 82a036248..372b0a019 100644 --- a/resources/pdf.ditaval +++ b/resources/pdf.ditaval @@ -3,4 +3,5 @@ + diff --git a/resources/site.ditaval b/resources/site.ditaval index b620aa17d..5a0db8256 100644 --- a/resources/site.ditaval +++ b/resources/site.ditaval @@ -3,5 +3,6 @@ +