Skip to content

Commit 2a32067

Browse files
author
dasathyakuma
committed
Fix iframe in docs missing title
1 parent 5a6d720 commit 2a32067

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

docs/framework/marko/examples/dynamic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Marko Dynamic Example
55
## Example
66

77
<iframe
8+
title="Marko JS virtual dynamic"
89
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/dynamic?embed=1&theme=dark"
910
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
1011
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

docs/framework/marko/examples/fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Marko Fixed Example
55
## Example
66

77
<iframe
8+
title="Marko JS virtual fixed"
89
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/fixed?embed=1&theme=dark"
910
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
1011
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

docs/framework/marko/examples/grid.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Marko Grid Example
55
## Example
66

77
<iframe
8+
title="Marko JS virtual grid"
89
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/grid?embed=1&theme=dark"
910
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
1011
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

docs/framework/marko/examples/infinite-scroll.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Marko Infinite Scroll Example
55
## Example
66

77
<iframe
8+
title="Marko JS virtual infinite scroll"
89
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/infinite-scroll?embed=1&theme=dark"
910
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
1011
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

docs/framework/marko/examples/smooth-scroll.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Marko Smooth Scroll Example
55
## Example
66

77
<iframe
8+
title="Marko JS virtual smooth scroll"
89
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/smooth-scroll?embed=1&theme=dark"
910
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
1011
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

docs/framework/marko/examples/variable.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Marko Variable Example
55
## Example
66

77
<iframe
8+
title="Marko JS virtual variable"
89
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/variable?embed=1&theme=dark"
910
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
1011
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

docs/framework/marko/examples/window.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Marko Window Example
55
## Example
66

77
<iframe
8+
title="Marko JS virtual window"
89
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/window?embed=1&theme=dark"
910
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
1011
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

0 commit comments

Comments
 (0)