mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-06 06:13:42 +01:00
Clarify that clients aren't required to render all the tags
This commit also includes minor clarifications to surrounding text.
This commit is contained in:
parent
5bf99aeb34
commit
89daa3c5ce
|
|
@ -98,9 +98,13 @@ for the tag.
|
||||||
``class`` (only classes which start with ``language-`` for syntax highlighting)
|
``class`` (only classes which start with ``language-`` for syntax highlighting)
|
||||||
|
|
||||||
|
|
||||||
Additionally, clients should ensure that *all* ``a`` tags get a ``rel="noopener"``
|
Additionally, web clients should ensure that *all* ``a`` tags get a ``rel="noopener"``
|
||||||
to prevent the target page from referencing the client's tab/window.
|
to prevent the target page from referencing the client's tab/window.
|
||||||
|
|
||||||
|
Tags must not be nested more than 100 levels deep. Clients should only support the subset
|
||||||
|
of tags they can render, falling back to other representations of the tags where possible.
|
||||||
|
For example, a client may not be able to render tables correctly and instead could fall
|
||||||
|
back to rendering tab-delimited text.
|
||||||
|
|
||||||
.. Note::
|
.. Note::
|
||||||
A future iteration of the specification will support more powerful and extensible
|
A future iteration of the specification will support more powerful and extensible
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue