This is an automated email from the ASF dual-hosted git repository.
gerben pushed a change to branch allow-node-as-scope
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
discard b943fa1 Make all functions also accept a Node as scope
discard ed9d1b9 Make css matcher also accept a Node as scope
discard 6a86dad Make css matcher return an Element, not Range
discard b5d35c7 Make default scope of describeCss the whole document
add cf5a13c Make default scope of describeCss the whole document
add 9ed925e Document describeCss, tweak docs of describeText…
new acf3d14 Make css matcher return an Element, not Range
new ab0f8ed Make css matcher also accept a Node as scope
new 34916c1 Make all functions also accept a Node as scope
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b943fa1)
\
N -- N -- N refs/heads/allow-node-as-scope (34916c1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
packages/dom/src/css.ts | 21 +++++++++++++++++++++
packages/dom/src/text-position/describe.ts | 6 +++---
packages/dom/src/text-quote/describe.ts | 6 +++---
3 files changed, 27 insertions(+), 6 deletions(-)