@webref/idl 3.22.5 → 3.22.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/SVG.idl CHANGED
@@ -13,7 +13,6 @@ interface SVGElement : Element {
13
13
  };
14
14
 
15
15
  SVGElement includes GlobalEventHandlers;
16
- SVGElement includes DocumentAndElementEventHandlers;
17
16
  SVGElement includes SVGElementInstance;
18
17
  SVGElement includes HTMLOrSVGElement;
19
18
 
@@ -1,7 +1,7 @@
1
1
  // GENERATED CONTENT - DO NOT EDIT
2
2
  // Content was automatically extracted by Reffy into webref
3
3
  // (https://github.com/w3c/webref)
4
- // Source: Compute Pressure Level 1 (https://wicg.github.io/compute-pressure/)
4
+ // Source: Compute Pressure Level 1 (https://w3c.github.io/compute-pressure/)
5
5
 
6
6
  enum PressureState { "nominal", "fair", "serious", "critical" };
7
7
 
package/contact-api.idl CHANGED
@@ -1,7 +1,7 @@
1
1
  // GENERATED CONTENT - DO NOT EDIT
2
2
  // Content was automatically extracted by Reffy into webref
3
3
  // (https://github.com/w3c/webref)
4
- // Source: Contact Picker API (https://w3c.github.io/contact-api/spec/)
4
+ // Source: Contact Picker API (https://w3c.github.io/contact-picker/spec/)
5
5
 
6
6
  [Exposed=Window]
7
7
  partial interface Navigator {
package/html.idl CHANGED
@@ -98,7 +98,6 @@ partial interface Document {
98
98
  // also has obsolete members
99
99
  };
100
100
  Document includes GlobalEventHandlers;
101
- Document includes DocumentAndElementEventHandlers;
102
101
 
103
102
  partial interface mixin DocumentOrShadowRoot {
104
103
  readonly attribute Element? activeElement;
@@ -131,7 +130,6 @@ interface HTMLElement : Element {
131
130
  };
132
131
 
133
132
  HTMLElement includes GlobalEventHandlers;
134
- HTMLElement includes DocumentAndElementEventHandlers;
135
133
  HTMLElement includes ElementContentEditable;
136
134
  HTMLElement includes HTMLOrSVGElement;
137
135
 
@@ -1905,7 +1903,9 @@ interface mixin GlobalEventHandlers {
1905
1903
  attribute EventHandler oncontextlost;
1906
1904
  attribute EventHandler oncontextmenu;
1907
1905
  attribute EventHandler oncontextrestored;
1906
+ attribute EventHandler oncopy;
1908
1907
  attribute EventHandler oncuechange;
1908
+ attribute EventHandler oncut;
1909
1909
  attribute EventHandler ondblclick;
1910
1910
  attribute EventHandler ondrag;
1911
1911
  attribute EventHandler ondragend;
@@ -1936,6 +1936,7 @@ interface mixin GlobalEventHandlers {
1936
1936
  attribute EventHandler onmouseout;
1937
1937
  attribute EventHandler onmouseover;
1938
1938
  attribute EventHandler onmouseup;
1939
+ attribute EventHandler onpaste;
1939
1940
  attribute EventHandler onpause;
1940
1941
  attribute EventHandler onplay;
1941
1942
  attribute EventHandler onplaying;
@@ -1983,12 +1984,6 @@ interface mixin WindowEventHandlers {
1983
1984
  attribute EventHandler onunload;
1984
1985
  };
1985
1986
 
1986
- interface mixin DocumentAndElementEventHandlers {
1987
- attribute EventHandler oncopy;
1988
- attribute EventHandler oncut;
1989
- attribute EventHandler onpaste;
1990
- };
1991
-
1992
1987
  typedef (DOMString or Function) TimerHandler;
1993
1988
 
1994
1989
  interface mixin WindowOrWorkerGlobalScope {
package/mathml-core.idl CHANGED
@@ -6,5 +6,4 @@
6
6
  [Exposed=Window]
7
7
  interface MathMLElement : Element { };
8
8
  MathMLElement includes GlobalEventHandlers;
9
- MathMLElement includes DocumentAndElementEventHandlers;
10
9
  MathMLElement includes HTMLOrSVGElement;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webref/idl",
3
3
  "description": "Web IDL definitions of the web platform",
4
- "version": "3.22.5",
4
+ "version": "3.22.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/w3c/webref.git"