summaryrefslogtreecommitdiff
path: root/javascript/jsapi/WebIDL/html.idl
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/jsapi/WebIDL/html.idl')
-rw-r--r--javascript/jsapi/WebIDL/html.idl31
1 files changed, 0 insertions, 31 deletions
diff --git a/javascript/jsapi/WebIDL/html.idl b/javascript/jsapi/WebIDL/html.idl
index 692c93ffc..94e7c75db 100644
--- a/javascript/jsapi/WebIDL/html.idl
+++ b/javascript/jsapi/WebIDL/html.idl
@@ -2,20 +2,6 @@
// retrived from http://www.whatwg.org/specs/web-apps/current-work/
// 23rd October 2012
-//interface Example {
- // this is an IDL definition
-//};
-
-// this block was from the URL parsing mandantory attribute section
-// but fails to define a real interface
-
-// attribute DOMString protocol;
-// attribute DOMString host;
-// attribute DOMString hostname;
-// attribute DOMString port;
-// attribute DOMString pathname;
-// attribute DOMString search;
-// attribute DOMString hash;
interface HTMLAllCollection : HTMLCollection {
// inherits length and item()
@@ -1316,23 +1302,6 @@ interface HTMLMeterElement : HTMLElement {
readonly attribute NodeList labels;
};
- void select();
- attribute unsigned long selectionStart;
- attribute unsigned long selectionEnd;
- attribute DOMString selectionDirection;
-
- void setRangeText(DOMString replacement);
- void setRangeText(DOMString replacement, unsigned long start, unsigned long end, optional SelectionMode selectionMode);
-
- void setSelectionRange(unsigned long start, unsigned long end, optional DOMString direction = "preserve");
-
-enum SelectionMode {
- "select",
- "start",
- "end",
- "preserve",
-};
-
interface ValidityState {
readonly attribute boolean valueMissing;
readonly attribute boolean typeMismatch;