我正在使用 XML 安全的 HTML5,并且想知道记录额外提示/警告/错误框的语义方式(就像技术手册中常见的那些):
<div class="info-tip" role="contentinfo">
<p><strong>Tip:</strong> Holding the control key when doing this will make life easier.</p>
</div>
除非可能,否则我想使用更合适的元素。我什至不确定contentinfo
这里是否是一个合适的选择。
补充:我<note>
在寻找 DITA 中元素的 HTML5 替代品。
一点上下文:我将使用样式表(XSLT2 和 CSS)来重新格式化一些输出的内容。