<!DOCTYPE html>
<style>
  fieldset, input, select {
    display: ruby;
  }
</style>
<fieldset></fieldset>
<input type="color">
<input type="file">
<input type="number">
<input type="range">
<select></select>
<select size="2"></select>