From 5caf93c7a7e1edc24f93f204d0e15593f7be3513 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Fri, 11 Oct 2024 02:21:40 +0100 Subject: [PATCH] Remove blitz-dom's README --- packages/blitz-dom/README.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 packages/blitz-dom/README.md diff --git a/packages/blitz-dom/README.md b/packages/blitz-dom/README.md deleted file mode 100644 index 910d76be..00000000 --- a/packages/blitz-dom/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Blitz-dom - -This crate implements just the combination of stylo + taffy to provide resolution and layout for any HTML and CSS. - -CSS resolution works well (thanks to stylo) but the integration between the two is not yet done. - -Notably, not all of servo's concepts map onto taffy's, and we don't have psuedoelements or shadow doms implemented. - -In the future, we want this crate to support parallelization since stylo already does. Taffy is currently the limiting factor, as well as generally just designing good multithreaded solutions.