Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove -moz-context-properties CSS property from MDN #15083

Merged
merged 1 commit into from
Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -90296,23 +90296,6 @@
"teoli"
]
},
"Web/CSS/-moz-context-properties": {
"modified": "2020-10-15T21:54:13.148Z",
"contributors": [
"mfuji09",
"Sheppy",
"wbamberg",
"ddbeck",
"chrisdavidmills",
"teoli",
"ExE-Boss",
"fscholz",
"mfluehr",
"robinwhittleton",
"Jonathan_Watt",
"sfoster"
]
},
"Web/CSS/-moz-float-edge": {
"modified": "2020-10-15T21:15:25.650Z",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/55/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Firefox 55 was released on August 8, 2017. This article lists key changes that a
- \[css-grid] {{cssxref("fit-content")}} unexpectedly reserves space for full clamp size in {{cssxref("repeat", "repeat()")}} ({{bug(1359060)}}).
- The {{cssxref("float")}} / {{cssxref("clear")}} logical values — `inline-start` and `inline-end` — which were previously implemented but preffed off in release channels, are now available in all channels by default ({{bug(1253919)}}).
- The `layout.css.variables.enabled` preference has been removed completely meaning that the [CSS variables](/en-US/docs/Web/CSS/Using_CSS_custom_properties) feature is enabled all the time and can no longer be disabled ({{bug(1312328)}}).
- Implemented the proprietary {{cssxref("-moz-context-properties")}} property ({{bug(1058040)}}).
- Implemented the proprietary `-moz-context-properties` property ({{bug(1058040)}}).
- Zero (0) angle value without degree unit is not correctly interpreted in {{cssxref("linear-gradient", "linear-gradient()")}} ({{bug(1363292)}}).
- The {{cssxref("::cue")}} pseudo-element is now supported; it matches on text cues presented within a media element ({{bug(1318542)}}).

Expand Down
98 changes: 0 additions & 98 deletions files/en-us/web/css/-moz-context-properties/index.md

This file was deleted.

1 change: 0 additions & 1 deletion files/en-us/web/css/mozilla_extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Mozilla applications such as Firefox support a number of special **Mozilla exten

### C–I

- {{CSSxRef("-moz-context-properties")}}
- {{CSSxRef("-moz-float-edge")}}
- {{CSSxRef("-moz-force-broken-image-icon")}}
- {{CSSxRef("-moz-image-region")}}
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/svg/attribute/fill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,5 +543,3 @@ For {{SVGElement('tspan')}}, `fill` is a presentation attribute that defines the
## Browser compatibility

{{Compat}}

> **Note:** For information on using the `context-fill` (and `context-stroke`) values from HTML documents, see the documentation for the non-standard {{cssxref("-moz-context-properties")}} property.
2 changes: 0 additions & 2 deletions files/en-us/web/svg/attribute/stroke/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,3 @@ html,body,svg { height:100% }
## Browser compatibility

{{Compat}}

> **Note:** For information on using the `context-stroke` (and `context-fill`) values from HTML documents, see the documentation for the non-standard {{cssxref("-moz-context-properties")}} property.