Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge committed Oct 18, 2024
1 parent 593e9b7 commit 72f681c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ Coming soon.
`.parent > *` selector wouldn't select all children if some are inside a
signal.

As another solution to this, a `HTMLElement` or `Element` attribute similar
to `inert` that hides the element from the query selector both in JS and CSS
would also be useful.
As another solution to this, a persistent DocumentFrament that acts similar
to `Element` with `display: contents` style but also intentionally skipped
by query selectors would also be useful.
Similar: ([DOM#739](https://github.com/whatwg/dom/issues/736))

But as long as the developer is aware of this limitation or difference, it
shouldn't cause any issues.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purifyjs/core",
"version": "0.0.308",
"version": "0.0.309",
"exports": "./lib/all.ts",
"publish": {
"include": ["lib", "LICENSE", "README.md"]
Expand Down

0 comments on commit 72f681c

Please sign in to comment.