[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: re: [cgmo-webcgm] AppStructure-interactivity test
Stuart,
I believe the first test, Done onload, should return nulls also
because there are no "interactivity" attributes in the CGM.
The first test should look like this.
var i = gr.getAppStructureAttr("interactivity");
var i2 = gr2.getAppStructureAttr("interactivity"); // TBD: non-interactive
if( i == "" && i2 == "" )
{
result.firstChild.nodeValue = "Passed!";
Regards,
Don.
> Hello,
> Last telecon I was given the action item to fix the
> AppStructure-interactivity
> test. Here is a corrected version of the test. If I understand section
> 5.4.1
> and 5.4.2 correctly the final test (the Start 5 button) should return
> nulls
> because the interactivity is never set. I would have also expected to
> see a null after calling removeAppStructureAttr("interactivity");
> What do others think.
> --
> Stuart Galt
> SGML Resource Group
> stuart.a.galt@boeing.com
> (206) 544-3656
> -- NextPart --
> Attached File:
> \\barley\apps\goldmine\MailBox\Attach\AppStructure-interactivity.cgm
> -- NextPart --
> Attached File:
> \\barley\apps\goldmine\MailBox\Attach\AppStructure-interactivity.htm
> -- NextPart --
> Attached File:
> \\barley\apps\goldmine\MailBox\Attach\AppStructure-interactivity.png
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]