OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cgmo-webcgm message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: error found in ECMAScript Ch.9


Rob, Ulrich, Benoit -- your names are associated with setView001 and 
setView002 tests in the matrix.  Please look at those two tests and verify 
my initial observation that the below described spec glitch does NOT 
invalidate the tests as written.

Implementors -- please check you implementations...

Spec glitch:

The Change Log for the 20090130 draft has these two entries:

* in section 5.7.5, changed setView return type to boolean in the IDL and 
in the setView() description.
* In Chapter 8 ECMAScript, changed "setView(view)" to "setView(viewRect) 
and changed the associated specification of the return value Boolean.

The DOM description of setView() is correct (in 5.7.5).  However, it 
appears that the 2nd changes -- return type Boolean and 'viewRect' in the 
ECMAScript -- got lost from the document.

The correct ecmascript is:
[[[
         setView(viewRect)
             This method returns a boolean.
             The view parameter is of type WebCGMRect.
]]]

-Lofton.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]