This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 551 - Update validation suite for Rec definitions of allowedNextSiblings
Summary: Update validation suite for Rec definitions of allowedNextSiblings
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 14:39 UTC by Curt Arnold
Modified: 2004-03-11 00:49 UTC (History)
0 users

See Also:


Attachments
Changed expectations for allowable*Siblings (2.31 KB, patch)
2004-03-10 15:39 UTC, Curt Arnold
Details
Miscapitalized variable name (670 bytes, patch)
2004-03-10 19:49 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-20 14:39:40 UTC
Resent-From: 	  www-dom-ts@w3.org
	From: 	  plutsky@arbortext.com
	Subject: 	L3 Validation tests for allowedNextSiblings   allowedPreviousSiblings
	Date: 	February 20, 2004 10:26:01 AM CST
	To: 	  www-dom-ts@w3.org


Late in the development of the Validation spec we agreed to change the
definition of allowedNextSiblings and allowedPreviousSiblings from
returning "all possible" siblings to the phrase "all that can be inserted".

This meant that siblings already in the instance are considered in the
decision of whether they should be returned.
It doesn't appear that the tests in the test suite have been updated to
reflect this.  Will they be updated at some point?

Patti
Comment 1 Curt Arnold 2004-03-10 15:39:20 UTC
Created attachment 299 [details]
Changed expectations for allowable*Siblings
Comment 2 Curt Arnold 2004-03-10 19:49:14 UTC
Created attachment 302 [details]
Miscapitalized variable name