From a02e3a03bd06da799549345abd63384d6ab10dab Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Sun, 10 Jul 2016 18:21:33 -0400 Subject: [PATCH] Add high-level project goals (still need to list out intended features & non-goals). Working towards #1. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 35b07b4..72f6f3f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ --- +## Project Goals + +Undom aims to find a sweet spot between size/performance and utility. The goal is to provide the simplest possible implementation of a DOM Document, such that libraries relying on the DOM can run in places where there isn't one available. + +The intent to keep things as simple as possible means undom lacks some DOM features like HTML parsing & serialization, Web Components, etc. These features can be added through additional libraries. + + +--- + + ## Installation Via npm: