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
@@ -4832,6 +4833,94 @@ <h2>Definition of Roles</h2>
4832
4833
</tbody>
4833
4834
</table>
4834
4835
</div>
4836
+
<div class="role" id="mark">
4837
+
<rdef>mark</rdef>
4838
+
<div class="role-description">
4839
+
<p>Content which is marked or highlighted for reference or notation purposes, due to the content's relevance in the enclosing context.</p>
4840
+
<p>Example uses for <code>mark</code> include:</p>
4841
+
<ul>
4842
+
<li>Highlighting text in a quotation which is of special interest but is not marked in the original source material, comparable to using a highlighter pen to mark passages of a print article.</li>
4843
+
<li>Indicating portions of the content that are relevant to the user's current activity, such as highlighting text matches found by a search feature.</li>
4844
+
</ul>
4845
+
<p>Authors SHOULD NOT use <code>mark</code> for purely decorative styling such as syntax highlighting.</p>
0 commit comments