diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 19:07:23 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-25 19:07:23 +0530 |
| commit | 6868d1af5f7d102c8384a7430e97d987c0976af1 (patch) | |
| tree | 51c242935ff454c48587b16066ceba050c5cddb8 | |
| parent | f18054a63176977c2196e6b07bfda1ff62d1ee2e (diff) | |
| download | css-everything-6868d1af5f7d102c8384a7430e97d987c0976af1.tar.gz css-everything-6868d1af5f7d102c8384a7430e97d987c0976af1.zip | |
docs: readme
Diffstat (limited to '')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -78,8 +78,7 @@ What? Why don't you ask that to [this example](https://codepen.io/phenax/pen/KKbKNeb?editors=1100)? ### How does it work? -It starts by reading the `--cssx-children` property on the body. Which is then parsed and evaluated and the necassary child nodes are created. -For each element that is managed by cssx (i.e. not created via js or html or `--cssx-disgustingly-set-innerhtml` or `js-eval`), we then look for event handler properties present on the node. These properties are parsed and evaluated when the relevant event is triggered. +[Here's how it works](https://github.com/phenax/css-everything/tree/main/docs/how-it-works.md). ### Does it parse the entire css No. The browser does most of it. Only the fancy `--cssx-*` properties use a custom parser. |
