<div>Some more questionable things!</div>
<div>&nbsp;</div>
<div>WACollectionTag<br>list: aCollection&nbsp;&nbsp;&nbsp; ............................................... it should only assign the list ??<br>&nbsp;&nbsp;aCollection ifNotNil: [ self addAll: aCollection ]&nbsp;&nbsp;</div>
<div>
<p>It would be nice to use&nbsp;always&nbsp;the same key for the attributes as the name of the updating method.<br>If this is not always possible or useful&nbsp;there should be an accessing method at least.<br>Some examples:<br>aString = &#39;columns&#39; ifTrue: [theString := &#39;cols&#39;].<br>
aString = &#39;selected&#39; ifTrue: [theString := &#39;checked&#39;].<br>aString = &#39;maxLength&#39; ifTrue: [theString := &#39;maxlength&#39;].<br>aString = &#39;verticalAlign&#39; ifTrue: [theString := &#39;valign&#39;].<br>
aString = &#39;character&#39; ifTrue: [theString := &#39;char&#39;].<br>aString = &#39;characterOffset&#39; ifTrue: [theString := &#39;charoff&#39;].<br>colSpan -&gt; colspan<br>rowSpan -&gt; rowspan<br>url -&gt; src<br>altText -&gt; alt<br>
multipart -&gt; enctype<br>...</p>
<p>but cellpadding and cellspacing =&gt; OK</p>
<p>cheers <br><br>Gerhard</p></div>