diff --git a/README.md b/README.md index b9c1c38..a81e655 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,10 @@ The API is still in flux, but should be finalized soon. The primary aim of this library is accuracy. If the document object differs from what the specification mandates, this is probably a bug. However, we are also constrained by PHP, which imposes various limtations. These are as follows: - Due to PHP's DOM being designed for XML, element and attribute names which are illegal in XML are mangled as recommended by the specification -- PHP's DOM does not allow comments to be inserted outside the root element. The parser will perform the insertions, but the comment nodes are then silently dropped - PHP's DOM has no special understanding of the HTML `