Skip to content

Commit

Permalink
Use Element browser compat data for copy/cut/paste events (mdn#17694)
Browse files Browse the repository at this point in the history
These events bubble, but there's really only one of each.

Note that the SVGGraphicsElement entries were actually not in BCD.
  • Loading branch information
foolip authored Jun 27, 2022
1 parent 88b02ff commit e0671a9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/document/copy_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Reference
- Web
- copy
browser-compat: api.Document.copy_event
browser-compat: api.Element.copy_event
---
{{APIRef}}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/document/cut_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Reference
- Web
- cut
browser-compat: api.Document.cut_event
browser-compat: api.Element.cut_event
---
{{APIRef}}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/document/paste_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Reference
- Web
- paste
browser-compat: api.Document.paste_event
browser-compat: api.Element.paste_event
---
{{APIRef}}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlelement/copy_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Reference
- Web
- copy
browser-compat: api.HTMLElement.copy_event
browser-compat: api.Element.copy_event
---
{{ APIRef("HTML DOM") }}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlelement/cut_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Reference
- Web
- cut
browser-compat: api.HTMLElement.cut_event
browser-compat: api.Element.cut_event
---
{{ APIRef("HTML DOM") }}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlelement/paste_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Reference
- Web
- paste
browser-compat: api.HTMLElement.paste_event
browser-compat: api.Element.paste_event
---
{{ APIRef("HTML DOM") }}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svggraphicselement/copy_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- Reference
- SVG
- SVG OM
browser-compat: api.SVGGraphicsElement.copy_event
browser-compat: api.Element.copy_event
---
{{APIRef}}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svggraphicselement/cut_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Reference
- SVG
- SVG OM
browser-compat: api.SVGGraphicsElement.cut_event
browser-compat: api.Element.cut_event
---
{{APIRef}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- Reference
- SVG
- SVG OM
browser-compat: api.SVGGraphicsElement.paste_event
browser-compat: api.Element.paste_event
---
{{APIRef}}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/window/copy_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Web
- Window
- copy
browser-compat: api.Window.copy_event
browser-compat: api.Element.copy_event
---
{{APIRef}}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/window/cut_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Reference
- Web
- Window
browser-compat: api.Window.cut_event
browser-compat: api.Element.cut_event
---
{{APIRef}}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/window/paste_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Web
- Window
- paste
browser-compat: api.Window.paste_event
browser-compat: api.Element.paste_event
---
{{APIRef}}

Expand Down

0 comments on commit e0671a9

Please sign in to comment.