📄️ Cheat Sheet
A quick reference table for comparing W3C Selectors with the SQL-like syntax used in Jelly SQL.
📄️ Combinators
Combinators are used to define the relationship between elements in a query. They are used to specify how elements should be selected based on their position in the DOM. Combinators are not case sensitive.
📄️ lang() Pseudo-Class
The lang() pseudo-class is used to target elements based on the language of the text content. It allows you to select elements that have a specific language attribute or that contain text in a specific language.
📄️ Pseudo Classes
Pseudo classes are used to target elements based on their state or position in the DOM tree. They allow you to select elements based on their relationship with other elements, such as their parent, sibling, or child elements.
📄️ Pseudo-Structural Classes
Pseudo-structural classes are used to target elements based on their position in the DOM tree. They allow you to select elements based on their relationship with other elements, such as their parent, sibling, or child elements.