Should <hr>s be visible inside <select> with a size >1, eg:
<select size="3">
<option>a</option>
<hr>
<option>b</option>
</select>
No engines (Blink/WebKit/Gecko) implementing or shipping this feature have the <hr> elements be visible for this example.
Blink (shipping):

WebKit (shipping):

Gecko (shipping):

Should
<hr>s be visible inside<select>with a size >1, eg:No engines (Blink/WebKit/Gecko) implementing or shipping this feature have the
<hr>elements be visible for this example.Blink (shipping):

WebKit (shipping):

Gecko (shipping):
