If the CSS is the following:
.mystyle {
font-size: 16px;
font-size: 1rem;
}
The DQM flags it as an issue. The main purpose for the above redundancy is for browser compatibility. The relative font size is used due to precedence if the browser can use it.
The DQM should look for a relative measurement even if there is a precise font size.