Skip to content

Commit 9771a0d

Browse files
committed
Synchronize with BCD v5.5.17
1 parent 5009121 commit 9771a0d

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

files/en-us/web/api/element/ariabraillelabel/index.md

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

9-
{{DefaultAPISidebar("DOM")}}
11+
{{APIRef("DOM")}}{{SeeCompatTable}}
1012

1113
The **`ariaBrailleLabel`** property of the {{domxref("Element")}} interface reflects the value of the [`aria-braillelabel`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-braillelabel) attribute, which defines the ARIA braille label of the element.
1214

files/en-us/web/api/element/ariabrailleroledescription/index.md

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

9-
{{DefaultAPISidebar("DOM")}}
11+
{{APIRef("DOM")}}{{SeeCompatTable}}
1012

1113
The **`ariaBrailleRoleDescription`** property of the {{domxref("Element")}} interface reflects the value of the [`aria-brailleroledescription`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-brailleroledescription) attribute, which defines the ARIA braille role description of the element.
1214

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ _The `Element` interface also includes the following properties._
9494
- : A string reflecting the [`aria-atomic`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-atomic) attribute, which indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the [`aria-relevant`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-relevant) attribute.
9595
- {{domxref("Element.ariaAutoComplete")}}
9696
- : A string reflecting the [`aria-autocomplete`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-autocomplete) attribute, which indicates whether inputting text could trigger display of one or more predictions of the user's intended value for a combobox, searchbox, or textbox and specifies how predictions would be presented if they were made.
97-
- {{domxref("Element.ariaBrailleLabel")}}
97+
- {{domxref("Element.ariaBrailleLabel")}} {{experimental_inline}}
9898
- : A string reflecting the [`aria-braillelabel`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-braillelabel) attribute, which defines the braille label of the element.
99-
- {{domxref("Element.ariaBrailleRoleDescription")}}
99+
- {{domxref("Element.ariaBrailleRoleDescription")}} {{experimental_inline}}
100100
- : A string reflecting the [`aria-brailleroledescription`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-brailleroledescription) attribute, which defines the ARIA braille role description of the element.
101101
- {{domxref("Element.ariaBusy")}}
102102
- : A string reflecting the [`aria-busy`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-busy) attribute, which indicates whether an element is being modified, as assistive technologies may want to wait until the modifications are complete before exposing them to the user.

files/en-us/web/html/element/script/type/speculationrules/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ A `<script type="speculationrules">` element must contain a valid JSON structure
6565

6666
The JSON structure contains one or more fields at the top level, each one representing an action to define speculation rules for. At present the supported actions are:
6767

68-
- `"prefetch"` {{optional_inline}}
68+
- `"prefetch"` {{optional_inline}} {{experimental_inline}}
6969
- : Rules for potential future navigations that should have their associated document response body downloaded, leading to significant performance improvements when those documents are navigated to. Note that none of the subresources referenced by the page are downloaded.
70-
- `"prerender"` {{optional_inline}}
70+
- `"prerender"` {{optional_inline}} {{experimental_inline}}
7171
- : Rules for potential future navigations that should have their associated documents fully downloaded, rendered, and loaded into an invisible tab. This includes loading all subresources, running all JavaScript, and even loading subresources and performing data fetches started by JavaScript. When those documents are navigated to, navigations will be instant, leading to major performance improvements.
7272

7373
> **Note:** Consult the [Speculation Rules API](/en-US/docs/Web/API/Speculation_Rules_API) main page for full details on how to use prefetch and prerender effectively.
@@ -87,11 +87,11 @@ Each object can contain the following properties:
8787
- `"list"`
8888
- : Specifies that the URLs will come from a list, specified in the `"urls"` key. Note that the presence of a `"urls"` key implies `"source": "list"`, so it is optional.
8989

90-
- `"urls"`
90+
- `"urls"` {{experimental_inline}}
9191

9292
- : An array of strings representing a list of URLs to apply the rule to. These can be absolute or relative URLs. Relative URLs will be parsed relative to the document base URL (if inline in a document) or relative to the external resource URL (if externally fetched). `"urls"` and `"where"` cannot both be set in the same rule.
9393

