Should HTMLTableRowElement.cells be read-only?

Every other attribute which returns an HTMLCollection object is
read-only (presumably because a HTMLCollection is supposed to be live
and therefore it wouldn't make much sense to build one and then try to
set e.g., HTMLSelectElement.options equal to it).  Is there a reason
why HTMLTableRowElement.cells should be an exception, or is this an
error in the spec?
					John T. Whelan
					whelan@iname.com
					http://www.slack.net/~whelan/

Received on Monday, 5 October 1998 04:59:41 UTC