Skip to content

Commit

Permalink
new idea
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Jan 1, 2025
1 parent e35f8e3 commit 3c3a7c5
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions packages/docs/src/content/docs/start-here/strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ add `fsPath` (`public/beoe`) to `.gitignore`

## Pros and cons

| | `inline` | `data-url` | `file` |
| ------------------------------------------------------- | ------------ | ---------- | ------ |
| [Interactivity](/start-here/interactivity/) | yes | no | no |
| [Can be styled with CSS](/start-here/styling-with-css/) | yes | no | no |
| CSS conflicts | probably yes | no | no |
| [`<img alt="..." >`](/start-here/accessibility/) | no | yes | yes |
| DOM footprint | high | low | low |
| HTML footprint | high | high | low |
| | `inline` | `data-url` | `file` | `iframe` (1) |
| ------------------------------------------------------- | ------------ | ---------- | ------ | ------------- |
| [Interactivity](/start-here/interactivity/) | yes | no | no | yes |
| [Can be styled with CSS](/start-here/styling-with-css/) | yes | no | no | no |
| CSS conflicts | probably yes | no | no | no |
| [`<img alt="..." >`](/start-here/accessibility/) | no | yes | yes | yes (`title`) |
| DOM footprint | high | low | low | low |
| HTML footprint | high | high | low | low |

1: `iframe` is the new idea. **Not implemented**

0 comments on commit 3c3a7c5

Please sign in to comment.