Skip to content

Commit

Permalink
Synchronize with BCD v5.5.47 (mdn#35526)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Aug 23, 2024
1 parent 167995d commit 4627dee
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/css/_doublecolon_-webkit-meter-bar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, <length-percentage>))`.
- `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).

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/max-height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("&lt;length-percentage&gt;")}})`
- : 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).

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/max-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("&lt;length-percentage&gt;")}})`
- : 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).

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/min-height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("&lt;length-percentage&gt;")}})`
- : 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).

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/min-width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("&lt;length-percentage&gt;")}})`
- : 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).

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("&lt;length-percentage&gt;")}})`
- : Uses the fit-content formula with the available space replaced by the specified argument, i.e. `min(max-content, max(min-content, <length-percentage>))`.
- `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).

Expand Down

0 comments on commit 4627dee

Please sign in to comment.