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 wondering: Does it make sense to use dl, dt, dd in lieu of div & p? The semantics might be better and it might provide opportunities to turn it all into a tree menu in the future.
Also recommend Title Case for the labels.
<dlclass="module module--secondary table-of-contents" role="navigation"><dtclass="toc-section-title--active">Collectors</dt><dd><ulclass="toc-subsection-title"><li><ahref="/docs/developer-guide/collectors/how-to-develop-a-collector.html" class="toc-subsection-title--active">
How to develop a collector
</a></li></ul></dd><dtclass="toc-section-title--active">Rules</dt><dd><ulclass="toc-subsection-title"><li><ahref="/docs/developer-guide/rules/how-to-test-rules.html" class="toc-subsection-title">
How to test rules
</a></li></ul></dd><dtclass="toc-section-title--active">Events</dt><dd><ulclass="toc-subsection-title"><li><ahref="/docs/developer-guide/events/list-of-events.html" class="toc-subsection-title">
List of events emitted by a collector
</a></li></ul></dl></div>
The text was updated successfully, but these errors were encountered:
I’m wondering: Does it make sense to use
dl
,dt
,dd
in lieu ofdiv
&p
? The semantics might be better and it might provide opportunities to turn it all into a tree menu in the future.Also recommend Title Case for the labels.
The text was updated successfully, but these errors were encountered: