summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-08-27 15:33:43 -0400
committerMatt Farina <[email protected]>2013-08-27 15:33:43 -0400
commite7d8e6d3042db2d1f6440b63f9e28e43e05d6517 (patch)
tree5750b04c8fb8fb43f6a72573d8b1978cd9ad4751
parent66d8afdb4bbbd4bfc8e26b3996313c1e82a81de6 (diff)
#12 Added a comment to the readme that the parser does not support XML style namespaces via :. This is because html5 does not support them. For more information see http://www.w3.org/TR/html5/infrastructure.html#namespaces
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4517fb..8325039 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,9 @@ So tags are serialized according to these rules:
Please check the issue queue for a full list, but the following are
issues known issues that are not presently on the roadmap:
+- Namespaces: HTML5 only [supports a selected list of namespaces](http://www.w3.org/TR/html5/infrastructure.html#namespaces)
+ and they do not operate in the same way as XML namespaces. A `:` has no special
+ meaning. The parser does not support XML style namespaces via `:`.
- Scripts: This parser does not contain a JavaScript or a CSS
interpreter. While one may be supplied, not all features will be
supported.