File tree 1 file changed +10
-8
lines changed
packages/docs/src/content/docs/start-here
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,13 @@ add `fsPath` (`public/beoe`) to `.gitignore`
64
64
65
65
## Pros and cons
66
66
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**
You can’t perform that action at this time.
0 commit comments