From 309c450aff8aa2e148884d8db3a9ac759348b8ae Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 10 Apr 2016 09:19:29 -0400 Subject: [PATCH] Docs: Updated dom docs --- doc/dom.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/dom.txt b/doc/dom.txt index 2163e018..2cccb325 100644 --- a/doc/dom.txt +++ b/doc/dom.txt @@ -1,7 +1,7 @@ DOM - Document Object Model =========================== Timewarrior needs DOM support, so that it can service a 'get' command and -provide data access to rules. Bothare important for extensions. +provide access to data and rules. Both are important for extensions. Data to be Accessed @@ -47,5 +47,6 @@ All DOM references have this form: - The above needs to support overlapping tags. -- The above needs to support totals. +- The above does not support totals, as this would turn DOM references into a +query language. Instead, a 'sum' command could do this.