You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As ESL consumer, I want to have an anchor navigation component implemented on the ESL side.
API Drafts
Template:
// Register defaultESLAnchornav.setTemplatte(renderer: ESLAnchornavRender);// Register named rendererESLAnchornav.setTemplatte(name: string,renderer: ESLAnchornavRender);typeESLAnchornavRender=(data: ESLAnchorData)=>string|Element;interfaceESLAnchorData{id: string;title: string;// order number in the anchor listindex: string;$anchor: Element;}
<esl-anchrnavtype?="renderer-alias" role="list"><ulesl-anchornav-placeholder><!-- ... renderer output ... --></ul></esl-anchrnav><esl-anchornavrole="navigation"><!-- TODO: marker name to discuss with team --><ulesl-anchornav-content><!-- ... renderer output ... --></ul><ulesl-anchornav-anchors><!-- ... renderer output ... --></ul></esl-anchornav>
As ESL consumer, I want to have an anchor navigation component implemented on the ESL side.
API Drafts
Template:
Discussion 05.08
Name ~ setRenderer
Notation
Signature (1.5 : 6, optional) :
Expectation from defaults
Attributes:
Voting:
esl-anchornav-placeholder 1 1 1 0.5 0.5 0.5
esl-anchornav-content 1 1 0 0.5 0 0
esl-anchornav-items 1 1 2 2 2.5 2.5
The text was updated successfully, but these errors were encountered: