What is the issue with the Infra Standard?
In the current specification, "add" is not defined.
|
<p>To <dfn export for=list,set>insert</dfn> an <a for=list>item</a> into a <a>list</a> before an |
|
index is to add the given item to the list between the given index − 1 and the given index. If |
Therefore, insert in ordered set is missing the “do nothing in case of duplicate item” statement.
There should be a definition for ordered set like append or prepend.
What is the issue with the Infra Standard?
In the current specification, "add" is not defined.
infra/infra.bs
Lines 1492 to 1493 in 0805cea
Therefore, insert in ordered set is missing the “do nothing in case of duplicate item” statement.
There should be a definition for ordered set like
appendorprepend.