Re: [jlreq] How to add ID to an element? (#154)

Running codes on console over current HEAD of jlreq (at github.io) over 'selection li' and 'selection div.note', nothing was listed. So I believe there is no unassigned item made by recent changes.

```
list_li = document.querySelectorAll('section li');
j = 0; list_li.forEach(function(elem) {if (! elem.id) {console.log(elem); j++}});console.log(j);
```

So, let me mark this as future, but not a blocker for planned release by #141.

-- 
GitHub Notification of comment by himorin
Please view or discuss this issue at https://github.com/w3c/jlreq/issues/154#issuecomment-581282060 using your GitHub account

Received on Monday, 3 February 2020 07:53:12 UTC