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