From 8dd044f241e97d7e9ba5862125c7e988056810ea Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Fri, 21 Jun 2024 12:31:49 +0100 Subject: [PATCH] Update files/en-us/web/api/view_transitions_api/using/index.md Co-authored-by: Vadim Makeev --- .../api/view_transitions_api/using/index.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/files/en-us/web/api/view_transitions_api/using/index.md b/files/en-us/web/api/view_transitions_api/using/index.md index 8ce9ced3d9d6d51..fc6b8e21ea3503f 100644 --- a/files/en-us/web/api/view_transitions_api/using/index.md +++ b/files/en-us/web/api/view_transitions_api/using/index.md @@ -493,6 +493,7 @@ Let's explore what this looks like with a simple example HTML document: ```html + @@ -505,15 +506,16 @@ Let's explore what this looks like with a simple example HTML document: #lead-content element is visible and fully parsed before activating the transition --> - -

Page title

- -
-
The first section
-
The second section
-
- + +

Page title

+ +
+
The first section
+
The second section
+
+ + ``` The result is that document rendering is blocked until the lead content `
` has been parsed, ensuring a consistent view transition.