- From: Anne van Kesteren <fora@annevankesteren.nl>
- Date: Thu, 21 Jul 2005 15:27:09 +0200
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/>
Received on Thursday, 21 July 2005 06:27:09 UTC