Open
Description
This is a continuation of issue #362 separated for can-define/list/list. It was separated to provide amiable and more accurate estimates.
can-define/list/list
- codepen-able and loggable examples.
- I'm not sure of the validity of having
{can-define/list/list}
in the Returns subheading on new DefineList([items]) linking to the page it's currently on.
can-define/list/list/AddEvent.html
- A codepen-able example with syntax highlighting.
- Article is a stub and probably should be expendanded, at least with a Use section.
can-define/list/list/LengthEvent.html
- A codepen-able example with syntax highlighting.
- Article is a stub and probably should be expanded, at least with a Use section.
can-define/list/list/PropertyNameEvent.html
- A codepen-able example with syntax highlighting.
- Article is a stub and probably should be expanded, at least with a Use section.
can-define/list/list/RemoveEvent.html
- A codepen-able example with syntax highlighting.
- Article is a stub and probably should be expanded, at least with a Use section.
can-define/list/list.prototype.assign.html
- A codepen-able example with syntax highlighting.
- Article is a stub and probably should be expanded, at least with a Use section.
- Needs ES6 syntax.
can-define/list/list.prototype.assignDeep.html
- A codepen-able example with syntax highlighting.
- Article is a stub and probably should be expanded, at least with a Use section.
- Needs ES6 syntax.
can-define/list/list.prototype.concat.html
can-define/list/list.prototype.every.html
- syntax highlighting.
- codepen-able examples.
- Needs a use section.
- Needs ES6 syntax.
can-define/list/list.prototype.filter.html
- syntax highlighting.
- codepen-able examples.
- Needs a use section.
- Needs ES6 syntax.
can-define/list/list.prototype.forEach.html
- syntax highlighting.
- codepen-able examples.
- Needs ES6 syntax.
- Use should probably be expanded.
can-define/list/list.prototype.get.html
- codepen-able examples.
- Needs ES6 syntax.
- Needs Use section.
can-define/list/list.prototype.indexOf.html
- codepen-able examples.
- Needs ES6 syntax.
- Article is a stub. Needs Use section.
- Syntax highlighting.
can-define/list/list.prototype.join.html
- codepen-able examples.
- Needs ES6 syntax.
- Syntax highlighting.
- Article is a stub. Needs a Use section.
can-define/list/list.prototype.lastIndexOf.html
- codepen-able examples.
- Needs ES6 syntax.
- Syntax highlighting.
- Article is a stub. Needs a Use section.
can-define/list/list.prototype.map.html
- codepen-able examples.
- Needs ES6 syntax.
- Needs a Use section.
can-define/list/list.prototype.pop.html
- codepen-able examples.
- Needs ES6 syntax.
- Syntax highlighting.
can-define/list/list.prototype.push.html
- codepen-able examples.
- Needs ES6 syntax.
- Syntax highlighting
can-define/list/list.prototype.reduce.html
- Needs ES6 syntax.
- codepen-able examples.
- Needs a Use section.
can-define/list/list.prototype.reduceRight.html
- Needs relevant example. (example currently is using
reduce
.) - codepen-able example.
- Needs a Use section.
can-define/list/list.prototype.replace.html
- Syntax highlighting.
- codepen-able example.
- Needs ES6 syntax.
- Article is a stub.
can-define/list/list.prototype.reverse.html
- Syntax highlighting
- Needs ES6 syntax.
- Article is a stub.
- codepen-able example.
- Link DefineList main article.
can-define/list/list.prototype.serialize.html
- Syntax highlighting
- Needs ES6 syntax.
- Article is a stub.
- codepen-able example.
can-define/list/list.prototype.set.html
- Needs ES6 syntax.
- codepen-able example.
- Notification of deprecation from main menu?
can-define/list/list.prototype.shift.html
- Syntax highlighting
- Needs ES6 syntax.
- Article is a stub.
- codepen-able example.
can-define/list/list.prototype.slice.html
- Syntax highlighting
- Needs ES6 syntax.
- codepen-able example.
can-define/list/list.prototype.some.html
- Syntax highlighting
- Needs ES6 syntax.
- codepen-able example.
- Missing Use section.
can-define/list/list.prototype.sort.html
- Needs ES6 syntax.
- codepen-able example.
- Missing Use section.
- Open and empty example after the signature.
can-define/list/list.prototype.splice.html
- Needs ES6 syntax.
- codepen-able example.
- Syntax highlighting.
- Signature needs basic example.
can-define/list/list.prototype.unshift.html
- Needs ES6 syntax.
- codepen-able example.
- Syntax highlighting.
can-define/list/list.prototype.update.html
- Needs ES6 syntax.
- codepen-able example.
- Article is a stub. Needs Use section.
can-define/list/list.prototype.updateDeep.html
- Needs ES6 syntax.
- codepen-able example.
- Article is a stub. Needs Use section.
can-define/list/list.prototype.wildcard.html
- codepen-able example.
- Article is a stub. Needs a Use section.
can-define/list/list.prototype.wildcardItems.html
- codepen-able example.
- Article is a stub. Needs a Use section.
can-define/list/list.extend.html
- codepen-able example.
- Article is a stub. Needs a Use section.
discussion:
The events subsection and prototype subsection have different route styles. It would be good to keep one style across documentation. This seems to stem from a difference of how documentation is being produced. The prototype
methods have their documentation written in the main list.js file.
can-define/list/list/AddEvent.html
vs:
can-define/list/list.prototype.assign.html
Would it be prudent to compare related functions to either MDN or variants like assignDeep on Map and List?
Pop has a See Also section, should this be implemented as a standard?
- Document
added
andremove
Documentadded
andremove
#403