Skip to content

Commit

Permalink
Remove link to non-existent properties (#30998)
Browse files Browse the repository at this point in the history
* Remove link to non-existent properties

* Remove link from Fx 30 for devs
  • Loading branch information
teoli2003 authored Dec 18, 2023
1 parent d19e96e commit cdee001
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/30/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ page-type: firefox-release-notes
### CSS

- The property {{cssxref("background-blend-mode")}} has been enabled by default ([Firefox bug 970600](https://bugzil.la/970600)).
- The non-standard {{cssxref("overflow-clip-box")}} property has been implemented for use in UA stylesheets only ([Firefox bug 966992](https://bugzil.la/966992)).
- The non-standard `overflow-clip-box`")}}` property has been implemented for use in UA stylesheets only ([Firefox bug 966992](https://bugzil.la/966992)).
- The {{cssxref("line-height")}} property now affects single-line text inputs (`<input type=text|password|email|search|tel|url|unknown>` types) although it cannot shrink them below a line height of `1.0` ([Firefox bug 349259](https://bugzil.la/349259)).
- The {{cssxref("line-height")}} property now also affects `type=button`, with no restrictions ([Firefox bug 697451](https://bugzil.la/697451)).
- Change to keyframes' name does not affect current elements ([Firefox bug 978648](https://bugzil.la/978648)).
Expand Down
3 changes: 0 additions & 3 deletions files/en-us/web/css/mozilla_extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ Firefox supports a number of _Mozilla extensions to [CSS](/en-US/docs/Web/CSS)_,
- {{CSSxRef("-moz-image-region")}} {{deprecated_inline}}
- {{CSSxRef("-moz-orient")}} {{non-standard_inline}}
- {{CSSxRef("font-smooth", "-moz-osx-font-smoothing")}} {{non-standard_inline}}
- {{CSSxRef("overflow-clip-box")}} {{experimental_inline}} (To use inside the UA spreadsheet)
- {{CSSxRef("overflow-clip-box-block")}} {{experimental_inline}} (To use inside the UA spreadsheet)
- {{CSSxRef("overflow-clip-box-inline")}} {{experimental_inline}} (To use inside the UA spreadsheet)
- {{CSSxRef("-moz-user-focus")}} {{non-standard_inline}}
- {{CSSxRef("-moz-user-input")}} {{non-standard_inline}}
- {{CSSxRef("user-modify", "-moz-user-modify")}} {{non-standard_inline}}
Expand Down

0 comments on commit cdee001

Please sign in to comment.