summaryrefslogtreecommitdiff
path: root/docs/Tokens
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-09-04 14:56:51 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-09-04 14:56:51 +0100
commit2fcb157f28b152ba32e89baddbd811b0d6e76b79 (patch)
tree30f96332ac7993ff4acf88b4892f922a80ddd393 /docs/Tokens
parent2fc4177a09cc6fc6706f84dbe157077a41b6e22b (diff)
downloadlibcss-2fcb157f28b152ba32e89baddbd811b0d6e76b79.tar.gz
libcss-2fcb157f28b152ba32e89baddbd811b0d6e76b79.tar.bz2
Strip trailing whitespace.
Diffstat (limited to 'docs/Tokens')
-rw-r--r--docs/Tokens8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Tokens b/docs/Tokens
index 907fabd..9535e81 100644
--- a/docs/Tokens
+++ b/docs/Tokens
@@ -54,13 +54,13 @@ Differences from the CSS3 Syntax module specification
2) escape follows CSS2.1. CSS3 defines it as:
escape ::= unicode | '\' [#x20-#x7E#x80-#xD7FF#xE000-#xFFFD#x10000-#x10FFFF]
3) urlchar omits ' and ):
- a) If ' is permitted verbatim then, as stringchar inherits from urlchar,
- single quoted strings may contain verbatim single quotes. This is
+ a) If ' is permitted verbatim then, as stringchar inherits from urlchar,
+ single quoted strings may contain verbatim single quotes. This is
clearly nonsense.
b) If ) is permitted verbatim then it becomes impossible to determine the
true end of URI. Thus, for sanity's sake, it's omitted here.
-4) stringchar explicitly includes ). See 3(b) for why it won't inherit it
+4) stringchar explicitly includes ). See 3(b) for why it won't inherit it
from urlchar as the spec implies.
-5) BOM ::= #xFEFF is omitted. It is assumed that any leading BOM will be
+5) BOM ::= #xFEFF is omitted. It is assumed that any leading BOM will be
stripped from the document before lexing occurs.