Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jul 28, 2024
1 parent cc35a94 commit eeb8eb4
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,15 @@ Blitz is currently **experimental**. We are actively working on bringing into a
- [x] Gradients
- [x] Border/Outline
- [x] Raster images (png, jpeg, etc)
- [ ] SVG
- [x] Zoom
- [] SVG
- [x] External SVGs (basic support)
- [ ] Inline SVGs
- [ ] Shadows
- [ ] Animations/Transitions
- [ ] Standard form controls (Checkbox/Dropdown/slider/etc)
- [ ] Custom widgets
- [ ] Shadow elements
- [x] Zoom
- [ ] Zoom needs to shrink available UI space (for responsive stuff)

### Layout

Expand All @@ -104,9 +105,9 @@ Blitz is currently **experimental**. We are actively working on bringing into a
- [ ] Table
- [ ] Z-index
- [ ] Additional CSS features
- [x] `box-sizing: content-box`
- [ ] `calc()`
- [ ] `position: static`
- [ ] `box-sizing: content-box`
- [ ] `direction: rtl`
- [ ] `transform`

Expand All @@ -115,7 +116,7 @@ Blitz is currently **experimental**. We are actively working on bringing into a
- [ ] Font loading
- [x] System font loading
- [ ] Web font loading
- [ ] Text
- [x] Text
- [x] Shaping / Bidi
- [x] Layout / line breaking
- [x] Font size / line height
Expand All @@ -131,23 +132,23 @@ Blitz is currently **experimental**. We are actively working on bringing into a
- [ ] Any `overflow: scroll` element
- [x] Hover detection
- [x] Click handling
- [ ] Text input
- [x] Text input

### Performance

- [x] Hot reloading
- [ ] Scrolling without re-resolving style and layout
- [ ] Style caching
- [ ] Layout caching
- [ ] Hot reloading


### Other

- [x] Multiwindow
- [ ] Hooks for context menu
- [ ] Accessibility tree
- [ ] Focus
- [x] Accessibility tree
- [x] Focus
- [ ] Devtools
- [ ] Hooks for context menu
- [ ] use_wgpu_context() to grab an element as an arbitrary render surface


Expand Down

0 comments on commit eeb8eb4

Please sign in to comment.