W3C home > Mailing lists > Public > public-i18n-archive@w3.org > January to March 2020

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

From: himorin / Atsushi Shimono via GitHub <sysbot+gh@w3.org>
Date: Mon, 03 Feb 2020 07:53:11 +0000
To: public-i18n-archive@w3.org
Message-ID: <issue_comment.created-581282060-1580716389-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Monday, 4 July 2022 18:09:41 UTC