This is an automated email from the ASF dual-hosted git repository.
gerben pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
from 7f5667b tweak doc
add c8ef340 Add describeCss & tests, document spec ambiguity
No new revisions were added by this update.
Summary of changes:
packages/dom/package.json | 3 +-
packages/dom/src/css.ts | 31 +++++++++++++----
packages/dom/test/css/describe.test.ts | 55 +++++++++++++++++++++++++++++
packages/dom/test/css/match-cases.ts | 63 ++++++++++++++++++++++++++++++++++
packages/dom/test/css/match.test.ts | 62 +++++++++++++++++++++++++++++++++
yarn.lock | 5 +++
6 files changed, 212 insertions(+), 7 deletions(-)
create mode 100644 packages/dom/test/css/describe.test.ts
create mode 100644 packages/dom/test/css/match-cases.ts
create mode 100644 packages/dom/test/css/match.test.ts