Skip to content

Commit

Permalink
Synchronize with BCD v5.6.15 (#36765)
Browse files Browse the repository at this point in the history
Co-authored-by: OnkarRuikar <[email protected]>
  • Loading branch information
OnkarRuikar and OnkarRuikar authored Nov 14, 2024
1 parent c7416fd commit 6e20584
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/api/window/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,11 @@ Listen to these events using [`addEventListener()`](/en-US/docs/Web/API/EventTar
- : Fired when the fragment identifier of the URL has changed (the part of the URL beginning with and following the `#` symbol).
- {{domxref("Window/pagehide_event", "pagehide")}}
- : Sent when the browser hides the current document while in the process of switching to displaying in its place a different document from the session's history. This happens, for example, when the user clicks the Back button or when they click the Forward button to move ahead in session history.
- {{domxref("Window.pagereveal_event", "pagereveal")}} {{experimental_inline}}
- {{domxref("Window.pagereveal_event", "pagereveal")}}
- : Fired when a document is first rendered, either when loading a fresh document from the network or activating a document (either from [back/forward cache](/en-US/docs/Glossary/bfcache) (bfcache) or [prerender](/en-US/docs/Glossary/Prerender)).
- {{domxref("Window/pageshow_event", "pageshow")}}
- : Sent when the browser makes the document visible due to navigation tasks, including not only when the page is first loaded, but also situations such as the user navigating back to the page after having navigated to another within the same tab.
- {{domxref("Window.pageswap_event", "pageswap")}} {{experimental_inline}}
- {{domxref("Window.pageswap_event", "pageswap")}}
- : Fired when a document is about to be unloaded due to a navigation.
- {{domxref("Window/popstate_event", "popstate")}}
- : Fired when the active history entry changes.
Expand Down
4 changes: 1 addition & 3 deletions files/en-us/web/api/window/pagereveal_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ title: "Window: pagereveal event"
short-title: pagereveal
slug: Web/API/Window/pagereveal_event
page-type: web-api-event
status:
- experimental
browser-compat: api.Window.pagereveal_event
---

{{APIRef("HTML DOM")}}{{seecompattable}}
{{APIRef("HTML DOM")}}

The **`pagereveal`** event is fired when a document is first rendered, either when loading a fresh document from the network or activating a document (either from [back/forward cache](/en-US/docs/Glossary/bfcache) (bfcache) or [prerender](/en-US/docs/Glossary/Prerender)).

Expand Down
4 changes: 1 addition & 3 deletions files/en-us/web/api/window/pageswap_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ title: "Window: pageswap event"
short-title: pageswap
slug: Web/API/Window/pageswap_event
page-type: web-api-event
status:
- experimental
browser-compat: api.Window.pageswap_event
---

{{APIRef("HTML DOM")}}{{seecompattable}}
{{APIRef("HTML DOM")}}

The **`pageswap`** event is fired when you navigate across documents, when the previous document is about to unload.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/li/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attrib

- `value`
- : This integer attribute indicates the current ordinal value of the list item as defined by the {{HTMLElement("ol")}} element. The only allowed value for this attribute is a number, even if the list is displayed with Roman numerals or letters. List items that follow this one continue numbering from the value set. This attribute has no meaning for unordered lists ({{HTMLElement("ul")}}) or for menus ({{HTMLElement("menu")}}).
- `type` {{Deprecated_inline}} {{Non-standard_Inline}}
- `type` {{Deprecated_inline}}

- : This character attribute indicates the numbering type:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Cross-Origin-Opener-Policy: noopener-allow-popups

Otherwise documents with `same-origin-allow-popups` will only open and be opened in the same BCG if both documents are same-origin and have the `same-origin-allow-popups` directive.

- `noopener-allow-popups`
- `noopener-allow-popups` {{experimental_inline}}

- : Documents with this directive are always opened into a new BCG, except when opened by navigating from a document that also has `noopener-allow-popups`.
It is used to support cases where there is a need to process-isolate _same-origin_ documents.
Expand Down

0 comments on commit 6e20584

Please sign in to comment.