elad2412/the-new-css-reset

<input type="color"> display problem

lymnee opened this issue · 2 comments

    <p>
      <label for="example-input-color">Color</label>
      <input type="color" id="example-input-color" placeholder="#fff">
    </p>

A display problem occurs with the Google Chrome browser (version 109.5414.74..0.5414.74): a long left border appears, using only The new CSS reset.

Thanks.

@lymnee The issue you raise is discussed here #7. This comment #7 (comment) suggests that adding the correct Doctype fixes the issue.

@lymnee The issue you raise is discussed here #7. This comment #7 (comment) suggests that adding the correct Doctype fixes the issue.

@graymatter00 Thank you for pointing me in the right direction. The bug was from comments placed before ''. It's valid, but not for Google Chrome.