Okay/Spec: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
{{#css:Template:Colours.css}}
{{#css:
span.required {
color: var(--colour-ectoplasm-700);
}
span.optional {
color: var(--colour-aubergine-700);
}
span.multiple {
color: var(--colour-weezer-700);
}
}}
'''OKAY'''
'''OKAY'''


Line 58: Line 74:
A list of valid anchor rel attributes and their purposes is described below:
A list of valid anchor rel attributes and their purposes is described below:


Key: ◈ Required, ◇ Optional, ❖ Can be specified multiple times
Key: <span class="required">◈ Required</span>, <span class="optional>◇ Optional</span>, <span class="multiple">❖ Can be specified multiple times<span>


◈ ok-rooms — Points to a list of all rooms hosted by the server;
<span class="required">◈ ok-rooms — Points to a list of all rooms hosted by the server;</span>


◈ ok-register — Points to the server’s registration endpoint;
<span class="required">◈ ok-register — Points to the server’s registration endpoint;</span>


◈ ok-prefs — Points to the server’s preferences endpoint.
<span class="required">◈ ok-prefs — Points to the server’s preferences endpoint.</span>


== initiation ==
== initiation ==