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.