From 17676b9b7c4bc063c8106cbb1211d9c070195111 Mon Sep 17 00:00:00 2001 From: Wouter Scherphof Date: Thu, 28 Mar 2013 12:40:47 +0100 Subject: [PATCH] Just a few more `'s --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4b3ad0..97bf98f 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ end - `"ancestor descendant"` - `"parent > child"` -Selectors can be combined; e.g. ".class:not([attribute]) element.class" +Selectors can be combined; e.g. `".class:not([attribute]) element.class"` ####Limitations -- Attribute values in selectors currently cannot contain any spaces, since space is interpreted as a delimiter between ancestor and descendant, parent and >, or > and child parts of the selector -- Likewise, for the parent > child relation, the spaces before and after the > are mandatory +- Attribute values in selectors currently cannot contain any spaces, since space is interpreted as a delimiter between `ancestor` and `descendant`, `parent` and `>`, or `>` and `child` parts of the selector +- Likewise, for the `parent > child` relation, the spaces before and after the `>` are mandatory ###Element type All tree elements provide, apart from `:select` and `()`, the following accessors: