From eb735d3cd022b9fc8284b2e86570a8db5854d56a Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Fri, 6 Jun 2014 01:43:58 +0530 Subject: Frame Element --- test/dom1-interfaces.xml | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) (limited to 'test/dom1-interfaces.xml') diff --git a/test/dom1-interfaces.xml b/test/dom1-interfaces.xml index 0c2488e..25d29d8 100644 --- a/test/dom1-interfaces.xml +++ b/test/dom1-interfaces.xml @@ -160,6 +160,25 @@ See W3C License http://www.w3.org/Consortium/Legal/ for more details. + + +

Returns the Element whoseidis given by elementId. If no such element exists, returnsnull. Behavior is not defined if more than one element has thisid.

+
+ + + +

The uniqueidvalue for an element.

+
+ +
+ + +

The matching element.

+
+
+ +
+

Creates an emptyDocumentFragmentobject.

@@ -1564,24 +1583,6 @@ See W3C License http://www.w3.org/Consortium/Legal/ for more details.
- - -

Returns the Element whoseidis given by elementId. If no such element exists, returnsnull. Behavior is not defined if more than one element has thisid.

-
- - - -

The uniqueidvalue for an element.

-
- -
- - -

The matching element.

-
-
- -

Returns the (possibly empty) collection of elements whosenamevalue is given byelementName.

@@ -3606,6 +3607,11 @@ See W3C License http://www.w3.org/Consortium/Legal/ for more details.

A URI designating the initial frame contents. See thesrc attribute definitionin HTML 4.0.

+ + +

+ + -- cgit v1.2.3