- 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
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