Skip to content

Commit

Permalink
more consistent rules
Browse files Browse the repository at this point in the history
Co-authored-by: Falko Schindler <falko@zauberzeug.com>
  • Loading branch information
rodja and falkoschindler authored Jul 27, 2024
1 parent d12b7cb commit 27b686d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nicegui/element_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def __init__(self, *,
- The ancestors of the element do not include any of the specified instances defined via ``not_within``.
- The ancestors of the element include all of the specified kinds defined via ``within``.
- The ancestors of the element do not include any of the specified kinds defined via ``not_within``.
- The ancestors of the element include at least one element with all of the specified markers defined via ``within``.
- The ancestors of the element do not include any element with all of the specified markers defined via ``not_within``.
- The ancestors of the element include all of the specified markers defined via ``within``.
- The ancestors of the element do not include any of the specified markers defined via ``not_within``.
Element "content" includes its text, label, icon, placeholder, value, message, content, source.
Partial matches like "Hello" in "Hello World!" are sufficient for content filtering.
Expand Down

0 comments on commit 27b686d

Please sign in to comment.