Skip to content

Commit

Permalink
Auto merge of #408 - kornelski:patch-1, r=jdm
Browse files Browse the repository at this point in the history
Note RcDom deprecation and removal
  • Loading branch information
bors-servo authored Dec 19, 2019
2 parents f17809c + bc448cb commit 7477e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7477e3d

Please sign in to comment.