Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attr and tag selector handle UI Element behaving strangely #169

Closed
1 task done
bainian opened this issue Dec 1, 2022 · 0 comments · Fixed by #171
Closed
1 task done

attr and tag selector handle UI Element behaving strangely #169

bainian opened this issue Dec 1, 2022 · 0 comments · Fixed by #171
Assignees
Labels
bug Something isn't working

Comments

@bainian
Copy link
Contributor

bainian commented Dec 1, 2022

Affected version

main

No same issues found.

  • Yes, I search all issues but not found.

Steps to Reproduce

see code.

Code example

<head>
  <style>
    [d] {
      display: block;
    }

    p {
      display: none;
    }
  </style>
</head>
<body>
<p d>This line should be visible.</p>
</body>

Expected results

image

should be visible.

Actual results

image

not visible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants