diff options
author | bptato <nincsnevem662@gmail.com> | 2024-03-22 20:26:03 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-03-22 20:26:03 +0100 |
commit | 0a716c9fbbad0a473d2051a2c1f1520528fd0a35 (patch) | |
tree | f83332d209e39def2658c414e2dcbe1ab3d913c4 | |
parent | f81b5f2fb10cd8f8bf003b9758cabf2329833d83 (diff) | |
download | chawan-0a716c9fbbad0a473d2051a2c1f1520528fd0a35.tar.gz |
Update readme
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index 4f0d2f18..85b45924 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ have any convenience functions (like querySelector, getElementById, etc.) Please refer to the [Chawan](https://sr.ht/~bptato/chawan/) web browser for an example of a complete DOM implementation that depends on Chame. +Also see [CSS3Selectors](https://github.com/Niminem/CSS3Selectors/), a CSS +selector library for Chame's minidom which allows you to run querySelector +like you can in JS. + If you implement a DOM library based on Chame, please notify me, so that I can redirect users to it in this section. |