Email this Page Log Support Call Send Feedback Print

Previous Topic

Next Topic

Book Contents

Book Index

Multi Level Lists In HTML Not Restarting

Problem

If using the undocumented AIT_HTML_TABLE_NUMBERING variable and the value is set to CONTINUE, then multi level lists are not rendering correctly when published to HTML. Instead, second level list items are continuing.

For example, the lists should be:

1) List Number

2) List Number

3) List Number

     a. List Alpha 2

     b. List Alpha 2

     c. List Alpha 2

4) List Number

But instead they publish to HTML as:

1) List Number

2) List Number

3) List Number

     d. List Alpha 2

     e. List Alpha 2

     f. List Alpha 2

7) List Number

Workaround

Set the default value of the variable to NONE.

Note: If the value is set to CONTINUE it doesn't continue numbering across table cells as it did in V4, and numbering restarts regardless.

Status

Known issue - not yet scheduled for development.

Top of Page Email this Page Log Support Call Send Feedback Print