2.1.129 [W3C-HTML51] Section 10.3.3 Flow content

V0322: The listing, plaintext, and xmp elements do not set top or bottom margins in the default styles

The specification states:

 10.3.3 Flow content
     ...
     blockquote, figure, listing, p, plaintext, pre, xmp {
         margin-top: 1em; margin-bottom: 1em;
     }

EdgeHTML Mode

The listing, plaintext, and xmp elements do not set top or bottom margins in the default styles.

V0321: The legend element is not set to display: block

The specification states:

 10.3.3 Flow content
     ...
     address, blockquote, center, div, figure, figcaption, footer, form, header, hr,
     legend, listing, ... p, plaintext, pre, ..., xmp {
         display: block;
     }

EdgeHTML Mode

The legend element is not set to display: block.

V0323: The listing, plaintext, pre, and xmp elements do not set the font-family property to monospace

The specification states:

 10.3.3 Flow content
     ...
     listing, plaintext, pre, xmp {
         font-family: monospace; white-space: pre;
     }

EdgeHTML Mode

The listing, plaintext, pre, and xmp elements do not set the font-family property to monospace.

V0324: The pre element, when the wrap attribute is specified, does not set the white-space property to pre-wrap

The specification states:

 10.3.3 Flow content
     ...
     pre[wrap] { white-space: pre-wrap; }

EdgeHTML Mode

The pre element, when the wrap attribute is specified, does not set the white-space property to pre-wrap.