Skip to content

Commit 3c3a7c5

Browse files
committed
new idea
1 parent e35f8e3 commit 3c3a7c5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

packages/docs/src/content/docs/start-here/strategy.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ add `fsPath` (`public/beoe`) to `.gitignore`
6464

6565
## Pros and cons
6666

67-
| | `inline` | `data-url` | `file` |
68-
| ------------------------------------------------------- | ------------ | ---------- | ------ |
69-
| [Interactivity](/start-here/interactivity/) | yes | no | no |
70-
| [Can be styled with CSS](/start-here/styling-with-css/) | yes | no | no |
71-
| CSS conflicts | probably yes | no | no |
72-
| [`<img alt="..." >`](/start-here/accessibility/) | no | yes | yes |
73-
| DOM footprint | high | low | low |
74-
| HTML footprint | high | high | low |
67+
| | `inline` | `data-url` | `file` | `iframe` (1) |
68+
| ------------------------------------------------------- | ------------ | ---------- | ------ | ------------- |
69+
| [Interactivity](/start-here/interactivity/) | yes | no | no | yes |
70+
| [Can be styled with CSS](/start-here/styling-with-css/) | yes | no | no | no |
71+
| CSS conflicts | probably yes | no | no | no |
72+
| [`<img alt="..." >`](/start-here/accessibility/) | no | yes | yes | yes (`title`) |
73+
| DOM footprint | high | low | low | low |
74+
| HTML footprint | high | high | low | low |
75+
76+
1: `iframe` is the new idea. **Not implemented**

0 commit comments

Comments
 (0)