DOC203
February 14, 2021 ยท View on GitHub
| TypeName | DOC203UseBlockElementsCorrectly |
| CheckId | DOC203 |
| Category | Portability Rules |
Cause
The documentation contains a block element where a section or inline element was expected.
Rule description
TODO
How to fix violations
To fix a violation of this rule, move the block element inside a section or outside a containing inline element, or replace the block element with an appropriate section or inline element.
How to suppress violations
TODO