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
I'm working on a stylesheet factory that's compatible with a semantic HTML5 output.
One popular request is to be able to create an off-canvas Table Of Contents with a button to toggle it.
I think it will be easier to style the <button> if we put it outside the <nav> ?
<buttonaria-expanded="false">Table Of Contents</button><navid="navigation"><ul><li><ahref="#section-1">Section 1</a></li><li><ahref="#section-2">Section 2</a></li><li><ahref="#section-3">Section 3</a></li><li><ahref="#section-4">Section 4</a></li></ul></nav>
What do you think ?
The text was updated successfully, but these errors were encountered:
I'm working on a stylesheet factory that's compatible with a semantic HTML5 output.
One popular request is to be able to create an off-canvas Table Of Contents with a button to toggle it.
I think it will be easier to style the
<button>
if we put it outside the<nav>
?What do you think ?
The text was updated successfully, but these errors were encountered: