From bc448cb06d7d37f8c56b46e0d549ded32bbf4c11 Mon Sep 17 00:00:00 2001 From: Kornel Date: Thu, 19 Dec 2019 18:00:52 +0000 Subject: [PATCH] Note RcDom deprecation and removal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80552df3..af271143 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Run `cargo doc` in the repository root to build local documentation under `targe ## Details -html5ever uses callbacks to manipulate the DOM, so it works with your choice of DOM representation. A simple reference-counted DOM is included. +html5ever uses callbacks to manipulate the DOM, and does not provide any DOM tree representation. html5ever exclusively uses UTF-8 to represent strings. In the future it will support other document encodings (and UCS-2 `document.write`) by converting input.