94-
- `"where"`
94+
- `"where"` {{experimental_inline}}
9595

9696
- : An object representing the conditions by which the rule matches URLs contained in the associated document. Effectively, the `"where"` object represents a test that is performed on every link on the page to see whether the speculation rule is applied to it. `"where"` and `"urls"` cannot both be set in the same rule.
9797

@@ -112,7 +112,7 @@ Each object can contain the following properties:
112112

113113
`"where"` conditions can be nested multiple levels deep to create complex conditions, or you can choose to split them into separate rules to keep them simple. See [where examples](#where_syntax_examples) for more explanation, and multiple examples of use.
114114

115-
- `"eagerness"`
115+
- `"eagerness"` {{experimental_inline}}
116116

117117
- : A string providing a hint to the browser as to how eagerly it should prefetch/prerender link targets in order to balance performance advantages against resource overheads. Possible values are:
118118

@@ -127,19 +127,19 @@ Each object can contain the following properties:
127127

128128
If `"eagerness"` is not explicitly specified, list (`"urls"`) rules default to `immediate` and document (`"where"`) rules default to `conservative`. The browser takes this hint into consideration along with its own heuristics, so it may select a link that the author has hinted as less eager than another, if the less eager candidate is considered a better choice.
129129

130-
- `"expects_no_vary_search"`
130+
- `"expects_no_vary_search"` {{experimental_inline}}
131131

132132
- : A string providing a hint to the browser as to what {{httpheader("No-Vary-Search")}} header value will be set on responses for documents that it is receiving prefetch/prerender requests for. The browser can use this to determine ahead of time whether it is more useful to wait for an existing prefetch/prerender to finish, or start a new fetch request when the speculation rule is matched. See the [`"expects_no_vary_search"` example](#expects_no_vary_search_example) for more explanation of how this can be used.
133133

134-
- `"referrer_policy"`
134+
- `"referrer_policy"` {{experimental_inline}}
135135

136136
- : A string representing a specific referrer policy string to use when requesting the URLs specified in the rule — see [`Referrer-Policy`](/en-US/docs/Web/HTTP/Headers/Referrer-Policy) for possible values. The purpose of this is to allow the referring page to set a stricter policy specifically for the speculative request than the policy the page already has set (either by default, or by using `Referrer-Policy`).
137137

138138
> **Note:** A cross-site prefetch requires a referrer policy that is at least as strict as the default `"strict-origin-when-cross-origin"` value — so `"strict-origin-when-cross-origin"`, `"same-origin"`, `"strict-origin"`, or `"no-referrer"`. A laxer policy set in the speculation rules will override a stricter policy set on the referring page as long as it is still sufficiently strict for the cross-site case.
139139
140140
> **Note:** In the case of document rules, the matched link's specified referrer policy (e.g. using the [`referrerpolicy`](/en-US/docs/Web/HTML/Element/a#referrerpolicy) attribute) will be used, unless the rule specifies a policy that overrides it.
141141
142-
- `"relative_to"`
142+
- `"relative_to"` {{experimental_inline}}
143143

144144
- : A string specifying where you want links matched by URL to be matched relative to. The value can be one of:
145145

@@ -150,7 +150,7 @@ Each object can contain the following properties:
150150

151151
This key setting is only relevant for rules defined in an external file (set using the {{httpheader("Speculation-Rules")}} header). When rules are specified inside the same document they are being set for (i.e. in an inline `<script>` element), it makes no difference.
152152

153-
- `"requires"`
153+
- `"requires"` {{experimental_inline}}
154154

155155
- : An array of strings representing capabilities of the browser parsing the rule, which must be available if the rule is to be applied to the specified URLs.
156156

files/en-us/web/manifest/categories/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
title: categories
33
slug: Web/Manifest/categories
44
page-type: web-manifest-member
5-
status:
6-
- experimental
75
browser-compat: html.manifest.categories
86
---
97

10-
{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}{{SeeCompatTable}}
8+
{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}
119

1210
<table class="properties">
1311
<tbody>

0 commit comments

Comments
 (0)