Limitations
Actively on the roadmap:
- No
rowspanon tables.colspanworks. - CSS units beyond
px.emandremare not resolved yet.%works only onwidthandheight. - Forms.
<input>,<textarea>,<button>and<select>are not rendered yet. Planned for the core, pure JS via React Native'sTextInputandPressable. - Stylesheet features. Pseudo-classes such as
:first-childand:nth-child, attribute selectors such as[type="text"], and@mediaqueries are not supported yet. - Advanced CSS. Transforms, and flex or grid layout of HTML content.
- Table column sizing. Cell
widthattributes are honored: a row where every cell has a percent width distributes columns proportionally, and sized cells in a mixed row keep their width while the rest share the remainder. Columns without any width render equal-width, andwidthon<col>is ignored.
Progress is tracked in the repository's changelog and issues.