aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorj-james2022-10-17 15:45:08 +0000
committerj-james2022-10-17 15:45:08 +0000
commit9eea270aaec82bc38d297f7aa2282877d48cd3c1 (patch)
treed807128220cb8f8db3255f43d84fa8f32faef5f6 /README.md
parente1b3f9b8f017ec1f3e1504bd09f47cd9dc6516bd (diff)
Split tests into packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 033a880..c5b7808 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ I've heard that Java Swing has a native HTML rendering component. I hope to enti
## user stories
-- As a user, I want to open and render an HTML file.
-- As a user, I want to be able to add a new tab to a list of open tabs.
-- As a user, I want to be able to click links on a rendered webpage and view the linked pages.
-- As a user, I want to be able to apply basic styling to an open page. \ No newline at end of file
+- As a user, I want to be able to construct a structural representation of an HTML file.
+- As a user, I want to be able to construct a structural representation of a CSS file.
+- As a user, I want to be able to add multiple Nodes to an HTML file.
+- As a user, I want to be able to open and render an arbitrary HTML file.