Profiling Attributes

The default XSLT transform preserves profiling and metadata attributes as data- attributes in the output HTML.

Profiling and metadata attributes include

Any such attributes that survive the DITA preprocessing step, including conref processing and DITAVAL-based profiling, will be added to the appropriate HTML elements prefixed with data-. For example,

<p audience="Expert" importance="urgent">Expert Paragraph</p>

Would be converted into

<p data-audience="Expert" data-importance="urgent">Expert Paragraph</p>