From 9eea270aaec82bc38d297f7aa2282877d48cd3c1 Mon Sep 17 00:00:00 2001 From: j-james Date: Mon, 17 Oct 2022 08:45:08 -0700 Subject: Split tests into packages --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3-70-g09d2