Skip to content

Commit

Permalink
Remove page for deprecated <image> element (#32553)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Mar 5, 2024
1 parent d7eed89 commit 5afc72b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 49 deletions.
7 changes: 4 additions & 3 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/en-US/docs/-moz-locale-dir(ltr) /en-US/docs/Web/CSS/:-moz-locale-dir_ltr
/en-US/docs/-moz-locale-dir(rtl) /en-US/docs/Web/CSS/:-moz-locale-dir_rtl
/en-US/docs/::file-selector-button /en-US/docs/Web/CSS/::file-selector-button
/en-US/docs/<img> /en-US/docs/Web/HTML/Element/Img
/en-US/docs/<img> /en-US/docs/Web/HTML/Element/img
/en-US/docs/AJAX /en-US/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data
/en-US/docs/AJAX/Community /en-US/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data
/en-US/docs/AJAX/Getting_Started /en-US/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data
Expand Down Expand Up @@ -3645,8 +3645,8 @@
/en-US/docs/HTML/Element /en-US/docs/Web/HTML/Element
/en-US/docs/HTML/Element/HTMLHeadElement /en-US/docs/Web/API/HTMLHeadElement
/en-US/docs/HTML/Element/Heading_Elements /en-US/docs/Web/HTML/Element/Heading_Elements
/en-US/docs/HTML/Element/Img /en-US/docs/Web/HTML/Element/Img
/en-US/docs/HTML/Element/Img-redirect-1 /en-US/docs/Web/HTML/Element/Img
/en-US/docs/HTML/Element/Img /en-US/docs/Web/HTML/Element/img
/en-US/docs/HTML/Element/Img-redirect-1 /en-US/docs/Web/HTML/Element/img
/en-US/docs/HTML/Element/Input /en-US/docs/Web/HTML/Element/Input
/en-US/docs/HTML/Element/Input-redirect-1 /en-US/docs/Web/HTML/Element/Input
/en-US/docs/HTML/Element/a /en-US/docs/Web/HTML/Element/a
Expand Down Expand Up @@ -12221,6 +12221,7 @@
/en-US/docs/Web/HTML/Element/h4 /en-US/docs/Web/HTML/Element/Heading_Elements
/en-US/docs/Web/HTML/Element/h5 /en-US/docs/Web/HTML/Element/Heading_Elements
/en-US/docs/Web/HTML/Element/h6 /en-US/docs/Web/HTML/Element/Heading_Elements
/en-US/docs/Web/HTML/Element/image /en-US/docs/Web/HTML/Element/img
/en-US/docs/Web/HTML/Element/input/<input_type=_col_> /en-US/docs/Web/HTML/Element/col
/en-US/docs/Web/HTML/Element/input/<input_type=_colgroup_> /en-US/docs/Web/HTML/Element/colgroup
/en-US/docs/Web/HTML/Element/input/Date_and_time_formats /en-US/docs/Web/HTML/Date_and_time_formats
Expand Down
12 changes: 0 additions & 12 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -94858,18 +94858,6 @@
"jorh"
]
},
"Web/HTML/Element/image": {
"modified": "2020-10-15T21:25:09.630Z",
"contributors": [
"teoli",
"Sheppy",
"chearon",
"slimsag",
"Jeremie",
"dustindowell",
"msherefel"
]
},
"Web/HTML/Element/img": {
"modified": "2020-12-03T01:54:55.358Z",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/40/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Improvement in our experimental Web Animations implementation, mostly to match l

#### DOM & HTML DOM

- When unable to parse the [`srcset`](/en-US/docs/Web/HTML/Element/image#srcset), the {{domxref("HTMLImageElement.currentSrc")}} method doesn't return `null` anymore but `""`, as requested by the latest specification ([Firefox bug 1139560](https://bugzil.la/1139560)).
- When unable to parse the [`srcset`](/en-US/docs/Web/HTML/Element/img#srcset), the {{domxref("HTMLImageElement.currentSrc")}} method doesn't return `null` anymore but `""`, as requested by the latest specification ([Firefox bug 1139560](https://bugzil.la/1139560)).
- Like for images, Firefox now throttles {{domxref("Window.requestAnimationFrame()")}} for non-visible {{HTMLElement("iframe")}} ([Firefox bug 1145439](https://bugzil.la/1145439)).
- {{domxref("Navigator.taintEnabled")}} is no longer available for Web workers ([Firefox bug 1154878](https://bugzil.la/1154878)).

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/cors_enabled_image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In short, this configures the server to allow graphic files (those with the exte

Now that the server has been configured to allow retrieval of the images cross-origin, we can write the code that allows the user to save them to [local storage](/en-US/docs/Web/API/Web_Storage_API), just as if they were being served from the same domain the code is running on.

The key is to use the [`crossorigin`](/en-US/docs/Web/HTML/Element/image#crossorigin) attribute by setting {{domxref("HTMLImageElement.crossOrigin", "crossOrigin")}} on the {{domxref("HTMLImageElement")}} into which the image will be loaded. This tells the browser to request cross-origin access when downloading the image data.
The key is to use the [`crossorigin`](/en-US/docs/Web/HTML/Element/img#crossorigin) attribute by setting {{domxref("HTMLImageElement.crossOrigin", "crossOrigin")}} on the {{domxref("HTMLImageElement")}} into which the image will be loaded. This tells the browser to request cross-origin access when downloading the image data.

#### Starting the download

Expand Down
32 changes: 0 additions & 32 deletions files/en-us/web/html/element/image/index.md

This file was deleted.

0 comments on commit 5afc72b

Please sign in to comment.