22.13.3 Eliminating <nobr> tags

By default, DITA2Go generates <nobr> tags around non-breaking hyphens. However, the <nobr> tag is not included in the W3C DTD, despite the fact that all browsers support it. To eliminate <nobr> tags from the output, specify the following option:

[HTMLOptions]
; AllowNobr = Yes (default, use <nobr> tags around nonbreaking
;  hyphens, supported properly by all browsers),
;  or No (required for W3C validation)
AllowNobr=No

Previous Topic:  22.13.2 Replacing high ASCII characters for W3C validation

Next Topic:  22.13.4 Avoiding redundant attribute assignments in tables

Parent Topic:  22.13 Passing W3C validation tests

Sibling Topics:

22.13.1 Understanding limitations of W3C validation

22.13.2 Replacing high ASCII characters for W3C validation

22.13.4 Avoiding redundant attribute assignments in tables