From 305f0346696ac0ae392a3ab256d7a894e93c45ef Mon Sep 17 00:00:00 2001 From: Wouter Scherphof Date: Fri, 10 Jan 2014 20:55:10 +0100 Subject: [PATCH] Removed the dropped limitations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4abbc7..633faa0 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ All tree elements provide, apart from `:select` and `()`, the following accessor - `.deeperclasses` as `.deeperelements`, but keyed on class name ##Limitations -- Attribute values in selector strings cannot contain any spaces, nor any of `#`, `[`, `]`, `:`, `(`, or `)` +- Attribute values in selector strings cannot contain any spaces - The spaces before and after the `>` in a `parent > child` relation are mandatory - `line1
line2

")`, `root.nodes[1]:getcontent()` is `"line1
line2"`, while `root.nodes[1].nodes[1].name` is `"br"`