From 3e1a932b419d8a88f9fbc96240be4c28dfd695ff Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 21 Feb 2014 11:39:41 -0700 Subject: [PATCH] Added disclaimer about attribute names. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8344c1c..746ab4d 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,10 @@ issues known issues that are not presently on the roadmap: * Some autocorrection is done automatically. * Per the spec, many legacy tags are admitted and correctly handled, even though they are technically not part of HTML5. +- Attribute names and values: Due to the implementation details of the + PHP implementation of DOM, attribute names that do not follow the + XML 1.0 standard are not inserted into the DOM. (Effectively, they + are ignored.) If you've got a clever fix for this, jump in! - Processor Instructions: The HTML5 spec does not allow processor instructions. We do. Since this is a server-side library, we think this is useful. And that means, dear reader, that in some cases you