Skip to content

InvalidArgumentException: Unsupported selector (body>strong i) #60

Open
@yangfancn

Description

@yangfancn
$html = '<body><strong><i>123</i></strong></body>';
$dom = new HTML5DOMDocument();
$dom->loadHTML($html);
print_r($dom->querySelector('body>strong i'));

Throw InvalidArgumentException:
Unsupported selector (body>strong i)
at vendor/ivopetkov/html5-dom-document-php/src/HTML5DOMDocument/Internal/QuerySelectors.php:512

it's always happend on:
selectorA>selectorB selectorC

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions