2005-11-06  Wakaba  <w@suika.fam.cx>

	* CleanNode.js: New module.
	
	* Implementation.js (DOMImplementation constructor): |impl| parameter
	is now optional.
	
	* Node.js (hasAttribute): Defautls |false| rather than |null|.
	(innerHTML, outerHTML): Requests to load LS module after |ownerDocument|
	attribute getter call to ensure the implementation module is loaded.
	(previousSiblingElement): Renamed from |previousElement|.

2005-11-05  Wakaba  <w@suika.fam.cx>

	* HTML.js (getSHTMLElement): Use specialized class for
	element types if available.  A set of specialized class
	definition added.
	
	* Node.js (_FeatureModule): |WebUA.VDocumentCSS| module added.
	(_ElementTypeClass): Modifications to |WebUA| submodules reflected.

2005-11-04  Wakaba  <w@suika.fam.cx>

	* Node.js (NodeListArray): Don't inherit |Array| but has-an |Array|
	for compatibility with WinIE 6.

2005-11-03  Wakaba  <w@suika.fam.cx>

	* Node.js (Node.previousElement): New attribute.
	(Element.getIds): New method.
	(Attr.isId): Implemented.
	(SnapshotAttributeMap): New class.

2005-11-02  Wakaba  <w@suika.fam.cx>

	* Implementation.js (_FeatureModule): References to
	|CSS.Selectors| and |CSS.Value| modules added.

2005-10-31  Wakaba  <w@suika.fam.cx>

	* Implementation.js (_FeatureModule): Reference to |CSS.Node| module added.

2005-10-30  Wakaba  <w@suika.fam.cx>

	* HTML.js (SHTMLTextElement.appendChild): Allows to append text node (only).
	
	* Node.js: Support for |WebUA.VDocument| module added.
	(_GetDOMNode): Sees |_Node._OwnerDocument._GetDOMNode|.
	(createElementNS): Inserts dummy charcter to local name
	to avoid to be handled as if it is an HTML element in Opera.
	(_ReplaceAttrName): |style| attribute is now saved as |@style|.
	(_GetDOMElement): Uses element type specific class if available.
	(setAttributeNS): Copies |_Node._OwnerDocument| property if available.

2005-10-29  Wakaba  <w@suika.fam.cx>

	* Node.js, HTML.js: A number of changes made to ensure 
	compatibility with Gecko, Opera 8, and WinIE 6.

2005-10-27  Wakaba  <w@suika.fam.cx>

	* Node.js (xmlVersion, xmlEncoding, xmlStandalone): Implemented.
	(getInnerHTML, getOuterHTML): Implemented using |../LS/SimpleSerializer.js|.

2005-10-26  Wakaba  <w@suika.fam.cx>

	* Node.js: Support for |HTML| module added.  Lots of DOM Core methods
	and attributes added.
	
	* HTML.js, Implementation.js: New scripts.

2005-10-25  Wakaba  <w@suika.fam.cx>

	* CSS.js, Events.js, Node.js, ChangeLog: New files.
