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 222 - Eliminated Document.encodingString property called in DOMInputSourceTest3
Summary: Eliminated Document.encodingString property called in DOMInputSourceTest3
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: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-10 23:26 UTC by Curt Arnold
Modified: 2003-06-20 18:30 UTC (History)
0 users

See Also:


Attachments

Description Curt Arnold 2003-06-10 23:26:36 UTC
/tests/level3/ls/DOMInputSourceTest3.xml contains the following element:

 <encoding var="encodingString" obj="document" interface="Document"/> 

This element causes the dom3-ls-validate-tests target to fail since there is no
Document.encodingString property in the 09 June 2003 L3 Core working draft.
Comment 1 Philippe Le Hegaret 2003-06-20 14:29:37 UTC
The new line is now:
  <encoding   obj="inputSource" value="iso" interface="DOMInputSource"/> 


The test has been updated but will need more update regarding
s/DOMInputSource/DOMInput/