bug: error in validator output: validated css3 font shorthand is replaced by invalid css in automated output on result page

Hi there,

this valid font shorthand

    body {font: /*bold italic 9pt*/ Verdana, sans-serif;}

will be correctly recognized as valid css3,
but on the result page the output information is not valid anymore.

validator changes that shorthand to this invalid declaration:

    body {
       font : /*9pt bold 9pt*/ Verdana, sans-serif;
    }

the error occurs when validated by uri and also by direct input

kind regards
__________________________________________________

by uri:


________________________________________________________________________

by direct input:

Received on Monday, 3 September 2018 07:21:41 UTC