From 4627deeb339b4d86fadc01199014f0c5385fb851 Mon Sep 17 00:00:00 2001 From: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Fri, 23 Aug 2024 06:56:11 +0530 Subject: [PATCH] Synchronize with BCD v5.5.47 (#35526) --- .../qualitylimitationreason/index.md | 4 +++- files/en-us/web/css/_doublecolon_-webkit-meter-bar/index.md | 3 ++- files/en-us/web/css/height/index.md | 2 +- files/en-us/web/css/max-height/index.md | 2 +- files/en-us/web/css/max-width/index.md | 2 +- files/en-us/web/css/min-height/index.md | 2 +- files/en-us/web/css/min-width/index.md | 2 +- files/en-us/web/css/width/index.md | 2 +- 8 files changed, 11 insertions(+), 8 deletions(-) diff --git a/files/en-us/web/api/rtcoutboundrtpstreamstats/qualitylimitationreason/index.md b/files/en-us/web/api/rtcoutboundrtpstreamstats/qualitylimitationreason/index.md index 2ef7dbe088ea8e5..e6c57bc22f2a31d 100644 --- a/files/en-us/web/api/rtcoutboundrtpstreamstats/qualitylimitationreason/index.md +++ b/files/en-us/web/api/rtcoutboundrtpstreamstats/qualitylimitationreason/index.md @@ -3,10 +3,12 @@ title: "RTCOutboundRtpStreamStats: qualityLimitationReason property" short-title: qualityLimitationReason slug: Web/API/RTCOutboundRtpStreamStats/qualityLimitationReason page-type: web-api-instance-property +status: + - experimental browser-compat: api.RTCStatsReport.type_outbound-rtp.qualityLimitationReason --- -{{APIRef("WebRTC")}} +{{APIRef("WebRTC")}}{{SeeCompatTable}} The **`qualityLimitationReason`** property of the {{domxref("RTCOutboundRtpStreamStats")}} dictionary is a string diff --git a/files/en-us/web/css/_doublecolon_-webkit-meter-bar/index.md b/files/en-us/web/css/_doublecolon_-webkit-meter-bar/index.md index fd777f031b3af4f..eeb8b22b71b4ae0 100644 --- a/files/en-us/web/css/_doublecolon_-webkit-meter-bar/index.md +++ b/files/en-us/web/css/_doublecolon_-webkit-meter-bar/index.md @@ -3,11 +3,12 @@ title: "::-webkit-meter-bar" slug: Web/CSS/::-webkit-meter-bar page-type: css-pseudo-element status: + - deprecated - non-standard browser-compat: css.selectors.-webkit-meter-bar --- -{{CSSRef}}{{Non-standard_header}} +{{CSSRef}}{{Non-standard_header}}{{deprecated_header}} The **`::-webkit-meter-bar`** [CSS](/en-US/docs/Web/CSS) [pseudo-element](/en-US/docs/Glossary/Pseudo-element) is a [WebKit extension](/en-US/docs/Web/CSS/WebKit_Extensions) that represents the background of a {{HTMLElement("meter")}} element. It is used for selecting and applying styles to the container of a meter gauge. diff --git a/files/en-us/web/css/height/index.md b/files/en-us/web/css/height/index.md index 1ed6515e08baa42..4a3e31925a90415 100644 --- a/files/en-us/web/css/height/index.md +++ b/files/en-us/web/css/height/index.md @@ -63,7 +63,7 @@ height: unset; - : Use the available space, but not more than [max-content](/en-US/docs/Web/CSS/max-content), i.e. `min(max-content, max(min-content, stretch))`. - `fit-content({{cssxref("<length-percentage>")}})` - : Uses the fit-content formula with the available space replaced by the specified argument, i.e. `min(max-content, max(min-content, ))`. -- `stretch` {{Experimental_Inline}} +- `stretch` - : Sets the height of the element's [margin box](/en-US/docs/Learn/CSS/Building_blocks/The_box_model#parts_of_a_box) to the height of its [containing block](/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block). It attempts to make the margin box fill the available space in the containing block, so in a way behaving similar to `100%` but applying the resulting size to the margin box rather than the box determined by [box-sizing](/en-US/docs/Web/CSS/box-sizing). diff --git a/files/en-us/web/css/max-height/index.md b/files/en-us/web/css/max-height/index.md index 3cd5d4e226f57d7..a97cccb6bc46191 100644 --- a/files/en-us/web/css/max-height/index.md +++ b/files/en-us/web/css/max-height/index.md @@ -56,7 +56,7 @@ max-height: unset; - : Use the available space, but not more than [max-content](/en-US/docs/Web/CSS/max-content), i.e. `min(max-content, max(min-content, stretch))`. - `fit-content({{cssxref("<length-percentage>")}})` - : Uses the `fit-content` formula with the available space replaced by the specified argument, i.e. `min(max-content, max(min-content, argument))`. -- `stretch` {{Experimental_Inline}} +- `stretch` - : Limits the maximum height of the element's [margin box](/en-US/docs/Learn/CSS/Building_blocks/The_box_model#parts_of_a_box) to the height of its [containing block](/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block). It attempts to make the margin box fill the available space in the containing block, so in a way behaving similar to `100%` but applying the resulting size to the margin box rather than the box determined by [box-sizing](/en-US/docs/Web/CSS/box-sizing). diff --git a/files/en-us/web/css/max-width/index.md b/files/en-us/web/css/max-width/index.md index dbab963d3ee9a2a..8be262fd0bf4c42 100644 --- a/files/en-us/web/css/max-width/index.md +++ b/files/en-us/web/css/max-width/index.md @@ -56,7 +56,7 @@ max-width: unset; - : Use the available space, but not more than [max-content](/en-US/docs/Web/CSS/max-content), i.e. `min(max-content, max(min-content, stretch))`. - `fit-content({{cssxref("<length-percentage>")}})` - : Uses the `fit-content` formula with the available space replaced by the specified argument, i.e. `min(max-content, max(min-content, argument))`. -- `stretch` {{Experimental_Inline}} +- `stretch` - : Limits the maximum width of the element's [margin box](/en-US/docs/Learn/CSS/Building_blocks/The_box_model#parts_of_a_box) to the width of its [containing block](/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block). It attempts to make the margin box fill the available space in the containing block, so in a way behaving similar to `100%` but applying the resulting size to the margin box rather than the box determined by [box-sizing](/en-US/docs/Web/CSS/box-sizing). diff --git a/files/en-us/web/css/min-height/index.md b/files/en-us/web/css/min-height/index.md index 228c84e55b43f6e..3644ead4827b4da 100644 --- a/files/en-us/web/css/min-height/index.md +++ b/files/en-us/web/css/min-height/index.md @@ -55,7 +55,7 @@ min-height: unset; - : Use the available space, but not more than [max-content](/en-US/docs/Web/CSS/max-content), i.e. `min(max-content, max(min-content, stretch))`. - `fit-content({{cssxref("<length-percentage>")}})` - : Uses the `fit-content` formula with the available space replaced by the specified argument, i.e. `min(max-content, max(min-content, argument))`. -- `stretch` {{Experimental_Inline}} +- `stretch` - : Limits the minimum height of the element's [margin box](/en-US/docs/Learn/CSS/Building_blocks/The_box_model#parts_of_a_box) to the height of its [containing block](/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block). It attempts to make the margin box fill the available space in the containing block, so in a way behaving similar to `100%` but applying the resulting size to the margin box rather than the box determined by [box-sizing](/en-US/docs/Web/CSS/box-sizing). diff --git a/files/en-us/web/css/min-width/index.md b/files/en-us/web/css/min-width/index.md index 15c3edc5675bb68..33d1faab6134401 100644 --- a/files/en-us/web/css/min-width/index.md +++ b/files/en-us/web/css/min-width/index.md @@ -59,7 +59,7 @@ min-width: unset; - : Use the available space, but not more than [`max-content`](/en-US/docs/Web/CSS/max-content), i.e. `min(max-content, max(min-content, stretch))`. - `fit-content({{cssxref("<length-percentage>")}})` - : Uses the `fit-content` formula with the available space replaced by the specified argument, i.e. `min(max-content, max(min-content, argument))`. -- `stretch` {{Experimental_Inline}} +- `stretch` - : Limits the minimum width of the element's [margin box](/en-US/docs/Learn/CSS/Building_blocks/The_box_model#parts_of_a_box) to the width of its [containing block](/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block). It attempts to make the margin box fill the available space in the containing block, so in a way behaving similar to `100%` but applying the resulting size to the margin box rather than the box determined by [box-sizing](/en-US/docs/Web/CSS/box-sizing). diff --git a/files/en-us/web/css/width/index.md b/files/en-us/web/css/width/index.md index e8137508b761e46..1845e025496aa0a 100644 --- a/files/en-us/web/css/width/index.md +++ b/files/en-us/web/css/width/index.md @@ -63,7 +63,7 @@ width: unset; - : Use the available space, but not more than [max-content](/en-US/docs/Web/CSS/max-content), i.e. `min(max-content, max(min-content, stretch))`. - `fit-content({{cssxref("<length-percentage>")}})` - : Uses the fit-content formula with the available space replaced by the specified argument, i.e. `min(max-content, max(min-content, ))`. -- `stretch` {{Experimental_Inline}} +- `stretch` - : Sets the width of the element's [margin box](/en-US/docs/Learn/CSS/Building_blocks/The_box_model#parts_of_a_box) to the width of its [containing block](/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block). It attempts to make the margin box fill the available space in the containing block, so in a way behaving similar to `100%` but applying the resulting size to the margin box rather than the box determined by [box-sizing](/en-US/docs/Web/CSS/box-sizing).