diff --git a/files/en-us/mozilla/firefox/releases/87/index.html b/files/en-us/mozilla/firefox/releases/87/index.html
index b72ab23ba030a0f..b1a05df2a290c1e 100644
--- a/files/en-us/mozilla/firefox/releases/87/index.html
+++ b/files/en-us/mozilla/firefox/releases/87/index.html
@@ -42,6 +42,23 @@
CSS
Removals
+ - The following Firefox-specific theme-related media features have been disabled for use in web pages ({{bug(787521)}}):
+
+ -moz-mac-graphite-theme
+ -moz-mac-lion-theme
+ -moz-maemo-classic
+ -moz-windows-classic
+ -moz-windows-compositor
+ -moz-windows-default-theme
+ -moz-windows-theme
+ -moz-scrollbar-end-backward
+ -moz-scrollbar-end-forward
+ -moz-scrollbar-start-backward
+ -moz-scrollbar-start-forward
+ -moz-scrollbar-thumb-proportional
+ -moz-menubar-drag
+
+
- The non-standard values of {{cssxref("caption-side")}} (
left
, right
, top-outside
, and bottom-outside
) have been removed and placed behind the layout.css.caption-side-non-standard.enabled
flag ({{bug(1688695)}}).
- The {{HTMLElement("link")}} element is no longer matched by {{cssxref(":link")}}, {{cssxref(":visited")}}, or {{cssxref(":any-link")}}. This aligns the behavior in Firefox to existing behavior in Chrome and to a recent spec change ({{bug(1687538)}}).
diff --git a/files/en-us/web/css/mozilla_extensions/index.html b/files/en-us/web/css/mozilla_extensions/index.html
index 06025ab1b6ea825..199647b7c429b3a 100644
--- a/files/en-us/web/css/mozilla_extensions/index.html
+++ b/files/en-us/web/css/mozilla_extensions/index.html
@@ -643,22 +643,10 @@
- - {{CSSxRef("@media/-moz-mac-graphite-theme", "-moz-mac-graphite-theme")}}{{gecko_minversion_inline("1.9.2")}}
- - {{CSSxRef("@media/-moz-maemo-classic", "-moz-maemo-classic")}}{{gecko_minversion_inline("1.9.2")}}
- {{CSSxRef("@media/-moz-device-pixel-ratio", "-moz-device-pixel-ratio")}}{{gecko_minversion_inline("2.0")}}
- {{CSSxRef("@media/-moz-os-version", "-moz-os-version")}}
- - {{CSSxRef("@media/-moz-scrollbar-end-backward", "-moz-scrollbar-end-backward")}}{{gecko_minversion_inline("1.9.2")}}
- - {{CSSxRef("@media/-moz-scrollbar-end-forward", "-moz-scrollbar-end-forward")}}{{gecko_minversion_inline("1.9.2")}}
- - {{CSSxRef("@media/-moz-scrollbar-start-backward", "-moz-scrollbar-start-backward")}}{{gecko_minversion_inline("1.9.2")}}
- - {{CSSxRef("@media/-moz-scrollbar-start-forward", "-moz-scrollbar-start-forward")}}{{gecko_minversion_inline("1.9.2")}}
- - {{CSSxRef("@media/-moz-scrollbar-thumb-proportional", "-moz-scrollbar-thumb-proportional")}}{{gecko_minversion_inline("1.9.2")}}
- {{CSSxRef("@media/-moz-touch-enabled", "-moz-touch-enabled")}}{{gecko_minversion_inline("1.9.2")}}
- - {{CSSxRef("@media/-moz-windows-accent-color-in-titlebar", "-moz-windows-accent-color-in-titlebar")}}
- - {{CSSxRef("@media/-moz-windows-classic", "-moz-windows-classic")}}{{gecko_minversion_inline("1.9.2")}}
- - {{CSSxRef("@media/-moz-windows-compositor", "-moz-windows-compositor")}}{{gecko_minversion_inline("1.9.2")}}
- - {{CSSxRef("@media/-moz-windows-default-theme", "-moz-windows-default-theme")}}{{gecko_minversion_inline("1.9.2")}}
- {{CSSxRef("@media/-moz-windows-glass", "-moz-windows-glass")}}
- - {{CSSxRef("@media/-moz-windows-theme", "-moz-windows-theme")}}{{gecko_minversion_inline("2.0")}}