Quick one.
Could each different type of input have its own class (rather than me having to go through and manually attach classes to all of the inputs. This would add to the customisability of actinic pages.
EG.
<input type="image" class="inputimg"....>
<input type="button" class="inputbutton"....>
<input type="text" class="inputtext"....>
Of course, ideally W3C would do this for us.
Allen
Could each different type of input have its own class (rather than me having to go through and manually attach classes to all of the inputs. This would add to the customisability of actinic pages.
EG.
<input type="image" class="inputimg"....>
<input type="button" class="inputbutton"....>
<input type="text" class="inputtext"....>
Of course, ideally W3C would do this for us.
Allen
Comment