From 57870abbace00cceda0b3ba71fce58eb44c949c3 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Tue, 14 Jan 2025 13:42:44 +0000 Subject: [PATCH 1/3] added the removed note for -moz-user-input --- files/en-us/mozilla/firefox/releases/135/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/135/index.md b/files/en-us/mozilla/firefox/releases/135/index.md index 279cf708730dc07..974505a72a218f3 100644 --- a/files/en-us/mozilla/firefox/releases/135/index.md +++ b/files/en-us/mozilla/firefox/releases/135/index.md @@ -20,6 +20,8 @@ This article provides information about the changes in Firefox 135 that affect d #### Removals +- The -moz-user-input CSS property has been removed. This property has been deprecated and no longer allows the disabling of input fields [Firefox bug 1935198](https://bugzil.la/1935198). + ### JavaScript #### Removals From 6c8257e1ccbd39f924313d1a8ce7a99648f8d33c Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 3 Feb 2025 16:06:51 +0000 Subject: [PATCH 2/3] Update files/en-us/mozilla/firefox/releases/135/index.md Co-authored-by: Brian Smith --- files/en-us/mozilla/firefox/releases/135/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/135/index.md b/files/en-us/mozilla/firefox/releases/135/index.md index 0987a18a55cb277..d7b63b22d9c2166 100644 --- a/files/en-us/mozilla/firefox/releases/135/index.md +++ b/files/en-us/mozilla/firefox/releases/135/index.md @@ -20,7 +20,7 @@ This article provides information about the changes in Firefox 135 that affect d #### Removals -- The -moz-user-input CSS property has been removed. This property has been deprecated and no longer allows the disabling of input fields [Firefox bug 1935198](https://bugzil.la/1935198). +- The `-moz-user-input` CSS property allowed you to disable input fields. The property is now deprecated and has been removed ([Firefox bug 1935198](https://bugzil.la/1935198)). ### JavaScript From be6f346a96963126f6676cfe91f09fa7723637eb Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 3 Feb 2025 16:14:29 +0000 Subject: [PATCH 3/3] Update files/en-us/mozilla/firefox/releases/135/index.md Co-authored-by: Brian Smith --- files/en-us/mozilla/firefox/releases/135/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/135/index.md b/files/en-us/mozilla/firefox/releases/135/index.md index d7b63b22d9c2166..ced84db7c8c19a0 100644 --- a/files/en-us/mozilla/firefox/releases/135/index.md +++ b/files/en-us/mozilla/firefox/releases/135/index.md @@ -20,7 +20,7 @@ This article provides information about the changes in Firefox 135 that affect d #### Removals -- The `-moz-user-input` CSS property allowed you to disable input fields. The property is now deprecated and has been removed ([Firefox bug 1935198](https://bugzil.la/1935198)). +- The [`-moz-user-input`](/en-US/docs/Web/CSS/-moz-user-input) CSS property allowed you to disable input fields. The property is now deprecated and has been removed ([Firefox bug 1935198](https://bugzil.la/1935198)). ### JavaScript