Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonstafford/accessible-minimalism-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Stafford <me@ljs.dev>2020-09-10 08:38:27 +0300
committerLeon Stafford <me@ljs.dev>2020-09-10 08:38:27 +0300
commit39cbe042cc12724560a3bb219ba0e02968544f0d (patch)
tree0be842c2d0f6f0a2352b29c5cc6b0960e5634efd
parenta1648e1ed6a38e62548b164df8e1c8dfed4e0403 (diff)
testing notes
-rw-r--r--README.md51
1 files changed, 7 insertions, 44 deletions
diff --git a/README.md b/README.md
index a45e454..1836d65 100644
--- a/README.md
+++ b/README.md
@@ -52,50 +52,13 @@ The main things you may want to adjust when using this theme are your content
[![Screenshot](/images/screenshot.png?cb=1234)](/images/screenshot.png)
-## HTML 1.0 tags (still valid in HTML 5)
-
-```
-<A>
-<ADDRESS>
-<B>
-<BASE>
-<BLOCKQUOTE>
-<BODY>
-<CITE>
-<CODE>
-<DD>
-<DFN>
-<DL>
-<DT>
-<EM>
-<H1>
-<H2>
-<H3>
-<H4>
-<H5>
-<H6>
-<HEAD>
-<HTML>
-<I>
-<IMG>
-<KBD>
-<KEY>
-<LI>
-<LINK>
-<LISTING>
-<MENU>
-<NEXTID>
-<OL>
-<P>
-<PLAINTEXT>
-<PRE>
-<SAMP>
-<STRONG>
-<TITLE>
-<UL>
-<VAR>
-<XMP>
-```
+## Testing
+
+ - check theme against [w3c validator](https://validator.w3.org)
+ - check using `content` dir from [hugoBasicExample](https://github.com/gohugoio/hugoBasicExample)
+ - check using `content` dir from `exampleSite` in this repo
+ - check navigation and content in `lynx(1)` browser
+ - check navigation and content in screen reader(s)
### License