Skip to content

Child selectors #100

Description

@LeviticusMB
$ document.querySelectorAll('html > body')
> NodeList [ body ]

$ document.querySelectorAll('html > *')
> NodeList [ head, body ]

$ querySelectorShadowDom.querySelectorAllDeep('html > body')
> Array [ body ]

$ querySelectorShadowDom.querySelectorAllDeep('html > *')
> Array(36) [ head, meta, style, title, meta, meta, meta, script, script, link, … ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions