[whatwg] attribute value normalization

Anne van Kesteren fora at annevankesteren.nl
Thu Jul 21 06:27:09 PDT 2005


It should basically not happen at all. It appears that no browser has
implemented the 'may' from HTML4 and therefore we can now say browsers must not
trim.

Examples:
 checkbox:
  <input type="checkbox">
  <input type="Checkbox">
  <input type=checkbox>
  <input type=checkbox >
  <input type=
              checkbox >
 ...

 no checkbox:
  <input type="checkbox
                       ">
  <input type=" checkbox">
  <input type="checkbox ">
  ...

Kind regards,

Anne


-- 
Anne van Kesteren
<http://annevankesteren.nl/>




More information about the whatwg mailing list