<required-cleanup>

Required cleanup sections are placeholders for migrated elements that cannot be appropriately tagged without manual intervention, or for content that must be cleaned up before publishing.

As the element name implies, the intent for authors is to clean up the contained material and eventually remove the <required-cleanup> element.

Processors MUST strip this element from output by default. The content of <required-cleanup> is not considered to be publishable data.

Processor options might be provided to allow a draft view of migrated content in context.

Any

Contained by

<abstract> , <alt> , <b> , <body> , <bodydiv> , <cite> , <data> , <dd> , <ddhd> , <desc> , <div> , <dt> , <dthd> , <em> , <entry> , <example> , <fallback> , <figgroup> , <fn> , <i> , <keyword> , <li> , <line-through> , <lines> , <linkinfo> , <linktitle> , <lq> , <navtitle> , <note> , <overline> , <p> , <ph> , <pre> , <q> , <searchtitle> , <section> , <shortdesc> , <sli> , <stentry> , <strong> , <sub> , <subtitle> , <sup> , <term> , <title> , <titlealt> , <titlehint> , <tt> , <u> , <xref>

Any content

Contained by

- topic/required-cleanup

The <required-cleanup> element is a base element type. It is defined in the topic module.

The following attributes are available on this element: universal attributes and the attribute defined below.

Specifies information about the origins of the content within the <required-cleanup> element. This provides authors with context for determining how migrated content was originally encoded.

For this element, the @translate attribute has a default value of no.

The following attributes are available on this element: universal attributes and the attributes defined below.

Specifies information about the origins of the content within the <required-cleanup> element. This provides authors with context for determining how migrated content was originally encoded.

Example

This section is non-normative.

In the following example, an HTML document that used the <center> element was migrated to DITA. Because DITA has no clear equivalent element, the content is stored in <required-cleanup> until it can be marked up appropriately.

<section>
  <title>Using the display</title>
    <required-cleanup remap="center">If you cannot read
    your display, see "Adjusting the language setting"
    before you continue.</required-cleanup>
</section>