2.1.150 [HTML5:2014] Section 10.3.8 Lists

V0339: The dd element does not properly account for direction for default style margin settings

The specification states:

 10.3.8 Lists
     ...
     dd { margin-left: 40px; } /* LTR-specific: use 'margin-right' for rtl elements */

All document modes (All versions)

The dd element does not properly account for direction for default style margin settings.

V0340: The dl element does not set margins within the default styles

The specification states:

 10.3.8 Lists
     ...
     dir, dl, ol, ul { margin-top: 1em; margin-bottom: 1em; }
  
     dir dir, dir dl, dir ol, dir ul,
     dl dir, dl dl, dl ol, dl ul,
     ol dir, ol dl, ol ol, ol ul,
     ul dir, ul dl, ul ol, ul ul {
         margin-top: 0; margin-bottom: 0;
     }

All document modes (All versions)

The dl element does not set margins within the default styles.

V0341: The elements ol and li do support the default styles for an attribute value of type=A, upper-alpha

The specification states:

 10.3.8 Lists
     ...
     ol[type=A], li[type=A] { list-style-type: upper-alpha; }

All document modes (All versions)

The elements ol and li do not support the default styles for an attribute value of type=A, upper-alpha.