Skip to content

Commit aa036e3

Browse files
OnkarRuikarbsmthgithub-actions[bot]
authored
Synchronize with BCD v7.1.10 (mdn#41390)
* Synchronize with BCD v7.1.10 * Apply suggestion from @github-actions[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: OnkarRuikar <OnkarRuikar@users.noreply.github.com> Co-authored-by: Brian Smith <brian@smith.berlin> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 260db28 commit aa036e3

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

files/en-us/web/api/cssstyledeclaration/cssfloat/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ title: "CSSStyleDeclaration: cssFloat property"
33
short-title: cssFloat
44
slug: Web/API/CSSStyleDeclaration/cssFloat
55
page-type: web-api-instance-property
6+
status:
7+
- deprecated
68
browser-compat: api.CSSStyleDeclaration.cssFloat
79
---
810

9-
{{APIRef("CSSOM")}}
11+
{{APIRef("CSSOM")}}{{deprecated_header}}
1012

1113
The **`cssFloat`** property of the {{domxref("CSSStyleDeclaration")}} interface returns the result of invoking {{DOMxRef("CSSStyleDeclaration.getPropertyValue()")}} with `float` as an argument.
1214

files/en-us/web/api/cssstyledeclaration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A `CSSStyleDeclaration` object can be exposed using three different APIs:
2626

2727
### CSS Properties
2828

29-
- {{DOMxRef("CSSStyleDeclaration.cssFloat", "CSSStyleDeclaration.cssFloat")}}
29+
- {{DOMxRef("CSSStyleDeclaration.cssFloat", "CSSStyleDeclaration.cssFloat")}} {{deprecated_inline}}
3030
- : Special alias for the {{CSSxRef("float")}} CSS property.
3131
- `CSSStyleDeclaration` named properties
3232
- : Dashed and camel-cased attributes for all supported CSS properties.

files/en-us/web/css/@position-try/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
title: "@position-try"
33
slug: Web/CSS/@position-try
44
page-type: css-at-rule
5-
status:
6-
- experimental
75
browser-compat: css.at-rules.position-try
86
sidebar: cssref
97
---
108

11-
{{SeeCompatTable}}
12-
139
The **`@position-try`** [CSS](/en-US/docs/Web/CSS) [at-rule](/en-US/docs/Web/CSS/CSS_syntax/At-rule) is used to define a custom position try fallback option, which can be used to define positioning and alignment for anchor-positioned elements. One or more sets of position try fallback options can be applied to the anchored element via the {{cssxref("position-try-fallbacks")}} property or {{cssxref("position-try")}} shorthand. When the positioned element is moved to a position where it starts to overflow its containing block or the viewport, the browser will select the first position try fallback option it finds that places the positioned element fully back on-screen.
1410

1511
Each position option is named with a {{cssxref("dashed-ident")}} and contains a descriptor list specifying declarations that define information such as inset position, margin, sizing, and self-alignment. The `<dashed-ident>` is used to reference the custom position option in the {{cssxref("position-try-fallbacks")}} property and {{cssxref("position-try")}} shorthand.

0 commit comments

Comments
 (0)