525-16 : EDGAR Filer Manual v65 5.2.5.16 page 5-37

Created by: SEC Office of Structured Disclosure

Redlining in Inline XBRL

Indicate redline requests using custom CSS property "-sec-ix-redline" with value "true". As with the <R> tag, the property is not disseminated and removal leaves no way to infer its location.

Case 1: The property is in a style attribute with other properties. Example:

We are <span id="xyz" style="font-style:italic; -sec-ix-redline:true;"> almost</span> done.

is disseminated as

We are <span id="xyz" style="font-style:italic">almost</span> done.

Case 2: There are no other CSS properties in the style attribute. The style attribute is removed. Example:

We are <span id="xyz" style="-sec-ix-redline:true;">almost</span> done.

is disseminated as:

We are <span id="xyz">almost</span> done.

Case 3: The style attribute is on a <span> element having no attributes other than "style"; remove the <span>:

We are <span style="-sec-ix-redline:true;">almost</span> done.

is disseminated as:

We are almost done.

Custom CSS property -sec-ix-redline may appear in any style attribute and is not restricted to element <span>. Values other than "true" are disseminated unchanged.

Variations

Number Name Description References Data Inputs Result Outputs
_010gd Redlining example - GOOD Redlining in footnote and in body. GOOD  
    valid
 
_020gd Redlining in Multiple htm two input files - GOOD Redlining in Multiple htm two input files - GOOD  
    valid