question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Elements do not contain IDs

See original GitHub issue

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request

Versions

All

Repro steps

After installing and implementing, check for IDs on any element

Desired functionality

I would like to see IDs on all of the elements so I can query against them Specifically I would like to use Intro.js to assist my users with logging in and more.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
AnthonyNahascommented, Mar 13, 2019

@kevin192291 go for it! I already appreciate your contribution!

PS: prefix ngx- would be fine 👍

0reactions
kevin192291commented, Jul 2, 2019

Yes, At this point I think that would be a good idea, Sorry about keeping this open so long.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Don't use IDs in selectors (CSS)" then, what to use instead of ...
ID selectors have a higher specificity than attribute selectors but using ids in css isn't recommended and can't be reused.
Read more >
[SOLVED] "Don't use IDs in the Selectors." Why The Warning ...
Don't use IDs in selectors​​ They are useful for in-page anchoring and if they're already there in the markup then use them as...
Read more >
Elements are not selected by ID if the ID contains a dot #2492
According to both the HTML 4 and the HTML 5 specifications, the ID-attribute may contain dots (but not as first character in HTML...
Read more >
id - HTML: HyperText Markup Language - MDN Web Docs
The id global attribute defines an identifier (ID) which must be unique in the whole document. Its purpose is to identify the element...
Read more >
CSS Id vs Class: Reasons not to use IDs in CSS
1. Class specificity is lower than ID specificity. IDs have a much higher specificity than classes. · 2. Classes can be reused ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found