Level 3 Events comment: TextEvent.visibleOutputGenerated

Hi,

I think the visibleOutputGenerated attribute of TextEvent could use some
clarification.  Are non-printing characters such as spaces and newlines
visible characters?  This is not entirely clear as currently worded.
Also, it seems to me that the following is always true:

	visibleOuputGenerated == (outputString != null)

I think it would be helpful to either confirm that this is always the
case, or to give an example of a case in which it is not the case.

Also, in the IDL definition for TextEvent, you have a spurrious
"Introduced in DOM Level 3" comment before initTextEventNS().  It is
unnecessary since the entire interface was introduced in Level 3.

      David Flanagan

Received on Wednesday, 31 July 2002 10:49:12 UTC