diff --git a/docs/ROADMAP.rst b/docs/ROADMAP.rst index ff745a2bcc..eaa93038c2 100644 --- a/docs/ROADMAP.rst +++ b/docs/ROADMAP.rst @@ -146,7 +146,8 @@ Widgets Others ~~~~~~ - +- |uncheck| `em`, `ch`, `vw/vh` units +- |uncheck| `astect-ratio` as size - |uncheck| More grid features. E.g. repeat(auto-fill, minmax( px, 1fr)) - |uncheck| Named grid cells to allow updating layouts without touching the children (like CSS `grid-template-areas`) - |uncheck| Scene support. See `this comment `__