You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to select the .octocat-spinner element, no results are returned. This is also the case when changing the selector and element to use an ID.
$ cat github.com | htmlq '.octocat-spinner'
However, when you remove the surrounding template tags, the element is found.
The text was updated successfully, but these errors were encountered:
When attempting to select an element as a child of a
<template>
tag, htmlq does not return the result.The following snippet is a minimal reproducible example, and taken from the GitHub home page.
When attempting to select the
.octocat-spinner
element, no results are returned. This is also the case when changing the selector and element to use an ID.However, when you remove the surrounding template tags, the element is found.
The text was updated successfully, but these errors were encountered: